/* ------------------ HTML Defaults ------------------ */
html {
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a, a:visited, a:link {
	text-decoration: underline;
}
input, textarea {
	background-color: #FFFFFF;
	border: solid 1px #336699;
}
cite {
	font: normal 12px verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #336699;
}
H2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #336699;
}
H3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #336699;
}
H4 {
	font-weight: bold;
	color: #336699;
}
H5 {
	font-size: 1em;
	font-weight: normal;
	color: #336699;
}
H6 {
	font-size: 1em;
	font-weight: bold;
}
pre.code, #main code {
	font-family: 'Courier New', Courier, Fixed, monospace;
	font-size: 1.1em;
	color: #000;
	background : #fff url('images/codeback.jpg') repeat-y top left;
	width : 90.5%;
	overflow : auto;
	height : 100px;
	min-height : 100px;
	height : auto;
	border : 1px solid #2E60A9; /*highlight color */
	padding-left:30px; padding-right:20px; padding-top:0; padding-bottom:0
}

#wrapper {
	background-color: #FFFFFF;
	margin: 5px auto;
	text-align: left
}

/* ------------------ Header ------------------ */
#head {
	height: 125px; /* Adjusted in alternate stylesheets */
	float: none;
}
#head div#title H1, #head div#title H2 {
	font-size: 2.4em;
	font-weight: 900;
	margin: 15px 0px 0px 20px;
	padding: 0;
	line-height: 1em;
}
#head div#title H2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0px 0px 20px;
}
#head div#title IMG {
	padding: 0;
	border: 0px none;; margin-left:20px; margin-right:0px; margin-top:15px; margin-bottom:0px
}
#head div#banner {
	display: none;
}
#headbar {
	display: none;
}
#sidebar {
	display: none;
}
div#breadcrumb {
	display: none;
}
#main {
	float: right;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color:#000000;
}
#main H1 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
}
#main blockquote {
	background-color: #E9E6F7;
	padding: 10px 10px 10px 10px;
	padding-bottom: 0px;
	border-left: 5px solid #336699;
}

#main DIV.navigation {
	display: none;
}
.left {
	clear: none;
	text-align: left;
	float: left;
}
.right {
	clear: none;
	text-align: right;
	float: right;
}

/* ------ Date Bolock ------ */
.date {
	font-size: 11px;
	line-height: 1.1em;
	float: left;
	clear: left;
	height: 70px;
	width: 70px;
	margin: 0 5px 5px 0px;
	background: #FFFFFF;
	color: #336699;
	border: 1px solid #336699;
	border-top: 10px solid #336699;
}
.date span.day, .date span.month, .date span.year {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}
.date span.day {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1em;
}
.date span.month {
	margin-top: -10px;
	font-weight: bold;
}
.date span.year {
	margin-top: -10px;
	font-weight: bold;
}
.adsense {
	display: none;
}
.post_info {
	clear: both;
	border-top: solid 1px #ccc;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 9px;
	text-align: left;
	color: #999;
}
.post_info UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post_info LI {
	display: inline;
	padding-right: 10px;
}
.post_info a, .post_info a:link, .post_info a:active, .post_info a:visited {
	font-size: 9px;
	color: #999;
}

/* ------------------ Comments ------------------ */
#comments h2 {
	font-size: 12px;
}
#comments ol.commentlist {
	margin: 10px 0 0 0px;
	padding: 0;
	list-style-type: none;
}
#comments ol.commentlist li {
	width: 90%;
	margin: 0 0 15px 0px;
	padding: 5px;
	list-style-type: none;
}
#comments ol.commentlist li cite {
	font: normal 12px verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#comments ol.commentlist li.alt {
	background: #E9E6F7;
	border: solid 1px #ddd;
}

#comments ol.commentlist li.normal p, #comments ol.commentlist li.alt p {
	margin: 3px 10px 10px 10px;
}
#postcomment {
	display: none;
}

/* ------------------ Footer ------------------ */
#footerbar {
	height: 10px;
	background-color: #FFFFFF;
	clear: both;
}

#footer {
	background-color: #FFFFFF;
	clear: both;
	color: #4D5863;
	border: 0px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer div.footnote {
	padding: 2px 0 0 0;
}
#footer div.adsense {
	display: none;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footerbadges { 
	display: none;
}

