/*  
Theme Name: The Consortium Report
Theme URI: http://www.themediaconsortium.org/
Description: The first/default theme for The Consortium Report.
Version: 1.0
Author: Deanna Zandt
Author URI: http://deannazandt.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: #666666;
	font-size: 12px; 
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

/*---- header elements ------*/

#headerWrapper {
	background: #000000;
	height: 150px;
	position: relative;
	}

#headerContainer {
	position: relative;
	width: 820px;
	height: 130px;
	padding: 20px 20px 0px 20px;
	margin: 0px auto;
	}

.headerLeft {
	float: left;
	}
	
.headerRight {
	float: right;
	padding: 40px 0px 0px 0px;
	}
	
#headerGreyBar {
	background: #A6A6A6;
	height: 20px;
	position: relative;
	}
	
/*---- begin main elements ------*/

#bodyContainer {
	background: #FFFFFF;
	position: relative;
	width: 820px;
	padding: 20px;
	margin: 0px auto;
	clear: both;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

a {
	color: #0055BB;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul li {
	list-style-type: square;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #A6A6A6;
	}
	
.searchEntry {
	background: #FFFFFF;
	border: solid 1px #FFDD58;
	font-size: 11px;
	width: 160px;
	}

.searchButton {
	background: #A9D056;
	border: solid 1px #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	}

/*---- main content elements ------*/


#bodyLeft {
	width: 585px;
	float: left;
	text-align: left;
	}
	
#bodyLeft .post {
	border-bottom: 1px solid #A9D056;
	margin-bottom: 20px;
	}
	
#bodyLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FC6607;
	margin-bottom: -5px;
	}

#bodyLeft h2 a {
	color: #FC6607;
	text-decoration: none;
	}

#bodyLeft h2 a:hover {
	text-decoration: underline;
	}

#bodyLeft .tags {
	font-style: italic;
	font-size: 11px;
	}

/*---- sidebar elements ------*/

#bodyRight {
	width: 220px;
	float: right;
	}

#bodyRight .content {
	background: #FFDD58 url(images/sidebar_top.gif) top no-repeat;
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	font-size: 11px;
	}

#bodyRight h2 {
	color: #FC6607;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
#bodyRight h2.first {
	margin-top: 0px;
	padding-top: 10px;
	}

#bodyRight .bottom {
	background: url(images/sidebar_bottom.gif) no-repeat;
	height: 5px;
	}


/*---- footer elements ------*/

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	}

/*---- contact page elements ------*/

.contactentry {
	border: 1px solid #666666;
	}

.contacterror {
	font: bold;
	color:#FF0000;
	border: 1px solid #666666;
	}
	
.contacterrorText {
	font: bold;
	color:#FF0000;
	}
