/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

#post-entries { display: none; }

.regFormBox
{
    background: whitesmoke;
    border: 1px solid #e6e6e6;
    padding: 10px;
}
li.regForm
{
    padding-bottom: 5px;
}

.gform_wrapper .top_label .regForm input.medium, .gform_wrapper .top_label .regForm select.medium
{
    width:80%;
}

.regForm select
{
    padding: 7px 0 7px 7px;
    border-color: #EFEFEF #ccc #CCCCCC #efefef;
    border-width: 1px;
    border-style: solid;
}

.regForm .gfield_checkbox, .regForm .gfield_radio {
    margin-left: 0px !important;
}


a.button.blue {
    padding: 16px 20px;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
    border-radius: 2px;
    background: #3784AC;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, rgba(55, 134, 177, 0.6)), color-stop(1, rgba(55, 135, 175, 0.88)) );
    background: -moz-linear-gradient( center top, #63CAD7 60%, #3787AF 88% );
}

a.button.blue:hover {
    padding: 16px 20px;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
    background: #3784AC;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, rgba(55, 134, 177, 0.8)), color-stop(1, rgb(55, 135, 175)) );
    background: -moz-linear-gradient( center top, #63CAD7 60%, #3787AF 88% );
}


#slide-nav li a span.info {

padding: 0px 20px;
top: 10px;
}

#DI-Go-Logo {
position: relative;
float: right;
margin-top: 5px;
}

.border-killer {
background: #fffff;
border: 0px;
border-width: 0px;
}

a:link,a:visited {
}

a:hover {
}

.quoteBox {
	border-top: 8px solid #46a9c8;
	border-bottom: 8px solid #46a9c8;
	padding: 20px 0;
	margin: 20px 0;
	font-size: 32px;
	line-height: 32px;
}

.numberBox {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.numberBox h2 {
	font-size: 32px;
	margin-bottom: 0;
	color: #46a9c8;
}

.entry table td {
	border: 0 solid #46a9c8;
	padding: 0;
}

div.note {
	font-size: 10px;
	margin: 10px 0;
}

#latest {
	display: none;
}

#latest h3 {
	display: none;
}

.col-left .woo-sc-box.info {
	display: none;
}

#header {
	height: 100px;
}

#header .site-title a {
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#header #logo .col-left {
	height: 100px;
}

#logo .site-description {
	color: #000;
}

#logo {
	padding: 0;
}

.col-right #main-nav {
	display:none;
}


#footer #copyright span {
font: 12px/1.5em Sans-serif;
}

#footer-widgets.col-3 .block.footer-widget-1 {
	width: 60%;
}

#footer-widgets.col-3 .block.footer-widget-2 {
	width: 40%;
}

div #sidebar .col-right[style] {
	background: red!important;
	height: 2000px!important;
}

.post-date {
	display: none;
}


.post-meta {
	display: none;
}

#flickr_badge_wrapper {
	background-color: #000!important;
	border: 0!important;
}

/* Gravity Form */

.gform_wrapper {
	overflow: inherit;
	margin: 0px 0 !important;
	max-width: 100% !important;
}

.gfield_label {
	padding-right: 0px !important;
	width: auto !important;
	font-size: 14px;
	padding-bottom: 5px;
}

.gform_wrapper .gfield_radio {
	margin-left: 0px !important;
}


.gform_wrapper .gfield_required {
	xdisplay:none;
}