

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
background-color: #959595;
	background-repeat: no-repeat;
	/*background-image: url(images/bgcircle.png);*/
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

/*...... main and sticky footer ........*/
html, body { height: 100%; }
/*#main { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -31px; }*/


blockquote {
	background: #FFF url('images/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}
img.centered {
	padding: 5px;
	text-align: center;
	vertical-align:middle;
}
small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 40px auto 0;
	width: 780px;	
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('images/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: #67b652 url('images/site_title.gif') repeat-x left top;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #fcffe9;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #fcffe9}
#site_title h2 {
	padding-top: 1.4em;
	color: #6c9d61;
	font-family: sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#top_separator {
	background: #67b652;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #67b652 url('images/navigation.jpg') no-repeat left bottom;
	padding: 82px 10px 0;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('images/tableftc.gif') no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('images/tabrightc.gif') no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #345;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #67b652;}
#tabs a:hover {background-position: 0% -42px;}	
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #6c9d61; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Main Layout */
#main_left {width: 545px;}
#main_right {width: 220px;}

/* Footer */
#footer {
	background: #A3B5C1 url('images/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}



/* ----------------------------------------
   Post, page
-------------------------------------------*/

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	background: #E8E8E8 url('images/post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.post_title h1 {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.post_title h1 a {
color: #444;
text-decoration: none;
}
.post_title h1 a:hover {
	color: #469;
	text-decoration: none;
}
.post_title h1.left {width: 525px}
.post_date {
	color: #999;
	padding-top: 1px;
	padding-left: 10px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}	
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F5F5F5 url('images/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
	border-top: 1px solid #E5E5E5;
}

.post_bottom {
	background: url('images/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}



/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {
	text-align: center;
	vertical-align: middle;
}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('images/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}
/*
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.centered a:link, img.alignright a:link, img.alignleft a:link { border:none;}
.alignright { float: right; }
.alignleft { float: left }*/

/* ----------------------------------------
   Sidebar box
------------------------------------------- */
.rssicon img{
	background-image:url(images/rssicon.jpg);
vertical-align:middle;
}

.sidebox {margin-bottom: 5px;}
.sidebox_title {
	background: #C6D2DB url('images/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #345;
}
.sidebox_body {
	background: #DAE3E9 url('images/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}
.sidebox_bottom {
	background: url('images/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.sidebox ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.sidebox li:first-child {border-top: none;}
.sidebox ul li {
	list-style: none;
	padding: 4px;
	/*border-top: 1px solid #E2ECF2;*/
	border-bottom: 1px solid #D0D8DE;
        color: #06A;
}
.sidebox ul a {text-decoration: none;}
.sidebox ul a:hover {text-decoration: underline;}



/* ----------------------------------------
   Comments
------------------------------------------- */

/*...... comments ........*/
h3#comments, h3#respond { font:1.3em Georgia, serif; margin-bottom:30px; background:#fcfcfc; display:block; padding:5px; border-bottom:1px dashed #ccc; text-transform:uppercase; }
.box ol.commentlist { width:670px; clear:both; padding: 0 0 0 -25px;  }
.box ol.commentlist li.alt { background:#fafafa; color:#333; padding:5px; margin-bottom:5px; list-style:none;  }
.box ol.commentlist li { color:#333; padding:5px; margin-bottom:5px;  }
.box ol.commentlist li .gravatar { float:left; border:3px double #dadada; width:55px; margin-right:5px;}
.box ol.commentlist li .gravatar img { border:none;}
.box ol.commentlist li .comments { float:right; width:400px; }
.box ol.commentlist li .comments p { padding-top:10px;}
#commentform { margin-left:10px;}
#author,#email,#url,#comment { color: #333; border: 1px solid #d7d7d7; width:200px; display:block; padding: 4px; margin-bottom: 0.6em; background: #fff url(images/inputbg.gif) repeat-x top left;}
#author:focus,#email:focus,#url:focus,#author.sffocus ,#email.sffocus ,#url.sffocus  { color: #000; border: 1px solid #afc9de; width:200px; display:block; padding: 4px; margin-bottom: 0.6em; background: #fff url(images/inputbg.gif) repeat-x top left;}
#comment { width:500px;}
#comment:focus,#comment.sffocus { color: #000; border: 1px solid #afc9de; width:500px; display:block; padding: 4px; margin-bottom: 0.6em; background: #fff url(images/inputbg.gif) repeat-x top left;}



/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('images/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;		
	line-height: 0;
	height: 5px;
	background: url('images/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}



