﻿/*----------------------------------------------------------
The base color for this template is #EFEFDF. If you'd like
to use a different color start by replacing all instances of
#EFEFDF with your new color.
----------------------------------------------------------*/
body
{
    background-color: #B9B99D;
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0 !important;
    color: #62625C;
}

a img
{
	border: none;
}

a:link
{
    color: #D76E08 /*#034af3*/;
    text-decoration: underline;
}
a:visited
{
    color: #D76E08 /*#505abc*/;
}
a:hover
{
    color: #D76E08 /*#1d60ff*/;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

#navigation #links a, #navigation #links a:link
{
	border-bottom:2px solid #FFFFFF;
	font-size:24px;
	line-height:41px;
	padding-bottom:5px;
	text-decoration: none;
}

#navigation #links a.active, #navigation #links a:hover
{
	border-bottom:2px solid #000000;
	text-decoration:none;
}

#footer ul li a
{
	background-color: inherit;
	color: #D4D4C6;
	font-size: 11px;
	font-weight:normal;
	line-height: 19px;
	padding: 0 7px;
	text-decoration: none;
}

#footer a.subscribe
{
	background-position: inherit 2px;
	color:#B9B99D;
		font-family:Arial,Helvetica,sans-serif;
		font-size:11px;
		font-weight:normal;
		left:19px;
		line-height:12px;
		padding:0 0 0 18px;
		position:absolute;
		text-decoration:underline;
		top:68px;
		width:50px;
	background-color: inherit;
	background-image: url('Images/subscribe_icon.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin:3px 0 15px 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	padding: 0 0 0 15px;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0;
}
#content h2
{
	background-color: inherit;
	color: #222222;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 16px;
	padding: 5px 0 0 15px;
}
#bodyBottom h2
{
	background-position: inherit 0;
	color: #FFFFFF;
		display: block;
		font-size: 22px;
		font-weight: bold;
		line-height: 16px;
		margin: 0 0 17px;
		padding: 0 0 0 25px;
	background-color: inherit;
	background-image: url('Images/arrow_red.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.member h2
{
	background-position: inherit 0;
	color: #FFFFFF;
		display: block;
		font-size: 16px;
		font-weight: bold;
		height: 31px;
		line-height: 31px;
		margin: 0;
		padding: 0 0 0 20px;
		width: 205px;
	background-color: inherit;
	background-image: url('Images/member_login_bg.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
h3
{
    font-size: 1.2em;
}
#bodyBottom h3
{
	background-position: inherit 0;
	color: #974D04;
		display: block;
		font-size: 11px;
		font-weight: bold;
		height: 17px;
		line-height: 17px;
		margin: 0 0 10px;
		padding: 0 0 0 7px;
		text-transform: uppercase;
		width: 331px;
	background-color: inherit;
	background-image: url('Iimages/date_bg.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
h4
{
    font-size: 19px;
    color: #D76E08;
    margin: 5px 0 15px;
}
h4 span
{
	color: #62625C;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	background: #FFF;
	width: 1040px;
	margin: 0 auto;
}

#header
{
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background: #323232;
    height: 80px;
    margin: 0 auto;
    width: 1010px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#navigation
{
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	background: #FFF;
	width: 990px;
}

#navigation #links
{
	float: left;
	width: 512px;
}

#navigation #search
{
	float: right;
	padding-top: 5px;
	text-align: right;
	width: 335px;
}

#main
{
	background: #EFEFDF url(Images/mainHeaderBack2.gif) repeat-x scroll center top;
	padding:15px;
    margin: 0 auto;
    width: 980px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#content
{
	float: left;
	width: 608px;
	background: transparent url(Images/content_bg.gif) repeat-y scroll 0 0;
}

#sidebar
{
	float: right;
	width: 357px;
}

#bodyBottom
{
	background: #B9B99D url(Images/body_bottom_bg.gif) repeat-x scroll 0 0;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 22px 13px 19px 18px;
	width: 979px;
}

#footer
{
	background: #323232 url(Images/footer_bg.gif) repeat-x scroll 0 0;
	color: #FFFFFF;
	height: 125px;
	margin: 0 auto;
	position: relative;
	width: 1010px;
}

#content p
{
	background-color: inherit;
	color: #62625C;
	padding: 0 15px 10px;
	margin:0;
}

#content p span
{
	color:#5F860B;
	font-weight:bold;
}

#content p.column
{
	float: left;
	width: 349px;
	margin: 0 27px 0 0;
	padding: 0 0 20px 38px;
}

#content p.top, #content div.top
{
	background: transparent url(Images/content_top.gif) no-repeat scroll 0 0;
	height: 15px;
	width: 608px;
	display: block;
	margin:0;
	padding:0;
}

#content p.bottom, #content div.bottom
{
	background: transparent url(Images/content_bottom.gif) no-repeat scroll 0 bottom;
	height: 15px;
	width: 608px;
	display: block;
	margin:0;
	padding:0;
}

#content div.top, #content div.bottom
{
	height:auto;
}
#content div.top
{
	padding-top:15px;
}
#content div.bottom
{
	padding-bottom:15px;
}

#content p.col span, #content p span.titlesplit
{
	background-color: inherit;
	border-bottom: 1px dashed #BCBCB5;
	color: #D76E08;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 15px;
	width: 340px;
}

#content div.box
{
	margin:0 0 15px 16px;
	width:555px;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #DDDDCA;
}

#sidebar div.box
{
	background: #EAEADA url(Images/sidebar_box_bg.gif) no-repeat scroll 0 0;
	border: 7px solid #DDDDCA;
	color: #878767;
	margin: 0 0 4px;
	padding: 5px 10px 5px 9px;
	width: 324px;
}

#sidebar div.highlightBox
{
	background: #323232;
	border: 7px solid #B9B99D;
	color:#FFF;
}
#sidebar div.highlightBox h2
{
	color:#FFF;
}
#sidebar div.linkBox
{
	background:#D76E08;
	border:none;
	color:#323232;
	padding:15px;
	width: 326px;
}
#sidebar div.linkBox h4
{
	color:#323232
}
#sidebar div.linkBox a
{
	font-size:20px;
	color:#323232;
	display:block;
	width:100%;
	text-align:center;
}

#sidebar p.pic, #sidebar p.picLarge, #content p.picLarge
{
	/*border-right:2px solid #F9F9F1;*/
	display:block;
	float:left;
	margin:5px 0 0;
	padding:0 25px 0 15px;
}

#content p.picLarge
{
	width:113px;
}

#sidebar p.picLarge, #content p.picLarge
{
	padding: 0;
	margin: 0;
}

.boxText
{
	border:medium none;
	padding-left:0;
}

.boxText
{
	border-left:2px solid #F9F9F1;
	float:right;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding:0 0 0 15px;
	width:191px;
}

#content .boxText
{
	border-left:2px solid #B9B99D;
	width:410px;
	font-size:13px;
	float:left;
}

.boxText span
{
	/*background:transparent url(../images/one.gif) no-repeat scroll 0 0;*/
	color:#D76E08;
	display:block;
	font-size:19px;
	font-weight:normal;
	height:17px;
	line-height:17px;
	margin:0 0 10px;
	/*padding:0 0 0 25px;*/ /*This is to allow a small icon to the left of the text*/
	padding: 0;
}

#footer p.copyright
{
	background-color:inherit;
	color:#D76E08;
	font-size:11px;
	font-weight:normal;
	left:19px;
	line-height:19px;
	position:absolute;
	top:49px;
}

#bodyBottom div
{
	float:left;
	width:285px;
	padding:0 15px;
}

/* TAB and UL MENU   
----------------------------------------------------------*/
#navigation #links ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation #links li
{
	display:inline;
	margin:0 5px;
	padding:0;
}

#footer ul
{
	left: 11px;
	position: absolute;
	top: 27px;
	width: 587px;
}

#footer ul li
{
	background-color: inherit;
	color: #D4D4C6;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
}

ul.arrows
{
	padding-left:10px;
}

ul.arrows li
{
	list-style:none;
}

ul.arrows li a {
	background:transparent url(Images/arrow_white.gif) no-repeat scroll 0 7px;
	color:#47472D;
	display:block;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	height:20px;
	line-height:20px;
	padding:0 0 0 10px;
	text-decoration:underline;
}

ul.arrows li a:hover {
	background:#DDDDCB url(Images/arrow_white_hover.gif) no-repeat scroll 0 7px;
	color:#974D04;
	text-decoration:none;
}

#footer ul {
	left:11px;
	position:absolute;
	top:27px;
	width:587px;
}

#footer ul li 
{
	list-style:none;
	color:#D4D4C6;
	float:left;
	font-size:11px;
	line-height:19px;
}

#footer ul li a {
	color:#D4D4C6;
	font-size:11px;
	line-height:19px;
	padding:0 7px;
	text-decoration:none;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

#navigation #search input
{
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#5F860B;
	width:150px;
	text-align: left;
}

#navigation #search small
{
	color:#000000;
	display:inline;
	text-transform:uppercase;
}

.member #login label {
	display: block;
	float: left;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
}

.member #login input
{
	background-color: #FFF;
	border-color: #808080 #D4D0C8 #D4D0C8 #808080;
	border-style: solid;
	border-width: 1px;
	color: #000;
	float: left;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 185px;
}

.member #login a.forgot
{
	background: #353535 url(Images/register_member_icon.gif) no-repeat scroll 0 0;
	color: #9CCC37;
	float: left;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	text-decoration: underline;
	width: 120px;
}

.member #login input.go
{
	background: transparent url(Images/btn_go.gif) no-repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 15px;
	margin: 15px 0 0;
	width: 36px;
}

fieldset 
{
    margin: 1em 15px;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
/*
table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/

/* MISC  
----------------------------------------------------------*/
.spacer
{
	clear:both;
	font-size:0;
	line-height:0;
}

.member
{
	width: 225px;
}

.member #login
{
	background: #353535 url(Images/member_form_bg.gif) repeat-x scroll 0 0;
	color: #FFFFFF;
	padding: 9px 17px 24px;
	width: 191px;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

blockquote
{
	background:#B9B99D;	/*#323232;*/
	color: #D76E08;
	margin: 0 0 4px;
	padding: 30px 15px 10px 15px;
	width: 324px;
	font-size:20px;
	line-height:160%;
	width:327px;
}
blockquote span.quotestart
{
	float:left;
	font-size:700%;
	color:#EFEFDF;
	height: 45px;
    margin-top: -20px;
    padding-top: 45px;
    margin-bottom: -50px;

}
blockquote span.quoteend
{
	float:right;
	font-size:700%;
	color:#EFEFDF;
	height: 25px;
    margin-top: 0px;
    padding-top: 45px;
}
blockquote span.author
{
	font-size:16px;
	font-weight:bold;
	color:#878767;
	display:block;
	margin:0;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    margin-left:15px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:0 10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

p.featured
{
	font-size:20px;
}

.blogpost h2, .ideas h4, .blogposts h4
{
	margin-bottom:0 !important;
}

.blogpost small, .ideas small, .blogposts small
{
	padding-left:15px;
	display:block;
}

.blogpost pre
{
	overflow:auto;
	margin: 5px 15px 10px;
	padding: 10px 5px 10px;
	background: #FFFFCC;
}

.comments
{
	padding-left:15px;
}

.admin p
{
	margin:2px 0;
}

.admin
{
	padding-bottom:16px !important;
	background:#FFFFCC !important;
}

.comments
{
	margin-right:15px;
	padding-top:0px;
}

/* Disqus style changes */
#dsq-content select
{
	width:auto;
}
.dsq-item-trackback input
{
	width:500px;
}
#dsq-content h3
{
	padding-left:0;
}
#dsq-comments-title h3
{
	padding-top:15px;
}

input[type="text"], textarea, select { width:500px; }
fieldset p small { display:block; font-style:italic; }