@charset "utf-8";
/* CSS Document */

/*
	Author: Steven Knight of Clear:Both
	Author URL: http://www.clearboth.co.uk
	Theme URL: http://www.example.co.uk
*/

/* Resets and IE fixes have been taken care */

/* Generic CSS
-------------------------------------------------------------- */

body {
	background: url(../images/layout/background.png) repeat;
}
.wrapper {
	width: 960px;
	margin: auto;
}
a {
	text-decoration: none;
	color: #276056;
}
a:hover {
	text-decoration: underline;
}

/* Headings */

h2, h2.error {
	/* If sIFR won't load */ font-family: Arial;
	font-weight: bold;
	font-size: 38px;
	margin: 0 0 20px 0;
}
h3 {
	/* If sIFR won't load */ font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	margin: 20px 0 25px 0;
}
h5 {
	/* If sIFR won't load */ font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	margin: -5px 0 10px 0;
}
h6 {
	/* If sIFR won't load */ font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #1c1c1c;
	display: inline;
	width: 595px;
}
h2.temp_header {
	font-size: 50px;
	padding: 0 0 0 105px;
}

/* Again, if sIFR won't load */
h2 a {
	color: #1c1c1c;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
}

/* Header CSS
-------------------------------------------------------------- */

#header {
	background: url(../images/layout/header.png) repeat-x;
	height: 126px;
	margin: 0 0 45px 0;
}
#header h1 img {
	width: 237px;
	height: 106px;
}

/* Content CSS
-------------------------------------------------------------- */

#content {
	float: left;
	background: #f6f6f6;
	padding: 30px 35px 5px 35px;
	border: 1px solid #bebebe;
	width: 605px;
	margin: 0 0 30px 0;
}

/* Sidebar CSS
-------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 225px;
}
#sidebar .box {	
	background: #f6f6f6;
	position: relative;
	border: 1px solid #bebebe;
	width: 190px;
	margin: 0 0 20px 0;
	padding: 20px 20px 3px 20px;
}

/* Twitter Stuff */

#sidebar span#twitter {
	position: absolute;
	display: block;
	background: #f6f6f6;
	width: 32px;
	height: 32px;
	left: -43px;
	top: -1px;
	border: 1px solid #bebebe;
	border-right: none;
	padding: 5px;
}
#sidebar .twitter ul {
	list-style: none;
}
#sidebar .twitter ul li {
	clear: both;
	text-transform: none;
	color: #3a3a3a;
	font-size: 12px;
	margin: 0 0 15px 0;
}
#sidebar .twitter ul li a {
	display: block;
	text-align: right;
	color: #276056;
	text-decoration: none;
	text-transform: none;
	padding: 6px 0;
	margin: 0 0 -5px 0;
}
#sidebar .twitter ul li span a {
	display: inline;
	text-align: left;
	text-transform: none;
}
#sidebar .twitter ul li a:hover {
	text-decoration: underline;
}
#sidebar .twitter p {
	font-size: 14px;
	color: #3a3a3a;
}
#tweet-me {
	width: 180px;
	margin: -5px 0;
	padding: 0 0 17px 0;
}

/* Search */

#sidebar .box form {
	margin: 0 0 17px 0;
}
#sidebar .box form input {
	background: #efefef;
	border: 1px solid #bfbebe;
	padding: 7px;
	color: #868686;
	width: 170px;
}

/* Headings */

#sidebar ul {
	list-style: none;
	margin: 0 0 15px 0;
}
#sidebar li {
	margin: 0 0 5px 0;
}
#sidebar ul li, #sidebar ul li a {
	font-size: 12px;
	color: #276056;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul.follow {
	margin-bottom: -5px;
}
#sidebar ul.follow li {
	float: left;
	padding: 0 20px 15px 0;
	width: 48px;
	height: 48px;
}
#sidebar ul.follow li.last{
	padding: 0 0 0 0;
}

/* Page Numbers */

#pages {
	clear: both;
	padding: 0 0 50px 0;
}
#pages ul {
	list-style: none;
}
#pages ul li {
	float: left;
	padding: 0 10px 0 0;
}
#pages ul li a {
	background: url(../images/layout/page.png) no-repeat;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#pages ul li a:hover {
	background: url(../images/layout/page_hover.png) no-repeat;
	color: #2d2c2c;
}

/* Post CSS
-------------------------------------------------------------- */

.post {
	position: relative;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #a9a9a9;
}

/* Paragraphs */

.post p { 
	color: #1c1c1c;
	font-size: 14px;
	margin: 0 0 1em 0;
}

/* Images */

.post .left {
	float: left;
	margin: 5px 20px 10px 0;
}
.post .right {
	float: right;
	margin: 5px 0 10px 20px;
}
.post span.count {
	background: url(../images/layout/count.png) no-repeat;
	position: absolute;
	width: 32px;
	height: 38px;
	left: -52px;
	top: 5px;
	/* Font */
	font-size: 20px;
	color: #535353;
	line-height: 38px;
	text-align: center;
}
.post span.count a {
	color: #535353;
	text-decoration: none;
}
.post span.count a:hover {
	color: #212121;
	text-decoration: none;
}



/* Category */

.post span.posted, .post span.posted a {
	line-height: 40px;
	text-decoration: none;
	color: #276056;
	font-size: 14px;
}
.post span.posted {
	margin: 0 0 20px 0;
	display: block;
}
.post span.posted a:hover {
	text-decoration: underline;
}
.post span.no-pad {
	margin: 0 0 -10px 0;
}

/* Styles */

.post blockquote {
	background: url(../images/layout/blockquote.png) top left no-repeat;
	padding: 20px 0;
	color: #1c1c1c;
	font-size: 14px;
}
.post blockquote p {
	padding-left: 60px;
}
.post blockquote p.quote {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 16px;
}
.post blockquote p.end {
	margin-bottom: 0;
}
.post blockquote ul, .post blockquote ol {
	margin-left: 90px;
	color: #1c1c1c;
}
.post ul {
	list-style: inside circle; 
	margin: 0 0 1em 2em;
	color: #1c1c1c;
	font-size: 14px;
}
.post ol {
	list-style: inside decimal;
	margin: 0 0 1em 2em;
	color: #1c1c1c;
	font-size: 14px;
}
.post pre {
	font-family: Lucida Console;
	padding: 0 0 4px 15px;
	margin: 0 0 1.25em 0;
	border-left: 4px solid #b70000;
	color: #396e00;
	width: 575px;
	height: auto;
	overflow: auto;  
	line-height: 30px;
	font-size: 14px;
}
.post abbr {
	border-bottom: 1px dotted #313131;
}
.post center, .post table, .post tbody, .post td {
	color: #1c1c1c;	
	font-size: 14px;
}


/* Comments CSS
-------------------------------------------------------------- */

#comments {
	position: relative;
}
#comments h4 {
	background: url(../images/layout/comments.png) repeat-x;
	width: 710px;
	height: 119px;
	position: absolute;
	right: -52px;
	text-indent: -5000px;
}
#comment_spacer {
	height: 150px;
}

/* Blockquotes */

#comments blockquote {
	background: #efefef;	
	border: 1px solid #c2c1c1;
	padding: 15px 15px 0 15px;
	margin: 0 0 35px 0;
	font-size: 14px;
}
#comments blockquote p {
	margin-bottom: 1em;
	color: #575757;
}
#comments blockquote p.author {
	line-height: 12px;
	font-size: 12px;	
	color: #737373;
	line-height: 10px;
	margin: 0 0 12px 0;
}
#comments blockquote img.gravatar {
	float: left;
	width: 64px;
	height: 64px;
	padding: 0 15px 10px 0;
}

/* Author CSS
-------------------------------------------------------------- */

#author {
	background: url(../images/layout/author.png) no-repeat;
	width: 712px;
	height: 143px;
	padding: 9px 13px 13px 13px;
	margin: -31px 0 0 -53px;
}
#author img {
	float: left;
	width: 77px;
	height: 103px;
	margin: 4px 13px 0 0;
}
#author p {
	font-size: 14px;
	color: #3a3a3a;
	padding: 7px 0;
	width: 687px;
}
#author p a {
	text-decoration: none;
	color: #3a3a3a;
}
#author p a:hover {
	text-decoration: underline;
	color: #1a1a1a;
} 

/* Footer CSS
-------------------------------------------------------------- */

#footer {
	background: url(../images/layout/footer.png) repeat-x;
	height: 142px;
}
#footer p {
	width: 960px;
	margin: auto;
	color: #d9d9d9;
	font-size: 12px;	
	padding: 25px 0 35px 0;
}
#footer p a {
	color: #d9d9d9;
	text-decoration: none;
}
#footer p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer blockquote {
	width: 960px;
	margin: auto;
	font-size: 12px;
	color: #a5a5a5;
	font-style: italic;
}
#spacer {
	clear: both;
	width: 100%;
	height: 75px;
}

/* Comments and Respond CSS
-------------------------------------------------------------- */

/* Comments */

#comments blockquote {
	background: #efefef;	
	border: 1px solid #c2c1c1;
	padding: 15px 15px 0 15px;
	margin: 0 0 35px 0;
	font-size: 14px;
}
#comments blockquote p {
	margin-bottom: 1em;
	color: #575757;
}
#comments blockquote p.author {
	line-height: 12px;
	font-size: 12px;	
	color: #737373;
	line-height: 10px;
	margin: 0 0 12px 0;
}
#comments blockquote img.avatar {
	float: left;
	width: 64px;
	height: 64px;
	padding: 0 15px 10px 0;
}


/* Respond */

#reply p {
	color: #3a3a3a;
	font-size: 14px;	
	margin: 0 0 15px 0;
}
#reply textarea {
	font-family: inherit;
	font-size: 14px;
	display: block;
	background: #efefef;
	border: 1px solid #bfbebe;
	padding: 7px;
	color: #868686;
	width: 300px;
	height: 100px;
	margin: 0 0 25px 0;
}
#reply input#author_user, #reply input#email, #reply input#url {
	display: block;
	background: #efefef;
	border: 1px solid #bfbebe;
	padding: 7px;
	color: #868686;
	width: 225px;
	margin: 6px 0 20px 0;
}
#reply input#url {
	margin: 6px 0 25px 0;
}
#reply span {
	font-size: 14px;
	color: #3a3a3a;
}
#reply input#submit {
	margin: 0 0 30px 0;
}
#tweet-me {
	margin: 0 0 14px 0;
}
#follow-me {
	margin: 0 0 14px 0;
}

/* Clearfix CSS
-------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html [xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* End CSS Document */