html {

}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font: 12px "Lucida Grande", Arial, Helvetica, Georgia, sans-serif;
	text-align: center;
	vertical-align: top;
	background: #fff url('../images/bg_body.png') repeat-x;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font: bold 14px Georgia, sans-serif;
}

ul, ol, dl {
	list-style: none;	
}

a{
	text-decoration: none;
	color: #156097;
}

a:hover{ 
	text-decoration: underline;
}

a img{ border: none; }

abbr, acronym{ border: 0; }

address, dl { padding: 15px 0 0; }

p {
	margin-bottom: 10px;	
}

blockquote{
	margin: 15px 0 0;
	background: #faf5ef;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ede5da;
	color: #ede5da;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #e2e2e2;
	background-color: #fafafa;
	padding: 3px;
}

#searchform {
	overflow: hidden;
	height: 1%;
}

#s { float: left; width: 118px; }
#searchsubmit { float: right; }

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 748px;
}

#header{
	clear: both;
	position: relative;
}

#header h1{
	color: #fff;
	margin-left: 10px;
	width: 330px;
	overflow: hidden;
	margin-top: 13px;
	position: absolute;
	left: 0;
}

#header h1 a {
	display: block;
	text-indent: -500em;
	width: 330px;
	height: 42px;
}

#header h1 a:hover{
	text-decoration: underline;
}

#pagewrapper{
	float: left;
	width: 700px;
	padding: 13px 0;
	background: url('../images/bg_page.png') no-repeat left top;
	margin-top: 100px;
		border-top: 1px ridge #000000;
		border-right: 2px solid #000000;
		border-left: 1px ridge #000000;
		border-bottom: 2px solid #000000;
		border-color : #000000; 
}

#page{
	padding: 0 23px;
	margin-top: 25px;
}

.maincolumn{
	float: left;
	width: 500px;
}

.post{
	margin: 0px 0 0;
	padding: 15px;
	background: url(images/bg_post.png) no-repeat left top;
	border-bottom: 5px solid #ffffff;
		border-top: 5px solid #ffffff;
		border-right: 5px solid #ffffff;
		border-left: 5px solid #ffffff;	
	-moz-border-radius: 18px 18px 18px 18px;

}

.post h2{
	border-bottom: 1px solid #E2E2E2;
	padding: 0 0 7px 0;
	font-size: 17px;
	font-weight: normal;
	color: #155E95;	
	margin-bottom: 10px;
}

.post h2 a{
	text-decoration: none;
	color: #155E95;
}

.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	font: 11px Verdana;
}

.entry p {
	line-height: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 10px 0 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3{ 
	font: bold 11px "Trebuchet MS";
	color: black; 
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 3px;
}

.entry h4{}

.entry h5{ font-weight: normal; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
	padding: 4px 0 0;
	border-top: 1px solid #E2E2E2;
	font-size: 11px;
	color: #999;
	position: relative;
}

.entry p.postinfo span.comments {
	position: absolute;
	right: 0;
}

.entry p.notfound{
	padding: 15px 0 100px;
}

.entry pre {
	background: #fafafa;
	padding: 3px;
	width: 465px;
	overflow-x: auto;
}

.browse{
	margin: 0 15px;
	padding: 15px;
	line-height: 24px;
}

.more-link {
	color: #3A740E;
	text-decoration: none;
}

.entry ul {
	padding-left: 0;
	margin-left: 1.4em;
}

.entry ul li {
	margin-bottom: 1em;
	list-style: square;
}

ul.gallery {
	overflow: hidden;
	height: 1%;
	margin-left: 0;
}

ul.gallery li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

ul.bordered_gallery li {
	margin: 5px;
}

ul.bordered_gallery li a {
	display: block;
	float: left;	
	border: 1px solid #999; 
}

ul.bordered_gallery li a:hover {
	border-color: #666;
}

.code {
	background: url('images/bg_code.gif') repeat-x top;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 10px 0;
}

.code .codelist {
	overflow: hidden;
	overflow-x: auto;
}

.code p.top {
	margin: 0;
	padding: 0;
	line-height: normal;
	position: relative;
}

.copycode {
	position: absolute;
	right: 20px;
	top: 4px;
}

.seecode {
	color: #777;
	text-decoration: none;
	padding: 4px 0 1px 25px;
	display: block;
	margin: 2px 100px 0 0;
}

.seecode:hover {
	color: #156097;
}

.jscode a.seecode {
	background: url('../images/icon_script.gif') no-repeat 2px bottom;
}

.csscode a.seecode {
	background: url('../images/icon_css.gif') no-repeat 2px bottom;
}

.htmlcode a.seecode {
	background: url('../images/icon_html.gif') no-repeat 2px bottom;
}

.codelist {
	padding-left: 5px;
	margin-top: 0;
}

.codelist li {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.codelist pre {
	width: 460px;
	margin-bottom: 0;
}

.codelist li li {
	padding-bottom: 0;
	border-bottom: none;
}

.codelist h4 {
	font: bold 10px Verdana;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #666;
}

#sidebar{
	float: left;
	margin: 10px 0 0 10px;
	width: 192px;
	background: url(../images/bg_sidebar.gif) no-repeat left top;
}

#sidebar a{
	color: #878773;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	padding: 15px;
	font-family: Georgia, sans-seriff;
	text-transform: uppercase;
}

#sidebar ul li.syndicate {
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar ul li.syndicate ul {
	overflow: hidden;
	height: 1%;
	margin-bottom: 5px;
}

#sidebar ul li.syndicate ul li {
	line-height: 15px;
}

#sidebar ul li.syndicate ul li a {
	display: block;
	font-size: 11px;	
	margin-right: 12px;
}

#syndicate_digg iframe {
	margin-left: -10px;
}

#syndicate_delicious {
	text-indent: -500em;
}

#syndicate_delicious a {
	display: block;
	float: left;
	width: 14px;
	background: url('../images/delicious_14x14.gif') no-repeat left;
}

#sidebar_rss h2 {
	position: relative;
}

#sidebar_rss h2 img {
	position: absolute;
	right: 0;
	top: 2px;
}

#sidebar_ads h2 {
	margin-bottom: 10px;
}

#sidebar ul li h2{
	border-bottom: 1px solid #E2E2E2;
	padding: 0 0 7px 0;
	font-size: 12px;
	color:  #514129;
}

#sidebar ul ul{
	padding: 7px 0 0;
}

#sidebar ul ul li{
	padding: 0;
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#sidebar ul ul ul{
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	background: url(../images/bullet_2.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul li{
	background: url(../images/bullet_3.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul ul li{
	background: none;
}


/* Comments Template */

#comments-template{
}

#comments-template p{
	line-height: 24px;
}

#comments-template p.nocomments{
	padding: 0 15px;
}

#comments-template h2, #comments-template h3{
	font-size: 14px;
	font-weight: bold;
	color: #74624b;
}

h3#comments, h3#respond{
	padding: 10px 0 0;
}

h3#respond {
	margin-bottom: 10px;
}

#comments-template .commentmetadata{
	font-size: 11px;
}

#comments-template ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments-template ol li{
	border-bottom: 1px solid #e5d8c6;
	padding: 15px 0 15px;
}

/* End Comments Template */

#container, #header, #menu, #pagewrapper, #page, .maincol, .post, .entry, .browse, #sidebar, #comments-template{
	text-align: left;
	vertical-align:top;
}

/* ---( CODE VIEWER FORMATTING hack )------------------------- */

ol.codelist {
	list-style: none;
	margin: 5px 5px 0;
	padding: 0;
}

ol.codelist li {
	margin: 0;
	padding: 1px 2px;
	border-bottom: none;
}

ol.codelist li.tab0 { padding-left: 2px; }
ol.codelist li.tab1 { padding-left: 26px; }
ol.codelist li.tab2 { padding-left: 50px; }
ol.codelist li.tab3 { padding-left: 74px; }
ol.codelist li.tab4 { padding-left: 98px; }
ol.codelist li.tab5 { padding-left: 122px; }
ol.codelist li.tab6 { padding-left: 146px; }
ol.codelist li.tab7 { padding-left: 170px; }
ol.codelist li.first { padding-top: 5px; }
ol.codelist li.last { padding-bottom: 10px; }

ol.codelist li.sourcelink {
	color: #000;
	font: 115% Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-left: -32px;
	padding-top: .85em;
	text-align: center;
}
