/*
Theme Name: JAYCO V1

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure

 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	/*font-family: 'cardo', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f8f8f8;
}

a {
	/*color: #24890d;
	color:#a22222;*/
	color:#4882cb;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 20px 0 12px;
}

h1 {
	font-size: 24px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 22px;
	line-height: 1;
	margin: 16px 0 12px;
}

h3 {
	font-size: 20px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 18px;
	line-height: 1.2;
}

h5 {
	font-size: 16px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
	color:#ffffff;
}
button a:link{
	color:#ffffff;
}
button a:visited{
	color:#ffffff;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #8eaac0;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.site-content{
	padding-left:4em;
	padding-right:4em;	
}
.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.assistive-text{
	display:none;	
}
.hide {
	display: none;
}
.clear{
	clear:both;	
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}




/*------------- Default Layout -------------*/
.site-main{
	/*margin-top:48px;*/
}
.site{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	margin-bottom:2em;
	
}

.site-header{
	/*background-color:#000000;*/
	width:100%;	
	/*height:48px;
	margin-bottom:1em;*/
}
.entry-title{
	color:#999;
	border-bottom:1px solid #999;
	text-transform:uppercase;
		
}
.header-main{
	display:absolute;
	z-index:500;
	top:0px;
	
	
	background-color:rgba(247,246,245,0.9);
	/*height:48px;*/
	
}
.admin-bar .header-main{
	top:32px;	
	
}
.headerimage{
	border:1px solid #ffffff;
 	/*background-image:url(images/hp1.jpg);
 	background-size:cover;
 	background-repeat:no-repeat;*/	
	
}
.headerlower{
	/*width:100%;*/
	height:45px;
	background-color:#1c55a7;
	background-image:url(images/ffff-background.jpg);
	background-repeat:no-repeat;
	background-position:center; 
	margin-bottom:1px;
	/*border-top:1px solid #ffffff;*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.headerlowerinner{
	font-family: 'Dancing Script', cursive;
	color:#ffffff;
	font-size:1.3em;
	text-align:center;
	font-weight:400;
	width:90%;
	margin-left:auto;
	margin-right:auto;	
	padding-top:0.2em;
}
#sidebar{
	float:right;
	width:28%;
	display:none;	
}
.hassidebar{
	float:left;
	width:98%;
	
}
.noheaderimg{
	margin-top:95px;
}	
.publication,.members{
	float:left;
	width:70%;
		
}
.content-sidebar{
	width:25%;
	float:right;	
	display:none;	
}
.content-area{
	
}
.entry-content{
	/*margin-top:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;*/	
	padding-bottom:4em;
}
.nobottompadding{
	padding-bottom:0;	
}
.site-footer{
	margin-top:1px;
	background-color:#345cb0;
	/*height:1.5em;	*/
	
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	
	min-height:14em;
}
.site-footer{
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	border-left:1px solid #ffffff;	
	border-right:1px solid #ffffff;	
	border-bottom:1px solid #ffffff;	
}
.pubmobile{
	display:block;
	padding-left:1em;	
}
.logoheader{
	width:100%;
	clear:both;
}
.site-description{
	display:inline-block;
	float:left;
	width:50%;	
	padding-top:0.8em;
	padding-left:1em;
	font-size:1.3em;
	font-family:'Cardo',serif;
	
	
}
.supporter{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;	
}
.supportby{
	
	height:37px;
	background-color:#1d58a8;
	background-image:url(images/supportedby-bg.jpg);
	background-repeat:no-repeat;
	background-position:center; 
	margin-bottom:1px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;	
	
	
}
.supportbyinner{
	color:#ffffff;
	font-family: 'Raleway', cursive;
	padding-left:2em;
	padding-top:10px;	
	font-size:14px;
}
.site-logo{
	display:inline-block;
	float:left;
	width:130px;	
}

.socialicons{
	float:right;
	width:10em;;
	height:2.5em;
	margin-top:0.5em;
	margin-left:0.5em;
	margin-bottom:0.5em;
}
.socialicons div{
	width:2em;
	height:2em;
	display:inline-block;
	margin-right:0.5em;	
}
.facebook{
	
	background-image:url('images/icons/facebook-social-icon.png');
	background-repeat:no-repeat;
	background-size:contain;
}
.youtube{
	
	background-image:url('images/icons/twitter-social-icon.png');
	background-repeat:no-repeat;
	background-size:contain;	
}
.email{
	
	background-image:url('images/icons/email-social-icon.png');
	background-repeat:no-repeat;
	background-size:contain;	
}
.twitter{
	
	background-image:url('images/icons/twitter-social-icon.png');
	background-repeat:no-repeat;
	background-size:contain;	
}
.sb1{
	height:200px;
	
}
.wo-listitem{
	font-size:0.9em;		
}
.itemdate{
	color:#999;
	font-size:0.8em;
}
.lusiclogo{
	text-align:right;
	padding-top:1em;
	margin-right:1em;
	padding-right:0;
		
}
/********   SLIDER STYLES   **********/

.readmore a{
	color:#ffffff;	
}
.readmore a:hover{
	color:#ffffff;	
}
.readmore a:visited{
	color:#ffffff;	
}


/**********   MENU LAYOUT FOR MOBILE FIRST  **********/
.site-navigation ul {
	list-style: none;
	margin: 0;
	padding-left:2em;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #000;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #bc3f39;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	/*color: #55d737;*/
	color:#1b54a5;
	font-weight: 900;
}
.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 16px;
	/*padding-top: 48px;*/
	
}

.primary-navigation.toggled-on {
	/*padding: 72px 0 36px;*/
	background-color:#333333;
	text-align:center;
	
	
}
.primary-navigation.toggled-on  a{
	color:#ffffff;
	
	
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}
.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	/*position: absolute;*/
	top:0;
	right: 0;
	text-align: center;
	/*width: 48px;*/
	background-color:#000000
	
}
.admin-bar .menu-toggle {
	
	top:46px;
	
	
}
/******* Footer Menu  ******/

.menu-footer-container{
	margin-left:0.5em;
	vertical-align:auto;	
}
.menu-footer-container ul.footer-menu,.menu-footer-container ul.footer-menu > ul{
		display: block !important;
		text-align: left;
		width: 100%;	
	}
	.menu-footer-container ul.footer-menu > li{
	width:20%;	
	text-align:left;
	}
	
	.menu-footer-container  li a,
	.menu-footer-container li {
		display: block;
		float:left;
		text-decoration: none;
		color:#ffffff;	
		font-weight:bold;
		text-transform:uppercase;
		font-size:0.9em;
		padding-bottom:10px;
		
	}
	.menu-footer-container  ul ul li a,
	.menu-footer-container ul ul li {
		
		padding-bottom:3px;
	}
	
#colophon	.menu-footer-container li a:visited{
	
		text-decoration: none;
		color:#ffffff;	
	}
	#colophon .menu-footer-container li a:hover{
	
		text-decoration: none;
		color:#aaaaaa;	
	}
.footer-menu ul.sub-menu{
	
background-color:transparent;
	left:0px;
	top:10px;
	position:relative;
	display:block;	
}
.footer-menu ul.sub-menu li a,
.footer-menu ul.sub-menu li {
	float:none;
	clear:left;
	padding-right:10px;
	font-weight:normal;
	text-transform:none;
	font-size:1em;
	line-height:1.0em;
}







/**** Search Styles ******/
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.menu-toggle:before,
.search-toggle:before {
	color: #fff;
	content: "\f419";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
	margin-top: 16px;
}
/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	/*margin-right: 38px;*/
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
	
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}
p.imageinput{
width:180px;
height:180px;	
}
.hpbox{
	border-bottom:1px solid #ffffff;
	width:70%;
	margin-left:auto;
	margin-right:auto;	
	
}
.hpbox img:hover{
	opacity:0.5;
filter:alpha(opacity=50);
	
}
.featuresize{
	width:100%;	
}
/*******    HOMEPAGE LAYOUT  *******/
.grid_1{
	
	width:100%;
	
	min-height:5em;
	
	margin-bottom:1em;	
	display:none;
	
}
.grid_1 p{
	padding-left:1em;
	padding-right:1em;	
}
.grid_1 img{
	width:100%;	
	height:auto;
	
}

.grid_2{
	float:left;
	width:49%	;
	
}
.grid_3{
	
	width:100%;
	border-right:1px #ffffff solid;
	min-height:8em
	
	
}
.hpbox .grid_3{
	border-bottom:1px solid #ffffff;	
}

.latestnews{
	float:left;
	width:100%;
	height:auto;
	border-left:1px solid #ffffff;	
	border-bottom:1px solid #ffffff;	
}
.upcomingrallies{
	float:left;
	width:100%;
	height:auto;
	border-left:1px solid #ffffff;	
	border-bottom:1px solid #ffffff;	
}
.joinourclub{
	float:left;
	width:100%;
	height:auto;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;	
	border-bottom:1px solid #ffffff;	
}



/* -------- FOOTER  --------------*/
.site-info{
	padding-top:3em;
	padding-left:0;
	width:85%;
	
	margin-right:auto;
	margin-left:auto;
}
.main-content1{
	padding-top:55px;
	/*background-color:grey;	*/
}


/*------------ RALLY CUSTOM POST-------------*/
.rally{
	clear:both;	
	margin-bottom:2em;
	min-height:10em;
	width:100%;
}
.rallydate{
	background-image:url(images/calendar.jpg);
	background-repeat:no-repeat;
	width:128px;
	height:131px;
	float:left;	
}
.rallydatenext{
	background-image:none;
	width:128px;
	height:131px;
	float:left;	
}
.rally-fulldate{
	
	color:#aaa;	
}
.rally-title{
	font-size:1.3em;
	color:#4581cc;
	border-bottom:1px solid #aaa;
	margin-bottom:1em;
	text-transform:uppercase;
	
}
.rally-item{
	float:left;
	width:65%;
	margin-left:1em;
	
}
.rallymonth,.newsmonth{
	color:#ffffff;
	margin-top:25px;
	margin-left:7px;
	font-size:17px;
	text-align:center;
	width:100px;
	font-weight:bold;
	
	
	
}
.rallyday{
	color:#4581cc;
	margin-top:0px;
	margin-left:15px;
	font-size:45px;
	font-weight:bold;
	text-align:center;
	width:90px;
}
.newsday{
	color:#4581cc;
	margin-top:5px;
	margin-left:37px;
	font-size:35px;
	line-height:30px;
	font-weight:bold;
}
.newsyear{
	color:#4581cc;
	margin-top:5px;
	margin-left:37px;
	font-size:15px;
}
.rally_plink{
	text-align:left;
}

/*------------ Photo Gallery POST-------------*/
.photogallery{
	clear:both;	
	margin-bottom:2em;
	min-height:10em;
	width:100%;
}

.photogallery-title{
	font-size:1.3em;
	color:#4581cc;
	border-bottom:1px solid #aaa;
	margin-bottom:1em;
	text-transform:uppercase;
	
}
.photogallery-item{
	float:left;
	width:85%;
	margin-left:1em;
	
}
.photogallery-description{
	
		
}
.photogallery-thumbnail{
	float:left;	
	margin-right:10px;
}
.photogallery-plink{
	text-align:right;
}




.navigation{
	margin-top:25px;
	
}
.navbottom{
	margin-bottom:25px;
	margin-top:5px;
	
}
.navigation a{
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:1px solid #CCC;
	margin-right:1em;
}
.navigation a.currentnav{
	color:#bc3fc9;
}
.caravanicon{
	background-image:url(images/caravan.png);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	margin-top:18px;
	margin-left:30px;
	float:left;	
	display:none;
	}

.newsletter{
	margin-left:143px;	
}
.newsletter-title{
	font-size:1.3em;
	color:#4581cc;
	border-bottom:1px solid #aaa;
	margin-bottom:1em;
	text-transform:uppercase;	
	
}
/*------- sponsors  --------------------*/

.sponsor{
margin-bottom:2em;

}
.sponsorname{
	font-weight:bold;	
}
.sponsorinfo{
	float:right;
	width:50%;
}
.sponsor img{
float:left;
width:120px;
height:auto;	
}
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ 

.newsletter{
	margin-left:30px;	
}
.newsletter-title{
	font-size:1.3em;
	color:#4581cc;
	border-bottom:1px solid #aaa;
	margin-bottom:1em;
	text-transform:uppercase;	
	
}
.site-content{
	padding-left:1em;
	padding-right:1em;	
}
.rally-item{
	width:90%;	
}

}
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
.socialicons{
	float:left;	
}
.site{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}
.header-main{
	width:100%;
}
}
@media (min-width:600px) {
.site{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	
}
.header-main{
	width:600px;
}	
.newsletter{
	margin-left:143px;	
}
.newsletter-title{
	font-size:1.3em;
	color:#4581cc;
	border-bottom:1px solid #aaa;
	margin-bottom:1em;
	text-transform:uppercase;	
	
}
.site-content{
	padding-left:4em;
	padding-right:4em;	
}
.rally-item{
	width:65%;	
}
}
@media (min-width:760px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 


.caravanicon{
	display:inline-block;
}
.hassidebar{
	
	width:75%;
}
#sidebar{
	display:block;	
}
.site-content{
	padding-left:7em;
	padding-right:7em;	
}

.header-main{
	position:fixed;
	top:0px;
	background-color:rgba(247,246,245,0.9);
	height:85px;
	width:100%;
	
}
.headerlower{
	height:65px;	
}
.headerlowerinner{
	font-size:1.7em;	
}
.headerlowershadow{
	background-image:url(images/ffff-shadow.jpg);
	background-repeat:no-repeat;
	height:26px;
	background-position:center;	
}
.socialicons{
	float:right;
	width:10em;
	margin-top:0;
	margin-left:0;
}

.site-description{
	display:inline-block;
	float:left;
	width:57%;	
	padding-top:1em;
	padding-left:1em;
	font-size:1.5em;
}

.pubmobile{
	display:none;	
}
.content-sidebar{
	display:block;	
	width:20%;
	
}

.grid_1 {
	display:block;	
}
.grid_3{
	float:left;
	width:33.2%;
	margin-right:0;
	border-top:none;
	margin-left:0;
	padding:0;
	
	
	
}
.end{
	border:none;
}

.latestnews{
	width:252px;
}
.upcomingrallies{
	width:252px;
}
.joinourclub{
	width:252px;
}


.site{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	
}

.primary-navigation {
		float: left;
		font-size: 13px;
		font-weight:600;
		margin: 0 1px 0 0px;
		padding: 0;
		text-transform: uppercase;
		width:100%;
		
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 85px;
		line-height: 85px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 10px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		/*background-color: #24890d;
		background-color: #bd9997;*/
		background-color:rgba(247,246,245,0.9);
		float: left;
		margin: 0;
		position: absolute;
		top: 85px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 150px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		/*background-color: #bc3f39;*/
		/*background-color: #235bae;
		
		color: #fff;
		color:#235bae;*/
		color:#1b54a5;
		
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		/*background-color:rgba(165,203,252,0.8);*/
		/*color: #fff;*/
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 37px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}

.sponsor img{

width:180px;
	
}
.hpbox{
	
	width:100%;
	margin-bottom:0px;
	
}
.hpbox .grid_3{
	border-bottom:none;	
}
}
@media (min-width:901px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
.site{
	width:901px;
	
	margin-left:auto;
	margin-right:auto;
	
}
.header-main{
	width:901px;
}
.headerlowerinner{
	font-size:2em;	
}
.site-description{
	width:60%;
	font-size:1.9em;
	padding-top:18px;	
}
.site-content{
	padding-left:9em;
	padding-right:9em;	
}

.content-sidebar{
	display:block;	
	width:23%;
	padding-left:1%;
}
.grid_3{
	
	width:33.25%;
	
	
	
	
}
.primary-navigation a {
		display: inline-block;
		padding: 0 25px;
		white-space: nowrap;
	}
.sponsor img{
	
	width:200px;
		
}
.sponsorinfo{
	
	width:60%;
}
.latestnews{
	width:299px;
}
.upcomingrallies{
	width:299px;	
}
.joinourclub{
	width:299px;
} 

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
.site{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}
.header-main{
	width:1000px;
}
.headerlowerinner{
	font-size:2.1em;	
}
.site-description{
	width:63%;
	font-size:2.0em;	
}
.primary-navigation a {
		display: inline-block;
		padding: 0 20px;
		white-space: nowrap;
	}
.sponsorinfo{
	width:65%;
}
.latestnews{
	width:332px;
}
.upcomingrallies{
	width:332px;	
}
.joinourclub{
	width:332px;
}
}
/*@media (min-width:1281px) {
.site-description{
	
	font-size:2.5em;	
}
.site{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	
}
.header-main{
	width:1200px;
}
.headerlowerinner{
	font-size:2.3em;	
}
.primary-navigation a {
		display: inline-block;
		padding: 0 30px;
		white-space: nowrap;
	}
	
	
	.sponsorinfo{
	
	width:70%;
}
/* @media (min-width:1841px) {
.site{
	width:1800px;
	margin-left:auto;
	margin-right:auto;
	
}
.header-main{
	width:1800px;
}

} 
}*/
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {

.header-main{
	display:none;	
}
a{
	color:#000000;	
}
a:visited{
	color:#000000;	
}
.menu-footer-container{
	display:none;	
}
#content-sidebar{
	display:none;	
}
.pubmobile{
	display:none;	
}
}