/* html elements */

* { padding: 0; margin: 0; }

body { 
	text-align: center; 
	background: #fff; 
	color: #000; 
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif; }

a, a:visited { text-decoration: none;  color: #c00; }
a:hover { text-decoration: underline; color: #c00; }

p {
	margin: 0 0px 10px;
	padding: 0px;	
}

p, li { /*font-size: 12px;*/ line-height: 150%; }

hr { border: 0; line-height: 0; height: 1px; background-color: #dedede; padding: 0; margin-top: 0px !important; margin-bottom: 10px;clear: both;}

blockquote {
	padding: 0 20px;
	margin: 20px auto 20px 30px;	
	border-left: 3px solid silver;
	font: italic 13px Georgia;
	line-height: 18px;	
}

img { border: 0;}

h1 { 
	margin: 20px 0px 10px;
	text-align: center;
	font: 26px arial, helvetica, sans-serif; 
	line-height: 120%;
	letter-spacing:-1px;
	font-weight: bold;	
	text-align:left;
}

h2 {
	margin: 40px 0px 20px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	text-align: left;
	}
	
h2 a {
	color: #000;
}

h2 a:hover {
	color: #c00;
	text-decoration: none;
}

h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
div#content_main h2.title {
	font-size: 2em;
	text-align: center;
	line-height: 36px;
}

div#content_main h2 a:hover {
	color: #c00;
}

h3 {
	margin: 20px 0px 8px;
	padding: 0px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
}

h3.date {
	font-weight: normal;
	color: #999;
}

h4{ font-size: 16px; font-weight: bold; color: #000; padding: 3px 0 7px; font-family:   arial, helvetica, sans-serif;  margin: 10px 0px 10px 0px;}

h5 { display: block; font-size: 12px; padding: 20px 0 5px 0; color: #000; }

ul { list-style-type: none; margin: 0 0 25px 0; }

li { list-style-type: none; }

ol {margin: 0 0 25px 20px; }

ol li {list-style-type: decimal;}

table, tr {
	border-collapse: collapse;
}

input, textarea {
	padding: 3px;
}

/* @group Main Definitions */

/* @group Header */

div#top_bar {
	height: 60px;
	clear: both;
}

div#logo img{ float:left;}

div.search {
	padding: 5px;
	background-color: #eeeeee;
	float: right;
	margin-top:9px;
}

.search_button{
	margin: 0px;
	height: 20px;
	background-color: #000000;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	border: 0px;
	padding: 2px 8px 0;
}

.search form .input {	
	margin: 0px 3px 0px 0px;
	padding: 3px;
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	color: #000;
    border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}


/* @end */

/* @group Nav */

#supernav { 
    clear: both;
	padding: 0px;
	width: 100%;
	padding-bottom: 30px ;
	border-bottom: 1px solid #dedede;
	margin: 20px auto 0;
	display: block;
}


div#supernav_inner {
	width: 980px;
	text-align: right;
	margin: auto;
}

/*FF doesn't like last as a class, so make it an id instead*/
div#supernav_inner a#last {
	padding-right: 0;
	margin-right: 0;
}

div#supernav_inner a, div#supernav_inner a:visited {
	color: #c00;
	font-size:  12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	margin-left: .6em;
	margin-right: .6em;
}
	
div#supernav_inner a:hover {
	color: #c00;
	background-color: #fff;
	text-decoration: underline;
}



/* @end */

/* @group Content */

div#wrapper {
	background-color: #fff;
}
	

.container {
	margin: auto;
	padding: 0px;
	width: 980px;
	text-align: left;
}

/*use this anywhere to keep the width the same as everything else i.e. wrapper,footer*/

div#content_main h2 {
	margin: 20px 0px 8px;
	padding: 0px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
}

div#content_main p{
	margin: 0;
	padding-bottom: 20px;
	font-size: 14px;
}

div#content_main ul{
	margin: 0;
	padding-bottom: 15px;
	font-size: 14px;
}

div#content_main ul,div#content_main li {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 20px;
}

div#content_main {
	width: 500px;
	background-color: #fff;
	float: left;
	padding-right:30px;
	padding-top: 0px;
}

/* center images*/
div#content_main img {
	padding: 3px;
	border: 1px solid #808080;
	display: block;
   margin-left: auto;
   margin-right: auto;
}

/*don't center comment images*/
div#content_main .comment img {
	padding: 0;
    margin: 0;
    display: inline;
}

div#col_a, div#col_b {
	background-color: #fff;
	font-size: 12px;
	padding-left: 19px;
	padding-right: 19px;
	margin-right: 0px;
	width: 170px;
	float: right;
	border-left: 1px solid #dedede;
}

div#col_a {
	padding-right: 0;
	width: 190px;
}

.entry {
	padding-bottom: 20px;
}

.byline {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	font-family: georgia;
}

.posted {
	font-size: 12px;
	color: #999;
}

.paginate {
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

form#comment_form input.submit {
	font-weight: normal;
	font-family: arial;
	color: #fff;
	font-size: 13px;
	padding: 6px 8px;
	background: #000;
	border: 2px solid #333;
	text-transform: uppercase;
	cursor: pointer;
}

form#comment_form input.submit:hover {
	background-color: #333;
}

form#comment_form p {
	padding-bottom: 10px;
}

form#comment_form img {
	border: 0;
	text-align: left;
	display: inline;
	padding: 0; margin: 0;
}

/*NEW comment styles*/

.posted {
	color: #666;
	border-bottom: 2px solid #c00;
	font-size: 13px;
	padding-bottom: 6px;
}

.posted a, .posted a:hover {
	color: #000;
	text-decoration: none;
}

.comment {
	background-color: #efefef;
	font-size: 13px;
	margin-bottom: 30px;
	padding: 10px;
}

.comment_author {
	font-weight: bold;
	color: #000;
}

.comment_date {
	float: right;
}

.comment.admin_comment {
	background-color: #EDD5D7;
}

/* @end */

/* @group Footer */

div#footer { 
 	color: #000;
	font-size: 11px;
	padding-bottom: 30px;
	margin-top: 60px;
	border-top: 2px solid #000;
}

#footer a, #footer a:visited { line-height: 160%; font-size: 12px; color: #c00; }

#footer li { float: left; padding: 0 10px 0 0;
	list-style-type: none;
	margin-left: 0;
}

.copyright {
	padding-top: 10px;
	color: #000;
}



/* @end */


/* @end */

/* @group search */

table.search_results td {
	padding: 10px;
	font-size: 12px;
}

/* @end */

/* @group newsletters sign ups */

/* newsletter main page signup */

.signup.newsletter {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.signup.newsletter fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.signup.newsletter label {
	display: block;
	margin: 20px 0 3px;
	line-height: 1em;
	font-weight: bold;
	font-size: 12px;
}

.signup.newsletter .btn {
	margin-top: 20px;
	margin-bottom: 6px;
	background-color: #000;
	color: #eee;
	border: 2px solid #ccc;
	padding: 6px;
	display: block;
	cursor: pointer;cursor:hand;
}

.signup.newsletter .no_spam {
	margin-top: 15px;
	padding: 1px;
	font-size: 11px;
	font-weight: normal;
	color: gray;
}

/* newsletter sidebar signup */

.signup.sidebar {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #dedede;
}

.signup.sidebar fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.signup.sidebar label {
	display: block;
	margin: 10px 0 2px;
	line-height: 1em;
	font-weight: bold;
	font-size: 11px;
}

.signup.sidebar .btn {
	margin-top: 20px;
	margin-bottom: 6px;
	background-color: #000;
	color: #eee;
	border: 2px solid #ccc;
	padding: 6px;
	display: block;
	cursor: pointer;cursor:hand;
}


/* sidebar newsletter signup - DELETE WHEN MAILCHIMP SETUP*/


.newsletter_side {
	background-color: #eee;
	padding: 10px;
	border: 1px solid #dedede;
}

.newsletter_side input {
	margin: 3px;
	max-width: 120px;
	padding-left: 4px;
	padding-right: 4px;
}

input#Submit {
	text-align: center;
	margin: auto;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}



/* @end */

/* @group promo box (banner ad) */

#content_main .promo {
	border: 1px solid #dedede;
	padding: 0px;
	margin-bottom: 40px;
	height: 83px;
	background: #efefef url(/images/design/promo_bodies.jpg) no-repeat;
}

#content_main .promo h2 {
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0;
	line-height: 100%;
}

#content_main .promo p {
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_main .promo a {
	padding: 5px 7px;
	background-color: #222;
	color: #eee;
	margin: 0 4px 0 0;
	border: 0;
}

#content_main .promo a:hover {
	text-decoration: none;
}

/* @end */



/* @group calendar */



.calendarBG {
 border: 1px #c8c8c8 solid; margin-left: 0px; font-size: 11px;
	margin-bottom: 15px; /*remove margin-bottom if this gets moved into the left-side*/
}

.calendarBG td  {
	 border: 1px #c8c8c8 solid; text-align: center; font-size: 11px;
	padding: 5px;
}

.calendarBlank {
 background-color: #f5f5f5;
}

.calendarHeader {
 color: #eee;
 text-align: center;
 background-color: #000;
 padding: 6px;
}

.calendarMonthLinks, .calendarMonthLinks a {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #eee;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #eee;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
   background: #eee; color: #000; 
   font-weight: bold;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 background-color: #333;
 color: #eee;
}

.calendarToday a {
	color: #dedede;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #444;
 background-color:  #fff;
}

.calendarCell a {
 background-color:  transparent;
 color: #c00;
}

.calendarCell a:hover {
 text-decoration:   underline;
}

.calendarCell a:visited {
 background-color:  transparent;
 color: #c00;
}

/* @end */

.caption {
	font-size: 11px;
	color: #666;
	margin-bottom: 20px;
}

.alert {
	background: #FFFFCC;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 18px;
}

.alert h4 {
	font:  14px normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	border: 0;
}

.alert h4 a, .alert h4 a:visited{
	color: #c00;
	text-decoration: underline;
}

.clear { border: 0px; height: 0px; clear: both; width: 0px; }

/* More Typography */

.headline{
	margin: auto;
	padding-top: 3px;
	display: block;
}
    
    .top {
	margin-top: 0;
}
	
.bold {
	font-weight: bold;
}

.testimonial {
	background-color: #eee;
	width: 400px;
	padding: 20px;
	margin:auto;
	margin-bottom: 20px;
	margin-top: 20px;	
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font: italic 13px Georgia;
	line-height: 18px;
}


/*
	#content ul { padding: 0 0 0 20px; }
	#content li {list-style-type: disc;}
*/


/* Clearfix for floated elements inside block elements - from http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.center {
text-align: center;
}



.red{
	color: #cc0000;
}

.white {
	color: #fff;
}

.highlight {
	background-color: #fdff5e;
}

.bold {
	font-weight: bold;
}

.black {
	color: #000;
}

.center {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear { border: 0px; height: 0px; clear: both; width: 0px; }

.title {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}

/***************/