html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    background: #BAD64B url(/assets/templates/twinbro/images/background-fade.png) repeat-x top;
/*    height: 100%;*/
}
.container_12 {
    background: #EFF5DA url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x;
    background: rgba(255, 255, 255, 0.8) url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x;
    min-height: 800px;
}

/*

    Page header

*/

#hd {
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
#hd a.logo{
    float: left;
    margin: 5px 0 0 0;
    background: url(/assets/images/logos/twinbro_logo_200.png) no-repeat;
    width: 201px;
    height: 53px;
}

a.skip-link {
    position: absolute;
    top: 0;
    left: -999em;
}
a.skip-link:active, a.skip-link:focus {
    left: 300px;
    top: 10px;
    color: #395417;
    border: 4px #395417 solid;
}

div.page_header {
    height: 63px;
    padding: 0 10px 0 10px;
}
.page_header ul {
    text-align: right;
    color: #5f872a;
    padding: 18px 0 0 0;
    list-style-type: none;
    text-shadow: 1px 1px 1px #fff;
}
.page_header ul li {
    margin: 0.1em;
    display: inline;
}
.page_header ul li a {
    display: inline-block;
    color: #5f872a;
    padding: 0.2em;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
.page_header ul li a:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}



/*

    Top Navigation

*/
#hd div.top_nav {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#hd ul.top_nav {
    background: #85b14c url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x;
    margin: 0;
}
#hd ul.top_nav li, #hd ul.page_header li {
    display: inline;
    list-style: none;
}
#hd ul.top_nav li {
    margin-left: -3px;
}
#hd ul.top_nav li.first {
    margin-left: 0;
}
#hd ul.top_nav li a {
    display: inline-block;
    padding: 0.8em;
    margin: 0;
    background: #9cc06f url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    font-weight: bold;
    color: #1c2611;
    font-size: 115%;
    text-shadow: 1px 1px 1px #b0d97d;
}
#hd ul.top_nav li a:hover {
    background-color: #c1d7a5;
    background-color: rgba(255, 255, 255, 0.5);
}
#hd ul.top_nav li.active a {
    background-color: #BAD64B;
}


/*

    Sidebar

*/
div#sidebar {
    background: #85b14c url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x; 
    color: #1c2611; 
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-right: 1px solid rgba(0,0,0,0.25);
    position: relative;
    width: 299px;
}
#sidebar h3,
#sidebar h4 {
    color: #1c2611;
    padding-left: 5px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 0.1em;
}
#sidebar ul {
    list-style: none;
    margin-bottom: 0;
}

.sidebar-item {
    border-bottom: 1px solid #93bb4c;
    padding: 0.2em 0 0.25em 0;
    margin: 0.5em;
}
.sidebar-item ul ul {
    margin-left: 0.5em;
}
.sidebar-item ul li {
    margin: 0.25em 0.5em 0.25em 0;
}
.sidebar-item ul li a {
    display: inline-block;
    padding: 0.5em 0 0.5em 0.5em;
    text-decoration: none;
    font-weight: bold;
    color: #1c2611;
    color: #293817;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sidebar-item ul li a:hover {
    background-color: #c1d7a5;
    background-color: rgba(255, 255, 255, 0.5);
}
.sidebar-item ul>li.active>a {
    background-color: #4d662c;
    color: #fff;
    border-top: 1px solid #1c2611;
    border-left: 1px solid #1c2611;
    border-bottom: 1px solid #bace9a;
    border-right: 1px solid #bace9a;
}

.sidebar-item ul#recentcomments li a {
    display: inline;
    width: auto;
    padding-right: 0.4em;
}

.sidebar-item:last-child {
    border-bottom: none;
}
.sidebar-item li {
    margin-left: 0;
}

.sidebar-item li a img.icon {
    vertical-align: middle;
}

.sidebar-item .feed_items li {
    margin: 0 0.5em 0 inherit;
}
.feed_items li.odd a {
    background-color: #91b85d;
    background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-item .feed_items li a {
    font-weight: normal;
}

#sidebar .form_submit_thankyou {
    background-color: rgba(0, 0, 0, 0.25);
    margin: 0 1em 0 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#sidebar .form_submit_thankyou h4 {
    margin-left: 0.5em;
}
#sidebar .form_submit_thankyou p {
    margin-left: 1em;
}

/*

    Sidebar forms

*/
.sidebar-item form {
    margin-bottom: 0.5em;
}
.sidebar-item form input[type=submit] {
    background: none;
    border: none;
    padding: none;
    margin: none;

    background: #1c2611 url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x; 
    display: inline-block;
    padding: 2px 6px;
    color: #fff; 
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-right: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.sidebar-item form input[type=submit]:hover { background-color: #111; color: #fff; }
.sidebar-item form input[type=submit]:active { top: 1px; }

.highlight {
    background-color: #ff9;
}


/*

    Content Styles

*/
#content h1, #content h2, #content h3, #content h4 {
    color: #263317;
    text-shadow: 1px 1px 1px #fff;
}
#content h1 a, #content h2 a, #content h3 a, #content h4 a {
    color: #263317;
    text-shadow: 1px 1px 1px #fff;
}
#content p, #content li {
    color: #1c2611;
    font-size: 115%;
    line-height: 115%;
    text-align: justify;
}

#content a:link { color: #395417; }
#content a:visited { color: #537a21; }
#content a:hover { color: #72a82e; }
#content a:active { color: #9ac75e; }


#content .testimonial_box {
    margin-top: 3em;
    background: #85b14c url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x;
    padding: 1em;
    color: #1c2611;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-right: 1px solid rgba(0,0,0,0.25);
}
#content .testimonial_box h5 {
    color: #1c2611;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 0.1em;
}
#content .testimonial_box div.quote {
    background: transparent url(/assets/templates/twinbro/images/quote.png) no-repeat top right;
    min-height: 50px;
}
#content .testimonial_box div.quote h5 {
    margin-bottom: 1em;
}






/*

    Index Styles

*/
.index_item h5 {
    margin: 1em 0 0.2em 0;
}
.index_item p {
    margin-bottom: 0;
}
/*

    Slideshow styles

*/
.slideshow {
    position: relative;
    margin: 0;
    padding: 0;
}
.slideshowImage span {
    color: #fff;
    position: absolute;
    height: 53px;
    left: 0;
    top: 287px;
    font: 12px/15px sans-serif;
    padding: 10px 0 10px 13px;
    margin: 0;
    width: 596px;
    background: #85B14C;
    background: transparent url(/assets/templates/twinbro/images/78_percent_green.png) repeat;
    background: rgba(133, 177, 76, 0.78);
}
#content .slideshowImage span a {
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    display: inline-block;
    width: 580px;
}
.slideshowImage span a:hover {
    color: #F0F6DA;
    text-decoration: none;
}
.slideshowImage span h2 {
    color: #fff;
    font-size: 160%;
    font-weight: normal;
    background-color: transparent;
    margin: 5px 0 10px 0;
    padding: 0;
}
#content .slideshowImage span h2 a {
    font-family: sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
}

#slideshow_nav {
    z-index: 10;
    position: absolute;
    top: 0;
    height: 19px;
    left: 0;
    width: 549px;
    text-align: right;
    padding-right: 60px;
    background-color: #fff;
    background: transparent url(/assets/templates/twinbro/images/40_percent.png) repeat;
    background: rgba(255, 255, 255, 0.4);
}
#slideshow_nav a {
    padding: 0 5px;
    margin: 0 5px;
    background: transparent url(../images/cip_grey_dot.png) no-repeat 50% 4px;
}
#slideshow_nav a.activeSlide {
    background-image: url(../images/cip_green_dot.png);
}

div.slideshowControls {
    z-index: 20;
    position: absolute;
    top: 1px;
    height: 19px;
    width: 50px;
    left: 558px;
    text-align: right;
}
div.slideshowControls a {
    height: 15px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
}
#pauseButton {
    background: transparent url(../images/cip_pause.png) no-repeat 50% 4px;
}
#pauseButton.grey {
    background: transparent url(../images/cip_pause_grey.png) no-repeat 50% 4px;
    cursor: default;
}
#resumeButton {
    background: transparent url(../images/cip_forward.png) no-repeat 50% 4px;
}
#resumeButton.grey {
    background: transparent url(../images/cip_forward_grey.png) no-repeat 50% 4px;
    cursor: default;
}

.slideshow_container {
    height: 360px;
    margin-bottom: 1em;
}


/*

    Application Styles

*/
.taglist {
    list-style-type: none;
    background-color: #dee6d4;
    padding: 0.3em 0.4em;
}
.taglist li {
    margin: 0 0.5em 0 0;
    display: inline;
}




/*

    Event Styles

*/
div.eventbrite-list div.odd {
    padding: 0;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #85b14c;
}


/*

    Page Footer

*/
#footer {
    margin: 2em 0 0 0;
    padding: 0;
    width: 100%;
    background-color: #85b14c;
    border-top: 2px solid #263317;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    min-height: 250px;
}
#footer div.footer_inner {
    padding: 1.5em 1em 2em 1em;
    overflow: auto;
}
#footer div.grid_4 {
    padding: 10px;
    background-color: #4d662c;
    color: #fff;
    border-top: 1px solid #1c2611;
    border-left: 1px solid #1c2611;
    border-bottom: 1px solid #bace9a;
    border-right: 1px solid #bace9a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 269px;
    min-height: 200px;
}
#footer div.grid_4 a {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0.1em;
    font-weight: bold;
}
#footer div.grid_4 a:hover {
    background-color: #82936a;
    background-color: rgba(255, 255, 255, 0.3);
}
#footer div.grid_4 h5 {
    margin: 0 0 0.1em 0;
}
#footer div.grid_4 p {
/*    text-align: justify;*/
    margin-bottom: 0;
}
#footer ul.bottom_nav {
    font-weight: bold;
    list-style-type: none;
}
#footer ul.bottom_nav {
    margin: 0 0 0.3em 0;
}
#footer ul.bottom_nav li {
    margin: 0 0.5em 0 0.5em;
}
#footer ul.bottom_nav li a {
    text-decoration: none;
    display: inline-block;
    width: 98%;
}



/*

	Forms styles

*/
form {
	margin: 0.2em auto;
}
form p{
	padding: 0; margin-left: 0;
}
form input[type="text"], #content form select {
	margin-bottom: 0.4em;
}
form fieldset {
	/* border: none;
	background-color: #eee; */
	margin: 0 auto 0.8em auto;
/*	border: 1px solid #ddd;*/
}
fieldset legend {
	font-size: 100%;
	font-weight: bold;
	background-color: transparent;
}
label {
	vertical-align: top;
	margin-right: 0.5em;
	display: inline-block;
	width: 15%;
	padding-left: 0.2em;
}
.nowrap label {
	width: 80%;
}
#content form fieldset ul,
#footer form fieldset ul {
	list-style-type: none;
	margin-bottom: 0;
}
#content form fieldset ul li,
#footer form fieldset ul li {
	margin-left: 0;
}
#content form fieldset ol li,
#footer form fieldset ol li {
	margin: 1em;
}
#footer form fieldset label {
	margin-right: 0;
	width: auto;
	padding-left: 0;
}
form .form_note {
	background-color: #84BBFF;
	border: 1px solid #00559F;
	padding: 1em;
}
div.errors {
	background-color: #ffdf9b;
	border: 1px solid #ffbc38;
	padding: 1em;
	margin: 0 0 0.5em 0;
}

form em {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-weight: bold;
	color: #D69600;
}

form .required { background-color: #ffdf9b; }
form .invalid { background-color: #ffc1c1; }

form input[type="checkbox"] .required {
	background-color: #ffdf9b;
	border: 3px solid #ffbc38;
}
textarea { margin: 0.4em auto 0.5em 0.2em; }



/*


    Blog Styles


*/

div#sidebar div.widget-area li.widget_tag_cloud div a {
    width: auto;
    padding: 0;
    display: inline;
}


/*

    Post Styles

*/


#content .entry-title {
    margin: 1em 0 0.3em 0;
    clear: both;
    line-height: 1.1em;
}

#content .entry-meta {
    background-color: #dedede;
    background: rgba(0, 0, 0, 0.025);
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 80%;
    padding: 0.5em;
    margin: 0 0 1em 0;
}
#content .entry-utility {
    background-color: #85B14C;
    background: rgba(133, 177, 76, 0.1);
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 85%;
    padding: 0.5em;
    margin: 0 0 1em 0;
    clear: both;
}

div.post span.comments-link {
    background: none;
    border: none;
    padding: none;
    margin: none;

    background: #1c2611 url(/assets/templates/twinbro/images/gradient-overlay.png) repeat-x; 
    display: inline-block;
    padding: 2px 6px;
    color: #fff; 
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-right: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

#content div.post span.comments-link a:link {
    color: #fff;
    text-decoration: none;
}
#content div.post span.comments-link a:visited {
    color: #ddd;
    text-decoration: none;
}


/*

    Comment styles

*/
#comments {
	clear: both;
}
#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;
}
.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 p {
	font-size: 100%;
}
#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 {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.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 {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#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;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/*

    Images Styles

*/

#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 {
	background: #f1f1f1;
	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;
}

