/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* CLASSES */

*.nomargin, *.nomargins {
	margin: 0 !important;
}

*.nopadding {
	padding: 0 !important;
}

*.nowrap {
	white-space: nowrap;
}

*.noline {
	text-decoration: none !important;
	border: none !important;
}

*.noborders {
	border: none !important;
}


/* LAYOUT STYLES */
div.list_container {

}
div.list_highlight {
	padding: 0.8em 0em;
	margin: -0.8em 0em;
	background: #ffffff url('../img/bkgd-highlight.gif') repeat top left;
}
div.body_header {
	margin-bottom: -0.4em; /* this will account for lowercase letters, and pull the horizontal rule up tad bit */
	padding: 0em;
}
div.body_meta {
	padding: 0em;
	margin-bottom: -0.1em;
	margin-top: 1.0em;
}
div.body_content {
	padding-top: 0.4em;
}
div.body_caption {
	margin: 0.8em 0em;
	padding: 0.8em 0.8em;
	background: #ffffff url('../img/bkgd-footer.gif') repeat top left;
}
div.body_list {
	padding: 0em;
}
div.body_swfObject {	/* shockwave flash */
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
div.body_qtObject {		/* quicktime */
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	
	position: relative;
	height: 36.2em;
	width: 45.2em;
	cursor: pointer !important;
}
	
	div.body_qtObject_button {
		position: absolute;
		z-index: 5;
		top: 0;
		height: 36.2em;
		width: 45.2em;
	}
	div.body_qtObject_embed {
		position: absolute;
		z-index: 1;
		top: 0;
		height: 36.2em;
		width: 45.2em;
		display: inline;
		cursor: pointer !important;
	}
	
	
div.body_ul ul {
	margin-left: 1.5em;
	margin-bottom: 1.0em;
	list-style-type: none !important
}
div.body_ul ul li {
	font-size: 1.2em;
}
div.body_ul ul li span.bullet {
	position: absolute;
	margin-left: -1.2em;
	display: inline;
	float: left;
}
div.body_ul ul li span.bullet:first-letter {
	/* margin-left: -1.2em; */
	/* content: "+"; */
}
div.body_filed_under {
	padding-top: 0.1em;
}


p.body_title, h1.body_title, h2.body_title, h3.body_title, b.body_title { /* H1, H2, H3 */
	color: #535f59;
	color: #232f29;
	line-height: 1.1em !important;
}
p.body_sub_title, h1.body_sub_title, h2.body_sub_title, h3.body_sub_title, b.body_sub_title { /* H1, H2, H3 */
	color: #535f59;
	color: #232f29;
	font-size: 1.2em;
	padding-top: 0.3em;
}

p.body_sub_title i, h1.body_sub_title i, h2.body_sub_title i, h3.body_sub_title i, b.body_sub_title  i { /* H1, H2, H3 */
	font-size: 1.8em;
}

p.body_meta { /* used for calendar dates, by lines, etc */
	font-weight: bold;
	color: #535f59;
	
	font-size: 1.1em;
	font-weight: normal;
	color: #838f89;
}
p.body_text {	/* uses default paragraph style, in "style_global.css" */
	margin-bottom: 0.8em;
}
p.body_text b.h1 {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.8em;
}
p.body_text b.h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: inherit;
}
p.body_text b.h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: inherit;
}
p.body_caption, p.body_filed_under,  p.body_list_date {/* output with files */
	font-size: 1.1em;
	margin-bottom: 0em;
	line-height: 1.1em;
	color: #838f89;
}
p.body_file_title {
	color: #838f89;
	font-size: 1.0em;
}
p.body_file_title a, p.body_file_title b {
	font-weight: bold;
	font-size: 1.2em;
}
p.body_file_title span {
	font-size: 1.1em;
}
p.body_list { /* used for child elements */
	color: #535f59;
}

/* Share button from AddThis */
a.addthis_button_compact {
	color: inherit;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 !important;
	color: #66bb00;
	background-color: transparent;
}

a.addthis_button_compact:hover {
	color: inherit;
	text-decoration: underline;
	margin: 0 !important;
	padding: 0 !important;
	color: #66bb00;
	background-color: transparent;
}

/* FONT STYLES & COLORS */
.pt_10 {
	font-size: 1.0em;
	margin-bottom: 0em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.pt_11 {
	font-size: 1.1em;
	margin-bottom: 0em;
	line-height: 1.2em;
}

.pt_12 {
	font-size: 1.2em !important;
	margin-bottom: 0em !important;
	line-height: 1.1em !important;
}

.pt_14 {
	font-size: 1.4em;
	margin-bottom: 0em;
	line-height: 1.3em;
}

.pt_16 {
	font-size: 1.6em;
	margin-bottom: 0em;
	line-height: 1.1em;
}

.green, .swatch_6b0 {
	color: #66bb00;
}

.white, .swatch_fff {
	color: #ffffff;
}

.grey {
	color: #535f59;
}


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* LAYOUT COLUMNS & ADD ONS */
/* Hover states */
div.hover_wrap {
	
}

div.hover_wrap:hover {
	cursor: pointer;
	background-color: transparent; /* #fff3ee */
}

div.hover_wrap:hover a {
	text-decoration: underline;
}


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* PAGINATION */

/* Pagination in the section nav */
div.pagination {

}

p.pagination {
	color: #838f89;
	font-weight: bold;
}

a.inactive, a.inactive:hover {
	color: #838f89 !important;
	background-color: none !important;
	cursor: default;
}



/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* HOME */
#flash_module {
	position: absolute;
	top: 0.8em; left: 0.0em;
	z-index: 100;
}

/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* SLIDESHOWS */
div.body_header_minor {
	margin: 0.8em 0em;
	padding: 0.8em 0.8em;
	background: #ffffff url('../img/bkgd-title_bar.gif') repeat top left;
}

div.body_header_minor_slideshow {
	margin: 0.8em 0em;
	background: #ffffff url('../img/bkgd-title_bar.gif') repeat top left;
}

div.slideshow_audio {
	margin: 0.8em 0em;
	padding: 0em 0em;
	background: #ffffff url('../img/bkgd-slide_audio.gif') repeat top left;
}

div.body_header_minor_popup {
	width: 43.6em;
	margin: 0.8em auto;
	padding: 0.8em 0.8em;
	background: #000000 url('../img/bkgd-title_bar_popup.gif') repeat top left;
	background-color: transparent;
}

div.body_header_minor_popup_slideshow {
	width: 43.6em;
	margin: 0.8em auto;
	background: #000000 url('../img/bkgd-title_bar_popup.gif') repeat top left;
	background-color: transparent;
}

div.body_caption_popup {
	width: 43.6em;
	margin: 0.8em auto;
	padding: 0.8em 0.8em;
	background: #000000 url('../img/bkgd-caption_popup.gif') repeat top left;
	background-color: transparent;
}

/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* POSTS */


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* PAGES */




/* LISTINGS */
div.list_container p.pt_14 {
	line-height: 1.1em;
}

