@charset "windows-1252";

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


/* Universal styles */ 
	* {
		padding:0;
		margin:0;
	}
	
	a{color:#FFFFFF;}				 
	
	a:visited {color:#DDDDDD;}
	a:hover{
		color:#000000;	
		background:#FFFFFF;
	}
	
	blockquote{margin-left:5em;}
	
	body{
		background:#404040;
		color:#D8D8D8;
		font-size:1em;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}
	
	#TrulyNewsHome{
		font-size:1em;
		color:#CCCCCC;
		font-weight:normal;
		text-decoration:none;
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;	  	
	}	

/* Header */
	#header{
		background:#000000;
		padding:1em;
	/*margin creates a border using the BG color of BODY*/
		margin-left:0em;
		margin-right:0em;		   
		padding-left:3em;
		padding-right:3em;
	}

	#BlogName{
		font-size:2.25em;
		margin:0 0.5em 0 0;
		padding:0 0.5em 0.25em 0;
		border-right:1px solid #7F7F7F;
		float:left;
		color:#CCCCCC;
		font-weight:normal;
	}
	#BlogName a{text-decoration:none;} 
	#BlogName a:hover{text-decoration:underline;}

	#description{
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		font-size:1em;
		padding:1em 0;
		margin:0;
		line-height:1em;
		font-weight:normal;	 
		color:#FFFFFF;
	}

/* Content */		
	#MainPage{
		background:#000000;
	/*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;
	}				 

	.BlogItemTitle{
		text-align:center;
		margin-top:.5em;
		margin-bottom:.5em;
		color:#EEEEEE;
	    font-size:1.5em;
		font-family: Georgia, "New Century Schoolbook", "Bookman", "Times New Roman", Times, Serif;
		font-weight: bold;	
	}	 

	div.BlogItemBody{
		line-height:1.4em;
		color:#999999;
		margin-top:1em;
		margin-bottom:.25em;
	}
	
	div.details{
		margin:1em 0;
		text-align:right;
		border-top:1px solid #999999;
		padding:0.5em 0;
		font-size:0.95em;
		color:#777777;
	}	
	
/* Footer */								   
	div.OpinionAdBottom{
		text-align:center;
		clear:all;		  
	}
	
	/*Paragraph container for the search box*/
	#search{								  
		padding-top:1.5em;
		color:#FFFFFF;
	}					   
	
	#footer{
		background:#000000;
		padding:0em 4em 1em 4em;
		color:#666666;	  
	/*margin creates gray border*/
		margin-right:0em;
		margin-left:0em;	   
		margin-bottom:3em;
	}
	
	.copyright{
		color:#666666;
		line-height:1.4em;	
	}
	.copyright a{
		color:#666666;	
		text-decoration:none;
	} 
	.copyright a:hover{
		color:#666666;	
		text-decoration:underline;
	}

/* Itempage specific */
	#post{
		background:#000000;
	/*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:#FFFFFF;
	    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:#FFFFFF;
	    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:#FFFFFF;
	    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:#999999;
		margin-bottom:1em;
	}				
	
	#comments{
		color:#CCCCCC;
		font-weight:normal;
		font-size:1.25em;
		margin-top:.33em;
	}					  
	
	p.CommentBody{
		color:#CCCCCC;
	}

	p.CommentData{
		color:#999999;
		margin-bottom:2em;
		margin-top:.5em;
	}
	
	#RecentHeadlines{
		color:#CCCCCC;
		font-weight:normal;
		font-size:1.25em;
		margin-top:.5em;
	}

/* 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{}