h1{
	font-size: 3em;	
	font-family: Georgia, serif;
	color: #333;
}
h2{
	color: #222;
	font-weight: bolder;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 0;
	margin-top: 16px;
}
.tagline{
	float: right;
	margin-top: 25px;
	font-family: Georgia, serif;
	font-size: 16px; 
	font-weight: bold;	
	font-style: italic;
	color: #333;

}
p{
	color: #2C2D32;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.56em;
	text-align: left;	
}
#wrap{
	-webkit-border-radius: 2px;
	width: 960px;
	margin: 0 auto;
	margin-top: 8px;
	overflow: hidden;

}
#header{
	background: #F1F1F1;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	background-image: url(../img/noise.png);
}
#header-text{
	width: 960px;
	margin: 0 auto;	
	padding: 8px;
}
#posts{
	float: left;
	width: 550px;	
	border-right: 1px dashed rgba(0,0,0,.25);
}
#rightcol{
	float: left;	
	width: 409px;
	
}
#posts p{
	padding: 8px;
	padding-left: 16px;
	margin-right: 8px;
	line-height: 1.4em;
}
#posts h2{
	padding-left: 16px;	
	padding-bottom: 8px;
}
#rightcol p{
	padding: 8px;
	padding-left: 16px;
	font-size: 13px;
	line-height: 1.5em;	
}
#rightcol h2{
	padding-left: 16px;
	padding-bottom: 4px;
}
h3{
	font-weight: bolder;
	color: #345;
	font-family: Helvetica, Arial, sans-serif;	
}
#posts h3{
	padding-left: 16px;	
	margin-top: 16px;
	line-height: 0px;
	padding-bottom: 4px;
	padding-top: 8px;
	color: #123;
}
.post{
	overflow: hidden;
}
.post:nth-child(2n+1){
	background: #fffaf1;
}
.post:nth-child(2n){
	background: #f1f6ff;
}
a{
	font-weight: bold;	
	
}
a:link{
	color: #334ACF;	
}
a:visited{
	color: #556270;
}

