@charset "windows-1252";

/* TOC */
/* Universal styles */ 
/* Header */
/* Content */
/* Mainpage specific */
/* Footer */   
/* Itempage specific */	
/* RSS Feed 2 Java application */


/* Universal styles */ 
	* {
		padding:0;
		margin:0;
	}
	
	body{
		background:#BFBFBF;
		color:#272727;
		font-size:1em;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}
	
	a{color:#000000;}				 
	
	a:visited {color:#222222;}
	a:hover{
		color:#FFFFFF;	
		background:#000000;
	}
	
	/* used to hide part of the post on the mainpage */	
	.context{}

/* Header */
	#header{
		background:#FFFFFF;
		padding:1em;
	/*margin creates a grey border*/
		margin-left:0em;
		margin-right:0em;		   
		padding-left:3em;
		padding-right:3em;
	}

	#BlogName{
		font-size:1em;
		margin:0 0.5em 0 0;
		padding:1em;
		border-right:1px solid #808080;
		float:left;
		color:#333333;
		font-weight:normal;
	}
	#BlogName a{text-decoration:none;} 
	#BlogName a:hover{text-decoration:underline;}
	
	#description{
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		text-transform:uppercase;
		font-size:2em;
		padding:0 1em 0 0;
		margin:0;
		line-height:1.5em;
		font-weight:normal;	 
		color:#000000;
	}

/* Content */		
	#ListOfHeadlines{
		background:#FFFFFF;
	/*margin creates a grey border*/
		margin-left:0em;
		margin-right:0em;		   
	/*padding-top hides the grey border between the header and the content*/
		padding:.5em 4em 1em 4em;
	}				 
	
	p.headline{
		margin-top:1em;
		color:#888888;
	}
	
	a.HeadlineInList{
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		font-weight: bold;
	}
	a.HeadlineInList:hover{text-decoration:underline;}
	
	p.headline a.permalink{
		color:#999999;
	}
	
	.BlogDateHeaderDate{
		text-align: center;
		font-variant: small-caps;
		margin-top:.5em;
		margin-bottom:.5em;
		color:#666666;
	    font-size:1.5em;
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		font-weight: bold;	
	}	   
	
	p.details{
		line-height:1.4em;
		color:#999999;
		margin-top:1em;
		margin-bottom:.25em;
	}
									
/* Mainpage specific */	 
	/*Snapshots is a table of "widgets" like the national debt clock and the electoral map*/
	#Snapshots{
		width:180px;
		float:right;
		clear:right;
		text-align:center;
		margin-left:1em;
		margin-bottom:1em;
	}
	
	/*Video is a temp table to display the fin crisis videos*/
	#Video{
		width:425px;
		float:right;
		clear:right;
		text-align:center;
		margin-left:1em;
		margin-bottom:1em;
	}		  
	
/* Footer */
	/*Paragraph container for the search box*/
	#search{								  
		padding-top:1.5em;
		color:#000000;
	}					   
	
	#footer{
		background:#FFFFFF;
		padding:0em 4em 1em 4em;
		color:#999999;	  
	/*margin creates gray border*/
		margin-right:0em;
		margin-left:0em;	   
		margin-bottom:3em;
	}
	
	.copyright{
		color:#999999;
		line-height:1.4em;	
	}
	.copyright a{
		color:#999999;	
		text-decoration:none;
	} 
	.copyright a:hover{
		color:#999999;	
		text-decoration:underline;
	}

/* Itempage specific */
	#post{
		background:#FFFFFF;
	/*margin creates a grey border*/
		margin-left:0em;
		margin-right:0em;		   
	/*padding-top hides the grey border between the header and the content*/
		padding:.5em 4em 1em 4em;
	}
	
	#ItemHeadline{
		text-align: center;
		margin-bottom:1em;
		color:#000000;
	    font-size:1.75em;
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		font-weight: bold;	
	}
	
	h2{
		margin-top:1em;
		margin-bottom:1em;
		color:#000000;
	    font-size:1.25em;
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		font-weight: bold;	
	}
	
	h4{
		margin-top:1em;
		margin-bottom:1em;
		color:#000000;
	    font-size:1.15em;
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		font-weight: normal;	
	}	
	
	#ItemBodyInItem{
		line-height:1.4em;
		color:#000000;
		margin-bottom:1em;
	}				
	
	#PublishDate{
		color:#888888;
		text-align:right;
		border-bottom: thin solid #888888;
		margin-bottom:1em;
	}
	
	#comments{
		color:#333333;
		font-weight:normal;
		font-size:1.25em;
		margin-top:.33em;
	}					  
	
	p.CommentBody{
		color:#333333;
	}

	p.CommentData{
		color:#666666;
		margin-bottom:2em;
		margin-top:.5em;
	}
	
	#RecentHeadlines{
		color:#333333;
		font-weight:normal;
		font-size:1.25em;
		margin-top:.5em;
	}
	
	div.ContextPageAd{
		text-align:center;
		clear:all;		  
		margin-top:1em;
	} 

/* RSS Feed 2 Java application */
	.rss_box {
	}
	
	.rss_title, rss_title a {
		margin: 0px 0;
		padding: 0;
	}
	
	.rss_items {
	       list-style:none;
	       margin:0;
	       padding:0;
	}
	
	.rss_item  {
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		margin-top:1em;
		font-weight:bold;
	}
	
	.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	}
	
	.rss_item a:hover { 
	}
	
	.rss_date {
	}
