/*  
Theme Name: Responz
Theme URI: http://themify.me/themes/responz
Version: 1.0.8
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: url(images/body-bg.png) no-repeat center top;
	font: .81em/150% Georgia, "Times New Roman", Times, serif;
	color: #777;
}
a {
	text-decoration: underline;
	outline: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 10px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: Arapey, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ccc;
	padding: 6px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
background: #fff;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
background: #fff;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #fafafa;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #000;
	color: #aaa;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewidth {
	width: 978px;
	margin: 0 auto;
}

#body {
	width: 978px; /* same as pagewidth */
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0 40px;
}

@media only screen  and (max-width : 768px) {
  #body { padding: 15px 0 40px; }
}
/* content top space */
#contentwrap {
background: #fff;
padding: 5px;
margin-top: 10px;
}
#contentwrap2 {
background: #fff;
padding: 5px;
margin-top: 10px;
}
#sidebar {
	padding-top: 1%;
}

/* sidebar1 (sidebar right) */
#contentwrap {
	width: 65.64%;
	float: left;
}
#sidebar {
	width: 31.28%;
	float: right;
}
/* sidebar1 (sidebar left) */
.sidebar-left #contentwrap {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar2 (content-middle) */
.sidebar2 #content {
	width: 73.83%;
	float: right;
}
.sidebar2 #sidebar-alt {
	width: 21.49%;
	float: left;
}
/* sidebar2 content-right */
.sidebar2.content-right #contentwrap {
	float: right;
}
.sidebar2.content-right #sidebar-alt {
	float: left;
}
.sidebar2.content-right #sidebar {
	float: left;
}

/* sidebar2 content-left */
.sidebar2.content-left #contentwrap {
	float: left;
}
.sidebar2.content-left #content {
	float: left;
}
.sidebar2.content-left #sidebar-alt {
	float: right;
padding: 5px;
}
.sidebar2.content-left #sidebar {
	float: right;
}

/* sidebar-none */
.sidebar-none #contentwrap {
	width: 100%;
	float: none;
}

/* sidebar secondary column */
#sidebar .secondary {
	width: 47%;
	float: left;
}
#sidebar .secondary.last {
	float: right;
}


/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* sidebar1 & 2 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1,
.sidebar2 .col4-1,
.sidebar2 .col4-2,
.sidebar2 .col4-3,
.sidebar2 .col3-1,
.sidebar2 .col3-2,
.sidebar2 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1,
.sidebar2 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, 
.sidebar1 .col2-1,
.sidebar2 .col4-2, 
.sidebar2 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3,
.sidebar2 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1,
.sidebar2 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2,
.sidebar2 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	z-index: 9999;
	height: 220px;
	/*border-bottom: solid 4px #000;*/
}

/* 
SITE LOGO
================================================ */
#site-logo {
	font: italic 96px/100% Arapey, "Times New Roman", Times, serif;
	letter-spacing: -.08em;
	position: absolute;
	top: 0;
padding: 0px;
}
#site-logo a {
	text-decoration: none;
	color: #000;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	font: italic 14px/100% Arapey, "Times New Roman", Times, serif;
	position: absolute;
	top: 114px;
	color: #999;
}

/* nav bar */
#nav-bar {
	background: #ffffff;
	width: 100%;
	padding: 5px 0 4px;
	min-height: 5px;
}

/* 
HEADER WIDGET
================================================ */
.header-widget {
	position: absolute;
	top: 40px;
	right: 0;
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	float: right;
	margin-top: -1px;
	position: absolute;
	bottom: 12px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* 
RSS
================================================ */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* 
SEARCH FORM
================================================ */
#header #searchform {
	position: absolute;
	right: 0;
	top: -37px;
	z-index: 1000;
	width: 160px;
}
#header #searchform #s {
	width: 65px;
	color: #666;
	background: #ffffff url(images/search.png) no-repeat 8px center;
	border-color: #bbb;
	padding: 5px 5px 5px 28px;
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #000;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000;
font-family: 'Fjalla One', arial, sans-serif;
 background: none repeat scroll 0 0 #000000;
    height: 25px;
    top: 160px;
	right: 0;
    /*width: 968px !important;*/
background: -moz-linear-gradient(top,  rgba(112,112,112,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,112,112,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(112,112,112,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(112,112,112,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(112,112,112,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(112,112,112,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

/*@media only screen and (max-width : 728px) {
  #main-nav ul { display: none !important; }
}*/

#main-nav li {
    border-left: 1px solid #333333;
   /* border-right: 1px solid #222222;*/
    float: left;
    list-style: none outside none;
    margin: -5px 0 0;
    padding: 5px 0 0;
	/*position: relative;*/
}
#main-nav li:first-child {
	border-left: none;
}
#main-nav li:last-child {
	border-right: none;
}
/* main level link */
#main-nav a {
	color: #FFF !important;
	display: block;
	padding: 3px 10px 7px !important;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 1px;
	min-height: 20px;
}
#main-nav li:first-child a {
	/*padding-left: 0;*/
}
#main-nav li:last-child a {
	border-right: none;
}
#main-nav li.current-menu-item ul, #main-nav li.current-menu-parent ul {
	display: block;
}
/* main level link title */
#main-nav a span {
	color: #999;
	display: block;
	font-style: none;
	font-size: 90%;
	margin-top: 2px;
	text-transform: none;
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	/*color: #FFF !important;*/
}
/* link title hover */
#main-nav a:hover span, #main-nav .current_page_item a:hover span, #main-nav .current-menu-item a:hover span {
	color: #FFF !important;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #FFF !important;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #FBDE18 !important;
}
/* sub-levels link */
#main-nav li a:hover, #main-nav li.current-menu-item a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ad7642), to(#5c4128));
	background: -moz-linear-gradient(top, #ad7642, #5c4128);
}
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 95%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 5px 5px 5px 15px;
	margin: 0;
	width: 170px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: 0;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
    background: #5D4228;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 3px 0 3px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#main-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	border: none;
}
#main-nav ul li a{
    border-right: 1px solid #FFFFFF !important;
    color: #FFFFFF !important;
    display: inline;
    padding: 0 10px !important;
    width: auto !important;
	font-weight: bold !important;
}
#main-nav ul li:last-child a {
	border-right: none !important;
}
#main-nav ul li a:hover, #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-parent a {
    background: #5D4228 !important;
	color: #FBDE18 !important;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	/*display: block;*/
}

/* 
TOP NAVIGATION
================================================ */
#top-nav {
	margin-top: 5px;
	padding: 0 100px 0 0;
	position: relative;
	z-index: 99999;
}
#top-nav li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#top-nav a {
	text-decoration: none;
	margin-right: 7px;
	color: #000000;
	padding: 5px;
}
#top-nav a:hover {
	text-decoration: underline;
}
/* sub-levels link */
#top-nav ul a, #top-nav .current_page_item ul a, #top-nav ul .current_page_item a, #top-nav .current-menu-item ul a, #top-nav ul .current-menu-item a, #top-nav li:hover > ul a  {
	color: #666;
	font-weight: normal;
	text-transform: none;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
}
/* sub-levels link :hover */
#top-nav ul a:hover, #top-nav .current_page_item ul a:hover, #top-nav ul .current_page_item a:hover, #top-nav .current-menu-item ul a:hover, #top-nav ul .current-menu-item a:hover, #top-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: fixed;
	left: 0;
	top: 18px;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
}
#top-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
/* sub-levels dropdown */
#top-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#top-nav li:hover > ul {
	display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
/* header slider */
#header-slider {
	border-bottom: solid 2px #ccc;
}

/* footer slider */
#footer-slider {
	border-top: solid 2px #ccc;
	padding-top: 20px;
	margin-top: 20px;
}

/* slider general style */
.slider {
	margin-top: 20px;
	padding-bottom: 10px;
}
/* jcarousel wrapper */
.slider .jcarousel-clip {
	margin-left: 38px;
	margin-right: 34px;
	overflow: hidden;
}
.slider .slides {
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.slider .slides li {
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 0 0;
	width: 100px;
	float: left;
}
.slider .slide-post-title {
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 4px;
}
.slider .slide-post-title a {
	text-decoration: none;
}
.slider .slide-post-title a:hover {
	text-decoration: underline;
}
.slider .slide-excerpt {
	font-size: 80%;
	line-height: 130%;
}

/* jcarousel nav */
.slider .jcarousel-prev,
.slider .jcarousel-next {
	color: #000;
	display: block;
	width: 30px;
	height: 30px;
	font: 36px/60% "Times New Roman", Times, serif;
	text-align: center;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.slider .jcarousel-prev {
	left: 0px;
}
.slider .jcarousel-next {
	right: 0px;
}
.slider .jcarousel-prev-disabled,
.slider .jcarousel-next-disabled {
	color: #ccc;
	cursor: auto;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 360%;
	line-height: 110%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
CATEGORY SECTIONS
================================================ */
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: double 4px #ccc;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 40px;
}

/* post content */
.post-content {
	min-width: 120px;
background-color: #fff;
padding-top: 10px;
}

/* post title */
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 180%;
	font-style: normal;
	line-height: 110%;
}
.post-title a {
	text-decoration: none;
}

/* post image */
.post-image {
background-color: #fff;
margin-left: auto;
    margin-right: auto

}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post-date */
.post-date {
	font: normal 120% Arapey, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* post meta */
.post-meta {
	font: italic 90%/120% Arapey, "Times New Roman", Times, serif;
	margin: 0 0 8px;
}
.post-meta a {
	text-decoration: none;
}
.post-meta a:hover {
	text-decoration: underline;
}
.event-meta {
	background-color: #FFF;
	padding-left:5px;
}

/* grid4 post */
.grid4 .post {
	width: 222px;
	margin-left: 30px;
	float: left;
}
.sidebar2 .grid4 .post,
.sidebar1 .grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}
.grid4 .post-title {
	font-size: 140%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid3 post */
.grid3 .post {
	width: 306px;
	margin-left: 30px;
	float: left;
}
.sidebar2 .grid3 .post,
.sidebar1 .grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.grid3 .post-title {
	font-size: 160%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2 post */
.grid2 .post {
	width: 474px;
	float: left;
	margin-left: 30px;
}
.sidebar2 .grid2 .post,
.sidebar1 .grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}
.grid2 .post-title {
	font-size: 180%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2-thumb post */
.grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
	float: left;
}
.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 180%;
}
.grid2-thumb .post-image {
	float: left;
	margin: 5px 14px 10px 0;
}
.grid2-thumb .post-content {
	overflow: hidden;
}

/* list thumb post */
.list-thumb-image .post-image {
	float: left;
	margin: 7px 16px 10px 0;
}
.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.list-large-image {
	padding: 25px 0 15px;
}
.list-large-image .post-image {
	float: left;
	margin: 7px 22px 10px 0;
}
.list-large-image .post-title {
	font-size: 200%;
	margin: 0 0 5px;
	padding: 0;
}
.list-large-image .post-content {
	overflow: hidden;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #333;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #000;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #666;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 180%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 2px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: italic;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 90px;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-variant: small-caps;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar-alt {
	font-size: 95%;
background-color: #FFF;
padding: 5px;
}
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0px;
	font-size: 25px;
	text-transform: none;
	font: "Times New Roman", Times, serif;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 5px;
}
.widget li a {
	text-decoration: none;
}
.widget li a:hover {
	text-decoration: underline;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
width: 100px;
height: auto;
}
.widget .feature-posts-list small {
	font: 90% "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
	margin-right: 2px;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background: #000;
	padding: 30px 0 40px;
}
#footer {
	color: #bbb;
	clear: both;
}
#footer a {
	color: #fff;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #fff;
}

/* footer widget */
#footer .widget li {
	border-color: #333;
}

/* back to top */
.back-top {
	clear: both;
	float: left;
}
.back-top a {
	background: #4d4d4d url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #111;
}

/* footer nav */
.footer-nav-wrap {
	width: 70%;
	float: left;
}
.footer-nav {
	margin: 5px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.footer-nav a {
	text-decoration: none;
	line-height: 100%;
	vertical-align: middle;
	font-family: 'Old Standard TT', "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* footer text */
.footer-text {
	font: italic 90%/150% Arapey, "Times New Roman", Times, serif;
	text-align: right;
	float: right;
	width: 30%;
}
.footer-text a {
	text-decoration: none;
}
.footer-text a:hover {
	text-decoration: underline;
}


/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font: italic 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

/* custom ajax race filter  */

.race_filter_form {
	float:left;	
}

.race_filter_results {
	float:left;
	width:500px;
	margin-left:20px;	
}

#loading{
	display:none;	
}

#ajax-search-form{
	width:200px;	
	float: left;
	margin-bottom: 20px;
}

#success{
	margin-top:20px;	
}

#success{
	margin-top:20px;	
}

.race-count {
    font-size: 18px;
    margin-bottom: 20px;
}

/* custom ajax race filter  */


/* Discount Page */

.login-form input[type='text'], .login-form input[type='password'], .register-form input[type='text']{
	margin-top:10px;
	margin-left:10px;
	
	width:50%;
} 
.comm-email > input {
	
    margin-left: 35px !important;
}

.login-error, .register-error{
	
	color: #FF0000;
   
   margin: 10px;
	
}

.login-form-wrap, .register-form-wrap {
	
    border: 1px solid #5d4228;
    
    padding: 10px;
    
    margin-top: 10px;

}

.register-success{
	
	color: #006600;
   
   margin: 10px;
	
}

#mc_embed_signup{
background:#fff; 
clear:left; 
width:300px;
text-transform: lowercase;
color: rgb(93, 66, 40);
display: block;
font-family: 'Fjalla One', arial, sans-serif;
}

.similar-posts img {
	width: 125px;
	height: 125px;
}