/*
Do not treat this file as an example
File has been built up from another (ugly) skin, by hacking. Not by writing from the bottom up.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #fff repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #36393D;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header
{
	width: 988px;
	height: 140px;
	margin: 0 auto;
	background: transparent no-repeat left bottom;
}

#logo
{
	float: left;
	height: 100px;
	padding: 0 0 0 90px;
}

#logo h1 {
	padding: 20px 0 0 0;
}

#logo p {
}

#logo a {
	text-decoration: none;
	color: #36393D;
}

#search {
	float: right;
	width: 200px;
	padding: 0 20px 0 0;

}

#search form {
	height: 25px;
	padding: 65px 0 0 25px;
}

#search fieldset {
	border: none;
}

#search-text {
	width: 170px;
	background: #FFFFFF;
	border: none;
}

#search legend, #search-submit {
	display: none;
}

#menu {
	clear: both;
	height: 40px;
}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .selectedli a {
	color: #B42600;
}

/* Page */

#page {
	width: 988px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
}

#back2top {
	height: 72px;
        margin:0pt 10px 0pt 90px;
}

#back2top a
{
	display: block;
	padding: 0;
	text-decoration: none;
	text-align: center;
}

#back2top a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 680px;
	margin: 0 0 20px 0;
}

.navigation
{
        margin:0pt 10px 0pt 90px;
    float: left;
}

.post
{
	border-top: 1px dotted #fff;
    float: left;
    padding: 0 0 40px 0;
	position: relative;
	width: 680px;
}

.post .title {
    margin:0pt 10px 0 90px;
	font-size: 2.4em;
	width: 400px;
}

#content .entry img
{
	float: left;
	margin: 0 5px 5px 0;
}

.detail
{
	border-top: 1px dotted #990000;
	border-bottom: 1px dotted #990000;
	margin-bottom: 16px;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px dotted #990000;
}

.post .byline
{
	display: none;
}

.post .date
{
	position: absolute;
    top: 7px;
	left: 0;
	display: block;
	float: left;
	width: 65px;
	text-align: right;
	font-size: 1em;
	color: #e4e0c5;
	margin-bottom: 15px;
}

.post .date .month
{
	display: block;
	clear: both;
	font-weight: bold;
}

.post .date .day
{
}

.post .date .year
{
	display: none;
}

.post .entry
{
	width: 480px;
	margin: 0 10px 0 90px;
}

.post .entry p, .post .entry ol, .post .entry ul
{
	margin-bottom: 1.6em;
	line-height: 140%;
	list-style-position: inside;
}

.post .comments
{
	width: 75px;
	padding: 0;
	float: left;
	position: absolute;
	left: 0;
	top: 88px;
	text-align: right;
}

.post .comments a
{
    color: #353537;
	text-decoration: none;
}

.post .comments a span
{
	display: block;
	clear: both;
	text-decoration: underline;
}

.post .info
{
	float: right;
	width: 100px;
	position: absolute;
	top: 7px;
	right: 0;
}

.post .info a
{
	color: #353537;
}

.post .category, .post .category a
{
	color: #e4e0c5;
}

.post .tags
{
	position: absolute;
	top: 77px;
}

.post .tags span, .post .category span
{
	display: block;
	clear: both;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 240px;
        color: #6e6e72;
}

#sidebar ul
{
	list-style: none;
}

#sidebar li
{
        font-size: .95em;
}

#sidebar li ul, #sidebar li p {
	padding: 0;
	background: none;
}

#sidebar li li {
	padding: 0 0 7px 0;
}
#sidebar .sideContent
{
    padding: 10px 20px 30px 0;
}
#sidebar h2
{
    color: #990000;
	padding: 8px 0 0 0;
	font-size: 1.4em;
}

#sidebar a {
	color: #6e6e72;
}

#sidebar a:hover {
	text-decoration: underline;
}

.tagCloud a
{
	font-size: .95em !important;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 10px 20px 30px 20px;
}

#calendar table {
	width: 200px;
	border-collapse: collapse;
	text-align: center;
}

#calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #BA3300;
}

#calendar thead th {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	border-bottom: 2px solid #BFD19A;
}

#calendar tbody td {
	padding: 4px 0;
}

#calendar tfoot td {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#today {
	background: #BFD19A;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 50px 0;
	background: #990000:
	font-size: 11px;
	color: #666666;
}

#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666666;
}

#comments
{
	position: absolute;
	width: 240px;
	right: 0;
	top: 180px;
}

#comments h2, .nocomments h2
{
    color: #990000;
	padding: 8px 0 0 0;
	font-size: 1.4em;
}

.comment
{
    margin: 0 0 10px 0;
}

.comment h3
{;
    color: #6e6e72;/*6e6e72*/
	padding: 8px 0 0 0;
	font-size: 1em;
	font-weight: normal;
}

.comment h3 a
{
	color: #353537;/*6e6e72;*/
}

.comment h3 span
{
	color: #353537;/*6e6e72;*/
	font-weight: bold;
}

.comment .commentBody
{
    padding: 4px 0 0 0;
}

#commentform
{
    padding: 24px 0;
    margin: 5px 0 20px 90px;
}

#commentform .text_input
{
    width: 400px;
}

#commentform dd
{
	margin-bottom: 10px;
}

.poweredby
{
    text-align: center;
    padding: 5px 0;
}
.poweredby img
{
    border: none;
}

.nocomments
{
	clear: both;
	/*border-top: solid 1px #e4e0c5;*/
	padding-top: 16px;
	margin-left: 90px;
}

.actions input
{
	color: #fff;
	background: #990000;
	padding: 3px 6px;
	border: none;
	cursor: pointer;
}

#comment_status
{
	color: #333;
	font-weight: bold;
	clear: both;
	padding-top: 4px;
	margin-top: 4px;
}