/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
img { line-height: 0; margin:0; padding:0 }

/* ********************************************* */

body {
	background-color: #FFFFFF;
	margin-top: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

html {
	overflow-y: scroll;
}

#content ul {
	padding: 0 0 20px 35px;
}

#content li {
	font-size: 14px;
	line-height: 160%;
	list-style-type: disc;
	color: #333333;
}

#wrapper {
	width: 100%;
	background-image: url(/images/pattern.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#pageback {
	width: 996px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	background-image: url(/images/blog_bck.jpg);
	background-repeat: repeat-y;
}

#header {
	background-color: #FFFFFF;
	height: 241px;
	position: relative;
	background-image: url(/images/header_wp.jpg);
	background-repeat: none;
	margin: 0;
	padding: 0;
}
	#header h1 {
	margin-left: -9999px;
	}

	#header p {
		display: none;
	}

#rss {
	float: right;
	position: absolute;
	top: 0;
	right: 3px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#rsstext {
	position: absolute;
	top: 22px;
	right: 100px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#rsstext a:link, #rsstext a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}

#rsstext a:hover, #rsstext a:active {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}

#search {
	bottom: 72px;
	right: 5px;
	margin: 0;
	padding: 0;
	float: right;
	position: absolute;
}

.searchbox {
	width: 220px;
	height: 15px;
	border: 1px solid #333333;
	padding: 3px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
}

.searchbutton {
	vertical-align: bottom;
}


#navi {
	float: right;
	position: absolute;
	bottom: 26px;
	right: 0;
	margin: 0;
	padding: 0;
}

#navi ul {
	list-style: none;
}

#navi li {
	text-align: right;
	display: inline;
	font-weight: bold;
	margin-left: 14px;
}

#navi ul li a:link, #navi ul li a:visited {
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	line-height: 0;
	padding: 1px 4px;
	font-size: 12px;
}

#navi ul li a:hover, #navi ul li a:active {
	color: #FFFFFF; 
	display: inline;
	text-decoration: none;
	line-height: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 4px;
	font-size: 12px;
}

#footer {
	clear: both;
	height: 90px;
	background-image: url(/images/blog_foot.jpg);
	background-repeat: no-repeat;
}

#footer  p {
	text-align: center;
	padding: 40px 0 4px 0;
	line-height: 100%;
	color: #000000;
	font-size: 12px;
}

#bottom {
	text-align: center;
	font-size: 12px;
	padding: 0 0 0 0;
}
#bottom ul {
	display: inline;
	text-align: center;
}

#bottom ul li {
	display: inline;
	margin: 0 0 0 20px;
	font-size: 12px;
}

#bottom ul li a:link, #bottom ul li a:visited {
	color: #000000;
	text-decoration: underline;
}

#bottom ul li a:hover, #bottom ul li a:active {
	color: #000000;
	text-decoration: none;
}

#main-area {
	position: relative;
	width: 996px;
}


#content {
	position: relative;
	float: left;
	display: inline;
	padding: 36px 0px 10px 20px;
	width: 578px;
}

#content .date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	margin: 0 0 4px 0;
	line-height: 90%;
	float: left;
}

#content .postmetadata {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin: 0 0 4px 0;
	line-height: 100%;
	float: right;
}

#content .postmetadata a:link,  #content .postmetadata a:visited {
	text-decoration: underline;
	color: #0000CC;
	font-weight: normal;
}

#content .postmetadata a:hover,  #content .postmetadata  a:active {
	text-decoration: none;
	color: #0000CC;
	font-weight: normal;
}

#content h1 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 3px 0;
	padding-bottom: 4px;
	line-height: 120%;
}

#content h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0 7px 0;
	line-height: 110%;
}

#content h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 25px 0 8px 0;
	padding: 0;
	line-height: 110%;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 4px 0;
	color: #000000;
}

#content a:link,  #content a:visited {
	text-decoration: underline;
	color: #0000CC;
	font-weight: normal;
}

#content a:hover,  #content  a:active {
	text-decoration: none;
	color: #0000CC;
	font-weight: normal;
}

#content h1 a:link,  #content h1 a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
}

#content h1 a:hover,  #content h1 a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
}

#content p {
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0 14px 0;
	line-height: 140%;
	color: #333333;
}


#navigation {
	padding: 4px 0 6px 0;
	margin-bottom: 5px;
	/*background-image: url(/images/side_header.jpg);
	background-repeat: repeat-x;
	border: 1px solid #627D36;*/
	color: #FFFFFF;
	display: inline;
}

#navigation a:link, #navigation a:visited {
	text-decoration: underline;
	color: #0000CC;
	font-weight: bold;
	font-size: 13px;
}

#navigation a:hover, #navigation a:active {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
	font-size: 13px;
}

.codesnippet {
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	padding: 12px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #000000;
}

.codesnippet p {
	color: #000000;
}

.seriesnavi {
	color: #666666;
	padding: 5px 3px;
	font-size: 15px;
	line-height: 100%;
	font-style: italic;
}

#respond {
	font-size: 120%;
	color: #990000;
}

#author {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 90%;
	width: 160px;
}

#email {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 90%;
	width: 160px;
}

#url {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 90%;
	width: 160px;
}

#social {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	text-align: center;
	padding: 10px;
	margin-top: 12px;
}

#social img {
	margin: 0 7px;
}

#social h3 {
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 110%;
}

#comment {
	width: 490px;
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 15px;
}

#comments, #respond {
	color: #000000;
	font-size: 15px;
	line-height: 160%;
}

.commentbox {
	border: 1px dotted #666666;
	background-color: #eeeeee;
	padding: 20px;
	margin-top: 25px; 
}

.commentlist a:link, .commentlist a:visited {
	color: #0000CC;
	text-decoration: underline;
}

.commentlist a:hover, .commentlist a:active {
	color: #0000CC;
	text-decoration: underline;
}

img.avatar {
	float: left;
	margin-right: 10px;
	border: 1px solid #333333;
}

#sidebar-wrap {
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
	width: 344px;
}

.sidebar {
	padding: 16px 0 16px 0;
}

.sidebar ul {
	margin: 0;
	padding: 4px 0;
}


.sidebar h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 7px 5px;
	display: block;
	line-height: 100%;
	width: 300px;
	background-image: url(/images/side_header.jpg);
	background-repeat: repeat-x;
	border: 1px solid #627D36;
	color: #FFFFFF;
}
.sidebar h5 {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 6px 0px;
	line-height: 120%;
}

.sidebar h5 a:link, .sidebar h5 a:visited {
	text-decoration: underline;
	color: #0000CC;
}

.sidebar h5 a:hover, .sidebar h5 a:active {
	text-decoration: none;
	color: #0000CC;
}

.advertise a:link, .advertise a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #0000CC;
}

.advertise a:hover, .advertise a:active {
	font-size: 80%;
	text-decoration: none;
	color: #0000CC;
}


.widget {
	padding: 0px 0 0 15px;
	width: 275px;
}

.widgettitle {
	margin: 0px 0 6px 0;
	border-bottom: 1px solid #000000;
	padding: 0 0 2px 0;
	display: block;
}

.widget ul {
	padding-bottom: 10px;
}

.widget li {
	padding: 4px;
	border-bottom: 1px dotted #CCCCCC;
}

.widget ul li a:link,  .widget ul li a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #0000CC;
	line-height: 100%;
}

.widget ul li a:hover,  .widget ul li a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #0000CC;
	line-height: 100%;
}

#archives {
	padding: 5px 0 0 23px;
	width: 275px;
}

#archives a:link,  #archives a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #0000CC;
	line-height: 150%;
}

#archives a:hover,  #archives a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #0000CC;
	line-height: 150%;
}


.clear {
	clear: both;
}

.leftphoto {
	border: none;
	padding: 0 16px 8px 0;
	float: left;
}

.rightphoto {
	border: none;
	padding: 0 0 2px 5px;
	float: right;
}

.leftphotoline {
	border: 1px solid #000000;
	margin: 5px 12px 5px 0;
	float: left;
}

.rightphotoline {
	border: 1px solid #000000;
	margin: 5px 0 5px 12px;
	float: right;
}

.blackbold {
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
}

strong {
	color: #000000;
	}
	
.color_table {
	font-size: 12px;
	border: 1px solid #000000;
}

.color_table td {
	padding: 8px 22px;
}

.color_table tr {
	border: 1px solid #000000;
}
