/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	font-size: 1.8em;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #000000;
}


#latest-post a {
	color: #333333;
	border-bottom: 1px dashed #D70000;
	text-decoration: none;
	font-weight: bold;
}

#latest-post a:hover {
	border-bottom: 1px solid #D70000;
	font-weight: bold;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 140px;
	background: url(/images/img07.jpg);
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 22px;
	padding-left: 27px;
	color: #299762;
}

#logo h1 a {
	color: #299762;
}

#logo h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 68px;
/*	letter-spacing: -1px;*/
	font-size: 1em;
	color: #299762;
}

#logo h2 a {
	color: #299762;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 161px;
	background: url(/images/img08.jpg) repeat-x top left;
}

#menu .current_page_item a {
	background: url(/images/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#latest-post {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 10px;
}

#recent-posts {
	float: right;
	width: 290px;
	background: url(/images/img03.gif) repeat-y;
	padding: 0px 10px 20px 20px;
}

#recent-posts .entry {
	background: url(/images/img04.gif) repeat-x left bottom;
}

#recent-posts ul {
	padding-left: 0;
	margin-left: 0;	
}

#recent-posts ul a {
	color: #000000;
}

#recent-posts ul a:hover {
	text-decoration: none;
	border-bottom: 1px solid #D70000;
}

#recent-posts li {
	display: block;
	padding: 0 0 5px 0;
	margin-left: 0;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: url(/images/img04.gif) repeat-x left top;
	color: #008C00;
}

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

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(/images/img06.gif) no-repeat;
	font-size: 10px;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.even {
	background: #EDF3FE;
}

.job {
	padding: 10px 10px;
}

.highlight {
	background-color: #FFF9D8;
	border-bottom: 1px solid #FFE8CD;
	border-top: 1px solid #FFE8CD;
	color: #000000;
}

.paid_plan {
	background: #FFFF71;
}

.pagination {
  padding: 3px;
  margin: 3px;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
/*  border: 1px solid #aaaadd;*/
  text-decoration: none;
  color: #000099;
}
.pagination a:hover, .pagination a:active {
/*  border: 1px solid #000099;*/
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #008C00;
  font-weight: bold;
  background-color: #008C00;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

.pay_button {

}

.job_description {
	border: 1px solid #999;
	background: #ffffff;
	padding: 10px;
	margin: 10px;
}

div#latest-post span.date a {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

input[type="text"], input[type="password"] {
	font-size: 1.2em;
	font-weight: bold;
}

#admin_links {
	border: 1px solid #999;
	padding: 10px;
	background: #ffc;
	display: block;
	margin-bottom: 10px;
}

/*-------------------------------------------------
FIELDSET
-------------------------------------------------*/

fieldset {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #999;
}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #874c00;
}

.post h3 {
	color: #000000;
	font-size: 12px;
}


label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: 10px; font-weight: bold;}

.soponsor_line {
	margin-top: 10px;
	border-bottom: 1px dashed #999;
}

.soponsor_header {
	
}

.table_header {
	background: #000;
	color: #fff;
}

#terms_and_policy {
	text-align: justify; 
}