/* @group misc */

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #a49e7e;
	text-align: center;
}

img {
	border-style: none;
}

p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
}

.excerpt {
	font-style: italic;
}

.floatright {
	padding-left: 10px;
	float: right;
}



/* @end */

/* @group layout */

div#layout_page {
	width: 960px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
}

div#layout_wrapper {
	width: 960px;
	background: url(http://www.speaktheculture.net/background.gif) repeat-y;
	float: left;
}

div#layout_main {
	width: 800px;
	float: left;
}

div#layout_title {
	float: left;
}

div#layout_nav {
	float: left;
	width: 160px;
	background: #ccc498;
	margin: 0;
	padding: 0;
}

div#layout_content {
	float: left;
	width: 480px;
	background: #fff;
}

div#layout_tools {
	float: left;
	width: 122px;
	background: #b3a76e;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 18px 20px 20px;
}

div#layout_ads {
	float: left;
	width: 120px;
	padding: 20px;
	font-size: small;
	background: #fbf5d8;
}

div#layout_footer {
	background: #a49e7e;
	color: #ccc;
	padding-top: 10px;
	width: 960px;
	float: left;
	clear: both;
	font-size: 10px;
}



/* @end */

/* @group tools */

div#layout_tools {
	font-size: 11px;
	line-height: 12px;
	color: #413e32;
}

div#layout_tools h3 {
	margin: 10px 0 5px;
	padding: 0;
}

div#layout_tools p {
	margin: 0 0 5px;
	padding: 0;
}

div#layout_tools a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}



/* @end */

/* @group content */

div#content_body {
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}

div#content_body a:link, div#content_body a:visited {
	font-weight: bold;
	text-decoration: none;
}

div#content_body a:hover {
	border-bottom: 1px solid #ccc;
}

div#content_body h1 span {
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 18x;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	vertical-align: top;
	margin: 20px 0;
}

div#content_body h1 {
	margin-bottom: 1em;
	clear: both;
}

div#content_paging {
	font-size: 10px;
	line-height: 15px;
}

p.lefttext {
	float: left;
	width: 50%;
}

p.righttext {
	float: right;
	width: 50%;
	text-align: right;
}

p.blog_info {
	font-style: italic;
}



/* @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;
}

div.comment_header {
	font-weight: bold;
}



/* @end */