
/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em { font-style:italic }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

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; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 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; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* 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"], input[type="image"], 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: #74e168; color:#fff; text-shadow: none; }
::selection { background:#74e168; 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; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  font-family: Arial, Helvetica, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* ------LINKS------ */
a, a:active, a:visited { color: #d55a00; text-decoration:none; }
a:hover { text-decoration:underline; }
/* GREEN */
a.more, span.comments a, span.featured_more a{ color: #32682c; }
/*GREY*/
a.more-link{
	color:#999;
}

/*-----FORMS-----*/

input{
	border:1px solid #32682c;
	height:17px;
	padding:0;
	margin:0;
	background-color:#f4f7fa;
}

textarea{
	border:1px solid #32682c;
	background-color:#f4f7fa;
}

input.inline_input, button.inline_input{
	width:104px;
	height:19px !important;
	padding:2px 2px !important;
	border-radius:0px;
}

input.inline_submit{
	background:#32682c;
	color:white;
	height:19px;
	padding:2px;
	width:60px;
	font-size:11px;
	margin-left:-4px;
	text-transform:uppercase;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 8.5px;
	-moz-border-radius-bottomright: 8.5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 8.5px 8.5px 0px;
	border-radius: 0px 8.5px 8.5px 0px; 
}

#commentform #submit{
	height:25px;
	background:#32682c;
	color:white;
	padding:2px;
	text-transform:uppercase;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	zoom:1;
	/*line-height:19px;*/
}

input.inline_submit:hover, #commentform #submit:hover{
	background:white;
	color:#32682c;
}

select{
	width:160px;
}


 
/* -----LAYOUT----- */ 

body {
	background-repeat:no-repeat;
	background-color:#000;
	background-size:cover;
	background-attachment:fixed;
}

#container{
	width:980px;
	margin:0 auto;
}

.pad_wrap{
	padding:0 20px;
}

#skipnav{
	    color: white;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

#page_main{
	clear:both;
	overflow:auto;
	background:url(../img/body_bg.png) repeat-y transparent;
	display:table;
	width:100%;
	padding-bottom:20px;
}

/* ---Main nav---*/
header{
	margin-left:1px;
	position:relative;
}

img#logo{
	float:left;
}

#main_navigation{
	background:url(../img/nav_bg.png) no-repeat transparent;
	min-height:148px;
	margin-left:259px;
	position:relative;
}

#main_navigation > ul {
	text-align:left;
	position:absolute;
	top:100px;
	left:20px;
	width:500px;
}

#main_navigation > ul li.current-menu-item a{
	color:#d55a00;
}

#main_navigation > ul li.current-menu-item ul a{
	color: #32682c;
}

#main_navigation > ul ul{
	display:none;
	position:absolute;
}
/*just a safeguard against third level mistakes */
#main_navigation > ul ul ul{
	display:none;
}

#main_navigation > ul li.hover ul{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	padding:5px 0 10px 0;
}

#main_navigation > ul li.hover{
	height:auto;
	background: -moz-linear-gradient(top, #ffffff 0%, #eaf0e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf0e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf0e9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* W3C */
	border:1px solid #c7d8c5;
	-webkit-box-shadow: 5px 2px 5px 0px #858585;
	-moz-box-shadow: 5px 2px 5px 0px #858585;
	box-shadow: 5px 2px 5px 0px #858585;
	left:5px;
	z-index:10;

}

#main_navigation > ul li.hover a{
	position:relative;
	left:-5px;
}

#main_navigation > ul ul li{
	display:list-item;
	float:none;
	border:none;
	line-height:25px;
	background:none;
	position:relative;
	left:5px;
}

#main_navigation > ul ul li a{
	color:#33682d;
	font-size:14px;
	padding:5px 13px;
	font-weight:bold;
	border:none;
	line-height:1.4em;
	
	position:relative;
	display:block;
}

#main_navigation > ul li{
	float:left;
	line-height:1.8em;
	/*to avoid menu shuffle when we add the green outline for dropdowns.*/
	border:1px solid transparent;
	background:url(../img/nav_separator.gif) no-repeat 0 50% transparent;
	position:relative;
	z-index:9;
	padding:0 2px 0 12px;
}
#main_navigation > ul li.first {
	background:none !important;
}

.cs-social-box { display:table; position:absolute; top:48px; right:26px; }
.cs-social-box .cs-social-box-list { display:table; position:relative; }
.cs-social-box .cs-social-box-list .cs-social { 
	float:left;
	margin:0 2px;
	display:block; 
	position:relative; 
	border:1px solid transparent;
	background:none;
	padding:0 2px 0 2px;
}
.cs-left-nav-items { list-style:none; list-style-type:none; margin:0 0 20px 10px; padding:0; }
.cs-left-nav-items li { /* border-bottom:1px solid #F8F8F8; */ }
.cs-left-nav-items li:last-child { border-bottom:0; }
.cs-left-nav-items li a { 
	display:block;
	color: rgb(51, 104, 45);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:4px 0;
}
#main_navigation > ul li a{
	color:#33682d;
	font-size:14px;
	font-weight:bold;
}

#main_navigation #menu-item-5156{
	background:none;
}

#main_navigation #menu-item-5149{
	background:none;
}


#social_navigation{
	width:100px;
	position:relative;
	border:1px solid red;
    width: 100px;
}

#social_navigation ul{
	overflow:auto;
}

li.fb_btn {
    position: relative;
    top: -3px;
    width: 82px;
}

/* ---Left col---*/

#left_column{
	clear:both;
	float:left;
	width:240px;
	padding-top:35px;
}

.widget{
	clear:both;
	margin:15px 10px 0 -10px;
	padding:10px 10px 10px 20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaf0e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf0e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf0e9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#eaf0e9 100%); /* W3C */
}

#nav_form {
	position:relative;
	display:table;
	padding-left:10px;
}

#nav_form form {
	position:relative;
	display:table;
	margin:0 0;
	padding:0;
}

ul.hl_recent_tweets{
	padding:0;
	margin:0;
	list-style:none;
}

/* ---Main Content---*/

#main{
	width:720px;
	float:right;
	margin:0;
	position:relative;
	top:6px;
}

#main .pad_wrap{
	padding-right: 50px;
}

article.post, article.page, .page article.archive{
	padding:10px 0 20px;
	border-bottom:1px solid #cedecc;
}

article.post p.date { padding-bottom:4px; }
.author_profile { position:relative; display:table; width:100%; padding:0 !important; margin-bottom:0; background:#F8F8F8; }
.author_profile .author_padding { padding:6px !important; position:relative; }

.author_profile img{
	float:left;
	margin-right:20px;
}

.author_profile .author_slug {
	position:absolute;
	bottom:-3px;
	left:110px;
}

section.copy{
	clear:both;
	margin-top:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.copy p, blockquote, .copy ul, .copy ol{
	line-height:1.5em;
	margin-bottom:1.4em;
}

span.comments a{
	padding-right:10px;
	border-right:1px solid #666;
}

section.sharing span.share_intro{
	padding-left:10px;
}

.single-post section.sharing span.share_intro, .page section.sharing span.share_intro{
	padding-left:0;
}

.single-post section.sharing{
	margin-top:10px;
}

div.featured_author{
	padding:15px;
	background-color:#F8F8F8;
	border:1px solid #E1E1E1;
	margin-bottom:2em;
}

div.featured_profile{
	width:530px;
	margin-left:115px;
}

div.featured_profile .featured_bio{
width:480px;
}

div.featured_author img{
	float:left;
	margin:0 10px 0 0;
}
.featured_author .recent_posts { margin:10px 0 20px 0 !important; }

span.featured_more{
	font-family:Arial, Helvetica, sans-serif;
}

.sharing { display:table; margin:10px 0 0 0; position:relative; }
.sharing span.share_intro, .sharing span.comments { display:block; position:relative; float:left; }

ul.socialshare{
	display:table;
	position: relative;
	float:left;
}

ul.socialshare li {
    display: table;
    float:left;
    height:24px;
    width:120px;
    position:relative;
    top:0; left:0;
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 0;
}

/* --- ICONS ---*/

span.icon a, a.icon{
	display:inline-block;
	overflow: hidden; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr;
	vertical-align: middle;
	text-indent:-9999px;
	overflow:hidden;
	width:18px;
	height:18px;
}

.ie7 a.icon{
	*display: inline;
	zoom:1;
	overflow: hidden; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr;
	vertical-align: middle;
	text-indent:-9999px;
	overflow:hidden;
	width:18px;
	height:18px;
}

.ie7 #main_navigation span.icon a, .ie7 #main_navigation span.icon{
	display:block;
	zoom:1;
	margin-top:4px;
}

#main_navigation span.icon a{
	/*margin-right:5px;*/
}

#main_navigation span.icon a.rss{
	/* padding-right:20px; */
	margin-left:10px;
}

.sm-counter {
	margin-left:4px;
	position:relative;
	padding:1px;
	top:2px;
	border:1px solid #E2E2E2;
	color:#B1B1B1;
	background:#FFF;
}

#main_navigation .cs-social { background:none !important; }

span.icon a.facebook, a.icon.facebook{
	background:url(../img/facebook18.png) no-repeat transparent;
}

span.icon a.youtube, a.icon.youtube{
	background:url(../img/youtube_button.png) no-repeat transparent;
}

span.icon a.linkedin, a.icon.linkedin{
	background:url(../img/linkedin_button.png) no-repeat transparent;
}

span.icon a.twitter, a.icon.twitter{
	background:url(../img/bird_blue.png) no-repeat transparent;
	width:22px;
}

span.icon a.rss, a.icon.rss{
	background:url(../img/rss18.png) no-repeat transparent;
}


/*--- COMMENTS ---*/

#comments{
	margin-top:20px;
	
}

ol.commentlist{
	padding:0;
	margin:0;
	list-style:none;
	padding-bottom:20px;
	border-bottom: 1px solid #CEDECC;
}

ol.commentlist li{
	padding:10px;
	margin:10px 0 0 40px;
}
div.comment-author{
	position:relative;
}

.comment-author img.avatar, .comment-author img.photo{
	float:left;
}

.depth-1 .comment-meta p{
	margin-left:65px;
	font-size:11px;
	position:absolute;
	bottom:0px;
}

.ie7 .depth-1 .comment-meta p{
	margin-left:15px;
}

.comment-content{
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;

}

.comment-content br{
	height:1em;
}

.commentlist li.bypostauthor{
	background-color:#F4F7F4;
	border-top:1px solid #98B395;
	border-bottom:1px solid #98B395;
}

#respond{
	margin:20px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #CEDECC;
}

#commentform p{
	line-height:1.5em;
	margin-bottom:5px;
}

#commentform label{
	display:block;
	float:left;
	width:75px;
	margin-right:15px;
	text-align:right;
}

#commentform p.form-submit{
	display:block;
	margin-left:90px;
}

/*--- Footer ---*/

footer{
	padding:10px 0;
	clear:both;
	color:#666;
	font-size:11px;
}

footer p{
	margin-bottom:1.4em;
}

footer p#copyright{
	margin-top:30px;
}

/* -----TYPOGRAPHY----- */

#left_column h3{
	color:#d55a00;
	font-size:14px;
	margin-bottom:8px;
}

h3.rss{
	padding-left:25px;
	background:url(../img/rss16.png) no-repeat transparent;
}

.archive h3{
	margin-top:15px;
}

.widget_hl_twitter_widget{
	margin-top: 100px;
}

h3.twitter, .widget_hl_twitter_widget h3{
	padding-left:25px;
	background:url(../img/bird_blue2.png) no-repeat transparent;
	width:20px;
}

p.date{
	color:#999;
	font-size:11px;
}
h2 a, h2{
	color:#d55a00;
	font-size:20px;
	margin-bottom:10px;
}


/*--- CONTRIBUTORS ----*/

ul#contributors{
	list-style:none;
	padding:0;
	margin:0;
}
ul#contributors li{
	padding:15px;
	border-bottom: 1px solid #CEDECC;
}
ul#contributors li.odd img{
	float:left;
	margin-right:10px;
}

ul#contributors li.even img{
	float:left;
	margin-right:10px;
}

ul#contributors li.odd .userinfo{
	margin-left:120px;
}

ul#contributors li.even .userinfo{
	margin-left:120px;
}

ul#contributors li h5{
	padding-top:10px;
	font-size:12px;
	color:#333;
}

ul.recent_posts{
	list-style:none;
	padding:0;
	margin:0;
}

ul#contributors ul.recent_posts li{
	padding:0px;
	line-height:20px;
	border:none;
}

.authorspage article.page{
	border:none;
	padding-bottom:0px;
}

.userinfo p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
}

.cs_twitterFeed { display:table; position:relative; }
.cs-sidebarOpts div[class*='menu-'] { display:table; position:relative; width:100%; margin:0 0 20px; }
.cs-sidebarOpts div[class*='menu-'] ul[id*='menu-'] { max-height:140px; overflow-y:scroll; overflow-x:visible; margin:auto 0; padding:auto 0; }
.content-single .recent_posts { list-style:none; list-style-type:none; }
.cs-sidebarOpts { position:relative; display:table; padding:0 0 0 10px; }
.cs_emailReg { position:absolute; right:50px; top:92px; max-width:180px; text-align:right; }
.cs_emailLink { display:block; margin:0 0 4px; float:left; }
#cs_email { height:19px !important; max-width:150px; }

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* 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: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* 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; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
.dk_container {
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border:1px solid #32682c;
color:#666;
height:19px;
margin-top:10px;
line-height:19px;
background-color:#f4f7fa;
}
  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  padding-left:5px;
  background-image: url('../img/pulldown_arrow.gif');
  background-repeat: no-repeat;
  background-position: 90% center;
  color: #333;
}
  .dk_toggle:hover {
    border-color: #8c8c8c;
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
  }
  .dk_focus .dk_toggle {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
  }

/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}
  .dk_open .dk_toggle {

    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
  }

/* The outer container of the options */
.dk_options {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 5px 10px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    background-color: #33682D;
    border-bottom-color: #004c72;
    color: #fff;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .5) 0 1px 0;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {
  display: none;
  float: left;
  position: relative;
}
  .dk_container a {
    outline: 0;
  }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: inherit;
  }

.dk_options {
  display: none;
  margin-top:1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
	margin:0;
	padding:0;
    overflow: auto;
    position: relative;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/

/* -- PAGE STYLES -- */

table{
	width:98%;
	border:none;
	margin:0 0 1em 0;
}

td{
	border-top:1px solid #98b395;
}

tr.first{
	border:none;
}

tr.odd{
	background-color:#f4f7f4;
}

thead th, thead tr, thead tr.odd{
	background-color:transparent;
}

th{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

td{
	line-height:2em;
	
}

td,th{
	padding:0 0 0 10px;
}

blockquote{
	padding-left:35px;
	background:url(../img/blockquote.gif) no-repeat top left white;
}

.copy ul{
	list-style:disc url(../img/bullet.gif);
}
	
h3{
	color:#d55a00;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h4{
	color:#d55a00;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h5{
	color:#32682C;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h6{
	color:#32682C;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}



/**
 * 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, Mobile 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; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}

/*.cs_twitterFeed{display:none;}*/