body {
	background: #CCC url(bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #900;
	text-align: center;
}

/* links */
a, a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #09C;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 16px 10px 4px 10px;
	color: #000;
}

/* Paragraph */
p {

}
ul { list-style: none; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
	font-size: 12px;
}

dl { padding: 10px; margin: 0; }

dt {
	font-weight: bold;
	color: #CCC;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	padding: 8px;
	color: #D6D6D6;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 5px 7px 5px 40px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #80614D;
	border: 1px solid #EEE8E1;
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;
	border-width: 1px;
	border-style: solid;
	border-color: #039;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;
	font-size: 12px;
}	
/* end - table */

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;
	margin: 0;
	color: #09C;
}
label {
	font-weight: bold;
	color: #09C;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
	font-size: 12px;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #A6CD56;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 800px;
	background: #FFF url(images/wrap.gif) repeat-y center top;
	margin: 5px auto 5px auto;
	text-align: left;
}
#content {
	clear: both;
	float: left;
	width: 800px;
	padding: 5px 020px 0;
}
#header {
	position: relative;
	width: 800px;
	height: 140px;
	background: #8AB84B url(images/header.jpg) no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	color: #900;
	/* change the values of top and left to adjust the position of the logo*/
	top: 70px;
	left: 55px;
	width: 155px;
	font-size: 24px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #666;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 44px;
	left: 212px;
	width: 319px;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Sans-serif;
}

/* top-menu */
 #top-menu {
	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	top: 0;
	right: 70px;
	background-color: #999;
	background-image: url(images/top-menu.gif);
	background-repeat: repeat-x;
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;
	width: 800px;
	height: 50px;
	background: #988060 url(images/nav.gif) no-repeat;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 10px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	float: left;
	padding: 0 15px 0 5px;
	color: #C1C1C1;
	font: normal 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;
}
#nav ul li#current {
	background: transparent url(images/left-tab.gif) no-repeat;
	width: 75px;
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 700px;
	padding: 0;
	margin: 20px;
	display: inline;
	font-style: normal;
	font-size: 12px;
	color: #666;
}
#main h2 {
	font: normal 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #7895B7;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: normal;
	border-bottom: 1px solid #E4F2C8;
	font-size: 18px;
}
#main h2 a {
	color: #900;
	text-decoration: none;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F;
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px;
	margin: 10px 0 5px 10px;
	border-bottom: 1px solid #E4F2C8;
	text-align: right;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
#sidebar .sidemenu li a {
	text-decoration: none;
	color: #FFF;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #CCC;
	font-size: 0.9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {
	color: #CCC;
	background: none;
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(images/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 10px 0 15px 0;
	background: #CCC url(images/footer-bottom.gif) no-repeat left top;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2px;
}
#footer p {
	padding:10px 0;
	color: #333;
}
#footer a:hover {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
	font-size: 10px;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;
	color: #900;
	border: 1px solid #EEE8E1;
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #FAF7F5 url(comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #09C;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #09C;
}
.post-footer a.edit {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #FAF7F5 url(edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #09C;
}

.post-info {
	font-size: 18px;
	padding: 0 10px;
	margin-left: 2px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post-info a, .post-info a:visited {
	color: #FFF;
}

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 

}
#wrap #content #sidebar p a {
	color: #06C;
}
#wrap #content #main h4 {
	color: #666;
}
#wrap #content #main .post-info {
	color: #666;
}
#wrap #content #sidebar h3 a {
	text-align: left;
}
#wrap #content #sidebar .sidemenu li a {
	text-align: left;
}
#wrap #nav ul li a {
	color: #09C;
	font-size: 16px;
}
#navbar{
width:auto;
height:36px;
background:url(img/navbar-bg.png) left top repeat-x; }
#navbar .inbar{
display:block;
height:36px;
background:url(img/right-round.png) right top no-repeat; }
#navbar ul, #navbar ul li{
	border:0px;
	margin:2px;
	padding:2px;
	list-style:none;
	height:36px;
	line-height:36px;
	font-weight: normal;
} #navbar ul{
background:url(img/left-round.png) left top no-repeat; } 
#navbar ul li{
	float:left;
	display:block;
	line-height:36px;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
} 
#navbar ul li a{
	color:#403e32;
	text-decoration:none;
	font-weight:normal;
	display:block;
} 
#navbar ul li a span{
	padding:5px 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px;
}
#navbar .navhome a, #navbar .navhome a:hover{
background:url(img/a-bg.png) left top no-repeat;
height:36px;
line-height:36px; } 
#navbar .navhome a span, #navbar .navhome a:hover span{
	color:#FFF;
	background:url(img/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
} 
#navbar ul li a:hover{
background:url(img/ahover-bg.png) left top no-repeat;
height:36px;
line-height:36px; } 
#navbar ul li a:hover span{
	background:url(img/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
	font-weight: normal;
} 
#wrap #content #main p {
	font-weight: normal;
}
#wrap #content #main p {
	font-weight: normal;
	font-size: 12px;
}
#wrap #content #main blockquote p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrap .main #navbar .inbar ul li a span {
	font-weight: normal;
}
#wrap .main #navbar .inbar ul li a span {
	color: #000;
}
#wrap .main #navbar ul li a {
	font-weight: normal;
}
