/********************************************************************************
	         Base Tags Overides
********************************************************************************/

body {
	margin: 0;
	background-image: url(images/body-bg-v8.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
input {
	padding: 4px;
}
body {
	font-size: 80%;
	font-family: 'Trebuchet MS', tahoma, arial, verdana, sans-serif;
	line-height: 1.4;
}
textarea, input {
	font-size: 100%;
	font-family: 'Trebuchet MS', tahoma, arial, verdana, sans-serif;
}
a {
	text-decoration:none;
}
input#searchsubmit, input#submit, input#sendbutton, input#sendbutton2 {
	text-transform: uppercase;
	padding: 3px;
	cursor: pointer;
}

p{
	margin:0 0 1em;
}

/********************************************************************************
                Borders
********************************************************************************/

.border-left {
	margin-left: 7px;
	padding-left: 7px;
}
.border-right {
	margin-right: 7px;
	padding-right: 7px;
}
.border-top {
	margin-top: 7px;
	padding-top: 7px;
}
.border-bottom {
	margin-bottom: 7px;
	padding-bottom: 7px;
}
/********************************************************************************
                Misc
********************************************************************************/

.box {
	padding: 20px;
	margin-bottom:0;
}
.box2 {
	padding: .5em;
	margin-bottom: 0;
}
.box3 {
	padding: 0;
	margin-bottom: 0;
}
.box3 div.box3-inner {
	padding: 10px 20px 10px 20px;
}
.box3 div.sidebar-box h2 {
	background-image: url(images/sidebox-header-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 20px 10px 20px;
}
.box3 div.sidebar-box ul, .box3 div.sidebar-box .st-tag-cloud {
	padding: 0 20px 20px 20px;
}
.box4 {
	padding: 0 20px;
	margin-bottom:0;
}
.box5 {
	padding: 0 20px 10px 20px;
	margin-bottom: 10px;
}
.pushdown-1 {
	padding-top:10px;
}
.pushdown-2 {
	padding-top:20px;
}
.pushdown-3 {
	padding-top:30px;
}
.pushdown-4 {
	padding-top:40px;
}
.pushdown-5 {
	padding-top:50px;
}
.span-7-1 {
	width:290px;
}
.append-1-1 {
	margin-right:50px;
}
.append-1-2 {
	margin-right:10px;
}
/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height, example: <hr class=thick> for a thick line */

.thick {
	height: 3px;
	margin: 0 0 1.4em 0;
}
.thin {
	height: 1px;
	margin: 0 0 0 0;
}
/********************************************************************************
                Header
********************************************************************************/

#header {
	height: 115px;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/********************************************************************************
                Header Left
********************************************************************************/

h1, h2, h3, h4 {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size: 2.3em;
	margin-bottom:0.2em;
}
#header-left h1 {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 4em;
	font-family: "Cooper Std", Georgia, "Times New Roman", Times, serif;
}
#header-left h1 span {
	font-size: 0.5em;
}
#header-left h1 span.www {
	font-size: 0.3em;
}
#header-left h1 span.dash {
	font-size: 0.85em;
}
#header-left h2 {
	margin: -13px 0 0 5px;
	padding: 0;
	font-size: 0.85em;
	text-indent: 9.35em;
	text-transform:uppercase;
}
#header-left img {
	margin-top: 37px;
	margin-left: 29px;
}
/********************************************************************************
                Header Right
********************************************************************************/

#header-right #header-search {
	margin: 0;
	padding: 0;
	float: right;
}
#header-right img {
	margin-left: 20px;
	margin-top: 65px;
}
/********************************************************************************
                Navbar & Nav
********************************************************************************/

#navbar {
	margin: 0;
	padding: 30px 0 0 0;
}
#navbar ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
#nav, #nav ul {
	list-style: none;
	float: right;
}
#nav a, #nav a:hover {
	display: block;
}
#nav li {
	float: left;
	list-style:none;
	margin-left: 15px;
}
#nav a, #nav a:visited {
	display:block;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
	text-decoration:none
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	padding: 0;
}
#nav li li {
	padding: 5px 7px;
	margin: 0;
	clear: both;
	width: 200px;
	font-size: 0.8em;
}
#nav li li a, #nav li li a:visited {
	font-weight:normal;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/********************************************************************************
                Content
********************************************************************************/


div#main {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	border-bottom: 10px solid #9cac85;
}
div#content {
	min-height: 800px;
}

div#content h1 {
}

div#content h2 {
	font-size: 1.35em;
}

div#content div#home-spotlight h2{
	line-height: 1.25em;
	margin-bottom: 0.3em;
	border: none;
}

div#content h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
div#content h3#respond {
	clear: both;
}
div#content p img {
	margin: 3px 10px 5px 0;
}
div#content blockquote {
	text-indent: 1em;
}
div#content fieldset {
	margin-bottom: 20px;
}
div#content fieldset legend {
	padding: 0 1em;
}
div#content fieldset ol li {
	list-style:none;
	margin-bottom: 10px;
}
div#content fieldset ol li input.single {
	width: 250px;
}
div#content fieldset ol li textarea {
	width: 250px;
}
div#content fieldset ol li span {
	margin-left: 0.5em;
	vertical-align: top;
}
div#content fieldset ol li label {
	width: 20%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	font-weight: normal;
	vertical-align: top;
	margin-top: 3px;
}
div#content fieldset ol li br {
	display: none;
}
/********************************************************************************
                Sidebar
********************************************************************************/

div#sidebar {
}
div.sidebar-cat {
	background-image: url(images/sidebar-cat-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#sidebar h2 {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: bold;
}
#sidebar ul, #sidebar object, #sidebar .hslice {
	margin: 0 0 0 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
div#sidebar blockquote {
	text-indent: 1em;
}
div#sidebar div.sidebar-cat div.menu ul li {
	font-size: 1.1em;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
div#sidebar div.sidebar-cat div.menu ul li {
}
div#sidebar div.sidebar-cat div.menu ul li ul li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
}
div#sidebar div.sidebar-cat div.menu ul li ul {
	margin-top: 0;
	padding: 5px 0 0 5px;
	margin-bottom: 0;
}
div#sidebar div.sidebar-cat div.menu ul li ul li {
	font-size: 0.9em;
}
/********************************************************************************
                Footer
********************************************************************************/

#footer {
	text-align: left;
	font-weight: normal;
	padding: 0;
	height: 80px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#footer-copyright, #footer-logos {
	vertical-align: middle;
}
#footer-copyright p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#footer-logos {
	text-align: right;
}
#footer-logos p {
	margin: 0;
	padding: 0;
}
#footer-logos p img {
	float: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#footer-legal{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
}
/********************************************************************************
                Page Specific - Home
********************************************************************************/

div#home-spotlight {
	margin-bottom: 10px;
	padding-bottom: 0;
	margin-top: 15px;
	padding-top: 10px;
}
div#home-spotlight blockquote {
	padding: 0;
	margin: 0;
}
div#home-spotlight blockquote p {
	padding: 0;
	padding-bottom: 30px;
	margin: 0;
}
div#home-listing {
	margin-bottom: 10px;
}
div#home-listing p {
}
div#home-cat-post-listing {
/*margin-bottom: 10px;*/
}
div.home-cat-post-listing-inner, div.home-cat-post-listing-inner-2 {
	float: left;/*background-image: url(images/home-cat-post-listing-inner-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	margin-bottom: 0;
}

div#home-cat-post-listing-2 div.home-cat-post-listing-inner, div#home-cat-post-listing-2 div.home-cat-post-listing-inner-2 {
	float: left;
	background-image: url(images/home-cat-post-listing-inner-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 0;
}

div#content div.home-cat-post-listing-inner h2, div#content div.home-cat-post-listing-inner-2 h2 {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: none;
}

div#content div#home-cat-post-listing-2 div.home-cat-post-listing-inner h2{
	background-image: url(images/listing-header-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 15px 0;
	padding: 25px 20px 7px 20px;
	border: none;
	background-color:#fff;
	font-weight: bold;
}

div#content div#home-cat-post-listing-2 div.home-cat-post-listing-inner-2 h2{
	background-image: url(images/listing-header-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 15px 0;
	padding: 25px 20px 7px 20px;
	border: none;
	background-color:#fff;
	font-weight: bold;
}



div#home-cat-post-listing-2 div.home-cat-post-listing-inner h3, div#home-cat-post-listing-2 div.home-cat-post-listing-inner-2 h3, div#home-cat-post-listing-2 div.home-cat-post-listing-inner h4, div#home-cat-post-listing-2 div.home-cat-post-listing-inner-2 h4, div#home-cat-post-listing-2 div.home-cat-post-listing-inner p, div#home-cat-post-listing-2 div.home-cat-post-listing-inner-2 p{
	padding-left: 20px;
	padding-right: 20px;
}

div#content div.home-cat-post-listing-inner h3, div#content div.home-cat-post-listing-inner-2 h3 {
	/*	font-size: 1em;
	margin-top: 30px;*/
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.1em;
}

div#content div.home-cat-post-listing-inner h4, div#content div.home-cat-post-listing-inner-2 h4 {
	
	font-size: 1em;
}
/********************************************************************************
                Widgets Specific
********************************************************************************/

/*.st-tag-cloud {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}*/
#search-form div {
	margin: 10px 0 20px 0;
}
.box3 div.slideshow {
	padding: 0;
	margin-bottom: 10px;
}
div#content span.vvqyoutube {
	margin-bottom: 20px;
}
.cf_hidden {
	display:none;
}
.cf-sb {
	text-align:right;
}
ol.faq {
	list-style: none;
	margin-left: 0;
}
ol.faq li {
	list-style: none;
}
ol.faq h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	cursor:  pointer;
	padding-left:20px;
}
ol.faq div.answer {
	display: none;
	padding: 0 0 15px 0;
}
div#content ol.faq div.answer p {
	font-size: 100%;
}
ol.faq div.faq_approve {
	display: none;
}
div.textwidget img {
	margin-bottom: 7px;
}
/********************************************************************************
                Other
********************************************************************************/

p.meta {
	padding-bottom: 5px;
}
.medium {
	font-size: 1em;
	line-height: 2.1875em;
}
.center {
	text-align:center;
}
.byline {
	font-size: .8em;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.timestamp {
	font-size: .8em;
	line-height: 1.2em;
}
.commentnum {
	font-size: .8em;
	line-height: 1.2em;
}
.incategory {
	font-size: 1em;
	line-height: 1.2em;
}
.span-7-a {
	width:295px;
}
div.addtoany_share_save_container ul.addtoany_list li {
	margin: 0;
	padding: 0;
}
/********* ADDS to bluep ****/



div#content div.home-cat-post-listing-inner p img, div#content div.home-cat-post-listing-inner-2 p img {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
div#content div.home-cat-post-listing-inner p a.home-cat-post-listing-inner-link, div#content div.home-cat-post-listing-inner-2 p a.home-cat-post-listing-inner-link {
	background-image: url(images/home-cat-post-listing-inner-a-bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	padding: 0 27px 0 0;
}
a.arrow-link {
	background-image: url(images/home-cat-post-listing-inner-a-bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	padding: 0 27px 0 0;
}
.linklove {
	display: none;
}
div#random-header {
	margin-bottom: 20px;
}
.slideshow {
	padding-bottom: 20px;
}
/*********/

table.jCalendar {
	border: 1px solid #666;
	border-collapse: separate;
	border-spacing: 2px;
	background-color: #C7D0DB;
}
table.jCalendar th {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f0f0f0;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}
/* For the popup */

div.dp-popup {
	position: relative;
	background: #d6eafe;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: auto;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	border:2px solid #c2e0f8;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 0pt 4px;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	margin-top: 7px;
	margin-left: 5px;
}
/*********/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 0 20px;
	display: inline;
}
img.alignleft {
	margin: 0 20px 0 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
p.wp-caption-text {
	margin-bottom: 10px;
	margin-top: 5px;
}
div#home-cat-post-listing-2 {
/*background-image: url(images/home-cat-post-listing-2-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	margin-bottom: 20px;
}
div#home-cat-post-listing-3 {
	background-image: url(images/home-cat-post-listing-2-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	border-top: 10px solid #eaebed;
}
div#single-wrapper {
/*background-image: url(images/single-wrapper-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	margin-top: 15px;
}
#commentform textarea {
	width: 350px;
	height: 100px;
}
#sub-pages-wrapper {
	border-top: 1px solid #CCCCCC;
}
#sub-pages-wrapper h3 {
	padding-top: 20px;
	margin-bottom: 10px;
}
#sub-pages-wrapper ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#sub-pages-wrapper ul li {
	display: inline;
	margin-right: 10px;
}

abbr{
	border-bottom: none;
}

/*div#usermessagea{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cde5cd;
	border-top: 1px solid #cde5cd;
}

div#usermessagea.cf_info{
	display: none;
}*/


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	padding:10px 15px!important;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	
}
div.success {
	background:#cde5cd none repeat scroll 0%;
	display:block;
	border-color:#006600;
	border-style:solid;
	border-width:1px;
}
div.failure {
	display:block;
	background:#cde5cd!important;
	border-color:#006600;
	border-style:solid;
	border-width:1px;
}
div.waiting {
	background:#cde5cd;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color: #006600; 
	border:1px solid #cde5cd; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}


div#sidebar div.sidebar-cat div.menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
}
