/*
Theme Name: COTA
Description: Parent theme for COTA States themes. DO NOT USE.  Use the state-specific child theme instead. 
Author: Ellis Jones
Author URI: http://www.ellisjones.com.au
Version: 2.0 beta
*/

/*
Colour pallette

#f8971d 	background orange 
#f6f6f7		bodywrapper light grey
#4b575f 	header text grey
#48611c		primary nav green
#ffc425		highlight orange
#577522		H3 green
#353738		dark text
#931d20		red text
#dbdddf		border grey

*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Fonts - deprecated for Typekit */
/* 
@font-face {
    font-family: 'MyriadWeb';
    src: url('fonts/myriadwebpro-webfont.eot');
    src: url('fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadwebpro-webfont.woff') format('woff'),
         url('fonts/myriadwebpro-webfont.ttf') format('truetype'),
         url('fonts/myriadwebpro-webfont.svg#MyriadWeb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadWeb';
    src: url('fonts/myriadwebpro-bold-webfont.eot');
    src: url('fonts/myriadwebpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadwebpro-bold-webfont.woff') format('woff'),
         url('fonts/myriadwebpro-bold-webfont.ttf') format('truetype'),
         url('fonts/myriadwebpro-bold-webfont.svg#MyriadWeb') format('svg');
    font-weight: bold;
    font-style: normal;
}
*/


/*Sticky footer*/ 

*{
	margin: 0;
}

html, body{
	height: 100%;
}

#bodywrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	padding: 0px;
}

#bodywrapper.page-siv{
	margin: 0 auto -110px;
}

#push{
	height: 150px;
}


/* Layout and structural appearance
-------------------------------------------------------------- */
body{
	background: #f8971d url('images/background.png') no-repeat center top;	
}

#bodywrapper{
	width: 1020px;
	background: #f6f6f7;
}

header{
	width: 1020px;
	margin: 0 auto;
	padding: 30px 0 0;
	background: white;
	color: #4b575f;
}

#wrapper {
	padding: 20px 40px 10px;
	overflow: hidden;
}

#bodywrapper{
	-webkit-box-shadow: 0 4px 6px #777;
	-moz-box-shadow: 0 4px 6px #777;
	-o-box-shadow: 0 4px 6px #777;
	box-shadow: 0 4px 6px #777;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
}

#navunder{
	-moz-box-shadow: 0 -3px 6px #777;
	-webkit-box-shadow: 0 -3px 6px #777;
	-o-box-shadow: 0 -3px 6px #777;
	box-shadow: 0 -3px 6px #777;
	border-bottom: 1px solid #FAFAFA;
}

.box, .widget-container{
	border: 1px solid #CCC;
	background-color: white;
	-moz-box-shadow: 0 2px 4px #CCCCCC;
	-webkit-box-shadow: 0 2px 4px #CCCCCC;
	-o-box-shadow: 0 2px 4px #CCCCCC;
	box-shadow: 0px 2px 4px #CCCCCC;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);	
}

.greengradient{
	background: #577522;
	background: -moz-linear-gradient(top, #577522 0%, #48611c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#577522), color-stop(100%,#48611c));
	background: -webkit-linear-gradient(top, #577522 0%,#48611c 100%);
	background: -o-linear-gradient(top, #577522 0%,#48611c 100%);
	background: -ms-linear-gradient(top, #577522 0%,#48611c 100%);
	background: linear-gradient(top, #577522 0%,#48611c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577522', endColorstr='#48611c',GradientType=0 );
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

.greengradient.button:hover, .greengradient.button:focus{
	background: #779542;
	background: -moz-linear-gradient(top, #779542 0%, #68813c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#779542), color-stop(100%,#68813c));
	background: -webkit-linear-gradient(top, #779542 0%,#68813c 100%);
	background: -o-linear-gradient(top, #779542 0%,#68813c 100%);
	background: -ms-linear-gradient(top, #779542 0%,#68813c 100%);
	background: linear-gradient(top, #779542 0%,#68813c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779542', endColorstr='#68813c',GradientType=0 );
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

.greengradient.button {
	font-weight: bold;
}

/* Header, primary nav. 
*/

#banner{
	padding: 0 40px 30px;
	width: auto;
	position: relative;
	z-index: 2000;
}

#topright{
	float: right;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #AAA;
}

#topright li li {
	float: none;
}

#topright li {
	float: left;
	list-style: none;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}

#topright a{
	font-size: 16px;
	color: #4b575f;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#topright a:hover, #topright select:hover, #topright select:focus{
	text-decoration: underline;
}

#topright #decrease-font-size-anchor{
	font-size: 12px;
}

#topright #increase-font-size-anchor{
	font-size: 18px;
}

#topright li .sbHolder{
	z-index: 1000;
	float: right;
}

#topright select{
	background-color: white;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: inherit;
	font-family: inherit;
}

#headersearch{
	position: absolute;
	right: 54px;
	bottom: 0;
}

#headersearch input{
	background: white;
	outline: none;
	border: 2px solid #d8d8d8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
	font-family: myriad-pro, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #212121;
	height: 22px;
	padding: 4px 10px;
	width: 220px;
	vertical-align: middle;
	line-height: 22px;
}

#headersearch input:focus{
	outline: none;
	background: #fcfcfc;
	
}


/* @group Feature Banner */

#featurebanner{
	background: url('images/hr.gif') repeat-x 0 bottom;
	margin-bottom: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	min-height: 260px;
}

#featurebanner.nofeaturethumbnail{
	height: auto;
	background: none;
	min-height: 0;
}

#featurebanner #featurebanner-left{
	width: 290px;
	float: left;
	padding-right:30px;
}

#featurebanner.nofeaturethumbnail #featurebanner-left{
	width: 570px;
	margin-bottom: 30px;
}

#featurebanner #featurebanner-right{
	width: 620px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

#featurebanner img{
	border: 10px solid #dbdddf;
}

#featurebanner-right .caption{
	position: absolute;
	zoom: 1;
	left: 0;
	top: 10px;
	left: 10px;
	width: 584px;
	background: url(images/black70.png) repeat;
	font-family: myriad-web, Arial, Helvetica, Geneva, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
}

.rgba #featurebanner-right .caption{
	background: rgba(0, 0, 0, 0.7);
}

#featurebanner #featurebanner-left h3, h3.sivtitle{
	color: #577522;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 34px;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 12px;
	font-weight: bold;
}

#featurebanner #featurebanner-left p.valueprop{
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	color: #4b575f; 
	font-size: 20px;
	font-weight: 200;
	font-style: italic;
	line-height: 1.5em;
}

#featurebanner-right .buttons{
	position: absolute;
	top: 220px;
	z-index: 50;
	right: 15px;
}

#featurebanner-right .buttons a{
	display: inline-block;
	background: #ffc425;
	color: #4b575f;
	text-decoration: none;
	padding: 8px 12px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-box-shadow: 0 2px 3px #888;
	-moz-box-shadow: 0 2px 3px #888;
	-o-box-shadow: 0 2px 3px #888;
	box-shadow: 0 2px 3px #888;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
	margin-right: 10px;
	text-transform: uppercase;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

#featurebanner-right .buttons a:hover, #featurebanner-right .buttons a:focus{
	background: #dfa405;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	color: white;
	-webkit-box-shadow: 0 1px 3px #888;
	-moz-box-shadow: 0 1px 3px #888;
	-o-box-shadow: 0 1px 3px #888;
	box-shadow: 0 1px 3px #888;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
}

#featurebanner-right .buttons img{
	margin-left: 15px;
}

.featurebanner-right-button span, .sidebar-button span{
	color: white;
	font-family: Helvetica;
	text-transform: uppercase;
	font-size: 14px;
}

/* @end */

/*
LAYOUT:  Front Page
DESCRIPTION:  Four column layout; homepage news boxes, sidebars and events.
*/

#sidebar-right-large{
	width: 238px;
	float: left;
	padding: 0;
}

a.sidebar-right-button{
	display: inline-block;
	background: #ffc425;
	border: 1px solid #efb415;
	color: #4b575f;
	width: 233px;	
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
	-webkit-box-shadow: 0 2px 4px #888;
	-moz-box-shadow: 0 2px 4px #888;
	-o-box-shadow: 0 2px 4px #888;
	box-shadow: 0 2px 4px #888;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
	margin-bottom: 20px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

a.sidebar-right-button:hover, a.sidebar-right-button:focus{
	background: #dfa405;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	color: white;
	-moz-box-shadow: 0 1px 3px #888;
	-webkit-box-shadow: 0 1px 3px #888;
	-o-box-shadow: 0 1px 3px #888;
	box-shadow: 0 1px 3px #888;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
	text-decoration: none !important;
	border: 1px solid #cf9405;
}


#sidebar-right-large.events{
	padding: 65px 0 0 0;
}

#sidebar-right-large.events.nofeatureimage{
	padding: 0;
}


/* @group Homepage News Boxes */

#homepage-news-boxes{
	width: 970px; /* extra 10px to prevent wrap on some browsers? */
	margin: 0 -10px 30px;
	overflow: hidden;
	padding-bottom: 15px;
}

.homebox{
	width: 178px;
	margin: 0 10px;
	padding: 20px 20px 10px;
	position: relative;
	word-wrap: break-word;
	font-size: 12px;
	color: #353738;
	float: left;
}

.homebox h3.homeboxtitle, .homebox h3.homeboxtitle a, h3.widget-title, h3.widget-title a{
	color: #48611c;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin: 0;
}

h3.widget-title{
	margin-bottom: 0.6em;
}

.homebox h4.homeboxposttitle a{
	font-size: 16px;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	color: #4b575f;
	font-weight: bold;
}

.homebox span.homeboxpostdate{
	color: #434141;
	font-size: 12px;
}

.homebox a{
	text-decoration: none;
	color: #57707D;
	font-weight: normal;
}

.homebox a:hover{
	text-decoration: underline;
}

.homebox img.homeboxpostimage, .homebox img.attachment-homepagesquare{
	border: 8px solid #dbdddf;
	margin: 8px 0;
	height: 80px;
}

.homebox ul.homeboxpostlist{
	margin: 0;
}

.homebox ul.homeboxpostlist li{
	margin: 0 0 7px 0;
	list-style-type: none;
}

a.homeboxgetmore{
	position: absolute;
	bottom: -10px;
	right: 15px;
	display: block;
	color: white !important;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	padding: 5px 10px;
	text-decoration: none;
}

a.homeboxgetmore:hover, a.homeboxgetmore:focus{
	text-decoration: none !important;
}

.homebox p.firstpost{
	border-bottom: 1px solid #dbdddf;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.homebox a.homeboxreadmore{
	color: #931d20;
	text-decoration: underline;
	font-weight: normal;	
}

/* @end */

/* todo: move me */
a .meta-nav {
	font-family: Arial, Helvetica;
	color: #577522;
	text-decoration: underline;
	font-weight: normal;
}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -238px 30px 0;
	width: 100%;
}

#content{
	margin: 0 380px 0px 0;
}

/* Make it a bit wider for the events calendar */
#content.eventscalendar {
	margin: 0 238px 0 0px;
}

#footer {
	clear: both;
	width: 100%;
}



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif}
h3#comments-title,
h3#reply-title,
#navigation .menu,
#navigation div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.postdate{
	font-style: italic;
	font-size: 12px;
	color: #7d7b7b;
}

h1, h2, h3, h4{
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3{
	color: #7599A5;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0.6em;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
}

h4{
	color: #57707D;
	font-size: 15px;	
	font-weight: normal;
}




/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {	
}
body,
input,
textarea {
	color: #353738;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
a{
	color: #5d7b85;
}

p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
b, strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.screen-reader-text.skip-link:focus{
	position: static;
}

a.skip-link{
	color: white;
}

/* =Menu
-------------------------------------------------------------- */

#navigation {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}

#navigationwrapper{
	background: #48611c;
	width: 1036px;
	position: relative;
	left: -8px;
	-webkit-box-shadow: 0 2px 4px #555;
	-moz-box-shadow: 0 2px 4px #555;
	-o-box-shadow: 0 2px 4px #555;
	box-shadow: 0 2px 4px #555;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
}

#navigation .menu-header,
.primary-menu {
	font-size: 13px;
}
#navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#navigation .menu-header .primary-menu>ul{
	display: table;
	margin: 0 auto;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=0);
}

.ie7 #navigation .menu-header .primary-menu>ul {
	zoom: 1;
	display: inline;
}

#navigation .menu-header .primary-menu.active > ul{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-js #navigation .menu-header .primary-menu > ul{
	opacity:  1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#navigation .menu-header li,
div.menu li {
	float: left;
	position: relative;
	text-align: left;
}

#navigation .menu-header .primary-menu>ul>li.menu-item:last-child > a{
	background: none;
}

#navigation a {
	color: white;
	display: block;
	line-height: 47px;
	padding: 0 10px;
	text-decoration: none;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

/* primary list items */
#navigation .primary-menu > ul > li{
	border-left: 1px solid #24300E;
	border-right: 1px solid #77A02E;
}

#navigation .primary-menu > ul > li:first-child, #navigation .primary-menu > ul > li:first-child:hover{
	border-left: none;
}

#navigation .primary-menu > ul > li:last-child, #navigation .primary-menu > ul > li:last-child:hover{
	border-right: none;
}

#navigation .primary-menu > ul > li:hover{
	border-left: 1px solid #FFC425;
	border-right: 1px solid #FFC425;
}

#navigation ul ul {
	-moz-box-shadow: 0 2px 3px #555;
	-webkit-box-shadow: 0 2px 3px #555;
	-o-box-shadow: 0 2px 3px #555;
	box-shadow: 0 2px 3px #555;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 9999;
	background: #48611c;
}
#navigation ul ul li {
	min-width: 180px;
	border-bottom: 1px solid #5c801d;
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
	background: #48611c;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	text-transform: none;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation li > a:focus, #navigation ul ul > a:focus{
	background: #ffc425;
	color: #222;
}
#navigation ul li:hover > ul{
	display: block;
}

#navunder{
	height: 15px;
	width: 100%;
	background: #ffc425;
	clear: both;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 50px 0;
}
#content input,
#content textarea {
	color: inherit;
	font-size: 16px;
	line-height: 24px;
	background-color: white;
	padding: 2px;
}

#content textarea{
	padding: 10px;
}

#content{
	color: #353738;
	background-color: none;
	font-size: 14px;
	line-height: ;	
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3{
	color: #303438;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h4,
#content h5,
#content h6{
	color: #5D7171;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
}

#content #news-feed-wrapper table{
	max-width: 400px !important;
}

#content #single-post-wrapper table{
	max-width: 550px !important;
}


#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 6px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 6px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0px 0 48px 0px;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #7599A5;
	font-size: 32px;
	margin-bottom: 0.3em;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
}

#content .entry-title .entry-title-date{
	white-space: nowrap;
}

#content .entry-title.withimage{
	margin-bottom: 0;
	font-size: 23px;
	font-weight: bold;
}

/* thumbnail and image stuff */

#thumbtitlewrapper{
	position: relative;
	margin-bottom: 1em;
	width: 100%;
}

#titlewrapper{
	position: absolute;
	bottom: 0px;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	padding: 0;
	word-wrap: break-word;
}

.entry-more-link{
	float: right;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
	float: left;
	clear: right;
	vertical-align: middle;
}

#subForm input{
	margin: 0;
	float: none;
	clear: none;
}

.entry-content .ginput_container input{
	margin: 0;
	float: none;
	clear: none;
}

.entry-content label{
	float: left;
	clear: left;
	width: 200px;
	vertical-align: middle;
	color: #555758;
	font-size: 12px;
}

.entry-content label.gfield_label, .entry-content .ginput_container label{
	float: none;
	clear: none;
	width: auto;
	font-size: 14px;
}

#subForm label{
	float: none;
	clear: none;
}

.entry-content input[type=submit]{
	clear: both;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content select {
	margin: 0 0 24px 0;
	float: left;
	clear: right;
}

.entry-content .ginput_container select{
	margin: 0;
	float: none;
	clear: none;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	color: #7599A5;
}
.entry-meta a,
.entry-utility a {
	color: #557788;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #7599A5;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #00AA99;
	text-decoration: underline;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below {
	margin: 12px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	border-top: 1px solid #E7E7E7;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	color: #656565;
	font-size: 17px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body{
	color: #797979;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	color: #788e9b;
}
.comment-author cite, .comment-author .says {
	color: #788e9b;
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	color: #9f9f9f;
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #9f9f9f;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #788e9b;
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 12px 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #E7E7E7;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #788e9b;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
	clear: both;
}

#respond .logged-in-as{
	margin: 0 0 1em;
}
#respond .comment-notes {
	margin-bottom: 1em;
	color: #797979;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
	color: #656565;
	font-size: 17px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	float: left;
	width: 20px;
	margin-left: -20px;
}

#respond .comment-notes .required{
	float: none;
	width: auto;
	margin-left: 0px;
}

#respond label {
	float: left;
	color: #888;
	font-size: 12px;
	width: 100px;
}
#respond input {
	float: left;
	margin: 0 0 9px;
	width: 200px;
}
#respond textarea {
	width: 90%;
}
#respond .form-allowed-tags {
	color: #555;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input, #content input[type=button], #content input[type=submit] {
	width: auto;
	-webkit-box-shadow: 2px 2px 4px #EEEEEE;
	-moz-box-shadow: 2px 2px 4px #EEEEEE;
	-o-box-shadow: 2px 2px 4px #EEEEEE;
	box-shadow: 2px 2px 4px #EEEEEEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
	background-color: #d2dce1;
	border: 1px solid #a8a8a8;
	color: #283e59;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 4px;
	width: auto;
	cursor: pointer;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
}

#respond .form-submit input:hover, #content input[type=button]:hover, #content input[type=submit]:hover{
	background-color: #c2ccd1;
	color: #283e59;
}

#respond .form-submit input:active{
	-webkit-box-shadow: 0 0 2px #EEE;
	-moz-box-shadow: 0 0 2px #EEE;
	-o-box-shadow: 0 0 2px #EEE;
	box-shadow: 0 0 2px #EEE;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);
}


/* =Widget Areas and Containers
-------------------------------------------------------------- */

.widget-container{
	padding: 15px 10px;
	margin: 0 0 20px 0;
	width: 162px;
	position: relative;
}

.homepage-widget-area{
	margin: 0 10px;
	vertical-align: top;
	overflow: hidden;
	width: 220px;
	margin: 0 10px;
	float: left;
}

#sidebar-home-center.homepage-widget-area{
	width: 460px;
}

.homepage-widget-area .widget-container{
	width: 178px;
	padding: 20px;	
	-moz-box-shadow: 0 2px 4px #CCCCCC;
	-webkit-box-shadow: 0 2px 4px #CCCCCC;
	-o-box-shadow: 0 2px 4px #CCCCCC;
	box-shadow: 0px 2px 4px #DDD;
	behavior: url(/wp-content/themes/cota/includes/PIE.htc);	
}

.homepage-widget-area .widget-container.homepage-center-widget{
	width: 418px;
}

#homepage-sidebars{
	margin: 0 -10px;
	overflow: hidden;
}

.widget-container.homepage-center-widget{
	width: 324px;
}

#sidebar-right-large .widget-container{
	width: 215px;
}

/* unapply the above to footer widgets */
#footer-widget-area .widget-container{
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}


.widget-container ul{
	margin: 0;
}
.widget-container ul li{
	list-style-type: none;
	margin: 0;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	/*margin-left: 1.3em;*/
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	background: transparent url('images/footerrepeat.png') repeat-x 0 bottom;
	height: 305px;
	width: 100%;
	z-index: -30;
}

#footerinner{
	margin: 0 auto;
	padding: 0 20px;
	width: 1020px;
	position: relative;
	height: 305px;
}

#colophon{
	position: absolute;
	right: 70px;
	bottom: 5px;
	text-align: right;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#colophon p{
	margin: 0;
}


#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#navigation,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}




/* widgets */

.widget-container.cwfollowus ul li{
	display: inline;
	margin: 0 17px 0 0;
	list-style-type: none;
}

.widget-container.cwfollowus ul li.lastitem{
	margin: 0;
}

.cwusefullinks img{
	border: 4px solid #dbe3e8;
}

.cwusefullinks img:hover{
	border: 4px solid #bbc3c8;
}

.eventsListWidget .when, .eventsListWidget .loc{
	color: #626262;
	font-size: 12px;
}

.homepage-center-widget.eventsListWidget{
	overflow: hidden;
}	

.homepage-center-widget.eventsListWidget ul.upcoming{
	float: left;
	width: 195px;
}

.homepage-center-widget.eventsListWidget ul.upcoming.secondcolumn{
	margin-left: 15px;
}


.widget-container ul li{
	margin: 5px 0 10px 20px;
	list-style-position: outside;
	list-style-image: url(images/eventsbullet.png);
}

.widget-container.cwusefullinks ul li{
	margin: 0 0 0 -3px;
	list-style-image: none;
	list-style-type: none;
}



.widget-container a{
	font-size: 14px;
	color: #3D3C3C;
}

.cwchildpages ul li ul a{
	font-size: 12px;
}

.cwchildpages ul li ul li{
	list-style-image: url(images/eventsbulletsmall.png);
}

.eventsListWidget .dig-in{
	text-align: right;
}

.cwdownloads ul li img.icon{
	margin: 0 0 0 5px;
}

.widget_polls-widget strong{
	color: #353738;
}

/* overwrite the italics because they don't work properly on IE */
.widget_polls-widget strong i{
	font-style: normal !important;
}

/* @group Breadcrumbs */

#breadcrumbs{
	color: #557995;
	margin-bottom: 15px;
	font-size: 12px;
}

#breadcrumbs ul li{
	display: inline;
}

#breadcrumbs ul{
	margin: 0;
}

#breadcrumbs a{
	text-decoration: none;
	color: #5d5d5d;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

/* @end */


/*News-feed specific stuff */
#content h1.newsfeed-h1{
	color: #577522;
	font-size: 34px;
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

#news-feed-wrapper, #single-post-wrapper{
	width: 580px;
	padding: 30px 30px 30px 30px;
	margin: 0 30px 0 30px;
	position: relative;
}

#news-feed-wrapper.searchresults{
	margin: 0 30px 0 0;
}

#single-post-wrapper{
	margin-left: 0px;
	clear: both;
	padding: 15px 15px 15px 15px;
}

#single-post-wrapper .wp-post-image{
	border: 8px solid #DAE3E8;
}

#news-feed-wrapper h2.entry-title a{
	font-size: 20px;
	color: #656464;
	vertical-align: baseline;
}

#news-feed-wraper h2.entry-title a:hover{
	color: #858484;
	text-decoration: underline;
}

#news-feed-wrapper .post, #news-feed-wrapper .page{
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	margin: 40px 0px -45px 0px; /* this is odd */
	margin: 10px 0 0;
}

#news-feed-wrapper .post.last-post, #news-feed-wrapper .page.last-post{
	border-bottom: none;
	margin-bottom: 0;
}

#news-feed-wrapper .post .post-date{
	text-align: right;
	clear: both;
	font-size: 12px;
	font-style: italic;
}

h1.events{
	font-family: myriad-pro, Arial, Helvetica, Geneva, sans-serif;
	color: #8098a4 !important;
	line-height: 45px !important;
	font-size: 34px;
	font-weight: normal;
}


#news-feed-wrapper .post .entry-thumb{
	width: 145px;
	float: left;
}

#news-feed-wrapper .post .entry-thumb img{
	border: 5px solid #dbe3e8;
}

#news-feed-wrapper .post .entry-content{	
	float: left;
	clear: none;
	width: 435px;
	padding: 0;
	line-height: 1.5em;
	color: #656464;
}

#news-feed-wrapper .post .entry-content.no-thumb{
	width: 580px;
}

.clear{
	clear: both;
}

.noclear{
	clear: none;
}

/* Polls */

.wp-polls ul li{
	margin-left: 8px;
}

.clearfix{
	clear: both;
}


/* IE fixes */

/* @group IE7 */
.ie7 ul.wp-polls-ul li{
	list-style-type: none;
	list-style-image: none;
}

.ie7 #navigation a:hover{
	background-color: #ffc425;
}

.ie7 .primary-menu > ul{
	float: left;
	margin-left: 35px;
}

.ie7 #topright li{
	max-width: 180px;
}

/* @endgroup IE7 */

/* @group IE6 */


.ie6 #toplayer{
	height: 143px;
}

.ie6 #navigationwrapper{
	width: 100%;
	margin: 0px;
	background: none;
}

.ie6 #navigation a.current{
	color: black;
}

.ie6 #featurebanner #featurebanner-right{
	left: 0px;
}

.ie6 #navigation a:hover{
	color: black;
	background-color: #ffc425;
}

.ie6 #navigation a:active{
	color: black;
}

.ie6 .widget-container ul li, .ie6 .widget_nav_menu ul li ul li{
	list-style-image: none;
	list-style-type: disc;
}

.ie6 ul.wp-polls-ul{
	list-style-type: none;
	list-style-image: none;
}

/*.ie6 #footer{
	height: 320px;
}

.ie6 #footerinner{
	height: 320px;
}*/

.ie6 #wrapper{
	width: 980px;
	padding: 0 20px;
}

.ie6 #main .widget-area ul ul{
	margin-left: 0px;
}

.ie6 .cwfollowus ul li{
	margin: 0px 12px 0px 0px;
}

.ie6 .primary-menu{
	display: inline-block;
}

.ie6 #content{
	width: 560px;
	margin: 0;
}

.ie6 #content.eventscalendar{
	width: 702px;
	margin: 0;
}

.ie6 .calendar-ical-export{
	height: 30px;
}

/* @endgroup IE6 */