/*
Theme Name: themename
Theme URI: http://www.thewebsite.com
Author: Randy Jensen & Randy Hoyt
Author URI: http://www.handcraftedwp.com
Description: HTML5 starter theme based off Ian Stewart's HTML5 Toolbox Theme with other goodies added plus chunks of Paul Irish's HTML5 Boilerplate mixed in for good measure. Shake well. 
Version: 0.9.1
*/

/** IE PNG Fix **/
img {  
  background: transparent;  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
  zoom: 1;
}

select#page_id {
	width: 80% !important;
}

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

/*
 *
 * Base Typography 
 *
 */
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 400; font-size: 14px; color: #363636;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 600; }
h1 { font-size: 28px; color: #26318b; }
h1 a { font-size: 28px; color: #26318b !important; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
p { font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 400; font-size: 14px; color: #363636; margin: 18px 0px; }
/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; text-decoration: underline; }
a, a:active, a:visited { color: #3c3cff; text-decoration: none; }
a:hover { color: #036; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 *
 */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *
 * Structure
 *
 */
#social {
	width: 100%;
	background: #000;
	height: 50px;
}
.inner {
	width: 1120px;
	margin: 0px auto;
}
#icon-container {
	width: 500px;
	margin-right: 61px;
}
.icon {
	margin: 5px 0px 5px 10px;
}
.icon img:hover {
	-moz-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#page {
	display: block;
}
#primary {
	width: 100%;
	min-height: 400px;
	background: #cccccc url("/images/main-content-bg2.gif") repeat-x;
	padding: 21px 0px 44px 0px;
}

#sub-primary {
	width: 100%;
	min-height: 400px;
	background: #cccccc url("/images/main-content-bg2.gif") repeat-x;
	padding: 21px 0px 0px 0px;
}

#content {
	float: left;
	width: 100%;
}

#search {
	float: right;
	width: 240px;
	padding-top:65px;
	padding-right: 40px;
}

#search-box input{

	border: 1px solid #acacac;
	width:188px;
	height: 33px;
	float:left;
	color:#acacac;
	font-family:Arial, sans-serif;
	margin:0px;
	overflow:hidden;
	outline:0px; 
}


#search-button input img {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px; 
}

#search-button {
	background:url(/images/search-over.gif) no-repeat;
	width:40px;
	height:35px; 
	margin:0px;
	padding:0px;
	float:left;
	border:0px;
	outline:0px; 
}

#search-button input {
	background:url(/images/search.gif) no-repeat;
	width:40px;
	height:35px; 
	margin:0px;
	padding:0px;
	display:block;
	border:0px;
	outline:0px; 
	text-indent: -9999px;
}

#search-button input:hover {
	background:url(/images/search-over.gif) no-repeat;
}

img.tb_twitterlogo { display: none; width: 0; height: 0; }
.tb_tools a.tb_infolink { display: none; width: 0; height: 0; }
div.tb_tweetlist { border: none !important; }
div.tb_tweet { border: none !important; margin-bottom: 10px; }
#sub-content {
	width: 658px;
	min-height: 805px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 28px 30px;
	margin-bottom: 20px;
	float: left;
}

#article-content {
	width: 678px;
	min-height: 805px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 28px 0px 28px 20px;
	margin-bottom: 20px;
	float: left;
}

#article-content h1 {
	margin-bottom: 16px;
}

#main .widget-area {
	float: left;
	width: 298px;
	min-height: 777px;
	background: #fff url("/images/side-top.gif") repeat-x;
	border: 1px solid #cdcdcd;
	padding: 28px 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
	background: #459a0f;
}

/**
 *  Pagination Styles
 **/

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #459A0F;
}
 
.pagination a:hover{
	color:#fff;
	background: #F7941E;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #F7941E;
	color:#fff;
}

/* Home Page */

.cycloneslider-template-default {
	margin-bottom: 20px;
}

#left_col {
	width: 520px;
}

#mid_col {
	width: 180px;
	margin-left: 20px;
}

#right_col {
	width: 340px;
	margin-left: 20px;
}

#featured-story {
	width: 458px;
	min-height: 482px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 24px 30px;
	margin-bottom: 20px;
}

#news-alerts {
	width: 458px;
	min-height: 94px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 28px 30px;
}

#news-alerts h2 {
	color: #26318b;
}

#fwi-reports {
	width: 140px;
	min-height: 412px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 24px 20px;
	color: #252525;
	margin-bottom: 20px;
}

.orange {
	color: #f7941e;
}

#fwi-reports h2 {
	color: #459a0f;
	margin-bottom: 16px;
}

#fwi-reports p {
	font-size: 14px;
}

#upcoming-events {
	width: 140px;
	min-height: 282px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 24px 20px;
}

#upcoming-events h2 {
	color: #459a0f;
	margin-bottom: 16px;
}

#trends {
	width: 300px;
	min-height: 300px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 24px 20px;
	margin-bottom: 20px;
}

#trends h2 {
	margin-bottom: 10px;
}

#tweets {
	width: 300px;
	min-height: 232px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 24px 20px;
	margin-bottom: 20px;
}

#newsletter {
	width: 300px;
	min-height: 52px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 24px 20px;
	margin-bottom: 20px;
}

#featured-video {
	width: 300px;
	min-height: 232px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 24px 20px;
}

div#sign_up_title {
	margin: 2px;
	color: #d23509;
	background-color: #daecff;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
div#sign_up_content {
	padding-top: 5px;
	overflow: hidden;
}
label#sign_up_email_address_label {
	font-size: 12px;
	font-weight: bold;
}
input#sign_up_email_address {
	padding-left: 5px;
	width: 222px;
	height: 24px;
	float: left;
}
input#sign_up_button {
	float: left;
}
div#sign_up_footer {
	font-size: 10px;
	color: #d23509;
	padding: 0px;
	background-color: #f1f1f1;
	text-align: center;
	color: #6b6b6b;
}
div#sign_up_footer a:link, div#sign_up_footer a:visited {
	color: #6b6b6b;
	text-decoration: none;
}
div#sign_up_footer a:hover {
	text-decoration: underline;
}

#right_col h2 {
	color: #f7941e;
}

/* Sidebar */

li.side-article p { font-family: "proxima-nova",sans-serif; }
ul#side-articles { margin: 0; padding: 0; list-style-type: none; }
li.side-article { width: 299px; height: auto; padding-bottom: 23px; margin-bottom: 23px; border-bottom: 1px solid #cdcdcd; }
ul#side-articles li:last-child { padding: 0; margin: 0; border: none; }

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
 *
 * Header
 *
 */
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/*
 *
 * Menu
 *
 */
#access {
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;

}
#access a {
	display: block;
	line-height: 1.7em;
	padding: 0 1em;
	text-decoration: none;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: #459a0f;
}
#access li:last-child { border: none !important; }
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #459a0f;
	color: #fff;
	line-height: 1.2em;
	padding: .7em .5em .7em 1em;
	font-weight: 400;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #459a0f;
	color: #fff;
}
#access ul ul a:hover {
	background: #EB8E25;
}
#access ul li:hover > ul {
	display: block;
}


/*
 *
 * Content
 *
 */
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/**
 *
 *  Article Styles
 *
 **/

.article {
	width: 294px;
	height: 197px;
	float: left;
	background: #fff;
	border-top: 5px solid #459a0f;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 16px 12px 12px 12px;
	margin-right: 17px;
	margin-bottom: 20px;
}

.clc-article {
	width: 294px;
	height: 250px;
	float: left;
	background: #fff;
	border-top: 5px solid #459a0f;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 16px 12px 12px 12px;
	margin-right: 17px;
	margin-bottom: 20px;
}

.article-title {
	margin-bottom: 8px;
}

.article-title a {
	color: #26318b;
	font-size: 16px;
}

.inner-article-wrap {
	width: 100%;
}

.article-image {
	float: left;
	width: 45%;
}

.article-image img {
	width: 112px !important;
	height: auto;
}

.article-excerpt {
	float: left;
	width: 55%;
}

.article-excerpt-full {
	float: left;
	width: 100%;
}

.article-excerpt p {
	margin: 0;
	padding: 0;
}

select#page_id {
	margin-top: 20px;
}

/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
 *
 * Comments
 *
 */
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/*
 *
 * Footer
 *
 */
#colophon {
	padding: 1em 0 0;
}
#footer-top { margin-bottom: 60px; margin-top: 28px; }
.footer-logo { width: 93px;float: left; margin-right: 30px;}
.footer-nav { width: 715px;  float: left;}
#site-generator { color: #fff; padding-bottom: 50px; }
ul#menu-footer-menu {
	width: 715px;
	height: 75px;
}

ul#menu-footer-menu-list-1 {
	float: left;
	margin-right: 60px;
}
ul#menu-footer-menu-list-1 li {
	list-style-type: none;
	margin: 0px 0px 12px 0px;
	padding: 0;
}
ul#menu-footer-menu-list-1 li a { color: #fff; }
ul#menu-footer-menu-list-2 {
	float: left;
	margin-right: 60px;
}
ul#menu-footer-menu-list-2 li {
	list-style-type: none;
	margin: 0px 0px 12px 0px;
	padding: 0;
}
ul#menu-footer-menu-list-2 li a { color: #fff; }
ul#menu-footer-menu-list-3 {
	float: left;
}
ul#menu-footer-menu-list-3 li {
	list-style-type: none;
	margin: 0px 0px 12px 0px;
	padding: 0;
}
ul#menu-footer-menu-list-3 li a { color: #fff; }