﻿body 
{
	margin: 0;
	padding: 0;
	background: #ECEAD1 url(images/BlogBackground.png) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	font: 1.75em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #414F42;
}

p, ol, ul {
	line-height: 1.5em;
    text-align: left;
}

a{
	color: #558800;
}

a:hover {
	text-decoration: none;
}

hr 
{
	display: none;
}

.rssButton, .xoxo a{margin:0 3px;}

#header 
{
	width: 940px;
	height: 250px;
	margin: 0px auto;
}

#menu 
{
	float: left;
}

#menu ul 
{
	margin: 0px;
	padding: 100px 0px 0px 0px;
	list-style: none;
}

#menu li 
{
	display: inline;
}

#menu a 
{
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	background: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 2px solid #EBEAD1;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #182C33;
}

#menu a:hover, .active a, #menu a.current 
{
    color: #690;
}

#blogfooter 
{
	background: #EBEAD1 url(/images/blogfooter.png) repeat-x left bottom;
}

#page 
{
	width: 940px;
	margin: 0px auto;
	padding: 0;
}

#content 
{
	float: left;
	width: 650px;
	margin-bottom: 50px;
}

/* Post */

.post {
	margin-top: 20px;
}

.post .date {
	float: left;
	width: 76px;
	height: 58px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #514F42;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .taggedlink {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.post h1{
	padding: 0 0 .2em;
	margin: 0; 
}

.post h1 a{color: #514F42; text-decoration:none;}
.post h1 a:hover{text-decoration:underline;}

.post .meta {
	margin: 0 0 30px 20px;
	padding: 0;
	color: #979680;
	line-height:normal;
	font-size: 0.8em;
}

.post .meta a {
	color: #828170;
}

.post .entry 
{
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #663;
	width: 650px;

}

#postPaging{margin-top:.5em;}
#relatedPosts div {padding: 0;}

#relatedPosts h1 {margin: .5em 0;}

#relatedPosts a {
	margin-top: 5px;
}

#relatedPosts span {display: block;}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: .2em;
}

#sidebar li ul {
	border-top: 1px dashed #663;
}

#sidebar li li {
	margin: 0;
	padding: .2em 0;
}

#sidebar li li a {
}

#sidebar h4 {
	padding: 0px;
	margin: 25px 0 6px 0;
	border-bottom: dashed 1px #663;
	font-size: 1.67em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .widget
{
    padding: 10px 0;
}

/* Calendar */
#calendarContainer {
    width:100%;
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
    width:100%;
	margin: 0 auto;
	border: 1px solid #E8E8E8;
}
.calendar table{ 
    border-collapse:separate !important; 
    border-spacing:2px;
}
.calendar th{
    font-weight:bold; 
    background: #514F42; 
    color:#EBEAD1;
    border:solid 1px #514F42; 
}
.calendar tbody td {
	border: 1px solid #514F42;
	text-align: center;
	background: white;
}
.calendar .weekend {
	background-color: #ccc;
}

.calendar .other {
	color: #3F6800;
}
.calendar a{ 
    font-weight:bold;    
}
.calendar a:visited {
    color:#4A6F00;
}
.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #ccc;
}

/* Archive */
#archive h2{
    margin:1.82em 0 .5em 0;
}
#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}


#blogfootersolid 
{
	background: #071407;
}

#footer 
{
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #573D30;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFF;
}

#legal 
{
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
	background: black;
}

#legal a 
{
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating 
{
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

#contact fieldset{
    border:none;
    padding:0;
}

#contact dd{
    margin:0;
}

#contact label{
	display: block;
	padding-top: 5px;
	font-weight:700;	
	margin-bottom:5px;
}

#contact input:not([class='sendbutton']), #contact textarea
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	border: solid 1px #514F42;
	width: 350px;
	color:#514F42;
	font-size:1.3em;
	padding:.3em;
}

.sendbutton{
    margin: 15px 0;
    padding: 3px 5px;
}

#addcomment{ 
    
}

.comment {
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px solid #fff;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px solid #fff;
}

.self {
	border: 1px solid #4E9FC8;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: .8em;
}

.commentForm input {
	width: 300px;
	margin-top:.5em;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid #514F42;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid #4E9FC8;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#514F42;
	color:#690;
}

#commentMenu li.selected{
	background:#514F42;
	border-bottom:1px solid #514F42;
	color:#fff;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:.7em;
    float:right;
    position:relative;
    top:20px;
}

.bbcode a {
    margin: 1px 0 0 .2em;
    padding: 1px .4em;
    background:#514F42;
    color:#fff;
    font-weight:bold;
}

.searchresult
{
    margin-top:1em;
}

#logo 
{
	float: left;
	padding: 40px 0 0 0;
}

#logo .sitename 
{
	margin: 0;
	height: 160px;
	padding: 40px 0 0 170px;
	background: url(images/corner-stone.png ) no-repeat left top;
	font-size: 4em;
	font-weight: normal;
	color: #FFF;
}

#logo .sitename a 
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo .strapline 
{
	margin: -100px 0 0 173px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 5px;
	color:#FFF;
}

#logo a 
{
	display: block;
	text-decoration: none;
	color: #FFF;
}

#postnavigation
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }


.RadMenu
{
    float:none;
    top: 0px;
    left: 0px;
    width: 650px;
	margin: 0px auto;
	padding: 0 15;
}

.rmRootGroup 
{  
            width: 100%;  
            padding: 2px 0px !important;  
}

.headingspacer
{
  background : url(images/headingspacer.gif) repeat-x left top;   
  padding: 10px;
}