@charset "utf-8";
/* CSS Document */
#layoutdims {
	clear:both;
	/*background:#580A1C; */
	background:#FFFFFF;
	color:#FF0000;
	border-bottom:thick ridge #AF0;
	margin:0;
	padding:6px 15px !important;
	
}
#sublayoutdims {
	clear:both;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
}

#layoutbanner {
	clear:both;
	background:#580A1C; 
	color:#FFF;
	border-bottom:thick ridge #AF0;
	margin:0;
	padding:6px 15px !important;
	
}
#menuResized {
	width:900px;
	
	font-size:.75em;
	height:1.5em;
	margin:0 auto;
}


#menuResized ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#menuResized ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menuResized ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#menuResized ul li a:hover {
	background:#AF3;
	color:#000;
}
#menuResized ul li a.active, #menuResized ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#menuResized ul li a span {
	display:block;
}

.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}
.clearID{
	clear:both;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
}



