body {
	font: 80%/150% Tahoma, Arial, "Trebuchet MS";
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #1CA2DE;
	text-decoration: none;
}
a:visited {
	color: #1CA2DE;
	text-decoration: none;
}

a:hover {
	color: #83C21F;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin: 0px;
	padding: 30px 0px 0px 50px;
	height: 60px;
	font: lighter 2.4em/1.2em Verdana, Arial, "trebuchet MS", "Lucida Sans Unicode", Georgia;
	color: #FFFFFF;
}
h1 a, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #DDF1FF;
	text-decoration: none;
	border: none;
	background: none;
}
h2 {
	color: #333333;
	margin: 0px 0px 2px;
	width:100%;
	font: lighter 1.7em/1em Verdana, Arial, "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CDCDCD;
}
h2 a, h2 a:visited {
	color: #1CA2DE;
	text-decoration: none;
}
h2 a:hover {
	color: #83C21F;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Verdana, "Trebuchet MS", Tahoma, Arial;
	color: #1CA2DE;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% Verdana, "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	background: #FFFFFF;
}
#page {
	margin: 10px auto;
	width: 770px;
	background: url(images/content-bg.gif) repeat-y right center;
}
/* header area */
#header {
	position: relative;
	margin: 5px auto;
	width: 770px;
}
#headerimg {
	background: #ffffff url(images/header.jpg) no-repeat center;
	color: #FFF;
	height: 173px;
	position: relative;
}
#headerimg .description{
	position: absolute;
	top: 70px;
	left: 50px;
	color: #FFF;
	font-size: 14px;
}

/*search form */
#search {
	float: right;
	background: #83C21F;
	width: 220px;
	margin: 10px;
	text-align: center;
}
#searchform {
	margin: 0px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 130px;
	height: 20px;
	padding: 3px 5px 0px 5px;
	border: 1px solid #4395BC;
	background: #fff;
	margin-right: 2px;
	color: #333333;
	font-weight: normal;
}
#searchform #q {
	width: 130px;
	height: 20px;
	padding: 3px 5px 0px 5px;
	border: 1px solid #4395BC;
	background: #fff;
	margin-right: 2px;
	color: #333333;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #A2D157;
	border: none;
	height: 25px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}
/* content area */
#content {
	padding: 0px 0px 7px 5px;
	float: left;
	width: 550px;
	overflow: hidden;
}
#content img {
	border: 1px solid #DDF1FF;
	padding: 5px;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
}
.post {
	clear: both;
	background: url(images/stripes-border.gif) repeat-x top left;
	padding-top: 15px;
	margin-bottom: 15px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #83C21F;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 10px 5px 20px 5px;
	width: 190px;
	color: #666666;
	overflow: hidden;
	background: #DDF1FF url(images/stripes-border.gif) repeat-x top left;
}
/*sidebar text styles */
#sidebar a:hover{
	border: none;
}
#sidebar a, #sidebar a:visited{
	color: #1CA2DE;
	text-decoration: none;
}
#sidebar li a:hover{
	color: #1CA2DE;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 4px;
	border: none;
}
#sidebar .sidebartitle{
	font: lighter 1.5em/1em Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #1CA2DE;
	border-bottom: 1px dotted #65BEFF;
	margin-bottom: 5px;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/bullet-blue.gif) no-repeat left 6px !important;
	padding-left: 20px !important;
}
/* footer area */
#footerbg {
	clear: both;
	background: #83C21F;
	border-top: 5px solid #A2D157;
	padding-bottom: 20px;
}
#footer {
	width: 770px;
	margin: 0px auto;
	font-size: 95%;
	color: #E3F7C3;
	line-height: 130%;
}
#footer a, #footer a:visited {color: #FFF;}
/* credits */
#credits {
	color: #E3F7C3;
	text-decoration: none;
	padding: 10px;
	line-height: 20px;
}
#credits a {color: #E3F7C3;}
/* alignments */
.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear:both;
}
hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}