/*
  Theme Name: Elko Speedway
  Theme URI: http://www.dkssystems.com/
  Description: This is a custom theme for Elko Speedway
  Version: 1.0
  Author: DKS Systems
  Author URI: http://www.dkssystems.com/
*/

* {
	margin: 0;
	padding: 0;
}

a { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #d71921;}
.clear { clear: both; }
.right { float:right;}
.left { float:left;}
img { border: 0;}
code { background-color: #ffc; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 { font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

.list {
	width: 1000px;
	margin: 0 auto;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#slogan {
	font-size: 14px;
	margin-top: 16px;
	margin-left: 12px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.sub {
	padding-top: 15px;
	display: none;
}

.sub a { color: #6a87a3; }
.sub a:hover { text-decoration: underline; }

#searchform label { display:none }
#searchform input[type="text"] {  
	background-color: #101011;	width: 195px; height: 25px;	 
	border: 0; border-left: 1px solid #292d30; border-right: 1px solid #292d30; border-bottom: 1px solid #292d30; 
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
	font-size: 12px;
	color: #38444f;
	padding-left: 8px;
	margin-right: 10px;
	clear: both;
}

#searchform input[type="submit"] { 
	position: relative;
	right: -180px;
	top: -23px;
	height:20px;
	width: 25px;
	background: url('img/search.png') center no-repeat;
	border:0
}

.button { float:right; padding-top: 15px; margin-right: 10px; }
.button-ticket { float:right; padding-top: 15px; margin-right: 100px; }

#header {
	width: 1000px;
	margin: 0 auto;
}

#full-header {
	width: 1000px;
	margin: 0 auto;
	background: black;
}

#background {
	height: 4000px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -1000;
	background: #000000;
}

#background-image {
	background: url("img/background-image.jpg");
	width: 1800px;
	height: 100%;
	margin: 0 auto;
}

.logo {
	float: right;
}

ul.topnav {
	list-style: none; 
	padding: 0;
	float: left;
	margin-top: 32px;
	margin-left: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position:relative
}

ul.topnav li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
}

ul.topnav li:hover {
	background-color: #0d0f13;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.topnav li a {
	padding: 0px 8px 8px 8px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	background-color: transparent;
}

ul.topnav li a:hover {
	color: ##a7a9ac;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* Topnav Subpages */
.topnav .children {
	position:absolute; 
	display:none;
	background-color: #0d0f13;
	font-size: .7em;
	width: 120px;
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px; 
	z-index: 300;
 }
.topnav .children li { margin: 5px; }

#banner { width: 950px; margin: 25px auto 10px auto; }

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
	
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(img/shape.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-15px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

#slider {
	position:relative;
	background:#202834 url('img/loading.gif') no-repeat 50% 50%;
	border: 10px solid #fff;
}

#slider-shadow {
position: relative;
bottom: 5px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	display: block;
}

dl.slider_image			{ position: relative; margin: 1em 0; }
dl.slider_image dt img	{ display: block; }
dl.slider_image dd		{ position: absolute; left: 0; bottom: 1.25em;
							 font: bold 2em/1.25em Helvetica, sans-serif; }
dl.slider_image dd span a { color:#fff}
dl.slider_image.top dd	{ top: 1.25em; }
dl.slider_image dd span { display: block; float: left; clear: both;
							 background: #000; background: rgba(0, 0, 0, 0.7);
							 padding: 0.25em 0.5em; color: #fff; }

#wrapper {
	width:100%;
	height: 100%;
}

#main { margin: 0 auto 10px auto; padding: 20px; width: 910px; background: url(img/mainbg.png) repeat;}
.block {width: 290px; float:left; margin-right: 20px; }
.block2 {width: 290px; float:left;}
.smallblock {width: 240px;	background: url(img/sectionbg.png) repeat; margin-top: 10px; padding: 20px;}

.head {width: 290px; height: 46px; background: url(img/head.png) repeat-x;}

.section { width: 250px;  background: url(img/sectionbg.png) repeat; padding: 20px; font-size: 14px; color: #6a7796;}
.section h2 {font-size: 14px; font-weight: bold; color: #fff;}
.section h3 {font-size: 12px; font-weight: normal; }
.section h3 a { color: #3f9fcf; }
.section h3 a:hover { text-decoration: underline; }
.section p { margin: 20px 0; line-height: 15pt; }
.learn { margin-top: 40px; font-size: 12px; font-weight: bold; margin-bottom: 15px;}
.learn a {background-color: #11719f; margin-right: 10px; padding: 12px 10px; margin-top: 20px; color: #fff;}
.learn a:hover {color: #000;}

.section2 { width: 240px;  background: url(img/sectionbg.png) repeat; padding: 20px;}
.ico { float:left; margin-right: 20px; margin-bottom: 20px; }
.ico2 {float:left;}
.ico2 img {margin-right: 5px;}
.detail {float:left;}
.detail h3 {font-size: 14px; font-weight: bold; color: #fff;}
.detail h4 {font-size: 14px; font-weight: normal; color: #6a7796;}

.icons { float:left; margin-top: 10px; margin-left: 10px; }
.title { margin-left: 10px; margin-top: 10px;font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #fff; float:left;}

#topfooter { background-color: #0f131f; margin-top: 20px; width: 100%; padding: 30px 0; border-bottom: 1px solid #040507;}
.topcontent {width: 950px; margin: 0 auto;}
.column { float:left; margin-right: 50px; }
.column h2 {font-size: 16px; font-weight: bold; margin-bottom: 20px; color: #000000;}

ul.botnav { list-style: none; padding: 0; font-size: 12px; font-family:Arial, Helvetica, sans-serif; }
ul.botnav li { margin: 0; padding: 0 0 10px 0; }
ul.botnav li a{ padding: 0; color: #606574;}
ul.botnav li a:hover{ text-decoration: underline }
ul.botnav ul.children { margin-top: 10px; margin-left:5px;}

.gallery { width: 260px; }
.gallery img {background-color: #191f2f; padding: 5px; border: 1px solid #252c3e; float:left; margin-right:9px; margin-bottom:10px;}

ul.twitter {
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	list-style-type:none;
}

ul.twitter li, li.twitter-message {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.twitbird {float: right; margin-right: 20px;}
a.twitter-link, a.twitter-user {color: #000000; }
a.twitter-link:hover, a.twitter-user:hover {text-decoration: underline;}
.twitter-timestamp { margin-top: 25px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#305465; display:block; }
.twitter-timestamp a{ color:#417893; }
.twitter-timestamp a:hover{ text-decoration: underline; }

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0;
	background: white;
}

.fotcontent {
	width: 1000px;
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fotcontent a{ color: #6a7796;  }
.fotcontent a:hover{ text-decoration: underline; }

/* Extra Style For single.php */

#wrap {
	width: 1000px;
	margin: 0 auto;
	background: white;
}

.main-content {
	width: 648px;
	margin: 5px;
	float:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.main-content.front-page {
	width: 476px;
	height: 350px;
	color: white;
	background: black;
	border: solid 5px black;
}

.main-content.front-page a {
		color: #ffffff;

}

.main-content-subpage a {
	color: #ec1c2e;
	text-decoration: underline;
	font-weight: normal;
	
}

.main-content-subpage {
	width: 638px;
	font-size: 12px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.main-content-subpage.notwitter {
	width: 980px;
	margin-left: 10px;
}

.main-content-subpage.homepage {
	width: 1000px;
}

.main-content-subpage .main-title {
	width: 642px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
		color: #000000
}

.main-content img {
	
}

.main-title{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: 492px;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 1px;
	border-bottom: 0px dotted #84a1af;
	display:block;
}

.main-title.blog {
	display: none;
}

.main-title img { background-color: transparent; border: 0; padding: 0; }

.post {
	font-size: 12px;
	line-height: 17px;
}

.post p { margin-top: 20px; }
blockquote, .post blockquote { background-color: #eef0f5; border: 1px solid #ced1da; margin-top: 10px; padding: 0 20px 10px 20px; color: #788093; font-weight: bold; font-style: italic; }

.post ul, .post ol { margin: 10px 20px 10px 30px;}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 10px 0;
}

#sidebar {
	float: left;
	width: 302px;
	height: 340px;
	margin: 5px;
	border: solid 0px black;
	padding: 5px;
}
#sidebar h2 { background: none; padding: 10px 10px 10px 10px; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #fff; height: 12px; width: 220px;  }

#sidebar p { padding: 20px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #444955; line-height: 17px;}

ul.spenav { list-style: none; padding: 10px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #747c93; }
ul.spenav li { margin: 0 0 10px 0;  }
ul.spenav li a{ padding: 10px; background: #dce0e9 url('img/arrowlink.png') no-repeat 95% 50%; color: #747c93; display: block; }
ul.spenav li a:hover{ color: #444d68; background: #d0d4de url('img/arrowhover.png') no-repeat 95% 50%; }

ul.sidenav, #sidebar ul {
	list-style: none;
	padding: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.sidenav li, #sidebar ul li { margin: 0 0 10px 0;  }
ul.sidenav li span, #sidebar ul li span { float:right; color: #444d68; }
ul.sidenav li a, #sidebar ul li a { padding: 10px; color: #747c93;  }
ul.sidenav li a:hover, #sidebar ul li a:hover { text-decoration: underline; }

ul#git_info li {margin-bottom: 20px}
#git_info h3, #git_info h4 { font-size: 12px; }
#git_info h3 { font-weight:bold; margin-bottom: 2px; padding-top:2px}
#git_info h4 { color: #6a7796; font-weight:lighter}
.git_phone, .git_email, .git_skype { padding-left: 35px; min-height: 35px }
.git_phone { background: url('img/phone2.png') left center no-repeat; }
.git_email { background: url('img/mail.png') left center no-repeat; }
.git_skype { background: url('img/skype.png') left center no-repeat; }

.ico3 {float:left;}
.ico3 img {margin-right: 2px;}

/* Extra Style For gallery.html */

#gallerysheet { background-color: #fff; padding: 25px;}
.gallery-head { margin-bottom: 15px; }
.gallery-head h2 { font-size: 22px; font-weight: bold; color: #4d5467; }
.gallery-body { margin-top: 20px; }
.gallery-body img { background-color: #eef0f5; border: 1px solid #ced1da; padding: 5px; margin: 0 13px 15px 0; float: left; }

ul.gallerynav {
	list-style: none;
	margin: 0;
	float: right;
}
ul.gallerynav li {
	float: right;
	margin: 0;
	padding: 8px 40px 8px 10px;
	background-color: #11719f;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.gallerynav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
.trigger span{
width: 38px;
	height: 34px;
	float: right;
	margin: 0;
	margin-left: 5px;
	background: url(img/plus.png) no-repeat;
	}
.trigger span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
ul.gallerynav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #11719f;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 153px;
}
ul.gallerynav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 153px;
}
html ul.gallerynav li ul.subnav li a {
	float: left;
	width: 128px;
	padding-left: 20px;
}
html ul.gallerynav li ul.subnav li a:hover { 
background: #1a93cd;
}

#paging { margin-top: 20px; padding: 10px; background-color: #eef0f5; border: 1px solid #ced1da; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #fff; }
.next { margin: 10px 0; }
.next a{ background-color: #4eabd7; padding: 10px; color:#fff}
.next a:hover { background-color: #11719f;}

/* Extra Style For blog.html */

/*.content { padding: 10px 0 20px 0; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; border-bottom: 0px dotted #000;}*/
.content {
    border-bottom: 0 dotted #000;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 0 20px;
}

.blogtitle { margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 16px;}

.content h1 {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content a {
	font-weight: bold;
}

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

/* Comments style */

/*Comments*/

h3#comments { margin-bottom: 30px; }
ol.commentlist { list-style-type: none; font-size:12px; font-family: Arial, Helvetica, sans-serif; }
#commentform a, ol.commentlist a { color: #1c8cb5; }

li.comment {
	margin: 20px 0;
	padding: 20px 20px;
}

#commentform a:hover, li.comment a:hover { color: #222; }

div.comment-author { float:left; text-align: center; margin-right: 20px; }

img.avatar { padding: 4px; background: #fff;}
div.commentmetadata a { 
	font-size: 12px;
	text-decoration:none;
	line-height: 0px;
	color: #9097a9;
	
}

cite.fn { font-style:normal; font-weight: bolder;}

li.comment p { margin: 20px 0 0 80px; min-height: 20px;}

div.reply a { 
	
	}
div.reply a:hover {}

ul.children { margin-top: 30px; list-style-type:none; width:100% }
ul.children li.comment { border:0; border-top: 1px dotted #ced1da; margin:0; padding:20px 0 0 0 }

div#respond {
	position:relative;
	margin:0;
	padding:0
}

h3#reply-title, h3#comments-title {
	font-size: 1.7em;
}

div#inputbox { width: 47%; padding-right: 5px;}
div#inputbox p {margin: 0 0 10px 0}
#comment-form-comment { width: 45%}
form#commentform {margin:0 auto; padding:0; display:block; width:98%}

form#commentform label { display:block }

form#commentform input, form#contact_form input[type="text"] {
	width:95%;
	height: 2em;
	border:1px solid #ced1da;
	font-size: 18px;
	background: #222;
	padding-left: 3px;
}

form#commentform textarea, form#contact_form textarea {
	width:290px;
	height: 170px;
	border:1px solid #ced1da;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0 0 10px 10px;
	background: #222;
	padding: 5px;
}

p.comment-notes, p.form-allowed-tags { font-size: 12px; color: #9097a9; clear:both; text-align: right}
form#commentform input#submit, form#contact_form button { background: #11719f; color: #fff; border:0; padding:0 5px; margin-top:10px; width: 80px; font-weight: bold; float: right;}

/* Contact Form */
.screenReader { 
 left: -9999px; 
 position: absolute; 
 top: -9999px;
}
.thanks { background: #F2F3F6; border: 1px solid #7E8AA2; padding: 10px; }
form#contact_form label { font-weight:bold }
form#contact_form p.buttons {margin:0}
form#contact_form label {  }
form#contact_form input[type="text"] { width: 43% }
form#contact_form textarea { width: 100%; margin-left: 0; height: 300px; }
form#contact_form button { width: 120px; height: 45px; margin:0}
#map_wrap {float:right; margin-right:0}
p.map {  display:block; margin:0; font-weight:bold }
#map_canvas { width: 315px; height: 189px; float:right }

/* Generated by WordPress */
div.aligncenter { text-align:center; margin:auto; }
img.aligncenter {display:block; margin:auto;}
.alignleft { float:left; }
.alignright { float:right; }
.wp-caption { background: #eef0f5; border: 1px solid #ced1da; text-align:center; font-style: italic; font-size: 12px; padding:2.5px 2.5px; margin:5px;}
vp.wp-caption-text { margin:0; padding:0}
.wp-caption img {border:0;}

#advertisement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 5px;
	background: none;
	color: white;
	width: 135px;
	height:340px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

#events {
	width: 772px;
	height: 100px;
	background: url("img/elko-background-all-events.png");
	float: left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#music {
	width: 762px;
	height: 45px;
	margin: 5px;
	margin-top: 7px;
}

#feature-stories {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px; /* 40px; */
	background: white;
}

.feature-story {
	float: left;
	width: 146px;
	height: 135px;
	margin: 5px;
	border: solid 5px black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: black;
}

.feature-story a {
	color: white;
}

#news-items {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

.news-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #a7a9ac;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.news-item a {
	color: #a7a9ac;
}

#upcoming-news {
	width: 490px;
	margin-left: 10px;
	float: left;
}

#past-news {
	width: 490px;
	margin-left: 10px;
	float: left;
}

.nocomments{
	display: none;
}

form#commentform input#recaptcha_response_field {
	background: white;
	padding: 0;
	height: 16px;
}

#results-iframe {
	border: 0;
}

.preview-image.large-preview {
	width: 100%;
}

.preview-image.small-preview {
	width: 100%;
}

img.preview-image {
	padding: 0;
	border: none;
}

#races {
	width: 752px;
	height: 25px;
	margin: 5px;
	padding: 5px;
	background-color: #ec1c2e;
	border-radius: 5px;
}

.tickets .viewport {
	overflow: hidden;
}

#races .viewport {
	height: 25px;
	width: 714px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#music .viewport {
	height: 45px;
	width: 762px;
}

#races .shifter {
	margin: 0px;
	transition: margin 1s ease-in;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	width: 100000px;
}

.race-event {
	float: left;
	width: 168px;
	margin-right: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 4px;
	background: url("img/elko-background-nascarevents.png") repeat-x;
	text-transform: uppercase;
	font-size: 8pt
}

.music-event {
	float: left;
	padding: 5px;
	/* height: 35px; */
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;
	/* background: url("img/elko-background-musicevents.png"); */
	background-color: #fff;
}

.music-event > a > div {
	height: 16px;
	overflow: hidden;
}

.race-event > a > div {
	height: 12px;
	overflow: hidden;
}

.music-event-title {
	font-weight: bold;
}

#races-left, #races-right {
	margin-top: 5px;
	margin-bottom: 6px;
}

.news-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* New changes for Music header...
---------------------------------------------------------------------------------- */
.music-event {
	width: 170px;
	height: 170px;
}
.music-event img {
	width: 170px;
	height: 170px;
}
#music {
	height: 180px;
}
#music .viewport {
	height: 180px;
}
#events {
	height: 237px;
	background: #fff url('img/elko-background-all-events-1.png') bottom left repeat-x;
}
.button {
	margin-right: 15px;
}
.button-ticket {
	margin-right: 5px;
	float: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 15px;
	right: 16px;
}
.logo {
	margin-top: 112px;
}
.list {
	position: relative;
}
#listButtonsWrapper {
	position: absolute;
	top: 71px;
	right: 12px;
}

/**
 * Homepage Widget Updates...
 */
.addBannerWrapper {
	background: #fff;
	padding: 10px 10px 5px 10px;
	height: 830px;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}
.addBannerWrapper img {
	width: 100%;
	max-height: 640px;
	-webkit-border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}
aside#widget_sp_image-2 {
  width: 61%;
  float:left;
  padding-top: 5px;
}
aside#widget_sp_image-3 {
  width: 35%;
  padding-right:15px;
  float:right;
  padding-top: 5px;
}
.homeTextWrapper {
	background: #fff;
	width: 1000px;
	margin: 0px auto;
}
.homeTextWrapper .textwidget {
	padding: 0px 10px;
}



/******/
/*** NAV ***/

.navLink.main-desktop { display:none;}

.memberLinks {
	height: 76px;
	display:none;
}
.medMenu {
	display:none;  
  }
.memberLinks a {
	font-size:14px;
	font-weight:600;
	color:#289958;	
	text-decoration:none;
	display:block;
	padding-left:25px;
	height: 40px;
	padding-top: 5px;
	box-sizing: border-box;
}
.menuLink {
	height: 40px;
	overflow:hidden;
	width: 40px;
	background: url(../img/mobile-menu.png) no-repeat 0px -43px;
	transition: background .3s ease-in;	
}
.menuLink.collapsed {
	background: url(../img/mobile-menu.png) no-repeat 0px 0px;
}
.mobileNav {
	padding-top: 30px !important;
	position:relative;
	z-index:900;
}
.mobileNav ul {
  list-style:none;
  margin:0px;
  padding:0px;	
  float:right;
}
.mobileNav ul li {
	float:left;	
	display:block;
	width:36px;
	height:40px;
	background: url(../img/icons.png) no-repeat;
	font-size:0px;
}
.mobileNav ul li.menu {
	background-position: -8px -335px;	
}
.mobileNav ul li.menu.opened {
	background-position: -77px -335px;
}
.mobileNav ul li.search {
	background-position: -9px -395px;	
}
.mobileNav ul li.search.opened {
	background-position: -74px -395px;	
}
.navBar {
	position:fixed;
	width:100%;
	top:100px;
	box-sizing:border-box;
	background:#282f59;
	z-index:999;
	left:1px;
}
ul.navigation {
	list-style:none;
	margin:10px 0 0 0px;
	padding:0px;	
	display:none;
	background:#fff;
}
ul.navigation, ul.navigation li {
	border-bottom:solid 2px #f5f6f5;	
}
.navLink {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	transition: color .4s ease;
}
.navLink:hover {
	color:#97ca3d;
	
}
.navLink-primary {
    color: #0c8f4b;
	font-size:20px;
	text-decoration:none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
}
.caret {
    /*display: inline-block;*/
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
	display:none;
}
.right-caret {
	background:url(../img/right-caret.jpg) no-repeat right 3px;
}
.left-caret {
	background:url(../img/left-caret.jpg) no-repeat right 4px;
}
.dropdown {
    position: relative
}




.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu.show {
	display:block !important;
}
.dropdown-menu {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	width:100%;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu li {
	border-bottom:solid 1px #f5f6f5;	
	width:100%;
	border-left:none !important;
}
.dropdown-menu.sub-menu li {
	border-bottom:solid 0px #f5f6f5;
	padding-left:10px;
}
.sub-menu li a{
	text-decoration:none;	
}
.sub-menu {
	display:none;	
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ffff;
    white-space: nowrap;
	text-decoration:none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #285b66;
    text-decoration: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #285b66;
    text-decoration: none;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.barIcons {
	list-style:none;
	padding:0px;
	margin:0px;
	position:absolute;
	right:0px;
	top:25px;
}
.barIcons li {
	float:right;	
	width:30px;
	height:30px;
	margin-right:3px;
}
.barIcons li a { 
	background:url(../img/icons.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	display:block;
}
.barIcons li a.search {
	background-position:-73px -285px;
}
.barIcons li a.cart {
	background-position:-107px -285px;
}
.barIcons li a.search:hover{
	background-position:-25px -285px;
}
.barIcons li a.cart:hover {
	background-position:-107px -285px;
}
.barIcons li a.search.opened{
	background-position:-25px -285px;
}
.barIcons li a.cart.opened {
	background-position:-107px -285px;
}
ul.menu li.menu-item-has-children:hover ul {
    display:block;
}

.menu li{
float:left;
display:block!important;
position:relative;
padding-right:30px;
}
.menu li a{
float:left;
}
.menu{
font-size:20px;
font-weight:bold;
margin-left:80px;
padding:10px;
}
.navbar-header{
text-align:center;
z-index:99999;
}

.menu-item{
list-style:none;
margin-right:10px;
}

ul.sub-menu  li{
clear:both;
display:block;
float: none !important;
}
.sub-menu li a{
color:#fff;
font-weight: normal;
}
.sub-menu li a:hover {
    color: #d71921;
}
.sub-menu{
position:absolute;
background-color:#999;
top:21px;
padding-top:5px;
}
.sub-menu-wrap ul li{
white-space:nowrap;
width:auto;
z-index:999;
margin-left:5px;
}
.sub-menu-wrap ul li:a.hover{
color:black;
}
.home #main_content .container .post p {
margin-top:0;
}
.post_home {
	font-size: 12px;
	line-height: 17px;
}

.post_home p { margin-top: -15px; }