 /* undohtml.css */
/* (CC) 2004 Tantek Celik.  Some Rights Reserved. */
/* http://creativecommons.org/ licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6 { 
	font-size:1.1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0; padding:0 
}
/* end of undo css elements */

/* STANDARD STYLING */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {

}

h1, h2, h3, h4, h5, h6, p, td, span {
  font:normal 100% Verdana, Arial, Helvetica, sans-serif;
  color:#000;
}

h1 {
  font:normal 140% Verdana, Arial, Helvetica, sans-serif;
  color:#006;
  padding-bottom:20px;
}

h2 {
  font:normal 125% Verdana, Arial, Helvetica, sans-serif;
  color:#006;
  padding-bottom:20px;
}

h3 {
  font:bold 16px Verdana, Arial, Helvetica, sans-serif;
  color:#006;
  padding-left:12px;
  font-style:italic;
}


img {
  border:0;
  padding:0;
  margin:0;
}

p, li {
  font:normal 100% Verdana, Arial, Helvetica, sans-serif;
  padding:0 0 15px 0;
  margin:0;
  line-height:1.8em;
}

ul, ol {
	margin: 0 0 10px 30px;
}
li {
	/*line-height:.6em;*/
}
a {
  color:#006;
  text-decoration: none;
}
a:hover {
	text-decoration:underline;
}



#wrapper {width: 850px;margin: 0px auto;position: relative;}	

#header {padding: 13px 0 0 0;} /* Height of the header */

/* search form */
#searchform {
	text-align:center;
	font-size:12px;
	padding:0;
	margin:0;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	width: 128px;
	padding: 4px 7px 2px 5px;
	font-size: 12px;
	color: #999;
	border: 1px solid #888;
	margin:0;
	margin-top: 6px;
}
#searchform #searchsubmit { 
	background: url(images/search-button.png) no-repeat 0 0;
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999%;
	line-height: 1px;
	margin:0;
}

/* ------------------------------------- main content area  */
#page #wrapper #container #left-col {
	width: 585px;
	float: left;
}



/* content */
#content {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post {
	/*border: 1px solid #bbb;*/
	background: #FFF;
	/*padding: 25px 25px 15px 25px;*/
	padding: 0;
	clear: both;
	overflow: hidden;

}
.date {
	color: #999;
	padding: 0;
	margin:0 0 0 10px;
}


.post .title {
	float: left;
	margin-left: 10px;
	width: 558px;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}

.postdata .category{
	float: left;
}
.postdata .author{
	font-weight: bold;
	float: left;
	padding-right: 10px;
}
.comments {
	border-bottom:2px solid #006;
	padding-bottom:10px;
}


.postdata .comments{
	float: right;

}
.mini-add-comment {
	padding: 5px 10px 5px 20px;
	background:#fff url(images/mini-down-arrow.jpg) no-repeat left;
	float: right;
	border:1px dashed #dedede;
}
.entry {
	padding: 15px 10px;
	clear: both;
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 12px;	
}

.billboard{
	padding: 80px;
}


/* post title */
h2.posttitle {
	color: #006;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-size: 24px;
	letter-spacing: -.03em;
	/*border-bottom: dotted 1px #CCCCCC;*/
}
h2.posttitle a, h2.posttitle a:visited {
	color: #006; 
	text-decoration: none;
}

.tags {
	float: left;
	display: block;
	color: #006;
	font-size:12px;
}
.tags a {
	color: #006;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	margin-bottom: .6em;
	padding: 4px;
	/*background: #e5e5e5 url(images/agradient-30.gif) repeat-x left top;*/
}
.page-nav a, .page-nav a:visited {
	color: #000;
	text-decoration: none;
}
.page-nav a:hover {
	color: #fff;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 25px;
	padding-top:10px;
	border-top:1px dotted #dedede; 
	font-size:12px;
	font-weight:bold;
	clear: both;
}

#respond {
	background: url(images/icons/edit.png) no-repeat;
	padding: 0 0 0 22px;
	margin: 20px 0px;
	clear: both;
	border:1px solid #dedede;
}
#respond h3{
	padding-top:5px;
  font:normal 110% Verdana, Arial, Helvetica, sans-serif;
  color:#006;
}
.nocomments{display: none;}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 12px;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}

#commentform textarea {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #999;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	border-bottom:1px dotted #dedede;
	padding-bottom:10px;
}
.commentlist li{
	padding: 5px 10px;
	line-height:1.3em;	
	font-size:12px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist li ul {list-style-type:none;}
.commentlist li ul li { padding-bottom:10px; margin-bottom:10px; margin-top:13px;	line-height:1.3em;}
.commentlist li ul li ul li {background-color: white;	line-height:1.3em;}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
}

.comment-meta {margin-bottom: 1.4em;font-size: .9em;}
.comment-meta a{color: #000;}

.reply {font-size: .9em;margin:1em 0;}
img.avatar {
  float: right;
  margin: 5px;
  }
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}
.comment-body p{

}

.bottomnav {
	background: #fff;
	border: 1px solid #bbb;
	margin: -1em 0;
	padding: 5px 1em;
}

/* @ FORMS */
	legend{display: none;}
	fieldset{border:none;background: transparent;}
		
	/* commentform */
	label {
		color:#333;
		font-size: .9em;
		display: block;
	}
	small {
		color: #555;
		font-size: 90%;
	}
	input{
		font: normal 80%  arial, helvetica;

		padding: 5px 3px 3px 5px;
		background: url(images/form-field-bg.gif) no-repeat;
		border-top: 1px solid #ccc;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #ccc;
	}
	
	 textarea {
		font: 110% courier, arial, helvetica;
		height: 140px;
		background:url(images/form-field-bg.gif) no-repeat;
		border-top: 1px solid #ccc;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #ccc;
		padding: 5px 3px 3px 7px;
	}

	textarea:focus, input[type="text"]:focus {
		border: solid 1px #666;
	}
	
	
	.button, input[type="submit"], .submit {
		border: 1px solid #aaa;
		background: #e5e5e5 url(images/agradient-30light.gif) repeat-x left top;
		margin:0;
		font-weight: bold;
		font-family: arial, helvetica;
	}
	.button:hover, input[type="submit"]:hover{background: #bbb url(images/agradient-30.gif) repeat-x left top; color: #000;}
	.button:active, input[type="submit"]:active{background: #666 url(images/agradient-30dark.gif) repeat-x left top; color: #FFF;}


.welcome h2{
	font-size: 140%;
	margin-bottom:20px;
}


/* sidebar */
#sidebar {
	background:#B4E5FB url(images/right_column_top.png) top no-repeat;
	float:right;
	width:249px;
	color: #999;
	line-height: 160%;
	position: relative;
	margin-top:5px;
}

#sidebar h3 {
	padding-bottom:20px;
	font:bold 80% Verdana, Arial, Helvetica, sans-serif;
	padding-left:40px;
  color:#000;
}
#sidebar h3 a:link, #sidebar h3 a:active, #sidebar h3 a:visited {
  color:#000;
  text-decoration: none;
}
#sidebar h3 a:hover {
  color:#006;
  text-decoration: underline;
}

#archive {
	margin:0 0 0 50px;
}
#archive li {
	list-style:none;
	line-height:1.3em;	
	font-size:12px;
}

/* calendar */
.widget_calendar table { margin: 0px auto;}
.widget_calendar td { padding: 0px 4px; }
.widget_calendar caption{ font-weight: bold;font-size: 1.2em; }


/* meta */
#meta .rss {
	background: url(images/icons/feed.png);
	background-repeat: no-repeat;
}
#meta .check {
	background: url(images/comment.gif);
	background-repeat: no-repeat;
}

/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}


/* rounded borders */
	#nav, #sidebar .dbx-box, .post, #subnav, .page-nav, .bottomnav{
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#searchform #s {
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.dbx-handle{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	}

	.dbx-content{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	}


/* alignments */
img.center, img[align="center"] {	display: block;	margin-left: auto;	margin-right: auto;}

img[align="left"] {float:left;margin: 2px 10px 5px 0px;}

img[align="right"] {float:right; margin: 2px 0px 5px 10px;}
.clear {clear:both;}
hr.clear {clear:both;visibility: hidden;margin: 0px;padding: 0px;}


.wp-caption {
	text-align: center;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	padding: 4px;
	margin-bottom: 1em;
}
.wp-caption-text {font-size: 10px;margin:0;padding:6px 3px 2px;line-height: 16px;}
.wp-caption img {margin: 0;	padding: 0;	border: 0 none;margin-top: 5px;	}
.wp-caption-dd {font-size: 11px;line-height: 17px;	padding: 0 4px 5px;	margin: 0;	}

/* PIPED LINKS */
.piped { display: block; zoom: 1; padding: 0;margin:0;float: left;}
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li { float: left; display: inline; }
.piped a {padding: 0 0 0 0.75em; margin-left: 0.75em; }
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }
.piped small {display:none;}

/* @ STANDARD ELEMENTS */	
	img#wpstats{width:0px;height:0px;overflow:hidden;}
	
	.border{ padding: 2.5px;	border: 1px solid #ccc;}
	.hidden {display: none; visibility: hidden;}
	.aligncenter {display: block;margin-left: auto;margin-right: auto;}
	.alignleft {float: left;margin:0 10px 5px 0;}
	.alignright {float: right;margin:0 0 5px 10px;}
	

/* FLOATING AND ALIGNMENT */
	.floatleft{float:left;margin:3px 7px 0 0;}
	.floatright{float:right;margin:3px 0 0 7px;}
	.right{float:right;}
	.block{display:block;}
	.left{float:left;}
	.clear{clear:both;}
	.center {text-align: center;}
/* CLEARFIX */
	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;} 
	* html .fix{height:1%;}
	.fix{display:block;}
	
.continuelink {
	text-align:right;
	border-bottom:1px dotted #dedede;
	font-weight:bold;
	color:#006;
}	

.pagecontent p {
	padding-left:12px;
}

.addtoany_list {
	position:relative;
	top:-60px;
	left:-10px;
}

.addtoany_list_page {
	position:relative;
	list-style:none;
	margin:0 0 0 0;
	padding:30px 0 0 0;
}

.eNewsletter {
  font:bold 80% Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  margin:0 5px 15px 35px;
  padding:3px;
  border:1px solid #fff;
}