/*
Theme Name: VMX
Theme URI: http://www.vintagemx.net
Description: Vintage Motocross
Version: 3
*/
@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
/*******Resets*******/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
table {border-collapse: collapse;border-spacing: 0;}
:focus {outline: 0;}
.clear{
	clear:both;
	line-height:0px;
	padding:0px;
	height:0px;
	margin:0px;
	font-size:0px;
}
header, footer, aside, nav, article, section{display:block;}
.clear{
	clear: both;
	font-size:0px;
	height:0;
	line-height:0;
}
.clearfix:after{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix{display:block;}
html[xmlns] .clearfix{display: block;}
* html .clearfix{height: 1%;}

/*******General*******/
html{background:#dbd9b1 url(images/back.jpg) top left;}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#212121;
	font-size:14px;
}
hr{
	line-height:1px;
	height:1px;
	background:#b0b0b0;
	clear:both;
	border:none;
	outline:none;
}
p{
	padding:0 0 15px 0;
	font-size:14px;
	line-height:19px;
	color:#222222;
	font-family:sans-serif;
}
a{color:#990000;text-decoration:none;}
h1, h2, h2.heading{
	background:url(images/headingBck.jpg) repeat;
	border-bottom: 1px solid #C9C79D;
	border-top:none;
	clear:both;
	padding:5px 10px;
	margin:-10px -10px 10px -10px;
	color:#443d35;
	text-shadow:#eee 0 1px 0;
	font-weight:100;
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
	text-align:center;
}
h2{
	border-top:1px solid #C9C79D;
	margin:10px -10px 10px -10px;	
}
small{font-size:11px;}

/*******Head*******
--------------------------------------------------------------------*/
#container{
	background:url(images/containerBck.png) top center repeat-y;
	display:block;
	width:992px;
	margin:auto;	
	padding:0 0 15px 0;
}
#mobileNav{display:none;}
#mainHead{
	background:url(images/logo.jpg) bottom left no-repeat;
	width:992px;
	height:251px;
	display:block;
	margin:auto;
}
#mainHead h1{
	background:none;
	padding:0;
	margin:0;
	border:none;
	line-height:normal;
}
#mainHead h1 a, #mainHead div a{
	display:block;
	width:772px;
	height:196px;
	margin:auto;
	text-indent:-9999em;
}
#mainNav{
	padding:0 8px;
	margin:15px auto 15px;	
	display:block;
	width:934px;
}
#mainNav ul{float:right;}
#mainNav ul:first-child{float:left;}
#mainNav ul li{
	float:left;
	color:#fff;
	text-shadow:#000 0 -1px 0;
	display:block;
	font-size:13px;
	text-transform:uppercase;
	cursor:default;
}
#mainNav ul li a{
	margin:7px 0 0;
	color:#fff;
	padding:5px 15px;
	display:block;
	border-radius:15px;
	text-decoration:none;
}
#mainNav ul li a:hover{
	color: #fff;
	border-bottom:1px solid #cc6666;
	background:#2d0000;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
#mainNav ul li.dropDown{
	padding:5px 15px;
	margin:7px 0 0;
}
#mainNav ul li.dropDown:hover{
	background:#2d0000;
	margin:6px 0 0;
	border-top:1px solid #000;
	border-radius:15px 15px 0 0;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
#mainNav ul li.dropDown div{
	background:#2d0000;
	padding:0 10px 10px 10px;
	margin:4px 0 0 -15px;
	position:absolute;
	display:none;
	z-index:999;
	box-shadow:#2d0000 0 3px 7px;
}
#mainNav ul li.dropDown#brands div{width:254px;}
#mainNav ul li.dropDown div ul{
	background:#990000 url(images/navBack.jpg) repeat;
	padding:7px;
}
#mainNav ul li.dropDown div ul li{
	margin:0;
	padding:0;
	float:none;
	display:block;
}
#mainNav ul li.dropDown#brands div ul li{width:120px;float:left;}
#mainNav ul li.dropDown div ul li a{
	font-size:12px;	
	padding:5px 10px;
	margin:0;
	border-bottom:1px solid transparent;
	height:auto;
	width:auto;
	text-indent:inherit;
	word-spacing:1px;
	border-radius:0;
}
#mainNav ul li.dropDown div ul li a:hover{border-bottom:1px solid #cc6666;}

/*******Main Content*******
--------------------------------------------------------------------*/
#rightColumn, #content{
	float:right;
	clear:right;
	width:748px;
	padding:0;
	margin:15px 21px 0 0;
}
article{
	border:1px solid #C9C79D;
	padding:10px;
	margin:0 0 15px 0;
}
article p a{color:#990000;text-decoration:underline;}
h3{
	font-weight:100;
	margin:0 0 5px 0;
	color:#000;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
}
h4, h5{
	font-family:sans-serif;
	font-weight:600;
	margin:0px 0 7px 0;
	color:#443d35;
	font-size:16px;
	line-height:16px;
}
h5{font-size:15px;line-height:15px;}
article.home .entry{margin:3px 0 0;}
a.more-link{font-size:12px;font-style:italic;}
article a:hover{text-decoration:underline;}
.postmetadata{
	background:url(images/headingBck.jpg) repeat;
	font-family:sans-serif;
	clear:both;
	font-size:10px;
	display:block;
	line-height:10px;
	margin:15px 0 0;
	padding:6px 10px;
	text-transform:uppercase;
	font-weight:100;
}
.postmetadata .date{float:right;margin:0;}
.postmetadata a{color:#990000;}
.postmetadata a:hover{text-decoration:underline;}
article pre{
	overflow-x:auto;
	padding:10px 10px 15px 10px;
	margin:0;
	display:block;
	background:#eee;
	border-left:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
}
article ol, article ul{list-style:outside;}
article ul{margin:0 0 15px 0;}
article ol li, article ul li{font-family:sans-serif; margin:0 0 0 20px; padding:3px 0; list-style:disc;}
article ol li{list-style:decimal;}
article blockquote {
	margin:0 0 15px 0;
	padding:5px 10px;
	border-left:1px solid #C9C79D;
	font-size:14px;
	font-style:italic;
}
article blockquote cite {
	margin: 5px 0 0;
	display: block;
}
article blockquote h5, article blockquote h6{margin:5px 0;padding:0;font-size:12px;}
article ul.category{margin:0 0 -15px -15px;}
article ul.category li{
	border:1px solid #C9C79D;
	padding:10px;
	width:333px;
	height:345px;
	margin:0 0 15px 15px;
	float:left;
	overflow:hidden;
}
article ul.category li h3{
	font-family:sans-serif;
	background:url(images/headingBck.jpg) repeat;
	text-shadow:#fff 0 1px 0;
	font-size:14px;
	line-height:16px;
	padding:5px 10px;
	margin:-10px -10px 10px -10px;
}
article ul.category li a.mainImg{
	background:#050505;
	display:block;
	width:353px;
	height:280px;
	overflow:hidden;
	margin:-10px 0 10px -10px;
	text-indent:-9999em;
}
article ul.category li a.mainImg img{
	display:block;
	height:280px;
	margin:auto;
}
.navigation {
	display: block;
	clear: both;
	padding:0;
	margin:15px 0 0;
}
.navigation .alignright, .navigation .alignleft{margin:0;}
.navigation .alignright a, .navigation .alignleft a{
	font-family:sans-serif;
	background:#990000;
	color:#fff;
	padding:7px 15px;
	display:block;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	text-align:center;
	width:140px;
	margin:0;
}
.navigation .alignright a:hover, .navigation .alignleft a:hover{
	background:#520000;
	text-shadow:#000 0 -1px 0;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.specs{
	
	border: 1px solid #C9C79D;
	padding:10px;
	margin:7px 0 15px 0;
}
.specs ul li{
	float:left;
	width:30.3%;
	margin:0 0 0 20px;
	list-style:outside;
}
/******HOME PAGE ONLY******/
#malcolm{
	position:absolute;
	margin:-25px 0 0 405px;
}
section#slider{
	width:748px;
	height:320px;
	overflow:hidden;
	margin:0 0 15px;
}

/*******LISTINGS PAGE*******/
section.listing{
	padding:10px;
	border:1px solid #C9C79D;
	font-family:sans-serif;
	margin:10px 0 0 0;
}
article h1 + section.listing{margin:0;}
section.listing h3{
	background:#e5e3bc;
	padding:5px 5px 3px 5px;
	text-shadow:#fff 0 1px 0;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	margin:0 0 10px 0;
}
section.listing .date{
	margin:6px 5px 0 20px;
	color:#443D35;
	float:right;
	clear:right;
	text-transform:uppercase;
	font-size:11px;
	line-height:12px;
	text-shadow:#fff 0 1px 0;
}
section.listing img{
	float:left;
	width:80px;
	height:80px;
	margin:0 10px 10px 0;
}
section.listing small{
	clear: both;
	font-size: 10px;
	display: block;
	padding: 0 0 10px;
}

/*******Sidebar*******
--------------------------------------------------------------------*/
#sidebar{
	width:182px;
	float:left;
	padding:15px 0px;
	margin:0 0 0 21px;
}
#sidebar nav, #sidebar section{
	border:1px solid #C9C79D;
	padding:0;
	margin:0 0 15px 0;
}
#sidebar section#search{
	margin:0 0 15px 0 !important;
	border:none !important;
	padding:0 !important;
	height:26px !important;
}
#sidebar #search form#searchbox{
	padding:0 !important;
	background:none !important;
	margin:0 !important;
	border:none !important;
}
#sidebar #search input[type=text]{
	font-family:sans-serif !important;
	border:0 !important;
	width:135px !important;
	padding:3px 5px !important;
	height:18px !important;
	margin:0 !important;
	font-size:12px !important;
	float:left !important;
	display:block !important;
	border:1px solid #C9C79D !important;
	border-right:none !important;
	line-height:18px !important;
	border-radius:0 !important;
	box-shadow:none !important;
}
#sidebar #search input[type=submit]{
	font-family:sans-serif !important;
	text-transform:uppercase;
	text-align:center;
	color:#fff !important;
	background:#990000 !important;
	font-size:12px !important;
	line-height:12px !important;
	display:block !important;
	float:left !important;
	height:26px !important;
	clear:none !important;
	margin:0 !important;
	width:36px !important;
	text-shadow:#000 0 -1px 0 !important;
	border:none !important;
	border-radius:0px !important;	
	padding:0 !important;
}
#sidebar #search input[type=submit]:hover{
	background:#520000 !important;
	transition: background 0.5s !important;
	-moz-transition: background 0.5s !important;
	-webkit-transition: background 0.5s !important;
	-o-transition: background 0.5s !important;
}
#sidebar nav h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/headingBck.jpg) repeat;
	padding:5px;
	margin:0;
	color:#443d35;
	text-shadow:#eee 0 1px 0;
	font-weight:100;
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
	text-align:center;
}
#sidebar nav ul#share{width:160px !important;border:none;border-top: 1px solid #C9C79D;padding:10px;}
#sidebar nav ul#share li{border-top:0;}
#sidebar nav #facebook{margin:5px 0 12px;border:none;overflow:hidden;}
#sidebar nav #twitter{width:90px;overflow:hidden;float:left;border:none;}
#sidebar nav #googleplus{width:70px;overflow:hidden;margin:0;float:left;border:none;}
#sidebar nav ul li{
	border-top: 1px solid #C9C79D;
	font-family:sans-serif;
}
#sidebar nav ul li a{
	color:#990000;
	display: block;
	font-size: 13px;
	padding:5px 7px;
}
#sidebar nav ul li a:hover{
	background:#990000;
	color:#fff;
	text-shadow: #222 0 -1px 0;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
#social{width:166px; margin:15px 0 0 37px; height:71px; background:url(images/socialBack.png) no-repeat top left;}
#social a#twitter, #social a#facebook{
	width:32px;
	height:32px;
	margin:34px 0 0 12px;
	background:url(images/twitter.png) top left no-repeat;
	float:right;
	padding:0;
}
#social a#twitter:hover{width:32px; height:32px; background-position: bottom left;}
#social a#facebook{background:url(images/facebook.png) top left no-repeat;}
#social a#facebook:hover{width:32px; height:32px; background-position: bottom left;}
#sidebar nav ul li ul{
	display:none;
}
#sidebar nav ul#sitenav li ul{
	background:url(images/navBack.jpg) repeat top left;
	box-shadow:inset #000 0 2px 6px;
	margin:0;
	padding:8px 0 6px;
}
#sidebar nav ul#sitenav li ul li{border:0px;}
#sidebar nav ul#sitenav li ul li a{
	color:#fff;
	margin:0px 7px;
	font-size:13px;
	border-bottom:1px solid transparent;
}
#sidebar nav ul#sitenav li ul li a:hover{
	border-bottom:1px solid #cc6666;
	background:#2d0000;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}

#sidebar nav ul#sitenav li a.active{
	background: #C9C79D url(images/headingBck.jpg) repeat top left;
	color:#443d35;
	text-shadow:#eee 0 1px 0;
	border-bottom:1px solid #C9C79D;
}

/*******Footer*******
*****************************************************************/
#mainFoot{
	clear:both;
	padding:15px;
	background: url(images/headingBck.jpg) repeat;
	margin:15px 21px 0 21px;
	border:1px solid #C9C79D;
	display:block;
}
#mainFoot p{
	float:right;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:12px;
}
#mainFoot p:first-child{float:left;}
#mainFoot p a{
	color:#990000;
	text-shadow:#eee 0 1px 0;
}
#mainFoot p a:hover{
	color:#2d0000;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	text-decoration:underline;
}

/*******API Styles*******
*****************************************************************/
section#api{
	margin:0;
	width:748px;
	height:383px;
	overflow:auto;	
	font-family:sans-serif;
}
section#api ul, section#api ul li{list-style:none;margin:0;padding:0;}
section#api ul li a{
	height:80px;
	width:695px;
	margin:0 0 5px 0;
	padding:5px;
	border:1px solid #dedede;
	display:block;
}
section#api ul li a:hover{
	background:#eee;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
section#api ul li .pImage{
	background:#eee;
	display:table-cell;
	vertical-align:middle;
	width:105px;
	height:80px !important;
	overflow:hidden;
	margin:0 10px 0 0;
	float:left;
}
section#api ul li .pImage img{
	max-width:105px !important;
	max-height:80px !important;
	display:block;
	margin:auto;
}
section#api ul li strong.pDesc{
	font-weight:bold;
	color:#990000;
	font-size:14px;
	margin:0 0 5px;
	line-height:17px;
	text-transform:capitalize;
	width:464px;
	float:left;
}
section#api ul li:hover strong.pDesc{text-decoration:underline;}
section#api ul li .pPrice{
	display:block;
	width:105px;
	height:80px !important;
	overflow:hidden;
	margin:0;
	float:right;
	text-align:center;
	border-left:1px solid #dedede;
}
section#api ul li strong{
	font-size:19px;
	line-height:21px;
	text-transform:uppercase;
	color:#000;
	margin:20px 0 0;
	display:block;
}
section#api ul li span{
	font-size:12px;
	margin:8px 0 0;
	line-height:12px;
	height:12px;
	color:#bcbcbc;
	display:block;
}

section#api a.viewall{
	display:block;
	font-style:italic;
	font-size:14px;
	text-align:center;
}

/*******Store Styles*******
*****************************************************************/
section#store{
	margin:15px 0 -5px 0;
	font-family:sans-serif;
}
section#store ul, section#store ul li{list-style:none;margin:0;padding:0;}
section#store ul li{float:left;}
section#store ul li a{
	height:230px;
	width:159px;
	margin:0 5px 10px 5px;
	padding:5px;
	border:1px solid #dedede;
	display:block;
	text-align:center;
}
section#store ul li a:hover{
	background:#eee;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
section#store ul li .pImage{
	background:#eee;
	display:table-cell;
	vertical-align:middle;
	width:159px;
	height:159px !important;
	overflow:hidden;
	margin:0;
}
section#store ul li .pImage img{
	max-width:159px !important;
	max-height:159px !important;
	display:block;
	margin:auto;
}
section#store ul li strong.pDesc{
	font-weight:bold;
	color:#990000;
	font-size:12px;
	margin:5px 0;
	height:30px;
	line-height:15px;
	text-transform:capitalize;
	display:block;
}
section#store ul li:hover strong.pDesc{text-decoration:underline;}
section#store ul li .pPrice{
	display:block;
	margin:0;
	text-align:center;
	font-size:16px;
	line-height:16px;
}
section#store ul li .pPrice span{
    color:#ddd;
    display:block;
    font-size:12px;
}

/*******Comments*******
*****************************************************************/
ul.commentlist{margin:0 0 -15px 0;}
ul.commentlist li{
	border-left:1px solid #C9C79D;
	border-top:1px solid #C9C79D;
	padding:10px;
	margin:0 0 15px 0;
	list-style:none;
}
ul.commentlist li .comment-author{
	font-family:sans-serif;
	padding:0;
	text-transform:capitalize;
	display:block;
	float:left;
	line-height:20px;
	margin:0 0 15px 0;
	width:335px;
}
ul.commentlist li img.avatar{
	float:left;
	display:block;
	margin:0 10px 0 0;
	padding:0;
	height:20px;
	width:20px;
}
ul.commentlist li .comment-meta{
	padding:0;
	line-height:20px;
	font-family:sans-serif;
	display:block;
	margin: 0px 0 15px 0;
	color: #443D35;
	float: right;
	clear: right;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow: white 0 1px 0;
	width:330px;
	text-align:right;
}
ul.commentlist li p{clear:both;}
ul.commentlist li .reply{height:20px;}
ul.children{margin:10px 0 0 0;}
ul.children li{margin:0 0 10px 0;}
.commentlist cite, .commentlist cite a {font-weight: bold; font-style:normal;font-size:17px;}
.commentmetadata {display: block;font-size:12px;}
code{font: 12px 'Courier New', Courier, Fixed;}

/* Comment Form & Form Tags*/
#commentform, form{
	background:#eee;
	border:1px solid #dedede;
	padding:10px;
	font-family:sans-serif;
}
label{
	font-size:14px;
	display:block;
	margin:0 0 2px 0;
	text-shadow:#fff 0 1px 0;
}
input[type=text], textarea, input[type=text], .standard-form input[type=password]{
	margin:3px 0 15px 0;
	padding:6px 5px 4px 5px;
	width:50%;
	display:block;
	box-shadow:inset #bbb 0 2px 5px;
	border-radius:2px;
	border:1px solid #dedede;
}
input[type=file]{
	display:block;
	margin:5px 0 10px;
}
textarea{
	padding:5px;
	height:150px;
	width:692px !important;
	max-width:694px !important;
	border:1px solid #dedede !important;
}
a#usp_add-another{text-transform:capitalize;}

form #submit, form input[type=submit], form input[type=button], form input[type=reset], form button{
	background:#990000 !important;	
	cursor:pointer !important;
	color:#fff !important;
	font-size:12px !important;
	padding:7px 20px !important;
	border:none !important;
	margin:5px 0 0 !important;
	padding: 6px 10px !important;
	border-radius:2px !important;
	font-weight:100 !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#990000',GradientType=0 ) !important;
}
form #submit:hover, form input[type=submit]:hover, form button:hover, form input[type=button]:hover, form input[type=reset]:hover{
	background:#520000 !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#520000', endColorstr='#520000',GradientType=0 ) !important;
	color:#fff;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* End Comments */

/** STYLES FOR USER SUBMITTED FORMS **/
#usp-success-message{
color: green;
text-shadow: #fff 0 1px 0;
font-size: 15px;
}
#usp-error-message{
color:#f00;
text-shadow:#fff 0 1px 0;
font-size:15px;
margin:0 0 10px;
}
#usp-submit{margin:15px 0 0;}
label.error, span.required, .usp-input-error{
	color:#f00 !important;
	margin:-10px 0 10px !important;
}

/* Begin Images */
img.aligncenter {
	display: block;
	margin:0 auto 15px;
	width:610px;
	height:267px;
}
img.alignright {
	padding:5px;
}
img.alignleft {
	margin: 0 15px 15px 0;
	display: inline;
	padding:0;
	border:none;
}
.alignright{
	display: block;
	padding: 0;
	float: right;
	margin: 0 0px 8px 10px;
	clear:right;
}
.alignright a, a.alignright, .alignright iframe, .alignright embed{
	background: url(images/shadow.jpg) bottom center no-repeat;
	display: block;
	padding: 0 0px 21px 0px;
	float: right;
	margin: 0 0 10px 10px;
	width: 350px;
	border: none;
	clear:right;
}
.alignright iframe{margin:0;}
.alignright img, .alignleft img{
	border: 5px solid #C9C79D;
	width: 340px;
	display: block;
}
.alignleft a, a.alignleft{
	background: url(images/shadow.jpg) bottom center no-repeat;
	display: block;
	padding: 0 0px 21px 0px;
	float: left;
	margin: 0 10px 10px 0;
	width: 350px;
	border: none;
	clear:left;
}
.gallery{
	clear:both;
	margin:10px auto 15px !important;
	width:720px;
	border:1px solid #C9C79D;
	padding:10px 0 0 0;
}
.gallery-item {
	margin:0 10px 10px 10px !important;
	height:160px;
	width:160px !important;
}
.gallery-item dd.gallery-caption{display:none;}
.gallery a img, .gallery-item a img{
	display:block;
	float:left;
	margin:10px !important;
	border: 5px solid #C9C79D !important;
	height:150px !important;
	width:150px !important;
}
.gallery-item a img{margin:0px !important;float:none;}
.gallery br{height:0;line-height:0;font-size:0;display:none;}
.alignright a img:hover, .alignleft a img:hover, .gallery-item a img:hover, a.alignright img:hover, a.alignleft img:hover, .gallery a img:hover{
	border: 5px solid #990000 !important;
	transition: border 0.5s;
	-moz-transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-o-transition: border 0.5s;
}

/* End Images */

/* Begin Various Tags & Classes */
.center {text-align: center;}
.hidden {display: none;}
.screen-reader-text {position: absolute; left: -1000em;}
#nojscript{
	background:red;
	color:#fff;
	height:20px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	font-weight:bold;
	box-shadow:#000 0px 2px 7px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
}
.wp-caption img{
	border: 5px solid #C9C79D;
	width: 340px;
	display: block;
}
.wp-caption a{margin:0 0 -12px;}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 11px;
	padding:5px 0 !important;
	margin:0;
	clear:both;
}
.wp-caption p.wp-caption-text a{
	padding:0;
	background:none;
	display:inline;
	margin:auto;
	width:auto;
	float:none;
	clear:none;
}

/* End captions */

/***************SCROLLBARS*****************
*****************************************************************************/
.scrollable {
	overflow: hidden !important;
	position: relative;
}
.scrollable .scrollcontent {
	position: absolute;
	top: 0px;
	right:0;
	bottom: 20px;
	left: 0px;
	overflow: hidden;
	line-height: 0px;
}
.scrollable .scrollwrap {
	overflow: hidden;
	display: inline-block;
	line-height: 1.3em;
}
.scrollable .scrollwrap:after {
	display: none;
}
.scrollable.no_scroll_v .scrollcontent {
	left: auto;
	right: 0;
}
.scrollable.no_scroll_h .scrollcontent {
	bottom: 0px;
}
.scrollable .scroller {
	position: absolute;
}
.scrollable .vscroller {
	top: 0px;
	left: auto;
	right: 20px;
	width: 14px;
	bottom: 0px;
}
.scrollable.no_scroll_v .vscroller {
	display: none;
}
.scrollable.no_scroll_h .vscroller {
	bottom: 0px;
}
.scrollable .hscroller {
	left: 0px;
	top: auto;
	right:0px;
	height: 14px;
	bottom: 0px;
	background:#fff;
}
.scrollable.no_scroll_v .hscroller {
	right: 0px;
}
.scrollable.no_scroll_h .hscroller {
	display: none;
}
.scrollable .scrollarea {
	position: absolute;
}
.scrollable .vscroller .scrollarea {
	top: 20px;
	bottom: 20px;
	left: 0px;
	right: 0px;
}
.scrollable .hscroller .scrollarea {
	top: 0px;
	bottom: 0px;
	left: 20px;
	right: 20px;
}
.scrollable .scrollblock {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.scrollable .scrollblock:hover {
	background:#990000;
}
.scrollable .vscroller .scrollblock {
	height: 60px;
	left: 3px;
	right: 3px;
	background:#C9C79D;
}
.scrollable .hscroller .scrollblock {
	left: 70px;
	width: 20px;
	top: 4px;
	bottom: 4px;
	background:#000;
}
.scrollable .scrollbtn {
	position: absolute;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	color:#C9C79D;
	font-weight: bold;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-moz-box-sizing: border-box;
	cursor: default;
}
.scrollable .scrollbtn:hover {
	color: #990000;
}
.scrollable .scrolltop {
	top: 0px;
	left: 0px;
}
.scrollable .scrolldown {
	left: 0px;
	bottom: 0px;
	top: auto;
}
.scrollable .scrollleft {
	left: 0px;
	top: 0px;
}
.scrollable .scrollright {
	top: 0px;
	right: 0px;
	left: auto;
}
.scrollable .filler {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 0px;
	width: 0px;
	left: auto;
	top: auto;
}
.scrollable.no_scroll_v .filler,
.scrollable.no_scroll_h .filler {
	display: none;
}

/*******CUSTOM LOGIN SCREEN*******
************************************************************************************/
body.login{
	background:#dbd9b1 url(images/back.jpg) top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	color:#212121;
	font-size:14px;
}
body.login #nav a, body.login #backtoblog a{color:#990000 !important;}
body.login #nav a:hover, body.login #backtoblog a:hover{
	color:#990000 !important;
	text-decoration:underline;
}
div#login{
	background:#fff;
	display:block;
	width:500px;
	margin:5% auto 0;	
	padding:15px;
	min-height:235px;
	box-shadow:#555 0 0 6px;
}
div#login h1{background:none;width:0;height:0;}
div#login h1 a{
	background:none;
	width:0;
	height:0;
	display:block;
	margin:auto;
	padding:0;
}
body.login div#login form {
	background:#eee;
	border:1px solid #dedede;
	padding:10px 10px 40px 10px;
	font-family:sans-serif;
	margin:auto;
	width:478px;
	box-shadow:none !important;
	border-radius:0;
}
body.login div#login form p label{
	font-size:14px;
	display:block;
	margin:0 0 2px 0;
	text-shadow:#fff 0 1px 0;
}
body.login div#login form p input[type=text], body.login div#login form p input[type=password]{
	margin:3px 0 15px 0;
	padding:6px 5px 4px 5px;
	display:block;
	box-shadow:inset #bbb 0 2px 5px;
	border-radius:2px;
	border:1px solid #dedede;
	background:#fff;
}
.login form p.forgetmenot {
	font-weight: normal;
	float: left;
	margin:5px 0 0 0;
	width:150px;
}
#login form p.submit {
	padding: 0;
	width:100px;
	margin:-5px 0 0 0;
	float: right;
	clear:right;
}
.login .button-primary {
	font-size: 14px !important;
	line-height: 16px;
	padding: 3px 10px;
	margin:-10px 0 0 0;
}
.login #nav, .login #backtoblog{
	float:left;
	clear:left;
	width:200px;
	padding:15px 0;
	margin:0;
}
.login #backtoblog{
	float:right;
	text-align:right;
	clear:right;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:1px;
	z-index:9;
	cursor:pointer;
	display:block;
	width:20px;
	height:20px;
	background:#000 url(images/arrows.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	opacity: 0.70;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.nivo-directionNav a:hover{opacity:1;}
.nivo-directionNav a.nivo-prevNav {
	right:21px;
}
.nivo-directionNav a.nivo-nextNav{
	right:1px;
	background:url(images/arrows.jpg) no-repeat -20px 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:0;
	margin:-43px 8px 0 0;
	position:relative;
	z-index:99;
	float:right;
	width:auto;
}
.nivo-controlNav a {
	font-family:sans-serif;
	cursor:pointer;
	padding:2px 6px;
	line-height:10px;
	font-size:10px;
	color:#fff;
	text-shadow:#000 0 -1px 0;
	margin:0 2px;
	border-radius:15px;
	border:1px solid #fff;
	box-shadow:#000 0 2px 5px;
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(top, #990000 0%, #520000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#520000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #990000 0%,#520000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #990000 0%,#520000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #990000 0%,#520000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#520000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #990000 0%,#520000 100%); /* W3C */
}
.nivo-controlNav a.active {
	background: #520000; /* Old browsers */
	background: -moz-linear-gradient(top, #520000 0%, #2d0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#520000), color-stop(100%,#2d0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #520000 0%,#2d0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #520000 0%,#2d0000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #520000 0%,#2d0000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#520000', endColorstr='#2d0000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #520000 0%,#2d0000 100%); /* W3C */
}
/********** QUIZ PAGE **********
**************************************************************/
article#quiz{
	background:url(images/chalkboard.jpg) no-repeat top left;
	width:748px;
	height:510px;
	border:0px;
	color:#fff;
	padding:0;
	margin:10px 0 15px;
}
article#quiz h1{
	font-family: 'Gloria Hallelujah', cursive;
	background:none;
	color:#fff;
	text-shadow:#101d12 0 1px 4px;
	font-size:40px;
	line-height:40px;
	border:0px;
	padding:40px 0 10px;
	height:auto;
}
p#tag{
	font-family: 'Gloria Hallelujah', cursive;
	text-align:center;
	font-size:17px;
	line-height:24px;
	margin:0px 50px 10px;
	padding:0;
	color:#fff;
}
#quiz form{
	background:none;
	width:640px;
	display:block;
	margin:auto;
	border:0px;
}
#quiz form ul li{border:2px solid #034021;background:none !important;}
#quiz form p{
	font-size:22px;
	line-height:27px;
	color:#fff;
	padding:0 0 5px;
}
#quiz form section.question{display:none;}
#quiz form section.question:first-child{display:block;}
#quiz form ul{margin:0;}
#quiz form ul li{
	background:none !important;
	border-radius:3px !important;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    clear:left;
    display:block;
    min-height:34px;
	list-style:none;
	padding:0;
	margin:7px 0;	
	padding:5px;
	cursor:pointer;
	transition: all 0.5s;
    width:100%;
}
#quiz form ul li:hover{border:2px solid #fff !important;}
#quiz form ul li input{
    float:left;
    display:block;
    margin:2px 5px 5px 0;
    height:16px;
    width:16px;
}
#quiz form ul li label{
    float:left;
    font-size:18px;
    line-height:20px;
    text-shadow:#101d12 0 1px 0;
}
#quiz form button#next, #quiz form button#prev{
	background:#fff !important;
	border:1px solid #fff;
	box-shadow:#222 0 1px 4px;
	font-size:18px;
	padding:5px;
	cursor:pointer;
	transition: all 0.5s;
}
#quiz form ul li.selected{
	border:2px solid #990000 !important;
	box-shadow:#520000 0 1px 4px !important;
	color:#fff !important;
	text-shadow:#000 0 -1px 0 !important;
	background: #990000 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #990000 0%, #520000 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#520000)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #990000 0%,#520000 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #990000 0%,#520000 100%) !important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #990000 0%,#520000 100%) !important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#520000',GradientType=0 ) !important; /* IE6-9 */
	background: linear-gradient(top, #990000 0%,#520000 100%) !important; /* W3C */
}
#quiz form button#prev, #quiz form button#next, #quiz form input[type=submit]{
	width:200px !important;
	padding:10px 0 !important;
	float:left;
	margin:10px 0 0 !important;
	display:block;
	text-align:center !important;
	color:#222 !important;
	font-size:14px !important;
	font-weight:bold !important;
}
#quiz form button#prev{display:none;}
#quiz form button#next{float:right;}
#quiz form button[disabled=disabled]{opacity:0.5;}
#quiz form input[type=submit]{
    clear:right;
    color:#fff !important;
    display:none;
    box-shadow:#222 0 1px 4px;
	font-size:18px;
    float:right;
}