/*
Official dark blue: #004b8d
Official light blue: #88b3da
*/

/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 
a { outline: none; }

hr {
display: none;
}

body {
	background: #CCC url('images/background.png') repeat-x scroll top left;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p, li, h1, h2, h3, h4, h5, input, select, label, textarea, td, th {
	font-family: Arial, sans-serif;
}

p, li, td, th {
	font-size: 10pt;
}

a:link, a:visited, .hilite {
	color: #D85600;
	text-decoration: none;
}

a.discreet:link, a.discreet:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a.discreet:hover {
	color: #FF7E36;
	text-decoration: none;
}

h3 {
	margin: 0px 0px 10px 0px;
}





/* Begin Structure */
#stage {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 970px;
	background: #CCC url('images/stage_background_sub.png') repeat-y scroll top left;
	z-index: 0;
}

#page {
	position: relative;
	background: url('images/page_top_background.png') no-repeat scroll top left;
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 0px 15px;
	width: 940px;
}

#header {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 200px;
	width: 970px;
	float: left;
	clear: both;
/*	border-bottom: 1px solid #aaa; */
}

#donateNow {
	position: absolute;
	top: -25px;
	left: 200px;
	width: 114px;
	height: 114px;
	z-index: 1;
}

#branding {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 320px;
	height: 200px;
}

#slideshow {
	float: left; 
	width:620px; 
	height: 200px;
}

#branding img {
	float: left;
}

#main {
	clear: both; 
	float: left; 
	width: 940px;
/*	background-color: #E3E3E3;  */
	padding: 0;
	margin: 0;
	z-index: 0;
}

#quotes {
	clear: both; 
	float: left; 
	width: 940px; 
	height: 200px;
}

#worldmap {
	clear: both; 
	float: left; 
	width: 940px; 
	height: 470px;
}

#content {
	float: left;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	border-top: 10px solid #e3e3e3;
/*	background-color: #fff; */
}

div.widecolumn {
	width: 910px;
}

div.narrowcolumn {
	width: 600px;
}

#homeCol1 {
	float: left;
	padding: 15px 0px 15px 15px;
	margin: 0px 0px 0px 0px;
	border-top: 10px solid #e3e3e3;
	width: 450px;
/*	background: #fff; */
}

#homeCol2 {
	float: right;
	padding: 15px 0px 15px 15px;
	margin: 0px 0px 0px 0px;
	border-top: 10px solid #e3e3e3;
	width: 450px;
/*	background: #fff; */
}

div.homeSection {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	width: 435px;
	border-bottom: 3px solid #ccc;
}

div.homeSection p {
	margin: 0px 0px 10px 0px;
}

div.homeSearch {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 435px;
}

#flashNews {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 435px;
}

#sidebar {
	float: right;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	width: 270px;
	border-top: 10px solid #e3e3e3;
/*	background-color: #fff; */
/*	border-left: 3px solid #aaa; */
}

#footer {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	height: 80px;
	background: #ccc url('images/page_bottom_background.png') no-repeat scroll top left;
	z-index: 0;
}

#relatedArea {
	float: left;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}	
	
#debugDump {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 970px;
	clear: both;
}




/* Main Content Styles **********************************************************************************/

#content p {
	text-align: left;
}

#content h1.pageTitle {
	font-size: 18pt;
	letter-spacing: -1px;
	font-weight: bold;
	border-bottom: 3px solid #ccc;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
}

#content p.editEntry {
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	background: #eee;
	float: left;
}

#content div.post {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	border-bottom: 1px dotted #ccc; */
	position: relative;
}

#content div.post p {
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

#content div.post p.date {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content div.post p.postmetadata {
	width: 688px;
	float: left;
	clear: both;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #ccc;
	background: #eee;
}

#content div.post div.attachment {
	width: 450px;
	height: 450px;
	position: absolute;
	left: 125px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#content div.post div.attachment img {
	margin: 0 auto;
}

#content div.post div.caption {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#content div.post div.caption p {
	width: 100%;
	text-align: center;
}




h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#content div.post h3 {
	margin: 15px 0px 7px 0px;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#content div.post h4 {
	margin: 12px 0px 10px 0px;
}

#content div.post ul, div.homeSection ul {
}

ul.generalList li,
#content div.post li, div.homeSection li {
	font-weight: normal;
	line-height: 16px;
	margin: 8px 10px 8px 40px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

#content div.post ol li, div.homeSection ol li {
	list-style-type: decimal;
}

#content div.entry {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content td, #content th {
	text-align: left;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px dotted #ccc;
}



#relatedArea ul li {
	font-weight: bold;
	line-height: 16px;
	margin: 20px 10px 8px 0px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#relatedArea ul li ul li {
	font-weight: normal;
	line-height: 14px;
	margin: 8px 10px 8px 30px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

#footer p, span.small, small, p.small {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#footer p {
	color: #333;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 13px 30px 0px 30px;
}

#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

#sidebar ul li h2 {
	border-bottom: 3px solid #ccc;
	margin: 0px 0px 5px 0px;
}

#sidebar ul li li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}

#sidebar h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	font-size: 11pt;
}

#sidebar h3 {
	padding: 15px 0px 0px 0px;
	margin: 15px 0px 10px 0px;
	font-size: 11pt;
	border-top: 1px solid #ccc;
}

#sidebar p {
	font-size: 9pt;
	margin: 0px 0px 9px 0px;
}



#homeCol2 h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 0;
}

#homeCol2 div.post p.date {
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#homeCol1 div.post {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}

#homeCol1 div.post p {
}

#homeCol2 div.post {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

img.homeTitle {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

span.small, small {
	color: #999;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

code {
	font: 10px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 10px;
}

div.navigation {
	font-family: Arial, Sans-serif;
	font-size: 10pt;
	color: #fff;
	display: block;
	text-align: center;
	width: 590px;
	margin: 10px 0px 10px 0px;
	padding: 3px 5px 3px 5px;
	background-color: #e3e3e3;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/* Default form styles ***************************************************************************************/

div.input, div.textarea {
	width: 100%;
	clear: both;
	overflow-y: auto;
	padding: 0px 0px 10px 0px;
}

input {
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 4px;
border: 1px solid #ccc;
color: #000;
background: #fff;
float: left;
}

label {
font-size: 12px;
text-align: right;
color: #000;
display: block;
float: left;
padding: 4px 5px 0px 0px;
margin: 0px 0px 0px 10px;
}

#content div.textarea label {
	margin: 0px 0px 3px 0px;
}

#content input[type=radio] {
	margin: 3px 5px 0px 0px;
}

input.button, input.buttonLeft {
display: block;
cursor: pointer;
padding: 3px 10px 3px 10px;
margin: 0px 0px 0px 130px;
color: #fff;
background: #666;
border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
float: right;
}

input.buttonLeft {
float: left;
margin: 0px 10px 0px 0px;
}

select {
font-size: 12px;
margin: 0px 10px 0px 0px;
padding: 2px;
color: #000;
background: #fff;
border: 1px solid #333333;
width: 294px; /* trim for padding and borders */
float: left;
}

textarea {
font-size: 12px;
border: 1px solid #ccc;
color: #000;
background: #fff;
margin: 0px 0px 0px 0px;
padding: 5px;
width: 588px;
float: left;
}

input.checkYN {
vertical-align: middle;
margin: 0;
padding: 0;
border: 0;
color: transparent;
background: transparent;
}

p.radioLabel {
float: left;
padding: 1px 10px 0px 5px;
}

input.radio {
float: left;
margin: 0px 0px 0px 0px;
padding: 0;
border: 0;
color: transparent;
background: transparent;
height: 22px;
}


/* Begin Comments*/

#commentBlock {
	float: left;
	width: 600px;
}

#commentFormBlock {
	float: left;
	width: 600px;
}


#content p.commentTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

img.avatar {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.commentAuthor {
	float: left;
}

.alt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.commentlist {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.commentlist li {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	list-style: none;
	border-top: 4px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.commentlist p {
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.nocomments {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.commentmetadata {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

div.commentTextArea {
	float: left;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#commentform div.formElement {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}



.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin: 0px 12px 12px 0px;
	text-align: center;
	width: 100px;
	border: 2px solid #eee;
}

.gallery img {
	float: left;
}

.gallery-caption {
	margin-left: 0;
}



#content div.slideshow {
	height: 470px;
}

#content div.slideshowImage {
	float: left;
	width: 710px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#content div.slideshowImage img {
	
}

#content div.slideshowTitle {
	margin: 5px 0px 0px 0px;
}

#content div.slideshowTitle p {
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#content div.slideshowDescription {
	margin: 0px 0px 20px 0px;
}
#content div.slideshowDescription p {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#content div.slideshowLeft {
	width: 100px;
	height: 100px;
	float: left;
}
#content div.slideshowLeft img { float: left; }

#content div.slideshowRight {
	width: 100px;
	height: 100px;
	float: right;
}
#content div.slideshowRight img { float: left; }











.clear {
	clear: both;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */






#searchform {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#s {
	width: 180px;
	margin: 1px 5px 0px 0px;
}

input.imageButton {
	padding: 0;
	margin: 0px 0px 0px 0px;
	float: left;
	border: 0;
}

div.socialIcons {
	display: block;
	width: 100%;
	overflow: auto;
	margin: 0px 0px 15px 0px;
}

img.socialIcon {
	float: left;
	margin: 0px 5px 0px 0px;
}

div.subscription {
	display: block;
	overflow: auto;
	margin: 0px 0px 15px 0px;
}

div.subscription input[type=text] {
	width: 160px;
	margin: 1px 5px 0px 0px;
}




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content div.post .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 5px 4px;
	margin: 0px 0px 0px 0px;
}
/* End captions */


div.debugBlock {
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
border-bottom: 1px dotted #aaa;
background-color: #ccc;
}

div.debugBlock p {
font-family: Tahoma, Arial, sans-serif;
margin: 0px 0px 5px 0px;
line-height: 14px;
font-size: 11px;
}

div.debugBlock p, div.debugBlock pre {
color: #999;
font-size: 11px;
}

div.debugBlock pre {
line-height: 13px;
margin: 5px 0px 5px 20px;
padding: 0px 0px 0px 5px;
border-left: 5px solid #ccc;
}

textarea.debugDump {
	margin:10px 0px 0px 0px;
	height:200px;
	width:960px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999;
	float: none;
}	
	
p.podcast {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #ccc;
	background: #eee;
}	


#bsuite_innerindex { 
	margin: 0px 0px 10px 0px; 
	padding: 6px 10px 6px 10px; 
	border: 1px dotted #ccc;
}

#content div.post #bsuite_innerindex ul li {
	font-size: 9pt;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
}

a.twitlink {
	font-size: 8pt;
}
	
div.disclaimer {
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	padding: 5px 8px 5px 8px;
	margin: 0px 0px 10px 0px;
}

div.disclaimer p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

#content div.post div.disclaimer p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
	
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

	
	
	