/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #ff6c61; color: #fff; text-shadow: none; }
::selection { background: #ff6c61; color: #fff; text-shadow: none; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
figure { margin: 0; }

h1,h2,h3,h4,h5,h6{ font-weight:normal; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
nav ul li{ float:left; margin:0 }

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; height: auto; }
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Typography
   ========================================================================== */

/* COLOURS
	peachy orange 		#ff6c61 
	red 				#ec1c2e
	light grey 			#e9ebec
	dark grey 			#666666
	black 				#24282b
*/

/* ensuring we don't have any FOUT with typekit's async loading */
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading a{
	visibility: hidden;
}

/* base fonts */
body {
	background: url(../images/global/body-bg.png) center top repeat-x #e9ebec;
	font-family: "museo", "Georgia", serif;
	color:#666666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
}

/* default styles for typographic elements, these are used in pages and articles - all other use cases should apply modifiers */
h1,h2{
	font-size: 32px;
	font-weight: 100;
	line-height: 1em;
	margin:0;
}

h3 {
	text-transform: uppercase;
}

a, a:visited {
	color: #eb1e2f;
	text-decoration: none;
	line-height: inherit;
	font-weight: inherit;
}

a:hover {
	color: #ff6c61;
	text-decoration: none;
}

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* simple buttons - white on red */
a.btn {
	display: block;
	background: #ec1c2e;
	padding: 8px;
	color: #fff;
	font-size: 14px;
}

a.btn:hover {
	background: #ff6c61;
}

/* tell me more buttons - uses cpsu logo graphic device */
a.btn-more {
	display: block;
	line-height: 25px;
	clear: left;
	margin: 5px 0 0 0;
	padding-right: 30px;
	background: url(../images/global/button-icon-red-small.png) top right no-repeat;
	font-size: 17px;
	color: #ec1c2e;
	text-align: right;
}

a.btn-more:hover {
	text-decoration: underline;
}

a.btn-join {
	display: block;
	padding: 7px 7px;
	color: #fff;
	background: #ec1c2e;
	font-size: 20px;
	width: 270px;
	text-align: center;
	line-height: 1.3em;
}

a.btn-join strong{
	font-weight: 1000;
}

/* site title, wrapped in h1 on the home page, p on sub pages */
h1.site-title a,
h1.site-title a:hover,
p.site-title a,
p.site-title a:hover{
	color:#fff;
	font-size: 28px;
	font-weight: 100;
	display: block;
	width: 270px;
	margin: 0;
	position: absolute;
	left: 18px;
	bottom: 14px;
	line-height: 1.1;
}

h2.tagline{
	color: #ff6c61;
	margin: 0 32px 0 120px;
	font-weight: 500;
	line-height: 1.1;
	padding-bottom: 25px;
	padding-right: 100px;
	position: relative;
}

h2.tagline a{
	position:absolute;
	bottom:0;
	right:0;
}

.sidebar h2.tagline{
	background: white;
	padding: 0 0 25px;
	margin: 0 0 20px;
}

/* hgroup h1 + h2 are found on all sub pages */
hgroup{
	color:#ff6c61;
	width:560px;
	text-transform: lowercase;
	padding-left:60px;
	background: url(../images/global/sidebar-dot-bg.png) repeat-y 30px 0;
}

hgroup.category-header, hgroup.page-header{
	margin-bottom:60px;
}

.calendar hgroup{
	margin-left:-60px;
	margin-bottom:20px;
}

hgroup h1{
	font-size: 60px; 
	font-weight: 500;
	line-height: 1em;
	margin: 0 0 10px;
}

hgroup h2{ 
	font-size: 20px;
	margin:0;
	font-weight: 100;
}

/* featured section titles - only on home page */
h2.feature-title{
	font-size: 60px; 
	font-weight: 500;
	line-height: 1em;
	margin:20px 0 20px 10px;
	text-transform: lowercase;
	color:#ff6c61;
}

/* lead article/page paragraphs */
.lead{
	margin-bottom:40px;
}

.lead p {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 100;
}

.lead h3 {
	font-weight: 700;
	font-size: 26px;
	margin: 30px 0 10px 0;
}

/* home page feature excerpt */
.feature-excerpt h2{
	font-size: 22px;
}

.feature-excerpt h2 a,
.feature-excerpt h2 a:hover{
	color:#666;
}

.feature-excerpt p.post-meta{
	margin-bottom: 4px;
	margin-top:14px;
	text-transform: capitalize;
}

/* sidebar h4 */
.sidebar h4 {
	padding: 0 50px 0 60px;
	font-size: 28px;
	margin: 0;
	font-weight: 100;
	line-height: 1;
}

.sidebar h6{
	font-size: 19px;
	margin: 0;
	padding: 12px 0 11px 0;
	line-height: 1.2;
}

/* home page cta h3 */
.cta-block h3{
	text-transform: lowercase;
	font-size: 51px;
	margin:0 0 8px;
	line-height: 1em;
	color:#fff;
}

.cta-block p{
	color:#fff;
	font-size: 18px;
	margin:0;
}

a.cta-block,
a.cta-block:hover{
	color:#fff;
}

/* FORMS */

input[type="text"], p.comment-form-comment textarea {
	padding: 3px 6px;
	border: none;
	background-color: #e9ebec;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cecfd0), to(#e9ebec));
	background-image: -webkit-linear-gradient(top, #cecfd0, #e9ebec);
	background-image: -moz-linear-gradient(top, #cecfd0, #e9ebec);
	background-image: -ms-linear-gradient(top, #cecfd0, #e9ebec);
	background-image:  -o-linear-gradient(top, #cecfd0, #e9ebec);
	background-image: linear-gradient(to bottom, #cecfd0, #e9ebec);
	-webkit-border-radius: 12px;
	border-radius: 12px;	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}


input[type="radio"], input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.checkbox, .radio /* javascript image replacement */ {
	width: 24px;
	height: 27px;
	padding: 0 5px 0 0;
	background: url(../images/global/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	transition: all 0s ease-out;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all .0s ease-out;
	-o-transition: all 0s ease-out;
}

/* GLOBAL */

#container{
	width:960px;
	margin:0 auto;
	background: #fff;
	overflow: hidden;
}

header {
	margin: 31px 0 25px 0;
}

header .logo {
	display: block;
	float: left;
}

header .inner-header {
	width: 812px;
	height: 75px;
	padding: 11px 6px 14px 18px;
	float: right;
	overflow: hidden;
	background: url(../images/global/black-dot-bg.gif) left top repeat;
	position: relative;
}

header .inner-header .header-social {
	float: right;
}

header .inner-header #searchform {
	float: right;
	margin: 4px 9px;
}

header .inner-header #searchform input[type="text"] {
	width: 111px;
	padding: 3px 6px 3px 23px;
}

/* MAIN CONTENT LAYOUT BLOCKS & MODIFIERS */

.page-content { /* main wrapper for all page content */
	display: block;
	width: 620px;
	margin-left: 10px;
	margin-bottom:20px;
	float: left;
}

.calendar{
	width:940px;
}

.inner-column { /* inner column which creates 80px gutter on the left and right */
	width:480px;
	margin-left:80px;
}

.calendar .inner-column {
	width:820px;
	margin-left: 60px
}

.full-width { /* base component for full width content elements */
	margin-left:-80px;
}

.feature { /* modifier for feature content block (image/video) */
	border-bottom:13px solid #ff6c61;
	margin-bottom:30px;
}

.testimonial{ /* modifier for testimonial content block */
	background:#e9ebec;
	width:620px;
	position:relative;
	margin-bottom:30px;
}

.testimonial b{
	display:block;
	background: url(../images/global/testimonial-bg.png) no-repeat;
	width:24px;
	height:15px;
	position:absolute;
	top:-7px;
	left:16px;
}

.testimonial div{
	float:left;
	padding:15px 0 15px 40px;
	width:460px;
}

.testimonial q{
	display:block;
	line-height: 1.2em;
}

.testimonial cite{
	display:block;
	font-size: 14px; 
	font-style:normal;
 	margin: 4px 0 0;
 	font-weight: 500;
 	text-transform: uppercase;
}

.testimonial img{
	float:right;
	height:106px;
	width:104px;
}

.feature-video iframe{
	margin: 0 0 20px;
	border-bottom: 10px solid #ff6c61;
}

/* home page only for now*/
.feature-block {
	width: 620px;
	background: #e9ebec;
	position:relative;
}

.feature-block a.btn{
	position: absolute;
	bottom: -13px;
	right: 10px;
}

.feature-block .post-thumbnail img{
	height:143px;
	width:143px;
}

article {
	position:relative;
}

article ul.social{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -46px;
	top: 6px;
}

article h5 a, article h5 a:hover {
	color: #666;
}

article h2 a,
article h2 a:hover,
article h2 a:visited{
	color:#666666;
}

article .excerpt{
	position:relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

article .excerpt .btn-more{
	position: absolute;
	bottom:0;
	right:0;
}

.post-thumbnail {
	width: 145px;
	padding: 15px 16px 20px 16px;
	float: left;
	background: url(../images/global/post-thumbnail-bg.png) 34px bottom no-repeat;
	margin-bottom: 25px;
}

.post-content {
	width: 415px;
	float: right;
	margin-right: 27px;
}

p.post-meta {
	text-transform: uppercase;
	margin:10px 0;
}

.article-seperator{
	height:10px;
	margin:20px 0 20px -20px;
	background: url(../images/global/article-seperator.png) no-repeat 0 0;
}

/* YiR and Calendar listing */

#tribe-events-calendar-header .big-rss{
	display: block;
	height: 45px;
	width: 46px;
	background: url(../images/global/big-rss.png) no-repeat;
	position: absolute;
	top: -20px;
	right: -15px;
}

.event-list article.cpsu-event{
	margin-bottom:120px;
}

.event-list article .event-image{
	width:200px;
	height:95px;
	float:left;
	margin-right:20px;
}


.event-list article .event-image img{
	width:200px;
	height:95px;
}

.event-list article .event-description{
	clear: both;
	margin-top:20px;
}

.event-list article .event-title{
	font-size: 26px;
	line-height: 1.3em;
	margin: 0;
	width: 260px;
	float: right;
}

.event-list article .event-date{
	display:block;
	height:27px;
	width:53px;
	background: url(../images/global/date-icon-bg.png) no-repeat 0 0;
	position: absolute;
	left:-25px;
	top:-35px;
	padding: 26px 0 0;
	text-align: center;
	color: #FF6C61;
	font-weight: 500;
}

.events-list article .event-title a{
	color: #777;
}

.event-list article .event-footer{
	position:relative;
	margin-top: 15px;
}

.event-list article .event-footer .article-seperator{
	position: absolute;
	top:0;
	left:0;
	width:170px;
}

.event-list article .event-footer .btn-more{
	position: absolute;
	top:0;
	right:0;
	width:170px;
}

.event-list h2.date-seperator{
	margin-bottom:60px;
	margin-left: -25px;
	padding:20px 10px 10px;
	color:#fff;
	text-align: right;
	background: #ff6c61;
	text-transform: lowercase;
}

nav.pagination{
	margin-bottom:40px;
}

nav.pagination .wp-pagenavi a, nav.pagination .wp-pagenavi span  {
	text-decoration: none;
	border: none;
	margin: 2px;
	float: left;
	display: block;
}

nav.pagination .wp-pagenavi a, nav.pagination .wp-pagenavi span.current  {
	border-radius: 30px;
	width: 20px;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	font-weight: 100;
}

nav.pagination .wp-pagenavi a{
	background:#ec1c2e;
	color:#fff;
}

nav.pagination .wp-pagenavi span.current  {
	background:#fff;
	color:#ec1c2e;
	border:1px solid #bbb;
}

/* COMMENTS */

#respond{
	margin-top: 20px;
}

#respond form{
	position: relative;
}
#respond form:before, #respond form:after { content: ""; display: table; }
#respond form:after { clear: both; }
#respond form{ *zoom: 1; }

#respond h3{
	display: none;
}

p.form-allowed-tags,
p.comment-notes{
	display: none;
}

p.comment-form-author{
	top:0;
	left:0;
}

p.comment-form-email{
	top:0;
	right:0;
}

p.comment-form-email input,
p.comment-form-author input,
.gform_wrapper .gform_fields input[type="text"]{
	width:220px;
	border-radius: 0px;
	background: #e9ebec;
	padding:6px;
}

p.comment-form-comment{
	top:40px;
}

p.comment-form-comment textarea,
.gform_wrapper .gform_fields  textarea{
	width: 467px;
	height: 120px;
	border-radius: 0px;
	background: #e9ebec;
}

p.form-submit{
	bottom:0;
	right:0;
	border:none;
}

p.form-submit input,
.gform_wrapper .gform_footer input[type="submit"]{
	border:none;
	background:#ec1c2e;
	color:#fff;
	padding:5px 12px;
	text-transform: lowercase;
}

#ns-checkbox{
	bottom:0;
	left:0;
}

#ns-checkbox label{
	margin: 5px 0 0;
	display: block;
	width: 300px;
}

.comments-list{
	margin-top: 80px
}

.comment{
	background: #e9ebec;
	padding:15px 30px 10px 30px;
	margin-bottom: 30px;
	position: relative;
}

p.comment-meta{
	font-style: italic;
	margin-top: 0;
	background: url(../images/global/comment-triangle.png) 0 0 no-repeat;
	padding-left: 48px;
	margin-left: -48px;
}

p.comment-number{
	margin:10px;
	color:#bbb;
	font-size: 32px;
	position:absolute;
	right:0;
	top:0;
}

/* SIDEBAR */

.sidebar {
	width: 300px;
	float: right;
	margin: 0 10px 30px 10px;
}

.sidebar-inner{
	background: url(../images/global/sidebar-bg.png) left 122px no-repeat #ff6c61;
}

.sidebar .cta-block{
	float: none;
}

.widget, .white-widget {
	width: 258px;
	padding: 10px 34px 0 8px;
	color: #fff;
	font-weight: 300;
	font-family: "museo", "Georgia", serif;
	font-size: 15px;
	line-height: 1.1;
	position: relative;
}

.white-widget{
	background: #fff;
	color:#666;
	padding: 20px 0;
	width:300px;
}

.widget h4 {
	padding: 0 50px 0 60px;
}

.widget {
	clear:both;
}

.widget + .widget{
	border-top:#fff solid 19px;
}

.widget-content {
	padding-left: 9px;
}

.widget a:hover{
	color:#fff;
	text-decoration: underline;
}

.cpsu_subscribe_widget h4 { background: url(../images/global/mail-icon.png) top left no-repeat; }
.cpsu_poll_widget h4 { background: url(../images/global/poll-icon.png) top left no-repeat; }
.cpsu_twitter_widget h4,
.widget_goodoldtwitterwidget h4,
.widget_reallysimpletwitterwidget h4 { background: url(../images/global/twitter-icon-large.png) top left no-repeat; }
.tribe-events-list-widget h4,
.tribe-events-adv-list-widget h4,
.eventsAdvancedListWidget h4 { background: url(../images/global/events-icon.png) top left no-repeat; }

/* subscribe */

.cpsu_subscribe_widget #subscribeform {
	font-size: 12px;
	padding: 16px 0 6px;
	position:relative;
}

.cpsu_subscribe_widget #subscribeform input[type="text"] {
	clear: left;
	margin: 4px 0 5px 16px;
	padding: 3px 11px;
}

.cpsu_subscribe_widget #subscribeform button[type="submit"] {
	width: 41px;
	height: 41px;
	background: url(../images/global/button-icon-red-large.png) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 14px;
	border: none;
}

/* poll */

.widget_polls-widget {
	padding-bottom: 12px;
}

.widget_polls-widget label {
	line-height: 27px;
}

.widget_polls-widget h4 {
	background: url(../images/global/poll-icon.png) top left no-repeat;
	padding-right: 30px;
}

.widget_polls-widget ul{
	padding:0;
	margin:0;
}

.widget_polls-widget .question li{
	width: 210px;
}

.widget_polls-widget input[type="button"]{
	width: 41px;
	height: 41px;
	background: url(../images/global/button-icon-red-large.png) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
	border: none;
	position:absolute;
	bottom:30px;
	right:30px;
}

/* twitter widget */

.really_simple_twitter_widget{
	list-style:none;
	padding:0;
	margin:5px 0 15px 0;
}

.really_simple_twitter_widget h6 {
	padding-left: 7px;
	padding-bottom: 7px;
}

.really_simple_twitter_widget h6 a {
	color: #fff;
}

.really_simple_twitter_widget h6 a:hover {
	text-decoration: underline;
}

.really_simple_twitter_widget li{
	list-style: none;
	padding: 0px 10px 0px 25px;
	margin: 10px 0;
	background: url(../images/global/sidebar-dot-bg.png) top left repeat-y;
}

/* events plugin */

.eventsAdvancedListWidget{
	padding-bottom:30px;
}

.eventsAdvancedListWidget .event {
	padding: 13px 0;
}

.eventsAdvancedListWidget .event p {
	padding: 0 0 0 25px;
	margin: 0;
	background: url(../images/global/sidebar-dot-bg.png) top left repeat-y;
}

.widget_reallysimpletwitterwidget {
	position:relative;
	padding-bottom:20px;
}

.eventsAdvancedListWidget .dig-in a, .widget_reallysimpletwitterwidget .dig-in a{
	z-index:2;
	position:absolute;
	bottom:-13px;
	display: block;
	background: #ec1c2e;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	z-index:100;
}

.eventsAdvancedListWidget ul.upcoming{
	margin: 0;
	padding: 0 0 0 10px;
}

/* FOOTER */

footer {
	padding: 37px 14px 14px 14px;
	margin: 24px 0 44px 0;
	width: 808px;
	height: 49px;
	background: url(../images/global/black-dot-bg.gif) left top repeat;
	color: #ffffff;
	float: right;
	position: relative;
	font-size: 12px;
	clear: both;
}

footer p.copy {
	clear: left;
}

footer p.copy a {
	margin-right: 12px;
}

footer a, footer a:visited {
	color: #fff !important;
}

footer a:hover, footer li.current-menu-item a {
	color: #ff6c61 !important;
}

footer .footer-social {
	height: 28px;
	position: absolute;
	left: 13px;
	top: -14px;
}

footer nav {
	font-size: 16px;
}

footer nav ul {
	list-style: none;
}

footer nav li {
	margin: 0 17px 0 0;
	line-height: 2;
}

/* HOME PAGE */

/* slider */

#banner {
  	width: 960px;
  	height: 274px;
  	position:relative;
  	margin: 20px 0;
}

ul.bjqs {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
}

li.bjqs-slide {
	display:none;
	position:absolute;
}

li.bjqs-slide img { 
	position:absolute; 
	left: 10px;
}

li.bjqs-slide .slide-details {
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	right: 10px;
	background: url(../images/home/caption-bg.gif) top left repeat-x #e9ebec;
	width: 320px;
	padding:20px 45px 10px 15px;
	height: 244px;
}

li.bjqs-slide .slide-details h3{
	font-size: 40px;
	text-transform: lowercase;
	line-height: 1;
	font-weight: 100;
	margin: 0;
}

li.bjqs-slide .slide-details a.btn-more{
	position: absolute;
	bottom:10px;
	right:20px;
}

ul.bjqs-controls {
	list-style:none;
	margin:0;
	padding:0;
	z-index:1000;
	position: absolute; 
	top: 116px;
	width: 100%;
}

 ul.bjqs-controls li a {
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  text-decoration: none;
  text-indent: -999em;
  overflow: hidden;
}

.bjqs-prev a {
  left: 5px;
  background: url(../images/global/button-icon-orange-left.png) top left no-repeat;
}

.bjqs-next a {
  right: 5px;
  background: url(../images/global/button-icon-orange-right.png) top left no-repeat;
}

/* call to actions */

.cta-block {
	display: block;
	width: 269px;
	height: 135px;
	padding: 14px 14px 0 17px;
	float: left;
	margin-right: 20px;
	background: #ff6c61;
	position: relative;
}

.sidebar .cta-block {
	background: none;
	height: 155px;
}

.cta-block.last {
	margin: 0;
}

.cta-button {
	width: 41px;
	height: 41px;
  	background: url(../images/global/button-icon-red-large.png) top left no-repeat;
	position: absolute;
	right: -6px;
	bottom: -13px;
}

/* =============================================================================
   Default WordPress drop down navigation
   ========================================================================== */

#access {
	background: #fff;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
}
#access ul {
	font-size: 17px;
	list-style: none;
	margin: 0 0 0 138px;
}
#access li {
	float: left;
	position: relative;
	margin: 0 5px;
	padding: 0 5px;
}
#access a {
	color: #666666;
	display: block;
	line-height: 2em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 34px;
	left: 0;
	width: 188px;
	z-index: 99999;
	padding:20px 0 0;
	background:url(../images/global/sub-menu-top.png) no-repeat 20px 10px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #fff;
	background:#ff6c61;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access a:focus {
	background: #ff6c61;
}
#access ul ul :hover > a{
	background:#ff6c61;
}
#access li:hover > a,
#access a:focus {
	background: url(../images/global/nav-hover-bg.gif) bottom center repeat-x;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current-menu-item > a,
#access .current_page_ancestor > a {
	background: url(../images/global/nav-hover-bg.gif) bottom center repeat-x;
}
#access .sub-menu .current_page_item > a,
#access .sub-menu .current-menu-item > a,
#access .sub-menu .current_page_ancestor > a{
	background:#ff6c61;
	font-weight: 500;
}
article[role=article] table {
	width:100%;
	margin-bottom:30px;
}

article[role=article] thead th {
	font-weight:700;
	border-bottom:#24282b solid 2px;
	padding:0 10px 10px 0;
	text-align:left;
}

article[role=article] thead + tbody tr > * {
	border-top:0;
}

article[role=article] tbody tr > * {
	padding:10px 10px 10px 0;
	border-top:#eaecef solid 1px;
	border-bottom:#eaecef solid 1px;
}


/* WordPress Core Styles (classes appened to elements by WP by default)
============================================================================= */

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

/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.left{float:left;}
.right{float:right;}

/* a little bit of stolen bootstrap, used for the poll results  */

.progress {
	height: 18px;
	margin-bottom: 18px;
	overflow: hidden;
	background-color: none;
}

.progress .bar {
	width: 0;
	height: 18px;
	font-size: 12px;
	color: white;
	text-align: center;
	background-color: none;
}

.progress-danger.progress-striped .bar {
	background-color: #ec1c2e;
}

/* ==|== print styles ======================================================= */

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { 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; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}
