@charset "utf-8";
/* CSS Document */
/*
yellow: #FFE513;
grey: #BCBEC0;
grey-text:#636467;
*/

body {
	background-color: #FFFFFF;

	}

.wrapper {
	background-color:#FFFFFF;
	margin: 0 0 0 0 ;
	}
	
.header {
	height: 176px;
	width: 100%;
	background-color:#FFE513;
	margin:0;
	padding: 0;
	}
	
	.header-logo {
		padding: 31px 0 0 69px;
		float:left;
		width: 220px;
		}
	#logo-cc {
		left: 72px;
		position: absolute;
		top: 92px;
	}
	#logo-rfo {
		position: absolute;
		
	}
		
	.header-nav {
		position:absolute;
		padding: 36px 0 0 0;
		left: 586px;
		float:left;
		}	
		
		.header-nav1 {
			float:left;
			width: 147px;
			}
	
	.header-subnav {
		position:absolute;
		left: 292px;
		top: 103px;
		padding: 0;
		width: 500px;
		}
		#nav-about {
			position: absolute;
			top: -22px; left: 0;
		}
		#nav-twitter {
			position: absolute;
			top: -1px; left: 0;
			display: block;
			width: 100px; height: 13px;
			background: url(../_img/twitter-text.png) top left;
			text-indent: -3000px;
		}
		#nav-twitter:hover {
			background-position: left bottom;
		}
		#subscribelink {
			position: absolute;
			top: 20px; left: 0;
		}
		#subscribeform {
			left: 0;
			margin: 0;
			position: absolute;
			top: 17px;
		}
		#subscribe-thankyou {
			position: absolute;
			top: 20px;
			left: 9px;
			margin: 0 0 0 0;
			width: 200px;
		}
		
	.navlist {
		width: 140px;
		display:block;
		height: 12px;
		padding: 0px;
		margin: 6px 0 0 6px;
		cursor: default;  
		float: left;
		}
		.navlist :hover {
			background-color: #ffffff;
			}	
	
	
				
		
		.about {
			margin: 58px 0 0 0px;
			}		
	
.content {
	margin: 15px 0 0 0;
	background-color:#FFFFFF;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.entry {
	margin: 0 0 20px 15px;
	width: 270px;
	height: 380px;
	float:left;
	background-color: #EEEEEE;
	}	
	a.entry:hover {
			background-color: #FFE513;
			text-decoration: none;
			}			

	.entry img {
		margin: 0 0 0px 0;
		}				
	
	.entry-headline {
		margin: 12px 0 10px 0;
		height: 22px;
		font-size: 16px;
		line-height: 40px;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
	
	.entry-cat {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 6px 0 1px 0;
		padding: 0 0 4px 0;
		border-bottom: #fff 4px solid; 
		font-size: 14px;
		}					
	
	.entry-links {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height: 14px;
	padding: 0 0 11px 0;
		}
		
	.entry-source {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 0 0 11px 0;
	text-align: right;
	}	
	
	.entry-comments {
		color:#636467;
		display:none;
	}				

					
.aboutpage {
	width: 533px;
	margin: 25px 0 0 69px;
	}
	
	.editors {
		display: block;
		float: left;
		width: 250px;
		}
	

#comment, #commentor {
	width: 265px;
	font-size:10px;
	}
