/*@start*/
/*General Design Elements*/
body {
	background-color: #c4c4c4;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#page {
	background-color: #FFFFFF;
	border: #000000 3px solid;
	border-bottom-width: 0px;
	margin: 50px auto 0px auto;
	width: 758px;
}

img {
	border: 0px;
	padding: 10px;
}

/*Header section*/
#header {
	height: 104px;
	overflow: hidden;
	padding: 10px;
	width: 740px;
}

#header_img {
	float: left;
	height: 104px;
	margin: 0px;
	padding: 0px;
	width: 554px;
}

#header_img h1 {
	height: 104px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	width: 554px;
}

#header_img a {
	background: url(../images/header.png) no-repeat;
	display: block;
	height: 104px;
	width: 554px;
}

.featuredpost {
	float: right;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	height: 104px;
	padding: 0px 0px 0px 5px;
	width: 171px;
}

.featuredpost h3 {
	display: none;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

.featuredpost h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px; 
}

.featuredpost a {
	color: #c1272d;
	text-decoration: none;
}

.featuredpost a:hover {
	text-decoration: underline;
}

#header_description {
	visibility: hidden;
}

/*Content section*/
#content {
	border-bottom: solid 0px #000000;
}

.page {
	background:url(../images/content_background.gif) no-repeat top center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	_height: 450px;
	min-height: 450px;
	padding: 0px 10px;
	position:relative;
}

.page h3 {
	clear: both;
}

.blogroll {
	padding: 35px 0 20px 84px;
}

.page a:link, .page a:visited, .page a:active {	
	color: #c1272d;
	font-weight: bold;
	text-decoration: none;
}

.page a:hover {
	color: #c1272d;
	font-weight: bold;
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.post {
	padding-top: 10px;
	width:738px;
}

.post p {
	line-height: 16px;
}

.edit_entry{
	clear: both;
}

input {
	border: #000 solid 1px;
}
	
#comment {
	border: #000 solid 1px;
	height: 100px;
	width: 450px;
}

.commentlist {
	list-style: none;
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width:738px;
}

.comment_text p {
	padding: 0px 10px;
}

.comment_line {
	background-color: #f1e7da;
	border-bottom: #000 1px solid;
	font-weight: bold;
	padding: 0px 10px;
	width: 738px;
}

.comment_line a, .comment_line a:hover {
	color: #000;
	text-decoration: none;
}

.commentmetadata {
	float: right;
}

.date {
	background: url(../images/date_background.gif) no-repeat;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	width: 54px;
	height: 40px;
	font: normal 130%/30% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 12px 0 5px 0;
	text-align: center;
}

.date span {
	color: #000000;
	line-height: 26px;
	display: block;
	font: italic 170%/90% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

/*Sidebar section*/
.sidebar {
	clear: both;
	display: block;
	height: 1px;
	position: relative;
	width: 758px;
}

.sidebar a {
	color: #c1272d;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar ul {
	list-style: none;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	width: 179px;
}

.sidebar_left {
	float: left;
	width: 188px;
}

.sidebar_right {
	float: right;
	width: 569px;
}

.sidebar_right ul {
 	line-height: 2.4em;
	margin-left: 10px;
	width: 90%;
}

.sidebar_right ul li {
	background:url(../images/list_bullet.gif) no-repeat;
	background-position: 0% 50%;
	padding-left: 25px;
}

.TogglerLeft, .TogglerRight {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	margin: 0px;
	text-align: center;
	width: 188px;
}

.TogglerLeft {
	background:#FFFFFF url(../images/sidebar_small_background.jpg) no-repeat;
}

.TogglerRight {
	background:#FFFFFF url(../images/sidebar_large_background.jpg) no-repeat;
	width: 569px;
}

.element {
	font-size: 12px;
	height: 209px;
	margin-left: 19px;
}

#time {
	font-size: 10px;
	font-weight: normal;
}

/*Footer section*/
.footer {
	background: #FFFFFF;
	border: solid 3px #000000;
	border-top-width: 0px;
	display: block;
	margin: 0px auto 50px auto;
	padding: 270px 10px 0px 0px;
	width: 748px;
}

.footer {
	color: #c4c4c4;
	font-size: 12px;
	text-align: right;
}

.footer a {
	color: #c4c4c4;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/*Meta section*/
.meta_feed {
	background: url(../images/mete_feed.png) no-repeat left;
	padding: 1px 0px 1px 18px;
}