/*Layout Containers*/
#wrap {
	width: 780px;
	margin: 0px auto;
	text-align: center;
	font-family:Times New Roman, Helvetica, sans-serif;
	}
/* Article Style 1 */
.headline1 {
	padding: 0px;
	margin: 18px 10px 0px 10px;
	border-bottom:1px solid #333333;
	font-family:Times New Roman, Helvetica, sans-serif;
	background-image:url(img/headline1.gif);
	background-repeat: no-repeat;
	background-position: left-top;
}


.headline1 h1
{
	font-weight: normal;
	font-size:25px;
	color:#FFFFFF;
	margin: 0px;
	padding: 7px 0px 6px 60px;
}

.content1
{
	color:#B3B3B3;
	margin: 0px;
	padding: 6px  10px 10px 10px ;
}

/* Article Style 2 */

.headline2 {
	padding: 0px;
	margin: 18px 10px 0px 10px;
	border-bottom:1px solid #333333;
	font-family:Times New Roman, Helvetica, sans-serif;
	background-image:url(img/headline2.gif);
	background-repeat: no-repeat;
	background-position: left-top;
}


.headline2 h1
{
	font-weight: normal;
	font-size:25px;
	color:#FFF300;
	margin: 0px;
	padding: 7px 0px 6px 60px;
}

.content2
{
	color:#B3B3B3;
	margin: 0px;
	padding: 6px  10px 4px 10px ;
}


/* Article Style 3 */

.headline3 {
	padding: 0px;
	margin: 18px 10px 0px 10px;
	border-bottom:1px solid #333333;
	font-family:Times New Roman, Helvetica, sans-serif;
	
}


.headline3 h1
{
	font-weight: normal;
	font-size:18px;
	color:#FFFFFF;
	margin: 0px;
	padding: 7px 0px 6px 60px;
}

.content3
{
	color:#B3B3B3;
	margin: 0px;
	padding: 6px  10px 4px 10px ;
}

/* Footer Style */

.footer{
	color: #B3B3B3;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	clear:both;
}

.footer a {
	color: #B3B3B3;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
}

.footer a:hover {
	color: #FFFFFF;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
}

/* Post Comments Styles*/

.post_comment {
	padding: 4px;
	font-size: 11px;
	color: #000000;
	background-color: #333333;
}
.post_comment a{
	color: #B3B3B3;
	text-decoration: none;
	padding: 2px;
	text-decoration: none;

}
.post_comment a:hover {
	color: #B3B3B3;
	text-decoration: underline;
	padding: 2px;
	text-decoration: underline;

}

/* Container Gray Box Styles */
.GrayBox {
	background-color: #d6d6d6; 
	background-image: url(img/grayCrn01.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}

.GrayBox2 {
	padding: 6px 18px; 
	background-image: url(img/grayCrn02.gif); 
	background-repeat: no-repeat; 
	background-position: left bottom;
}

.GrayBox2  img {
	background-color: #FFFFFF;
	padding: 2px;
	float: left;
	margin: 3px 6px;
}

.GrayBox2 h1 {
	margin:0px;
	padding:0px;
	color: #767175;
	font-size:12px;
	font-weight: normal;
}
.GrayBox2 h2 {
	margin:0px;
	padding:0px;
	color: #8e538c;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 8px;
}


/*Articles*/
.articles {
	padding: 0px 16px 16px 16px;
	margin: 0px;
}
.articles h1, .articles a, .articles  a:hover {
	font-weight: normal;
	font-size:18px;
	letter-spacing: -1px;
	color:#767175;
	margin: 0px;
	padding: 0px;
	margin:0px;
}

.articles a:hover {
	color: #32ab4e;
	text-decoration: none;
}
.author_name {
	font-size: 11px;
	color: #666666;
	margin-bottom: 12px;
}
.short_desc {
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #208937;
	margin-bottom: 4px;
}

.about_author {
	background-color: #f0f0f0;
	border: 1px solid #e3e3e3;
	padding: 6px;
}