/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}
/* End Initial */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth {
	clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

/*-------------------------------------------------------------------

Page layout

--------------------------------------------------------------------*/

body {
	background-color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: center;
	font-size: 80%;
	line-height: 140%;
}
#page {
	text-align: left;
	width: 1020px;
	padding: 0;
	margin: 0 auto;	
	position: relative;
	color: #333;
}
a, a:link {
	color: #267E0B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}


/*--------------------------------------------------------------

Header styles

---------------------------------------------------------------*/
#header {
	position: relative;
	height: 1%;
}
h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	padding: 4px 0 16px 80px;
	background-image: url(/img/mainhead.gif);
	background-repeat: no-repeat;
	
}
#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
	border: 1px solid #F60;
}
#top-strip {
	font-size: 90%;
	padding-bottom: 20px;
	margin-right: 20px;
}
#top-strip ul {
	list-style: none;
	float: right;
}
#top-strip li {
	float: left;
}
#top-strip a {
	padding-left: 10px;
	background-image: url(/img/vertdots.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
#slogan {
	float: left;
}
#date {
	float: right;
}
hr {
	clear: both;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #999;
}
#newsletter  {
	position: absolute;
	right: 0;
	bottom: -10px;
	padding: 0 10px;
	z-index: 10;
	width: 280px;
}	
#newsletter h2  {
	font-size: 110%;
	color: green;
}
#newsletter form p {
	text-align: right;
	padding-right: 10px;
}
#subscription {
	width: 180px;
}
#banner {
	padding: 0;
	margin: 0;
	position: static;
}

/*--------------------------------------------------------------

Menu styles

---------------------------------------------------------------*/
#nav {
	float: left;
	height: 40px;
	background-color: #FFF;
	width: 100%;
	background-image: url(/img/main_navbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 20px;
}
#nav ul {
	width: 96%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(/img/horzdash.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#nav li {
	float: left;
	margin: 0;	
}
#nav ul li ul {
	display: none;	
}
#nav a {
	background-image: url(/img/tableft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
	float: left;
	text-decoration: none;
}
#nav a span {
	color: #267E0B;
	text-transform: uppercase;
	padding: 4px 10px;
	padding-right: 20px;
	height: 24px;
	display: block;
	font-size: 90%;	
	font-weight: bold;
	background-image: url(/img/tabright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
#nav a:hover  {
	background-position: 0% -32px;
}
#nav a:hover span {
	background-position: 100% -32px;
	color: #F60;
}
#nav #current a {
	background-position: 0% -64px;
}
#nav #current a span {
	background-position: 100% -64px;
}
#nav #current a:hover span {
	color: #267E0B;
}

/*--------------------------------------------------------------

Content styles

---------------------------------------------------------------*/
 
#content {
	width: 830px;
	float: right;
	margin-bottom: 15px;
}
#sidebar {
	width: 160px;
	float: left;
	padding-top: 10px;
}
#main-content {
	width: 480px;
	float: left;
}
#maintext {
	line-height: 150%;
}
#sec-content {
	background-color: #FFF1E6;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;	
	width: 300px;
	float: right;
	position: relative;
	right: 12px;
}
div.post {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------

Footer styles

---------------------------------------------------------------*/
#footer {
	padding: 2px 10px 20px 10px;
	height: 30px;
	margin-top: 20px;
	clear: both;
	background-image: url(/img/main_navbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 90%;
	color: #FFF;
}
#footlinks ul, footlinks {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
#footlinks {
	padding-top: 2px;
}
#footlinks li {
	display: inline;
}
#footlinks a {
	color: #FFF;
	padding-left: 15px;
	background-image: url(/img/vertdots.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
#copyright {
	padding-left: 15px;
	padding-top: 2px;
	margin-right: 20px;
}

/*-------------------------------------------------------------------

Email form Styles

--------------------------------------------------------------------*/
#emailform input.text {
	border: 1px solid #FF6501;
	padding: 5px;
	width: 200px;
	margin-bottom: 5px;
}
#emailform p.button input {
	margin-left: 145px;
}
#emailform input:focus, #emailform textarea:focus, #emailform .focus {
	border: 1px solid #990000;
}
#emailform textarea {
	border: 1px solid #FF6501;
	padding: 5px;
}
#emailform label {
	width: 140px;
	text-align: right;
	float: left;
	color: #D20607;
	padding-right: 5px; 
	margin-bottom: 2px;
}
span.required {
	color: #990000;
	font-weight: bold;
}
legend {
	display: none;
}
fieldset {
	border: none;
	margin-left: 30px;
}
div.alert {
	font-weight: bold;
	color: #FF0000;
	width: 450px;
	padding: 10px;
	margin: 0 auto;
	background-color: #F5F5F5;
	border: 1px solid #FF6501;
	margin-bottom: 10px;
} 
dt {
	color: #D20607;
	font-weight: bold;
}

/*-------------------------------------------------------------------

Secbar Styles

--------------------------------------------------------------------*/

#sec-content h2 {
	background-image: url(/img/h2sub.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 8px 40px;
	margin-bottom: 0;
	color: #F60;
	font-size: 130%;
	font-weight: bold;
}
#sec-content ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#sec-content ul li {
	padding: 0;
	margin: 0;
	background: none;
}
#sec-content ul li ul {
	padding-left: 20px;
}
#sec-content ul li ul li {
	padding: 0 10px 4px 15px;
	background-image: url(/img/ulbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#wp-wrap {
	padding: 0;
	margin: 0;
	width: 300px;
	background-color: #FFF1E6;
}
#magazine h3 {
	padding-left: 15px;
}
#glance dl {
	padding: 10px;
	padding-top: 0;
	padding-left: 20px;
}
#glance dt {
	padding-top: 5px;
}
#sch-email form {
	padding-top: 0;
	padding: 10px;
	padding-left: 20px;
}
#sch-email dt {
	padding-top: 10px;
}
#sch-email input.text, #sch-email textarea {
	width: 240px;
}
#sch-email textarea {
	height: 100px;
}
#cover {
	margin-left: 5px;
	width: 130px;
	text-align: center;
	float: right;
	padding-right: 5px;
	margin-right: 0;
}
#cover a {
	display: block;
	padding-top: 10px;
	text-align: center;
}
#magazine h4 {
	font-size: 110%;
	padding-left: 10px;
}
#news li a, li.wp-recent a {
	color: #333;
	border-bottom: 1px dotted #FF9933;
}
#news li a:hover, li.wp-recent a:hover {
	color: #F60;
	border-bottom: none;
}

/*-------------------------------------------------------------------

Sidebar Styles

--------------------------------------------------------------------*/
#side-ad img {
	border: 1px solid #F60;
	padding: 4px;
	margin-left: 5px;
}
#websters {
	padding: 5px;
	padding-top: 10px;
}
#accolade {
	text-align: center;
	padding: 5px;
	border: 1px solid #DDD;
	margin-left: 5px;
	margin-bottom: 10px;
}
#accolade p {
	color: #666;
	font-weight: bold;
}
