/* General Style and layout information */
/* Some elements may be overwritten in another stylesheet  */
/* Add additional CSS directly here or in the Settings+ page, or custom post/page write panel */

html,
#footer .footerbottom
{
	background-color:#c2c2c2; /* html+footer bottom must match to appear seamless if the page is very short or the footer has a white gap under */
}
body, textarea
{
	font-family:Arial, Helvetica, sans-serif; /* textarea font does not always inherit body, so applied to both */
}
body
{
	margin:0;
	padding:0;
	font-size:13px;
	background:#fff; /* IMPORTANT: use #outer to override background color */
	color:#222;
	line-height:160%;
}
a:link 
{
	color:#333;
}
a:visited 
{
	color:#777;
} 
a:hover, #header h1.textlogo a:hover 
{
	color:#d54e21;
}
a:active 
{
	color:#333; 
}
a:focus 
{
	outline:0; 
}
UL
{
	padding-left:30px;
}
h1, h2, h3, h4, h5, h6, p
{
	margin:0;
	padding:0 0 15px 0;
}
h1, h2 
{ 
	font-size:30px; 
	letter-spacing:-1px; 
	font-weight:normal; 
}
h3 
{ 
	font-size:25px; 
	letter-spacing:-0.5px; 
}
h4 
{ 
	font-size:18px; 
	letter-spacing:-0.5px; 
}
h5 
{ 
	font-size:16px; 
	letter-spacing:-0.5px; 
}
h6 
{ 
	font-size:14px; 
}
h3.widgettitle 
{ 
	font-size:16px; 
}

h2.entry-title a 
{ 
	color:#222; 
	text-decoration:none; 
}
h2.entry-title a:hover 
{ 
	color:#d54e21; 
}
h2.entry-title 
{ 
	padding:0 0 8px 0; 
}
h1, h2, h3, h4, h5, h6, #promotext p
{
	line-height:100%;
}

hr
{
	background:#ccc;
	color:#ccc;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:0 0 20px 0;
	border:none;
}
a img
{
	border:0;
}


#entry-author-info,
div.post
{
	margin:0 0 25px 0;
}
#outer
{
	background:#fff; /* USE TO CONTROL PAGE BACKGROUND */
}
#header
{
	background-color: #242424;
	padding:20px 0 5px 0;
}
#header .logo h1
{
	margin:0;
	padding:0 0px 0 0;
	float:left;
	line-height:0;
}
#header h1.textlogo a
{
	display:block;
	color:#fff;
	font-size:22px;
	line-height:22px;
	text-decoration:none;
	letter-spacing:0;
}

/* Search Form */
#searchform
{
	background:#575757;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin:35px 0 0 0;
	padding:0;
}
#searchform #s,
#searchform #searchsubmit
{
	background:none;
	border:0;
	color:#bbb;
	font-size:11px;
	padding:4px 6px 2px 6px;
}
#searchform #s
{
	float:left;
}
#searchform #searchsubmit
{
	float:right;
	cursor:pointer;
	text-indent:-999px;
	background:url(../images/icon_search.gif) no-repeat center center;
	width:25px;
	height:20px;
	display:block;
	font-size:0;
	line-height:0;
}


#promotext p
{
	font-size:25px;
	letter-spacing:-2px;
	color:#999;
	padding:0 0 15px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
#promotext small
{
	font-size:14px;
	font-style:italic;
	letter-spacing:0px;
	line-height:18px;
}
#main
{
	padding:0 0 30px 0;
}


/* Footer Styles */
#footer 
{
	color:#fff;
}
#footer .footertop
{
	border-bottom:1px solid #fff;
	background:#969696;
	padding:18px 0 15px 0;
	margin:0;
}
#footer .footerbottom
{
	padding:10px 0 50px 0;
	font-size:10px;
}
#footer .footertop p 
{
	font-size:25px;
	padding:0;
}
#footer .footertop small
{
	font-size:11px;
}
#footer .footertop .widget
{
	padding:0;
}


/* Basic Widget CSS */
.widget
{
	padding:0 0 20px 0;
}
.widget-single-post-below,
.widget-posts-below,
.widget-header,
.widget-posts-above
{
	padding:0 0 10px 0;
}
.widget-searcharea
{
	padding:0;
}
.homewidgets
{
	padding:20px 0 0 0;
}
.widgettitle
{
	border-bottom:1px solid #ccc;
	padding:8px 0;
	margin:0 0 8px 0;
	letter-spacing:0;
}
.widgettitle,
.widgettitle A.rsswidget,
.widgettitle A:hover span
{
	color:#d54e21;
	text-decoration:none;
}
.widget_rss a
{
	text-decoration:none;
}
.widget_rss UL
{
	padding-left:0;
}
.widget_rss UL LI
{
	list-style-type:none;
	padding:0 0 5px 0;
	font-size:11px;
}	

/* Minipost - Custom Recent Posts Widget Styles */
.minipost
{
	padding:3px 0 0 0;
}
.minipost UL,
.minipost UL LI
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.minipost UL LI
{
	padding:10px 0 10px 0;
	margin:0;
	border-bottom:1px solid #ccc;
}

.minipost UL LI:first-child
{
	padding-top:0;
}
.minipost UL LI:last-child
{
	border:0;
}
.minipost A,
.minipost .meta
{
	color:#999;
}
.minipost h3
{
	font-size:16px;
	padding:0 0 5px 0;
	margin:0;
}
.minipost h3 A,
.minipost A
{
	text-decoration:none;
	font-weight:bold;
	color:#21759b;
}
.minipost h3 A:hover,
.minipost A:hover
{
	text-decoration:underline;
}
.minipost .meta
{
	padding:0;
}
.minipost .excerpt
{
	padding:0 0 5px 0;
}
.minipost .more-link
{
	display:none;
}
.minipost .meta a
{
	font-weight:normal;
}
.commentcount
{
	float:right;
}
.commentcount a
{
	display:block;
	text-align:center;
	color:#fff;
	padding:0 0 0 1px;
	width:25px;
	height:25px;
	line-height:20px;
	font-size:10px;
	background:url(../images/icon_comment_count.gif) no-repeat;
}


/* Main Menu CSS (More information: http://users.tpg.com.au/j_birch/plugins/superfish/ */
#primary-navigation
{
	border-bottom:1px solid #ccc;
	padding:2px 0 1px 0;
	
	position:relative;
	z-index:100;
	
	margin-bottom:15px;
}
.sf-menu LI
{
	display:inline;
}
.sf-menu LI A
{
	font-size:12px;
	display:block;
	float:left;
	padding:15px 15px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#aaa;
	position: relative;
	
}
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	float: left;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 140px; /* left offset of submenus need to match (see below) */
	padding: 0px 5px;
}
.sf-menu ul li {
	width: 100%;
	line-height: 10px;
	border-bottom: 1px solid #fff;
}
.sf-menu ul li:last-child
{
	border-bottom: 0px;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 1px;
	top: 52px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 140px; /* match ul width */
	top: 0px;
	margin-left: 5px;
	
	-moz-box-shadow:1px 1px 2px #ccc;
	-webkit-box-shadow:1px 1px 2px #ccc;
	box-shadow:1px 1px 2px #ccc;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 140px; /* match ul width */
	top: 0;
}
.sf-sub-indicator
{ 
	display:none;
}
.sf-menu li.sfHover ul a
{
	color:#333;
}
.sf-menu LI.current-menu-item A
{
	color:#333;
}
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul
{
	background:#ececec;
}
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul,
.sf-menu li.sfHover
 {
	-moz-box-shadow:0 1px 2px #ccc;
	-webkit-box-shadow:0 1px 2px #ccc;
	box-shadow:0 1px 2px #ccc;
}
.sf-menu li.sfHover
{
	-moz-box-shadow:0 0 0 #000;
	-webkit-box-shadow:0 0 0 #000;
	box-shadow:0 0 0 #000;
}
.sf-menu a:hover,
.sf-menu LI.current-menu-item A:hover,
.sf-menu li.sfHover ul a:hover,
.sf-menu li.sfHover A
{
	color:#d54e21;
}
.sf-menu li.sfHover ul a
{
	font-size:11px;
	font-weight:normal;
	padding:9px 5px;
	text-transform:none;
}


/* Generic class to clean margin, padding, etc... used primarily in UL/LIs */
.clean
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.alternate, 
.hidden
{
	display:none;
}
.addheight
{
	height:200px;
}
.shadow,
.attachment-thumbnail,
#slider .slides a img
{
	-moz-box-shadow:0px 0px 3px #ddd;
	-webkit-box-shadow:0px 0px 3px #ddd;
	box-shadow:0px 0px 3px #ddd;
}
.hovershadow:hover,
.attachment-thumbnail:hover,
#slider .slides a:hover img
{
	-moz-box-shadow:0px 0px 5px #bbb;
	-webkit-box-shadow:0px 0px 5px #bbb;
	box-shadow:0px 0px 5px #bbb;
}



/* Image Slider */
#slider
{
	position:relative;
	z-index:99;
	margin-bottom:20px;
}
#slider UL
{
	position:relative;
}
.slidernav
{
	margin-bottom:20px; /* Add extra space if navigation/caption is enabled */
}
.slidernav .next a
{
	outline:0;
	text-decoration:none;
	position:absolute;
	right:0px;
	padding:2px 0 0 10px;
}
#slider .caption
{
	
	position:absolute;
	left:0px;
	bottom:-22px;
	background:#fff;/* if no background is set, the text appears jagged until rendered properly */
}

#slider a,
#slider .caption a
{
	font-size:11px;
	color:#bbb;
	text-decoration:none;
}
#slider a:hover
{
	color:#444;
}


/* Post/Page Basic Styles */
.post+.post
{
	padding-top:30px;
	border-top:1px solid #eee;
}
.post .more-link,
.page .more-link
{
	font-weight:bold;
	padding:10px 0 0 0;
}


/* Post/Page Meta Styles */
.pagemeta
{
	-moz-box-shadow:0px 0px 2px #ccc;
	-webkit-box-shadow:0px 0px 2px #ccc;
	box-shadow:0px 0px 2px #ccc;
	
	border:1px solid #fff;
	padding:10px 0 0 0;
	background:#f0f0f0;
	margin-bottom:20px;
}
.pagemeta p
{
	padding:0 10px 10px 10px;
}
img.default-post-thumbnail
{
	float:left;
	padding:5px;
	margin:4px 20px 0 0;
	display:none;
}
.entry-meta p
{
	padding:0 10px;
	margin:0 0 8px 0;
	font-size:10px;
	color:#888;
	background:#f6f6f6;
	border:1px solid #e7e7e7;
	text-transform:uppercase;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.entry-meta .sep
{
	padding:0 6px;
}
.entry-meta a
{
	text-decoration:none;
}
.entry-meta a:hover
{
	text-decoration:underline;
}

/* Author Bio if Enabled */
#entry-author-info
{
	padding:10px 0 6px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#entry-author-info #author-avatar
{
	width:94px;
	float:left;
}
#entry-author-info #author-avatar img
{
	padding:1px;
	border:1px solid #ccc;
}
#entry-author-info #author-description
{
	margin-left:90px;
}
#entry-author-info #author-link
{
	padding:5px 0 0 0;
}
#entry-author-info #author-description h2
{
	font-size:18px;
	padding:0 0 2px 0;
	letter-spacing:0;
}



/* Comment and Contact Form Formatting */
#respond
{
	margin:30px 0 0 0;
}
#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url,
#commentform #submit,
.contactForm .button,
.contactForm .textarea,
.contactForm .textbox
{	
	border:1px solid #ccc;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	padding:5px;
	
	-moz-box-shadow:0px 0px 2px #eee;
	-webkit-box-shadow:0px 0px 2px #eee;
	box-shadow:0px 0px 2px #eee;
}
#commentform #submit,
.contactForm .button
{
	font-weight:bold;
	color:#777;
	cursor:pointer;
	background:#eee;
}
#commentform #submit:hover,
.contactForm .button:hover
{
	background:#f8f8f8;
}
#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url,
.contactForm .textbox
{
	display:block;
	width:45%;
	color:#999;
	font-weight:bold;
}
#commentform label,
.contactForm label
{
	font-size:130%;
	font-weight:bold;
}
.contactForm label
{
	display:block;
}
#commentform #comment,
.contactForm .textarea
{
	width:75%;
	height:175px;
	display:block;
	font-size:130%;
}
#commentform .required
{
	color:#f90;
}
#commentform .form-allowed-tags
{
	display:none;
}
#comments OL LI
{
	list-style-type:none;
}
#comments
{
	margin:20px 0;
}
#comments OL LI p.cancel-comment-reply
{
	padding:0;
}
#comments OL
{
	margin:0 0 20px 0;
	padding:0;
}
#comments .avatar
{
	padding:1px;
	border:1px solid #e7e7e7;
}
#comments OL LI
{
	margin-bottom:20px;
	padding:15px;
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #e7e7e7;
}
#comments OL LI.bypostauthor
{
	background:#efefef;
	border-color:#ccc;
}
#comments .reply,
#comments .comment-body
{
	margin-left:100px;
}


#comments .reply
{
	position:relative;
	font-size:85%;
	text-decoration:none;
	font-weight:bold;
}
#comments .reply .comment-toolbox
{
	float:right;
}
#comments .author, 
#comments .author a
{
	padding:10px 0 4px 0;
	font-weight:bold;
	text-decoration:none;
	line-height:110%;
}
#comments OL LI UL.children
{
	margin:30px 0 5px 0;
}
#comments .vcard
{
	float:left;
	width:100px;
}
#comments .comment-body
{
	min-height:108px;
}
#comments cite
{
	font-style:normal;
	display:block;
}
#comments cite a
{	
	font-weight:bold;
	text-decoration:none;
}
#comments .pingback p
{
	padding-bottom:0;
	font-style:italic;
}


/* Post / Page Navigation */
#nav-above
{
	padding:0 0 10px 0;
}
#nav-below
{
	padding:20px 0 10px 0;
	border-top:1px solid #eee;
}
.navigation .nav-previous
{
	float:left;
}
.navigation .nav-next
{
	float:right;
}
#comments .navigation
{
	padding:0 0 10px 0;
}
.navigation a
{
	text-decoration:none;
	
	font-size:12px;
	font-weight:bold;
	
	padding:4px 10px;
	
	color:#888;
	background:#f6f6f6;
	border:1px solid #e7e7e7;
	text-transform:uppercase;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	
}
.navigation a:hover
{
	background:#eee;
}

/* WordPress Image/Caption Formatting*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:5px 15px 15px 0;
}
.alignright {
	float: right;
	margin:5px 0 15px 15px;
}
.wp-caption {
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}



/* Default WordPress Gallery */
.gallery 
{
	padding:0;
}
.gallery dl { float:left; margin:0 20px 20px 0;}
.gallery dl:first-child { margin-left:0; } 
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption 
{
	padding:2px 0;
	margin:0;
	font-size:11px;
	text-align:center;	
}



/* Custom Gallery */
UL.postgallery LI
{
	padding-bottom:8px;
}
UL.postgallery A
{
	text-decoration:none;
}
UL.postgallery LI .postgallerytitle
{
	display:block;
	padding-bottom:20px;
	font-size:11px;
}





/* Error and Status Messages */

p.message
{
	padding:10px 15px;
	background:#fff;
	margin:0 0 10px 0;
}
p.message a
{
	color:#fff;
}
p.error,p.warning,p.success
{
	color:#fff;
}
p.error
{
	background:#d54e21;
}
p.warning
{
	background:#f90;
}
p.success
{
	background:#339933;
}
span.error
{
	color:#d54e21;
	font-size:11px;
}


UL.sitemap
{
	margin-top:0;
	margin-bottom:20px;
}
