@charset "utf-8";
/* CSS Document */

#banner {
	background:url(/blog/img/banner.png) 50% 0 no-repeat;
	margin-bottom:15px;
}
#banner a {
	display:block;
	width:625px;
	height:68px;
	border-bottom:none;
	background-color:transparent;
}

#sidebar  {
	font-size:1.1em;
	line-height:1.5em;
	padding-bottom:20px;
}
#sidebar h2 {
	font-family:"Courier New", Courier, monospace;
	color:#00FFFF;
	font-size:1.6em;
	font-weight:bold;
	margin:0;
	padding:0;
	font-variant:small-caps;
	letter-spacing:.2em;	
}
#sidebar li.categories,#sidebar li.pagenav,#sidebar li.linkcat {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#sidebar li.categories h2,#sidebar li.pagenav h2,#sidebar li.linkcat h2 {
	display:block;
	height:26px;
	text-indent:-5000px;
}
#sidebar li.categories {
	background:url(/blog/img/banner_categories.png) 0 0 no-repeat;
}
#sidebar h2.archives {
	background:url(/blog/img/banner_archives.png) 0 0 no-repeat;
	display:block;
	height:23px;
	text-indent:-5000px;
}
#sidebar h2.tagsCloud {
	background:url(/blog/img/banner_tags.png) 0 0 no-repeat;
	display:block;
	height:26px;
	text-indent:-5000px;
}
#sidebar ul {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#sidebar ul li {
	list-style:none;
	list-style-type:none;
	padding-left:5px;
}
#calWrap {
	width:180px;
	margin:25px 0 10px 0;
	background:url(/blog/img/bg_calendar.png) right bottom repeat;
	border:1px solid #f69;
	padding:8px 0 0 0;
}
#wp-calendar caption {
	color:#3f9;
	font-size:1.2em;
	font-weight:bold;
}
#wp-calendar td {
	padding: 3px;
	text-align: center;
	font-size:1.1em;
	}
#wp-calendar tfoot td {
	font-weight:bold;
}
div#searchFrame {
	width:195px;
	padding:0;
	padding-bottom:10px;
	margin:5px 0 20px 0;
}
#searchform {
	margin:0;
}
#searchform table {
	margin-left:5px;
}
/*#searchform input#s {
	width:140px;
	background-color:#cf0;
	border:1px solid #369;
	color:#EC008C;
	font:bold 1em "Courier New", Courier, monospace;
}*/
#searchform input#s {
	background:url(/blog/img/bg_search.gif) -8px -8px no-repeat;
	width:130px;
	border:1px solid #cf0;
	font:bold 1.2em "Courier New", Courier, monospace;
	color:#600;
	padding:4px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
.post {
	margin: 0 0 40px 10px;
	position:relative;
	}
.post small.timeSlot {
	position:absolute;
	top:-5px;
	right:0;
	font: 900 5em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-.15em;
	color:#C7FFFC;
	z-index:-1;
	}
.post h2,.post h3 {
	z-index:1;
	color:#900;
	font-size:2.3em;
	padding-top:6px;
	}
.post h3 {
	font-size:2em;
}
.post h2 a,.post h3 a {
	color:#EC008C;
	}
.post h3 a {
	color:#EC008C;
	border-bottom:none;
	}
.post h2 a:hover,.post h3 a:hover {
	color:#06f;
	}
h2.pagetitle {
	width:415px;
	/*background-color:#3f9;
	border:1px solid #f90;
	color:#C7FFFC;*/
	color:#3f9;
	padding:3px;
	font-size:1.7em;
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
}
h2.pagetitle span {
	color:#f90;
}
.post .entry {
	font-size:1.2em;
	color:#655939;
	line-height:1.3em;
	padding-bottom:1em;
}
.post .entry div a img,.post .entry p a img {
	border:4px solid #3AB4DD;
	margin-top:10px;
}
.post .entry div a img:hover,.post .entry p a img:hover {
	border:4px solid #cf0;
}

.post .entry div a {
	border:none;
	background-color:transparent;
}
.postmetadata {
	display:block;
	width:80%;
	margin:0 auto;
	/*background-color:#E6C5AC;
	border:1px solid #f30;*/
	text-align:center;
	padding:5px 10px;
	font-size:1.1em;
	color:#09f;
}
.postmetadata a {
	border-bottom:1px solid #0ff;
	border-bottom:none;
}
.postmetadata a:hover,.postmetadata a:active {
	color:#cf0;
	text-decoration:none;
	background-color:#3AB4DD;
	border-bottom:none;
}


.navigation {display:block; margin:10px 0 20px 0; padding:0; text-align:center;}
.navigation p {margin:0; padding:0;}
.prevlink {margin-right:20px;}
.nextlink {margin-left:20px;}
.prevlink a, .nextlink a {
	height:18px;
	border-bottom:none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
body#singleBlog #wrapper {
	width:685px;
}
body#singleBlog #sidecol {
	position:absolute;
	width:195px;
	top:30px;
	left:0;
}
body#singleBlog #maincol {
	position:relative;
	width:475px;
	margin:0;
	margin-left:210px;
}
#commentform textarea#comment {
	background:#fff url(/blog/img/bg_comments.gif) -8px -8px no-repeat;
	width:470px;
	height:100px;
	border:1px solid #cf0;
	font:bold 1.2em "Courier New", Courier, monospace;
	color:#600;
	padding:5px;
}
#commentform input#submit {
	background:#EC008C;
	color:#C7FFFC;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border:1px solid #f90;
	padding:4px 12px;
}
#commentform input#author,#commentform input#email,#commentform input#url {
	background:#fff url(/blog/img/bg_comments.gif) -8px -8px no-repeat;
	width:250px;
	border:1px solid #cf0;
	font:bold 1.2em "Courier New", Courier, monospace;
	color:#600;
	padding:5px;
}
#commentform input#author {	background-image:url(/blog/img/bg_name.gif); }
#commentform input#email {	background-image:url(/blog/img/bg_email.gif); }
#commentform input#url {	background-image:url(/blog/img/bg_website.gif); }
#commentform small {
	font-size:1.1em;
	color:#f30;
	padding-left:5px;
}
h3#respond {
	width:470px;
	/*background-color:#3f9;
	border:1px solid #f90;
	color:#C7FFFC;*/
	color:#f90;
	padding:3px;
	font-size:1.7em;
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
}
h3#comments {
	width:470px;
	/*background-color:#C7FFFC;
	border:1px solid #3f9;
	color:#f90;*/
	color:#3f9;
	padding:3px;
	font-size:1.5em;
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
}
ol.commentlist {
	padding:10px 0 20px 0;
	margin:0;
	list-style-type:none;
}
ol.commentlist li {
	margin:0;
	list-style-type:none;
	font-size:1.1em;
	color:#655939;
}
ol.commentlist li p {
	color:#000;
	font-size:1.1em;
}
ol.commentlist li small {
	font-size:1em;
}
ol.commentlist li cite {
	font-weight:bold;
}
