html {
	background-color: #BDDFEE;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: 20px;
}

h1 a {
	color: #000;
}

h1 a:hover {
	color: #2ABADA;
	text-decoration: none;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #2ABADA;
	text-decoration: none;
}

#main {
	background: #fff url(/images/stripe-bg.gif) repeat-y top right;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	border-bottom: solid #E6F1F3 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#content {
	width: 696px;
	float: left;
}

#sidebar {
	width: 284px;
	float: left;
	color: white;
}

#sidebar .padder {
	margin: 101px 32px 0px 2px;
	padding: 0;
}

#sidebar h2 {
	font-size: 20px;
	color: white;
}

#sidebar a {
	color: white;
	font-weight: bold;
}

#footer {
	clear: both;
	text-align: center;
	padding-right: 284px;
	padding-bottom: 5px;
}

.padder {
	padding: 20px 30px;
}

.blogpost {
	clear: both;
}

.datecontent {
	width: 120px; 
	float: left;
	text-align: center;
}

.datecontent img {
	border: solid #ccc 1px;
	padding: 4px;
	margin-bottom: 10px;
}

.blogcontent {
	width: 516px;
	float: left;
	margin-bottom: 10px;
}


.block1 {
	background-color: #57ABE6;
	padding: 15px 20px 15px 15px;
}

.block2 {
	background-color: #9ED5E1;
	padding: 15px 20px 15px 15px;
	color: #000;
}

.block3 {
	background-color: #E1F3EE;
	padding: 15px 20px 15px 15px;
	color: #333;
}

#sidebar .block3 h2, #sidebar .block3 a {
	color: #333;
}


.dateholder {
	width: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.day {
	background-color: #00ACD1;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding: 8px 0 6px 0;
}

.month {
	background-color: #D5D5D5;
	font-size: 10px;
	font-weight: bold;
}

.year {
	color: #666;
	font-size: 10px;
}

.blogcontent ul li {
	list-style-type: disc;
}

.blogcontent ul {
	margin: 10px 0 10px 20px;
}

#comments_body div.comment div {
	border: none;
}

#comments_body div {
	padding: 5px;
	margin-bottom: 0;
}

#comments_body div.comment_children {
	border: none;
}

#comments_body p {
	margin: 5px 0;
}

#flash {
	border: solid #2380CA 2px;
	color: #2380CA;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	
}

.comment_table td {
	vertical-align: top;
	padding: 2px 5px;
}

.comment_table input, .comment_table textarea {
	border: 1px solid #AAA;
}

.comment_table .submit {
	padding: 5px;
}

.desc {
	font-size: 10px;
	color: #666;
	font-style: oblique;
}

.comment_table .desc td {
	padding-top: 0;
	padding-bottom: 7px;
}

.comment_table textarea {
	height: 80px;
}

.custom-advice {
	color: red;
}

.comment {
	border: 1px solid #C7EDFF;
	background-color: #E0F5FF;
	padding: 5px 5px 5px 8px;
	margin: 1px 0 1px 0;
}

.comment p {
	margin-left: 10px;
}

.commment_children {
	width: 99%;
}

.commment_children .comment {
	border: 1px solid #DBF3FF;
	background-color: #F0FAFF;
	margin-left: 35px;
}

.comment .date {
	color: #B3B3B3;
}

.comment .reply {
	border: 1px solid #C7EDFF;
	padding: 3px;
	background-color: #FFF;
	float: right;
	font-size: 11px;
	margin: 0;
	font-weight: 600;
	text-decoration: none;
}

.voting {
	float: right;
}

/* Pagination */

.pagination {
	background: white;
	padding: 10px 0 10px 0px;
	text-align: right;
	float: right;
	display: inline;
	clear: both;
	/* self-clearing method: */ 
}
.pagination a, .pagination span {
	padding: .2em .5em;
	display: block;
	float: left;
	margin-right: 1px; 
}

.pagination span.disabled {
	color: #999;
	border: 1px solid #DDD; 
}

.pagination span.current {
	font-weight: bold;
	background: #00ACD1;
	color: white;
	border: 1px solid #D5D5D5; 
}

.pagination a {
	text-decoration: none;
	color: #105CB6;
	border: 1px solid #9AAFE5; 
}

.pagination a:hover, .pagination a:focus {
	color: #003;
	border-color: #003; 
}

.pagination .page_info {
	background: #2E6AB1;
	color: white;
	padding: .4em .6em;
	width: 22em;
	margin-bottom: .3em;
	text-align: center; 
}

.pagination .page_info b {
	color: #003;
	background: #6aa6ed;
	padding: .1em .25em; 
}

.pagination:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}

* html .pagination {
height: 1%; }

*:first-child+html .pagination {
overflow: hidden; }

.in_reply_to {
	padding-left: 5px;
}

div #simple_captcha {
	border: none;
}

div #simple_captcha div {
	border: none;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 516px;
  border: 2px solid #b00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #b00;
  color: #fff;
}

#errorExplanation p {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
	margin-left: 25px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.standard_table td {
	padding: 4px 5px;
}

.shaded td {
	background-color: #eee;
}