

/* Suggested order:
 *
 * display
 * list-style
 * position (t, r, b, l)
 * z-index
 * float
 * clear
 * width
 * height
 * min-height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * line-height
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
/* ------------------------------[ Universal Elements ]-------------------------- */

body {}

body {
	margin: .6in;
	}
	
h1, h2, h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	}
	
a:link, 
a:visited {
	color: #000;
	}

#masthead {
    display: none;
	}

#globalnav {
    display: none;
	}
	
#searchform {
    display: none;
	}
	
#content {
    margin-right: 0; /* overrides margin right makes way for sidebar */
	}
	
#sidebar {
    display: none;
	}
	
#footer {
    display: none;
	}
	
.next_page_links {
    display: none;
	}
	
.edit {
    display: none;
	}