
* {margin: 0;padding: 0;font-size: 100%; font-weight:inherit; font-style: inherit;}
img, body {border:0;}
/* table {border:0;} */
table {border-collapse: collapse;}
caption {text-align:left;}
select > option {padding-right:5px;}
ul {list-style: none;}

/*
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	background:#ffffcc;
}
*/


body {
	background: url(images/img01.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
}

h1, h2, h3 {
	color: #7D7D7D;
}

h1 {font-size: 32px;}
h2 {font-size: 23px;}

a:link {color: #6DBD0B;}
a:hover, a:active {text-decoration: none; color: #6DBD0B;}
a:visited {color: #6DBD0B;}

img.bd {
	border: 1px dashed #86E714;
	padding: 2px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {}
fieldset {border:none;}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Header */

#header {
	width: 860px;
	height: 50px;
	margin: 0 auto;
}

/* Menu */

#menu {
	overflow:hidden;
	width: 860px;
	height:50px;
}

#menu ul {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	margin-right: 3px;
	padding: 10px 15px 10px 10px;
	letter-spacing: -.5px;
	text-decoration: none;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .numbertxt {
	font-size: 28px;
	color: #C4F28D;
}

#menu span {
	margin: 0;
	padding: 0;
}

/** LOGO */

#logo {
	clear: both;
	width: 860px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.gif) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 5px 0 0 80px;
	font-size:19px;
	line-height: 30px;
}
#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo h1 a:hover { text-decoration: underline; }

#logo p {
	margin: 0;
	padding: 0 0 0 80px;
	font-size:12px;
	float: left;
	color: #66B209;
}
#logo p a {
	text-decoration: none;
}
#logo p a:hover { text-decoration: underline; }

#summary {
	overflow:hidden;
	width:800px;
	height:75px;
	margin: -60px auto 0 auto;
	font-size:12px;
}
#summary p {margin-left:300px; padding-left:8px; border-left: 4px solid #99cc66;}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

/* Post */

.post {
	padding: 0 15px 15px 15px;
}

h2 {
	margin-bottom: 20px;
	border-bottom: 1px dotted #D1D1D1;
	background: url(images/img04.jpg) repeat-x left bottom;
}

.post .entry {}
.post .entry p {
	margin-bottom:1em;
	line-height: 1.4;
}

.post .meta {
	height: 70px;
	padding: 40px 15px 0px 15px;
	background: url(images/img03.jpg) repeat-x left top;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img09.gif) no-repeat left 50%;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img08.gif) no-repeat left 50%;
}

.post .meta b {
	display: none;
}

.serverFeatures {white-space: nowrap;}
.serverFeatures li {float:left; padding:2px;}
.serverFeatures li span {padding:0 2px; background:#ffcc33;color:#666666;}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;/*215*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	margin-bottom:40px;
	background: url(images/img03.jpg) repeat-x left bottom;
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0 0 10px 0;
	padding-left: 12px;
}

#sidebar h2 {
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(images/img04.jpg) repeat-x left bottom;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 18px;
}
#sidebar h2 a {
	text-decoration:none;
	font-weight:bold;
	color:#707070;
}

/* Search */

#search {
	background: url(images/img03.jpg) repeat-x left bottom;
	margin-bottom: 20px;
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 3px 0px 3px 15px;
	border: 1px solid #F0F0F0;
}

#x {
	margin-bottom: 20px;
	padding: 3px 3px 3px 3px;
	background: #ECECEC;
	border: none;
	text-transform: lowercase;
	font-size: 80%;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer {
	clear:both;
	padding: 20px;
	background: #8d8d8d url(images/img05.gif) repeat-x left bottom;
}

#footer-wrap {
	width: 860px;
	margin: 0 auto;
}

#footer p {
	text-align:center;
}
#footer p a {
	color: #FFFFFF;
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

