/*  
Theme Name: FederalReview Bar
Theme URI: http://www.federalreview.com/
Description: Initial CSS attempt
Version: 1.0
Author: Winston Lloyd
Author URI: http://www.federalreview.com/
*/

#reagan {

	width: 1024px;
	background: #ffffff;
}

#header {
	width: 100%;
	padding: 0PX;
	height: 200px;
	margin: 0;
	background: #ffffff;
	
}

#subheader {
	width: 100%;
	padding: 0PX;
	margin: 0;
	height: 45px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;

	


		
}

#democrats{
	float: left;	
	width: 150px;
	padding: 5px;
	border-right: 1px double #666699;
	text-align: center;

	
}

#republicans{
	float: right;
	width: 150px;
	padding: 5px;
	border-left: 1px double #CC9999;
	text-align: center;

	
}

#morons{
	margin-left: 160px;
	margin-right: 160px;
	padding: 15px;	
	border-bottom: 2px solid #8F8F8F;
	text-align:left;

}

#footer{
	clear: both;	
	width: 100%;
	margin-bottom: 0px;
	text-align: center;

	border-top: 1px solid #8F8F8F;	
	background-color: white;
}

#frbox{
	padding: 2px;
	text-align: center;

	
		
}

#postbox{

	background-color: #ffffff;


}

.post BLOCKQUOTE {

	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFCC;
        font-style: italic;
}

.post EM{

	font-style: italic;
}

.date {

	
	color: #990000; 
	font-family: elephant, book antiqua;

}

a:link{

	color:#000033;
	font-weight:bold;
	text-decoration:none;
}

a:visited{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

a:active{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;

}

.date-header {
	color: #990000; 
	font-family: arial narrow, liberation sans, times new roman, verdana;


}

.post{

	font-family: verdana, liberation sans, arial, universal, helvetica;
	font-size: 12px;


}



.head {
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
	color: #93DB70;
	font-family: liberation serif, times, verdana;
}

.subhead {
	font-weight: bold; 
	font-size: 10px; 
	color: #CC0000; font-family: liberation sans, arial;

}

.border {
	font-weight: bold; 
	font-size: 12px; 
	color: #93DB70; 
	font-family: liberation serif, times, verdana;

}

.link {
	font-weight: bold; 
	color: #000033
}
.author 
	{font-style: italic;
	font-size: 11px; 
	color: #333333; font-family: arial, liberation sans, times;
}

.blogComments{
	font-size:12px;
	color:black;
	font-family: verdana,arial;
}

.sidebartext{
	font-family: arial narrow;
	font-size: 12px
}