body {
	background-color: #333;
	font: 12px/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #333;
}

img {
	border: none;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #7a0404;
}

p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

/* @group layout */

#layout_page {
	width: 850px;
	margin: 20px auto;
}

#layout_header {
}

#layout_sidebar {
	clear: both;
	float: left;
	width: 170px;
}

#layout_content {
	width: 480px;
	padding: 20px;
	background-color: #fff;
	float: left;
}


#layout_tools {
	float: right;
	width: 160px;
	background-color: #4e1001;
}

/* @end */

/* @group header */

img#header_logo {
	float: left;
}

img#header_pics {
	float: left;
}

img#header_portrait {
	float: right;
	width: 170px;
	margin-left: -10px;
}

/* @end */

/* @group sidebar */

div.sidebar_form {
	color: #fff;
	margin: 10px 10px 0;
	font-size: 10px;
	line-height: 12px;
}

div#sidebar_nav {
	float: right;
	background-color: #4e1001;
	width: 160px;
}

div.sidebar_form a:link, div.sidebar_form a:visited {
	font-weight: bold;
	color: #fff;
}

div.sidebar_form button {
	background-color: #7a0404;
	color: #fff;
	font-weight: bold;
	border: 1px solid #4e1001;
}

img.navimage {
	margin-bottom: 1px;
}

ul.section_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.sidebar_spacer {
	height: 30px;
	background-color: #7a0404;
}

ul.nav_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #333;
}

ul.nav_list li {
	margin: 0 0 1px;
	list-style-type: none;
	padding: 2px 10px;
	background-color: #000;
}

ul.nav_list li a:link, ul.nav_list li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
}

ul.nav_list li.current a:link, ul.nav_list li.current a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7a0404;
	font-size: 10px;
}



/* @end */

/* @group content */

div#layout_content p a:link, div#layout_content p a:visited {
	border-bottom: 1px solid #7a0404;
}

div#layout_content p a.image:link, div#layout_content p a.image:visited {
	border-bottom: none;
}

div.blogbody {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 20px;
}

h1, h3 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

h1 a:link, h3 a:link, h1 a:visited, h3 a:visited {
	font-style: normal;
	color: #000;
}

h1 a:link, h1 a:visited {
	font-weight: normal;
}

div.blog_list_article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

p.date {
	font-style: italic;
	font-size: 10px;
	clear: both;
}

p.more {
	font-size: 10px;
}

div#layout_content p.more a:link, div#layout_content p.more a:visited {
	
	border-bottom: none;
	font-weight: bold;
}

p.blognavleft {
	width: 45%;
	float: left;
	line-height: 1em;
}

p.blognavright {
	width: 45%;
	float: right;
	text-align: right;
	line-height: 1em;
}

#layout_content table {
	width: 100%;
	font-size: 10px;
	line-height: 1.3em;
	border-collapse: collapse;
	margin: 0 0 20px;
	padding: 0;
}

#layout_content td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-top: 1px solid #ccc;
}

/* @end */

/* @group gallery */

div.gallery_thumb {
	width: 230px;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

div.gallery_thumb img {
	float: left;
	margin-right: 10px;
}

div.gallery_credit p {
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
}



/* @end */

/* @group contact */

fieldset {
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0;
}

legend {
	display: none;
}



/* @end */

/* @group comments */

.comment_body {
	font-size: 10px;
	line-height: 15px;
	border: 1px solid #eee;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #555;
}

p.comment_info {
	font-style: italic;
	color: #888;
}

p.commenthead {
	font-size: 10px;
	font-weight: bold;
	margin-top: 20px;
}



/* @end */

/* @group markup */

.fleft {
	float: left;
}

.fright {
	float: right;
}



/* @end */
