/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
  height: 100%;
}

body
{
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#757474;
	font-size:0.75em;
	background-color:#EEE8C6;
	margin-top: 20px;
	margin-left: 0px;
}

/*custom classes*/
a:link {
	color: #757474;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #757474;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #757474;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #9B1919;
	font-weight: bold;
	text-decoration: none;
}
a.headline:link {
	color:#5B5165;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
a.headline:visited {
	color:#5B5165;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}
a.headline:active {
	color:#5B5165;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
a.headline:hover {
	color:#9B1919;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
#main {
	/*height: 100%;*/
	width: 757px;
	margin-right: auto;
	margin-left: auto;
}
#main_box {
	background-color:#FFFFFF;
	border: 1px solid #B4AF95;
}
#header_logo {
	position: relative;
	height: 143px;
	background-color:#B1A398;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header_img {
	position: absolute;
	right: 0px;
}
#header_nav {
	position: relative;
	height: 30px;
	border-top: 1px solid #B4AF95;
	border-bottom: 1px dotted #B4AF95;
}
#header_date {
	width: 340px;
	position: absolute;
	left: 15px;
	top: 7px;
}
#header_search {
	position: absolute;
	right: 413px;
	text-align:right;
        vertical-align: middle;
        top: 3px;
}
.search_box {
	vertical-align: middle;
	height: 14px;
	font-size: 0.8em;
}
#header_caption {
	position: absolute;
	right: 10px;
	top: 7px;
}
#content {
	position: relative;
	width: 755px;
	/*height: 100%;*/
	background-color:#FFFFFF;
}
#content_nav {
	float: left;
	width: 145px;
	/*height: 100%;*/
	background-color:#FFFFFF;
}
.nav_content {
	padding-left: 15px;
}
#content_entries {
	float: left;
	position: relative;
	width: 485px;
	background-color:#FFFFFF;
	padding-bottom: 20px;
       /*height: 100%;*/
}
#content_ads {
	float: left;
	width: 125px;
	/*height: 100%;*/
}
#ads_content {
	background-color:#F9F8ED;
	height: inherit;
	padding: 15px 0px 15px 3px;
	/*height: 100%;*/
}
#footer {
        clear:both;
	padding: 10px 0 20px 20px;
}
.clear {
	clear:both;
}
.content_head {
	padding-top: 20px;
        padding-bottom: 10px;
	border-bottom: 1px dotted #B4AF95;
	width: 100%;
}
.content_foot {
	padding-top: 20px;
        padding-bottom: 10px;
        text-align: right;
}
.head_text {
	padding-left: 15px;
}
.content_text {
	position: relative;
	width: 450px;
	padding: 10px 15px 10px 15px;
}
.entry {
	position: relative;
	width: 450px;
	margin: 5px 0 0 15px;
	padding: 10px 20px 10px 0;
	border-bottom: 1px dotted #B4AF95;
}
.entry_banner {
	padding: 10px 0 0 15px;
}
.entry_foot {
	padding-top: 10px;
	clear: both;
	height: 15px;
}
.entry_body img {
	float: left;
	padding-right: 10px;
        padding-left: 0px;
}
.entry_text {
	margin-left: 0px;
}
.entry_cont {
	text-align:right;
}
.entry_date {
	float:left;
	width: 30%;
        font-size:9px;
}
.entry_comments {
	float:left;
	width: 69%;
	text-align:right;
}
strong {
	color:#5B5165;
}
em {
	color:#9B1919;
	font-style:normal;
	font-weight:bold;
}
ul.menu {
	list-style-image:url(images/bullet_grey.gif);
	/*margin-left: -8px;*/
	color: #999999;
}
li.menu {
       padding-bottom: 10px;
}
li.menu_on {
	list-style-image:url(images/bullet_arrow.gif);
	color: #757474;
}
h1 {
	color:#5B5165;
	font-size: 1.4em;
	font-weight:bold;
}
h2 {
	color:#5B5165;
	font-size: 1.2em;
	font-weight:bold;
        margin-left: 15px;
}
h3 {
	color:#5B5165;
	font-size: 1.1em;
	font-weight:bold;
        margin-left: 15px;
}
.img_middle {
	vertical-align: middle;
}

.img_clear {
        padding: 0 0 0 0;
}
.static_banner {
        padding-top: 50px;
}
.feed_buttons {
        text-align: center;
        padding: 20px 0px 20px 0px;
}