/*
Theme Name: mo2010
Theme URI: http://www.moconsumers.org
Description: Wordpress theme for the Consumers Council of Missouri
Version: 0.1
Author: Joe Gatling
Author URI: http://joegatling.com/
*/

html
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: url(images/bg.png) center top repeat-y;
}

#page
{
	padding: 0;
	margin: 0;
}

/* Header */
#header
{
	width: 100%;
	height: 90px;
	background: url(images/header.png) top left repeat-x;
	position:relative
}

#header h1
{
	display: none;
}

#headerimg
{
	width: 325px;
	height: 90px;
	background: url(images/logo.png) no-repeat;
	float: right;
}

#headercontent, #mainarea, #footer
{
	width: 900px;
	margin: 0 auto;
}

#header #navigation
{
	float: left;
	position: absolute;
	bottom: -5px;
	width: 540px;
}

#header #navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
	font-size:14px;
}

#header #navigation ul li
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin: 0 -5px 10px 0;
}

#navigation a, #navigation a:visited
{
	color: #000;
	text-decoration: none;
/*	display:block;*/
	background-color:#4d739b;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	text-shadow: #6d9bca 0px 1px 0px;
}

#navigation a:hover, #navigation .current_page_item a 
{
	background-color:#648fbc;
}


/* END Header */

/* Sidebar */
#sidebar
{
	width: 250px;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	
	float: right;
}

#sidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget
{
	padding: 5px;
}

#search-area
{
	border: none;
	padding:0;
	margin: 0;
}

#search-area label
{
	display:none;
}

#search-area input
{
	padding: 0;
	margin: 0;
}

#search-area input[type="search"]
{
	width:	175px;
	float: left;
}

#search-area input[type="submit"]
{
	width: 60px;
	float: right;
}

h2.widgettitle
{
	font:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	font-size: 18px;
}

.twitter-stream p
{
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #617e9a;
	font-weight:normal;
	font-style:italic;
}

.profile-link
{
	font-size: 12px;
}

#sidebar a.twitter-date, #sidebar a.twitter-date:visited
{
	color: #000;
	font-size: 12px;
	font-style:normal;
}

#sidebar a, #sidebar a:visited
{
	color: #88a6c3;
	font-weight:normal;
	text-decoration:none;
}

#sidebar a:hover
{
	color: #88a6c3;
	text-decoration:underline;
}



/* Twitter */


/* END Sidebar */

/* Content */

#content
{
	float: left;
	margin: 20px 10px;
	width: 610px;
	min-height:300px;
}

#msg
{
	margin:0;
	padding: 5px;
	background-color: #A9CDF3;	
}

#msg p
{
	margin: 0;
	padding: 0;
	line-height: 24px;
	
}

#msg a.msg-action
{
	float: right;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
    text-decoration: none;
    font-style: oblique;
    background-color: #4D739B;
    color: #FFF;
    padding: 0px 5px;
	margin-right: -2px 5px 2px;
	text-transform: none;
	border-radius: 2px;	
}

#msg a.msg-action:hover
{
    background-color: #648fbc;

}

/* Post */
#content h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-variant:small-caps;
	font-weight:normal;
	color: #00478e;
	margin: 0;
}

#content h2 a, #content h2 a:hover, #content h2 a:visited
{
	text-decoration:none;
	color: #00478e;	
}

#respond h3, #comments
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-variant:small-caps;
	font-weight:normal;
	color: #00478e;
	margin: 0;
}

p, .entry ul, .entry ol
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 24px;

}

small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d6d6d;
}

a[rel~="tag"], .post-edit-link, li.cat-item a, .comments-link
{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-style: oblique;
    background-color: #AAA;
    color: #FFF;
    padding: 2px 5px;
	margin-right: 5px;
	text-transform: none;
	border-radius: 2px;
}

.post-edit-link
{
	background-color:#F90;
}

.comments-link
{
	background-color:#648FBC;
}

.comments-link:hover
{
	background-color: #4D739B;
}

a[rel~="tag"]:hover, .post-edit-link:hover, li.cat-item a:hover
{
    background-color: #999;
}

.search-match
{
	background-color: #a9cdf3;
	border-radius: 4px;
	padding: 2px 4px;
}

.postmetadata
{
	float: left;
}

.entry a, .entry a:visited
{
	color: #4D739B;
}

.entry a:hover

{
	color: #6D9BCA;
}
	

#footer .footer-menu a:hover, #footer .footer-menu .current_page_item a 
{
	background-color:#888;
	color:#3C3C3C;
	text-shadow: #bbb 0px 1px 0px;
}

#mainarea .navigation
{
	width: 880px;
	clear: both;
}

#mainarea .navigation a, #mainarea .navigation a:visited
{
	color: #3C3C3C;
	text-decoration: none;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	text-shadow: #ddd 0px 1px 0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

#mainarea .navigation a:hover
{
	color:#666;
	text-shadow: #bbb 0px 1px 0px;
}

#mainarea .navigation .alignleft
{
	float: left;
}

#mainarea .navigation .alignright
{
	float: right;
}


/* END Content */

/* Footer */

#footer
{
	clear: both;
	background: #777;
	padding-bottom:20px;
}

.footer-col
{
	width: 120px;
	float: left;
	margin: 2px 10px;
}

.footer-categories
{
	width: 300px;
}

.footer-categories li.cat-item
{
	float: left;
	margin-bottom: 6px;	
}

.footer-legal
{
	clear:both;
	width: 360px;
	margin: 0 auto;
}

.footer-legal p
{
	text-align:center;
	line-height:normal;
}

#footer h2
{
	font-family: "Adobe Caslon Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3c3c3c;
	font-weight: normal;
	margin: 4px 0;
}

#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;	
	font-size:12px;
}

li.cat-item
{
	margin-bottom:4px;
}

#footer p
{
	color: #aaa;
	font-size:12px;

}

#footer a, #footer a:visited
{
	color: #ddd;
}

#footer ul a, #footer ul a:visited
{
	color: #ababab;
	text-decoration: none;
}

#footer li.cat-item a, #footer li.cat-item a:visited
{
	color: #ddd;
	background-color: #999;
}

#footer li.cat-item a:hover
{
	background-color: #666;
}

#footer a:hover, #footer ul a:hover 
{
	color: #fff;
}

#footer .footer-menu
{
	float: right;
	width: 400px;
	margin: 5px 0 0 0;
	padding: 0;
}

#footer .footer-menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
	font-size:14px;
	float:right;
}

#footer .footer-menu ul li
{
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	margin: 0 -5px 10px 0;
}

#footer .footer-menu a, #footer .footer-menu a:visited
{
	color: #3C3C3C;
	text-decoration: none;
/*	display:block;*/
	background-color:#999;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	text-shadow: #ddd 0px 1px 0px;
}

#footer .footer-menu a:hover, #footer .footer-menu .current_page_item a 
{
	background-color:#888;
	color:#3C3C3C;
	text-shadow: #bbb 0px 1px 0px;
}

#footer .footer-menu .menu
{
	float:right;
}


/* END Footer */

/* Comments */
#commentform small
{
	color: #4D739B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

.commentlist
{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

.commentlist li
{
	margin: 0;
	padding: 0 0 10px 0;
}

.vcard .avatar
{
	display: none;
}

.vcard .says
{
	display: none;
}

.vcard cite
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-variant:small-caps;
	font-weight:normal;
	color: #666;
	margin: 0;
	font-style:normal;
}

.commentmetadata
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6d6d6d;
}

.commentmetadata a, .commentmetadata a:visited
{
	text-decoration:none;
	color:#6d6d6d;	
}

.commentmetadata a:hover
{
	text-decoration:underline;
	color:#4D739B;	
}

/* END Comments */

/* social bookmars */
.social_bookmark em
{
	display: none;
}

.social_bookmark
{
	float: right;
	margin: 1em 0;
	padding: 0;
}

.clearboth
{
	clear:both;
}

.banner
{
	margin-bottom: 5px;
}

.post, .page
{
	clear: left;
}

img[align=left]
{
	margin-right: 10px;
}
