body {
	color: #333;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
}

div#wrapper {
	margin: 0px auto;
	width: 900px;
}

div#logo {
	border-bottom: 9px solid #666;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#logo img {
	border: 0px;
}


div#body {
	clear: both;
	float: left;
	padding: 0px 20px;
	width: 550px;
	font-size: 12px;
}

#body h1,
#body h2,
#body h3 {
	color: #c00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#body h1 {
	font-family: "Georgia", serif;
	font-size: 28px;
	margin-bottom: 5pt;
	margin-top: 20px;
}

#body h2 {
	font-family: "Georgia", serif;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 8px;
}

#body h3 {
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}


#body h1 a:link,
#body h1 a:visited,
#body h2 a:link,
#body h2 a:visited {
	border-bottom: none;
	color: #c00;
	padding-left: 0pt;
	padding-right: 0pt;
}

#body p {
	line-height: 14pt;
	margin-bottom: 10px;
	text-align: justify;
}

#body div.infoblock {
	background-color: #f3f3ee;
	border: 1px dotted #333;
	margin: 10px 0px;
	padding: 10px;
	padding-bottom: 5px;
}

#body div.comment {
	border: 1px dotted #333;
	margin-top: 8pt;
	padding: 10px 10px 5px 10px;
}

#body p.post-info {
	color: #666;
	margin-bottom: 0px;
}

#body p.comment-info {
	padding-right: 8pt;
	text-align: right;
}

#body p.image,
#body p.photo {
	padding: 10px 0px 0px;
	text-align: center;
}

#body p.image img,
#body p.photo img {
	margin: 0px;
}

#body p.photo img {
	padding: 2px;
	border: 2px solid #333;
}

#body p.image a:link,
#body p.image a:visited,
#body p.photo a:link,
#body p.photo a:visited {
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#body p.image a img {
	border: none;
}

#body p.caption {
	color: #666;
	line-height: 10pt;
	padding: 0px 0px 10px;
	text-align: center;
}

#body p.caption a:link,
#body p.caption a:visited {
	color: #666;
}

#body div.imageinfobox {
	background-color: #f3f3ee;
	border: 1px dotted #333;
	left: 0px;
	position: fixed;
	top: -30px;
	width: 300px;
}

#body blockquote {
	margin: 10px 20px;
	border: 1px dotted #333;
	padding: 5px 10px 5px 10px;
	background-color: #f3f3ee;
}

#body blockquote p {
}

#body ul {
	list-style-type: square;
}

#body ul li {
	padding: 5px 0px 5px 0px;
	text-align: justify;
}

#body ul li ul {
	padding: 5px 0px 0px 30px;
}

#body ul li ul li {
	padding: 5px 0px 2px 0px;
}

#body pre,
#body code {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", monospace;
	font-size: 8pt;
	border: 1px dotted #333;
	background-color: #f3f3ee;
}

#body code {
	margin-left: 2pt;
	margin-right: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
}

#body pre {
	padding: 10px;
	overflow: auto;
}

#body a:link,
#body a:visited {
	padding-left: 0pt;
	padding-right: 0pt;
	border-bottom: 1px dotted #c00;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

#body a:hover {
	background-color: #f3f3ee;
	border-bottom: 1px solid #c00;
}

#body form {
	margin: 0px;
	padding: 0px;
}

/*#body form label {
	float: left;
	padding-top: 5px;
	width: 90px;
}*/

#body form input,
#body form textarea {
	border: 1px solid #333;
	padding: 5px;
}

#body form#form-new-blog-comment textarea {
	height: 150px;
}

#body form input[type="checkbox"] {
	width: auto;
}

#body form input[type="submit"] {
	background-color: #f3f3ee;
	width: auto;
}

#body p.form-control-description {
	margin-top: 16pt;
}

#body p.form-error {
	color: #c00;
	font-weight: bold;
}

div#navigation {
	margin-bottom: 30px;
}

#navigation ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	background-color: #f3f3ee;
	border-bottom: 1px dotted #333;
	border-left: 1px dotted #333;
	margin-left: -1px;
	display: block;
	float: left;
	width: 150px;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	border: none;
	color: #333;
	display: block;
	font-size: 13.5px;
	font-weight: bold;
	height: 25px;
	padding: 35px 20px 0px;
	text-decoration: none;
}

#navigation ul li.active a:link,
#navigation ul li.active a:visited {
	background-color: #e6e6e1;
}

#navigation ul li a:hover {
	background-color: #e6e6e1;
	color: #c00;
}

div#right {
	background-color: #f3f3ee;
	border: 1px dotted #333;
	border-top: none;
	clear: right;
	float: right;
	font-size: 12px;
	line-height: 12pt;
	padding: 0px 0px 20px;
	width: 300px;
}

#right h2 {
	clear: both;
	color: #c00;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 20px;
	margin: 0px;
	margin-top: 20px;
}

#right p {
	padding: 0px 20px;
}

#right p.photo {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#right p.photo a:link,
#right p.photo a:visited,
#right p.photo a:hover {
	display: block;
	border: none;
	margin: 0px;
	display: block;
	text-decoration: none;
}

#right p.photo img {
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#right p.caption {
	color: #666;
	font-size: 12px;
	line-height: 10pt;
	padding: 0px;
	text-align: center;
}

#right p.caption a:link,
#right p.caption a:visited {
	color: #666;
}

#right a:link,
#right a:visited {
	border-bottom: none;
	color: #c00;
	cursor: pointer;
	text-decoration: underline;
}

#right a:visited {
	color: #333;
}

div#footer {
	clear: both;
	padding: 10px 0px 10px;
}

div#sidebar {
	margin-top: 60px;
	padding-top: 60px;
}

#sidebar li {
	margin-left: 20px;
	list-style-type: square;
}

#sidebar ul {
	list-style-type: square;
}

#sidebar ul {
	list-style-type: square;
}

#sidebar a:link,
#sidebar a:visited {
	padding-left: 0pt;
	padding-right: 0pt;
	border-bottom: 1px dotted #c00;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

#sidebar a:hover {
	background-color: #e6e6e1;
	border-bottom: 1px solid #c00;
}


#copyright a:link,
#copyright a:visited {
	padding-left: 0pt;
	padding-right: 0pt;
	border-bottom: 1px dotted #c00;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

#copyright a:hover {
	background-color: #e6e6e1;
	border-bottom: 1px solid #c00;
}

#copyright h2 {
	font-size: 12px;
}

#copyright p {
	font-size: 9px;
}



/* Styles for comment form */
input.bComment,
textarea.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-style: solid;
	padding: .5ex;
	width: 100%;
	margin: 0ex;
}

input.submit,
input.preview,
input.reset {

	color: #000;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover,
input.reset:hover {
	background-color: #e6e6e1;
	color: #c00;
}
