/*  
Theme Name: SWE-Digg
Theme URI: http://www.wpdesigner.com
Description: Based on the Digg-like Wordpress theme created by Small Potato (WPDesigner.com), Re-released under GPL.
Version: Based on 1.0.2
Author: Originally Small Potato, customized by Peggy Champlin
Author URI: http://www.wpdesigner.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: url(/images/bg_body_new.gif);
	color: #000;
}

a{
	text-decoration: none;
	color: #184D7F;
}

a:hover{ text-decoration: underline; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background-color: #DFEDD6;
	border: 2px #7ABE71 solid;
	color: #555;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

p.indent {
	padding-left: 25px;
}
p.bigindent {
	padding-left: 50px;
}
p.biggestindent {
	padding-left: 75px;
}
ul li, ol li {
	margin-bottom: 1em;
}
ul li {
	list-style: none;
	background: transparent url(/images/lightgreenball.gif) 0 5px no-repeat;
	padding: 0 0 0 18px;
}
.clearing { 
	clear: both; 
	line-height: 0;
	height: 0;
}

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(/images/bg_comment_bottom.gif) no-repeat;
}

.small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 707px;
	padding: 3px 0 0;
}

#header{
	margin: 0 0 5px;
	float: left;
	width: 707px;
	/* height: 190px; */ /* with menu */
	height: 165px; /* without menu */
	background: url(/images/bg_header_teleclasses.jpg) no-repeat left bottom;
	color: #333;
}

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

#menu ul li{
	float: left;
	margin: 0 10px 0 0;
	font-size: 15px;
	font-weight: bold;
	background: url(/images/bg_tab_right_new.gif) no-repeat right top;
	color: #325b0a;
	width: 120px;
}

#menu ul li a{
	display: block;
	text-align: center;
	padding: 8px 15px 4px;
	text-decoration: none;
	background: url(/images/bg_tab_left_new.gif) no-repeat left top;
	color: #325b0a;
}

#menu ul li a:hover{
	color: #FFF;
}

#pagetitle{
	clear: both;
	width: 707px;
	height: 155px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
margin-left: 5000px;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

.pagewrapper{
	margin: 0 0 10px;
	float: left;
	width: 707px;
	background: #fff url(/images/bg_page_bottom_new.gif) no-repeat left bottom;
	color: #333;
}

.page{
	float: left;
	padding: 0 5px 5px;
	background: url(/images/bg_page_top_new.gif) no-repeat;
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 500px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 697px;
	background: #fff url(/images/bg_column.gif) repeat-y;
}

.narrowcolumn{
	float: left;
	width: 697px;
	background: url(/images/bg_column_bottom.gif) no-repeat left bottom;
}

.content{
	float: left;
	width: 697px;
	background: url(/images/bg_column_top.gif) no-repeat left top;
}

.post{
	padding: 5px 26px 15px;
	line-height: 20px;
}

.post a {
	font-weight: bold;
}

.prehead {
	font-size: 13px;
	font-weight: bold;
	color: #C22929;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Georgia, sans-serif;
	font-size: 16px;
	text-align: center;
}

h4 {
	text-align: left;
}

h2 {
	padding: 0 0 0 6px;
	margin: 12px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #0073B0;
/* 	background-color: #A2C779; */
/* background-color: #ADCF84; */
}

.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.aligncenter{
	border: 0;
	margin: 0;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 30px; }

.entry h3 { 
	font-size: 15px; 
	margin: 12px 0;
	color: #C22929;
}

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #578cca;
}

.postdate{ color: #a12a2a; }

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.box {
	margin: 15px auto;
	padding: 10px;
	padding-top: 0;
	border: 2px solid #0073B0;
	width: 60%;
	text-align: center;
}

/* Subscription box */
#subscribebox {
	text-align: center;
}

#subscribebox h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #325B0A;
}

#subscribebox .highlight {
	color: #C22929;
}

#subscribebox p {
	font-size: 11px;
	margin: 2px;
	text-align: center;
}
#subscribebox input {
	margin: 4px 0;
	padding: 1px;
}
#sbmtbtn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #8DAB3B;
	border: 2px solid #325B0A;
	color: #FFFFFF;
	margin: 6px;
	padding: 0 5px;
}

/* footer */
#footer {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* Contact form styles */
#mainForm 
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

input.mainFormError
{
	background-color: #FADADD;
}

textarea.mainFormError
{
	background-color: #FADADD;
}

select.mainFormError
{
	background-color: #FADADD;
}

#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}

p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}

input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
