@charset "UTF-8";
/* 
==============================================================================
These styles are page specific and only apply to the blog /news/ section
==============================================================================
 */
 
/* 
==============================================================================
Over ride some inheritied styles
==============================================================================
 */
h1{
	width: 100%;
}
 
#Frame_BG{
    float: left;
	background-image: none;
	width: 820px;
}

#Frame_BG p{
	color: #6F6E6E;
}

.Frame_BG_margin{
	margin: 0px 10px;
}

.columns{
    position: relative;
    float: left;
    width: 820px;
    margin: 0px;
}

.col1{
	background: url(../images/bg_blog_col1.gif) repeat-y;
	width: 562px;
	padding: 0px;
}
.col1_margin{
	margin: 0px 20px;
	width: 520px;
}

.col2{
	width: 220px;
	margin-left: 10px;
}

/* 
==============================================================================
The blog specific styles
==============================================================================
 */
 
.entry-content{
	/*border: 1px solid #DDDDDD;*/
}
.hfeed{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.section ul{
    margin: 0px;
    padding: 0px;
}

#copyright a{
	color:#652820;
}

h2.entry-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
}

h2.entry-title a{
	color: #FA715F;
	text-decoration: none;
}

h2.entry-title a:hover{
	text-decoration: underline;
}

.col2 h3{
	color: #FA715F;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
}

.col2 ul{
	list-style: none;
	padding-top: 10px;
	padding-left: 0px;
	border-top: 1px solid #6F6E6E;
}

.col2 ul li{
	margin-bottom: 10px;
}

.col2 ul li a{
	color: #6F6E6E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.col2 ul li a:hover{
	text-decoration: underline;
}

p.post-meta,
p.post-meta abbr,
p.post-meta a{
	color: #AFAAA9;
}
