/*
Theme Name: VCOM
Description: A custom theme for the Virginia Coalition of Motorcyclists
Author: 28 Media
Author URI: http://www.28media.com
Version: 1.0
*/

/* -------------- Basic Layout -------------- */

html, body {
    height: 100%;
    }

body {
    background: #332C24;
    color: #464646;
    color: black;
    font: 12px open_sansregular, Arial, Verdana, Helvetica, Sans-Serif;
    min-width: 930px;
    width: auto !important;
    width: 930px;
    }

.pagebg {
    background: #332C24 url(images/bgr.png) center repeat-y;
    display: table-cell;
    display: block;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    }

.home .pagebg {
    background: #be3c1e;
    }

.page-top-shadow {
    background: url(images/page-top-shadow.png) top repeat-x;
    height: 23px;
    position: relative;
    z-index: 5;
    }

.page-top {
    background: url(images/page-top.jpg) top repeat-x;
    height: 180px;
    }

#header {
    height: 180px;
    margin: 0 auto;
    width: 930px;
    }

.page-wrap {
    background: url(images/page-bgr.png) top center no-repeat;
    margin: -22px 0 0;
    position: relative;
    z-index: 1;
    }

.home .page-wrap {
    background: url(images/page-bgr-home.jpg) #959595 top center repeat-y;
    }

.columns {
    height: 1%;
    margin: 0 auto;
    padding: 60px 0;
    width: 930px;
    }

.home .columns {
    padding: 0 0 10px;
    }

#content {
    float: left;
    width: 565px;
    }

#sidebar {
    float: right;
    width: 302px;
    }

#footer {
    background: black;
    padding: 20px 0;
    float: left;
    width: 100%;
    }

#footer .wrap {
    color: #cf8162;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 930px;
    }

/* -------------- Generic Tags & Classes -------------- */

a {
    color: #363636;
    outline: none;
    text-decoration: underline;
    }

a:hover {
    color: #000000;
    text-decoration: underline;
    }

a.more {
    display: block;
    margin-top: 1.3em;
    }

strong {
	font-family: open_sansbold;
	}

p {
    line-height: 1.3em;
    padding: 0 0 2em;
    }

blockquote {
    background: #ebebeb;
    padding: 10px 20px;
    margin: 10px 20px;
    }

blockquote p {
    font: italic 12px/22px open_sans_semiboldregular;
    }

label {
    display: block;
    font: .9em open_sansbold;
    margin: 0;
    text-transform: uppercase;
    }

#content .gform_wrapper .top_label .gfield_label {
    margin: 0;
    }

#content .entry ul.gform_fields, #content .entry ul.gform_fields li ul {
    margin: 0;
    padding: 0;
    }

#content .gfield_radio input {
    margin: 0 5px;
    }

.mc-field-group label {
    color: black;
    float: none;
    font: .9em;
    margin: 3px 0 0 5px;
    text-transform: uppercase;
    width: 120px;
    }

input, select, textarea {
    background: url(images/input-bgr.png) white top left no-repeat;
    border: #7D7D7D 1px solid;
    color: #959595;
    font: italic 12px Arial, Helvetica, sans-serif;
    padding: 4px;
    }

.alignnone {
    margin: 0 10px 10px 0;
    }

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

.alignright {
    float: right;
    margin: 0 0 10px 10px;
    }

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    }

#content .entry ul li {
    margin: 10px 0;
    list-style-type: disc;
    }

#content .entry ul, #content .entry ol {
    margin: 5px 20px;
    list-style-type: decimal;
    }

#content .entry form ul, #content .entry form ul li {
    list-style-type: none;
    }

.reg {
    font-size: .8em;
    position: relative;
    top: -2px;    
    }

/* -------------- Headings -------------- */

h1 {
    color: #be3c1e;
    font: 29px/22px oswaldbold;
    margin: 0 0 .5em;
    }

h2 {
    color: #be3c1e;
    font: 26px/26px oswaldregular;
    margin: 0 0 .5em;
    text-transform: uppercase;
    }

h3 {
    color: #be3c1e;
    font: 1.3em open_sansbold;
    margin: 0 0 1em;
    }

h4 {
    color: #666;
    font-size: 1em;
    margin: 0 0 .5em;
    }

h5 {
    color: #363636;
    font-size: .9em;
    font-weight: normal;
    }

.entry h2 {
    color: #a67c52;
    font: 16px/18px open_sans_semiboldregular;
    text-transform: none;
    margin: 0 0 10px;
    }

h1.page-title {
    margin: 0 0 20px;
    line-height: 1.4;
    }

/* -------------- Logo -------------- */

#logo {
    margin: 0;
    padding: 0;
    position: relative;
    left: -20px;
    }

#logo a {
    text-indent: -9999px;
    font-size: 1%;
    overflow: hidden;
    display: block;
    width: 707px;
    height: 103px;
    background: url(/wp-content/uploads/2025/06/logo.png) no-repeat;
    position: absolute;
    }

/* -------------- Main Nav -------------- */

#nav {
    background: url(images/nav1-bgr.png) top no-repeat;
    font: 20px/18px HelveticaNeueLTStd47LtCn;
    height: 84px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    width: 780px;
    z-index: 100;
    clear: both;
    float: right;
    position: relative;
    top: 25px;
    }

#nav ul {
    padding: 0 0 0 40px;
    }

#nav li {
    float: left;
    position: relative;
    text-align: center;
    }

#nav li strong {
    display: block;
    font: 22px/22px HelveticaNeueLTStd77BdCn;
    font-weight: normal;
    }

#nav li a {
    color: #363636;
    display: block;
    float: left;
    height: 55px;
    padding: 20px 26px 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 white;
    letter-spacing: -1px;
    }

#nav li a:hover, #nav li.current-menu-item a,
#nav li:hover a {
    color: #000000;
    }

#nav li:hover {
    text-shadow: 1px 1px 1px #ffffff;
    }

#nav li ul {
    background: #b83c1e;
    box-shadow: 2px 2px 2px #333333;
    -webkit-box-shadow: 2px 2px 2px #333333;;
    clear: both;
    float: none;
    left: -9999em;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 75px;
    z-index: 10;
    }

#nav li:hover ul {
    left: -20px;
    }

#nav li li {
    line-height: normal;
    }

#nav li:hover li a {
    color: #ffffff;
    font: 12px open_sans_semiboldregular;
    height: auto;
    padding: 5px 0;
    text-shadow: none;
    text-transform: none;
    width: 150px;
    letter-spacing: normal;
    }

/* -------------- Header -------------- */


#header .contact-info {
    float: right;
    margin: 40px 0 0;
    width: 160px;
    padding: 0 0 0 40px;
    background: url(images/ico-phone.png) left 19px no-repeat;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    }

#header .contact-info strong {
    display: block;
    font: 24px oswaldregular;
    }

/* -------------- Homepage Elements -------------- */

.col1 {
    float: left;
    margin: 0 0 0 -40px;
    width: 670px;
    }

#slider {
    background: url(images/slide-bgr.png) top no-repeat;
    height: 419px;
    position: relative;
    width: 670px;
    margin: 0;
    }

.slider-pic {
    left: 34px;
    position: absolute;
    top: 0;
    }

#slider .flex-control-paging li a {
    background: url(images/ico-dot.png) top no-repeat;
    height: 16px;
    width: 18px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
    }

#slider .flex-control-paging li a.flex-active, 
#slider .flex-control-paging li a:hover {
    background: url(images/ico-dot-.png) top no-repeat;
    text-decoration: none;
    }
	
#hybrid-slideshow:before,
#hybrid-slideshow:after {
    content: " ";
    display: table; 
	}

#hybrid-slideshow:after {
    clear: both;
	}

#hybrid-slideshow {
    *zoom: 1;
	}

.col2 {
    float: right;
    margin: 40px 0 0;
    width: 300px;
    }

.col2 h2 {
    font: 26px/26px oswaldbold;
    }

.col2 h3 {
    color: #a67c52;
    font: italic 16px/17px open_sans_semiboldregular;
    }

.col2 a {
    background: url(images/btn-more.png) left no-repeat;
    color: #363636;
    display: block;
    font: 20px/47px oswaldregular;
    height: 52px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 1px 0 white;
    text-transform: uppercase;
    width: 290px;
    }

.col3 img {
    margin: 0;
    }

.col2 a:hover {
    color: #000;
    }

.columns2 {
    height: 1%;
    margin: 0 auto;
    padding: 30px 0 35px;
    width: 960px;
    }

.col3 {
    float: left;
    width: 319px;
    }

.box-top, .box-bot {
    background: url(images/box-top.png) top no-repeat;
    clear: both;
    height: 70px;
    overflow: hidden;
    }

.box-bot {
    background: url(images/box-bot.png) top no-repeat;
    height: 16px;
    }

h2.widgettitle {
    text-transform: uppercase;
    color: #AF997F;
    font-size: 20px;
    line-height: 65px;
    margin: 0;
    text-align: center;
    }

.columns2 .textwidget, #sidebar .textwidget {
    background: url(images/box-bgr.png) repeat-y;
    display: table-cell;
    display: block;
    height: auto !important;
    height: 145px;
    min-height: 145px;
    padding: 12px 32px 15px;
    }

.widget p {
    padding: 0 20px 15px;
    }

a.button, .button, .submit {
    clear: both;
    background: url(images/btn-link.png) left no-repeat;
    color: black;
    display: block;
    font: 14px/47px oswaldregular;
    height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 256px;
    border: none;
    padding: 0;
    }

a.button:hover, .button:hover, .submit:hover {
    color: #332C24;
    }

/* -------------- Sidebar -------------- */

#sidebar .widget {
    margin: 0 0 30px;
    padding: 0 0 0 9px;
    width: 289px;
    }

#sidebar .box-top, #sidebar .box-bot {
    background: url(images/box2-top.png) top no-repeat;
    clear: both;
    height: 60px;
    overflow: hidden;
    }

#sidebar .box-bot {
    background: url(images/box2-bot.png) top no-repeat;
    height: 16px;
    }

#sidebar h2.widgettitle {
    line-height: 55px;
    }

#sidebar .textwidget {
    background: url(images/box2-bgr.png) repeat-y;
    height: 1%;
    padding: 10px 17px;
    }

.pages-nav {
    margin: 0 0 50px;
    }

.pages-nav h2 {
    color: white;
    padding: 0 0 0 40px;
    }

.pages-nav ul {
    padding: 2px 0 0;
    }

.pages-nav li {
    padding: 0 0 2px;
    background: url(images/subnav-rule.png) left bottom no-repeat;
    }

.pages-nav li ul {
    padding: 5px 20px 5px 0;
    background: url(images/subnav-rule-2.png) left top no-repeat;
    }

.pages-nav li ul li {
    background: transparent;
    padding: 0;
    }

.pages-nav a {
    color: #ffb27f;
    display: block;
    font-size: 14px;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    }

.pages-nav a:hover, .pages-nav .current_page_item > a {
    color: white;
    font-family: open_sansbold;
    }

.pages-nav li ul li a {
    color: #592518;
    height: auto;
    line-height: 22px;
    }

.form-newsletter input.text {
    border: 1px solid lightGrey;
    color: #959595;
    float: left;
    font-style: italic;
    padding: 4px 10px;
    width: 220px;
    margin-left: 5px;
    margin-bottom: 10px;
    }

#sidebar input.text, 
.columns2 input.text {
    background: #fff3e6;
    border: 1px solid #d7d7d7;
    width: 230px;
    padding: 6px 5px;
    margin: 0 auto 6px;
    display: block;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, .53);
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, .53);
    }

#sidebar form label {
    display: none;
    }

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

#footer a {
    color: #cf8162;
    text-decoration: none;
    }

.copyright {
    padding: 0 0 15px;
    }

#footer-nav {
    font: 11px oswaldregular;
    height: 16px;
    letter-spacing: 1px;
    }

#footer-nav li {
    display: inline;
    padding: 0 13px;
    text-transform: uppercase;
    }

#footer-nav li a {
    color: #707070;
    text-decoration: none;
    }

#footer-nav li a:hover {
    color: #fff;
    }

#footer .widgets .widget {
    width: 33%;
    float: left;
    text-align: center;
    margin-top: 10px;
    }

#footer .widgets .widgettitle {
    font-size: 13px;
    margin: 10px 0;
    line-height: 1;
    }

/* -------------- Posts -------------- */

.post {
    border-bottom: 1px solid #9E9E9E;
    margin: 0 0 25px;
    padding: 0 0 25px;
    }

h3.post-title {
    margin: 0 0 10px;
    }

h3.post-title a {
    color: #be3c1e;
    text-decoration: none;
    }

.post header h5, .article header h5 {
    margin: 0 0 1em;
    }

.post h4 {
    color: black;
    font: 1em open_sansbold;
    text-transform: uppercase;
    }

/* -------------- Forms -------------- */

#gform_wrapper_1, #gform_wrapper_2 {
    clear: both;
    }

#gform_wrapper_1 form, 
#gform_wrapper_2 form, 
#gform_wrapper_8 form,
#gform_wrapper_9 form {
    display: none;
    border-top: 1px solid #9E9E9E;
    padding-top: 40px;
    padding-bottom: 20px;
    }

#gform_wrapper_1 .gform_heading,
#gform_wrapper_2 .gform_heading, 
#gform_wrapper_8 .gform_heading,
#gform_wrapper_9 .gform_heading {
    display: none;
}

.gform_fields li {
    margin: 0 0 8px;
    }

.gform_button {
    padding-top: 0;
    padding-bottom: 5px;
    }

input.medium {
    width: 325px;
    }

#gform_2 .ginput_complex {
    clear: both;
    }

#gform_2 .ginput_complex label {
    float: none;
    display: block;
    font: normal 10px open_sansregular, Arial, Verdana, Helvetica, Sans-Serif;
    }

#gform_2 .ginput_left, #gform_2 .ginput_right {
    width: 50%;
    float: left;
    }

#gform_2 .ginput_complex .ginput_left input , 
#gform_2 .ginput_complex .ginput_right input {
    width: 80%;
    }

#gform_2 input {
    margin-top: 5px;
    }

#gform_2 .ginput_full input {
    width: 90%;
    }

#gform_2 .ginput_full {
    width: 100%;
    display: block;
    }

#input_2_2_5_container {
    clear: both;
    }

#field_2_3 {
    clear: both;
    }

#gform_2 .gfield {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    clear: both;
    }

#form-switcher {
    margin: 0 0 20px;
    }

/* -------------- Statutes Pages -------------- */

.page-id-38 .entry strong a {
    color: #be3c1e;
    text-decoration: none;
    font: 1.1em open_sansbold;
    padding: 15px 0 20px;
    }

.page-id-38 .entry .definition {
    background: #cecece;
    color: #363636;
    padding: 15px 20px;
    display: none;
    width: 565px;
    }

.statute {
    border-bottom: 1px solid #9E9E9E;
    clear: both;
    margin: 20px 0 10px;
    width: 565px;
    }

/* -------------- Bills of Interest Page -------------- */

.bill h2 a {
    color: #be3c1e;
    font: 16px open_sansbold;
    text-transform: none;
    text-decoration: none;
    }

.page-id-8 h2 {
    text-transform: none;
    }

.page-id-8 div.category {
    padding: 20px 0 40px;
    }

.type-bill {
    margin: 0 0 40px;
    }

#content .bill p {
    padding: 0 0 15px;
    }

/* -------------- Supporters Page -------------- */

.page-template-page-supporters-php #content h2 {
    font-size: 16px;
    }

.page-template-page-supporters-php #content ul {
    margin: 10px 0 30px;
    }

.page-template-page-supporters-php #content ul li {
    list-style-type: none;
    margin: 0 0 5px;
    }

.page-template-page-supporters-php #content ul li strong {
    font-family: open_sansbold;
    }

.page-template-page-supporters-php #content ul li p {
    margin: 0;
    padding: 0;
    }

/* -------------- Events -------------- */

.events-list h2 {
    line-height: 1.4;
}