@charset "utf-8";
/* CSS Document */


.offscreen {
	display:none;
	text-indent:-9999px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Volkhov', serif;
	margin-bottom:15px;
	}
	
h1, h2 {
	color:#222223;
	font-size:24px;
	font-weight:800;
}

.white {
	color:#FFF;}
	
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	clear: both;
	border: none;
	background:url(../images/hr.png) repeat-x top left;
	font-size: 1px;
	height:4px;
	line-height: 0;
	overflow: visible;}

	
h4 {
	background:url(../images/banner-bg.png) repeat-y top center ;
	color:#404040;
	padding:4px;
	text-shadow:0px -1px -1px #32778b;
	font-weight:400;}
	
h5 {
	background:url(../images/nav-ov.png) repeat-x;
	padding:6px 4px;}

p {
	font-size:14px;
	margin-bottom:20px;
	line-height:22px;}
	
.textwidget p {font-size:12px;
	margin-bottom:20px;
	line-height:20px;}
	
a {
	color:#be0f34;
	text-decoration:none;}
	
.moreBtn, .submitBtn, #gform_wrapper .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	display: inline-block;
	clear:both;
	font-size:12px;
	background-image:url(../images/moreBtn.png);
	background-position:top left;
	color:#FFF;
	text-shadow:none;
	padding:4px 20px 5px;
	text-transform:uppercase;
	font-weight:600;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
	box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
	font-style:normal;
	border:0;}
	
.moreBtn:hover, .submitBtn:hover, #gform_wrapper .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover  {
	background-position:bottom left;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0);
	cursor:pointer;
}

.moreBtn:after {
	content:url(../images/more-arrow.png);
	padding-left:10px;}
	
.alignleft {
	float:left;}

.alignright {
	float:right;}

.aligncenter {
	margin:0 auto;}
	
img.alignleft {
	margin:0 20px 10px 0;}
	
img.alignright {
	margin:0 0 10px 20px;}


.spForumLink {
    margin-bottom: 40px !important;
}

.spForumLink a {
    background: #BE0F34;
    border: 2px solid #404040;
    color: #fff;
    font-weight: bold;
    padding: 8px;
   
}

.spForumLink a:hover {
    background: #404040;
    border: 2px solid #BE0F34;
    color: #fff;
    font-weight: bold;
    padding: 8px;
   
}

#loginform {
    background: #393939 url(images/login-bg.png) repeat-x;
    padding: 15px;
    color: #fff;
}

li.lost_password-link, li.profile-link, li.logout-link {
    list-style: none;
}

/*
====================================================================
			HEADER CONTENT STYLES
====================================================================
*/
	
#logo {
  	display: block;
	float:left;
	margin-top:10px;
	width:430px; 
	height:90px;
	background: url(../images/logo.png) no-repeat;
}
#logo span{  display: none;}

#phone {float: left; width: 165px; margin-top: 35px;}
#phone a {font-family: 'Volkhov', serif; font-size: 22px; color: #ffffff; text-shadow: none;}

/* SOCIALS UL */
ul.socials { margin:0; padding:0 0 0 369px; list-style-type:none; background:url(../images/header-socials.png); width:45px; height:116px; float:right;}
ul.socials li { margin:0; padding:0; text-indent:-9999px; background:none !important;}
ul.socials li a { display:block; background: url(../images/socials-bg.jpg) no-repeat top left; width:45px; height:30px;  }

/* SOCIALS BUTTONS */
ul.socials li#facebook a {  }
ul.socials li#twitter a { margin-left:-10px;}
ul.socials li#linkedIn a { margin-left:-15px;}
ul.socials li#addto a { margin-left:-20px;}


/* SOCIALS OVER STATES */
ul.socials a:hover { background:url(../images/header-socials-ov.png) no-repeat;}
ul.socials li#facebook a:hover { background-position: 7px 0;}
ul.socials li#twitter a:hover { background-position: 12px -30px; }
ul.socials li#linkedIn a:hover { background-position: 11px -60px; }
ul.socials li#addto a:hover { background-position: 11px -90px; }



		/*------------------------------------*\
			NAV
		\*------------------------------------*/
		#nav{
			list-style:none;
			font-weight:bold;
			margin-top:3px;
			/* Clear floats */
			float:left;
			width:100%;
			/* Bring the nav above everything else--uncomment if needed.*/
			position:relative;
			z-index:5;
			font-family: 'Volkhov', serif;
			font-size:14px;
			font-weight:400;
			text-transform:uppercase;
			text-shadow:1px 1px 1px #CCC;
			background:url(../images/menu-divider.png) no-repeat left center;
			padding-left:2px;
		}
		#nav li{
			float:left;
			position:relative;
		}
		#nav a{
			display:block;
			padding:16px 18px;
			color:#262626;
			text-decoration:none;
			border-left:1px solid #FFF;
			border-right:1px solid #727272;
		}
		#nav a:hover, #nav li.last a:hover {
			background:url(../images/nav-ov.png);
		}
		
		#nav li.first a {
			border-left:none;}
		
		#nav li.last a {
			background:url(../images/menu-divider.png) no-repeat right center;
			padding-right:22px;
			padding-left:21px;}
		
		
		/*--- DROPDOWN ---*/
		#nav ul{
			background-image: url(../images/drop-bg.png) !important;
			background-repeat:repeat-x !important;
			background-position: bottom left !important;
			background-color:#FFF;
			padding:0 20px 20px;
			list-style:none;
			position:absolute;
			text-shadow:none;
			left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
		}
		#nav ul li{
			padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
			float:none;
			border-bottom:1px solid #ececec;
		}
		#nav ul a{
			white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
		}
		#nav li:hover ul{ /* Display the dropdown on hover */
			background-image: url(../images/drop-bg.png) !important;
			left:0; /* Bring back on-screen when needed */
		}
		#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
			background:url(../images/nav-ov.png);
		}
		#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
			text-decoration:none;
			background:none;
			font-style:italic;
			border-right:none !important;
			text-transform:none;
			padding:10px 0;
		}
		#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		color:#be0f34;}




/*
====================================================================
			HOME CONTENT STYLES
====================================================================
*/


#homeFeatures h2 {
	margin-bottom:10px;
}

#homeFeatures ul {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	font-size:12px;}
	
#homeFeatures li {
	background:url(../images/li.png) no-repeat 0 6px;
	padding-left:10px;
	padding-bottom:5px;}
	
#homeFeatures p {
	margin-bottom:15px;
}

#news h3 {
	font-style:italic;
	font-size:18px;
	margin-bottom:10px;}
	
#news a {
	font-weight:bold;}
	
#homeFeaturesWrap #homeFeatures #homeConnect #homeContact h2 {
	margin-top:15px;
	margin-bottom:0;
}

#homeContact ul {
	margin:0;
	padding:0;}
	
#gform_wrapper_1 {
	margin:8px 0 0 0;}
	
#sidebar #gform_wrapper_1 {
	margin-top:-10px !important;}

#homeContact #gform_wrapper_1 li {
	background:none;
	padding:0;}
	
#homeContact #gform_wrapper_1 .chzn-results li {
	padding:10px;
}

#homeContact #gform_wrapper_1 .chzn-results .active-result.result-selected, #homeContact #gform_wrapper_1 .chzn-results .active-result.highlighted {
	background:#f0f0f0;
}

#gform_wrapper_1 li.gfield.gf_right_half, #gform_wrapper_1 li.gfield.gf_left_half {
	margin-bottom:0;}

#gform_fields_1 .gfield_label {
	text-transform:uppercase;}
	
#homeContact #gform_wrapper_1 .gform_footer, #sidebar .gform_footer {
	padding:0 0 0 0 !important;
	margin:4px 0 0 ;}
	
#gform_wrapper_1 .gform_footer input.button, #gform_wrapper_1 .gform_footer input[type="submit"] {
	font-size:12px !important;
	font-weight:700;
	padding:7px 20px 7px 20px !important;
}

#bioContent h2 {
	font-style:italic;
}

#bioContent p {
	font-family: 'Volkhov', serif;
	font-size:14px;
	line-height:30px;
	font-weight:400 !important;
}

#bioContent p a.moreBtn {
	font-size:12px;
	line-height:normal;
	font-family: 'Open Sans', sans-serif;
}

#testimonials {
	font-style:italic;}
/*
====================================================================
			CONTENT STYLES
====================================================================
*/
    .post-content img {
        max-width: 100%;
        height: auto;
    }   
	

#content h2 {
	color:#be0f34;
	font-style:italic;
	font-size:20px;
	font-weight: 400;
	}
	
#content h3 {
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}


#content ul {
	list-style-type:none;
	margin:20px;
	padding:0;
	font-size:12px;}
	
#content li {
	background:url(../images/li.png) no-repeat 0 6px;
	padding-left:10px;
	padding-bottom:5px;}
	
#content img {
	border:1px solid #FFF;
}
	
	
.testimonialswidget_image, .testimonialswidget_author {
	display:none;}
	
.testimonialswidget_testimonial .testimonialswidget_join_title:before, .testimonialswidget_testimonial .testimonialswidget_join:before {
	content:" ";}
	
.testimonialswidget_testimonial q {
    quotes: none;
}

.testimonialswidget_testimonial_list {
	background:url(../images/hr.png) repeat-x bottom left;
	padding-bottom:1em;
}
/*
====================================================================
			SIDEBAR STYLES
====================================================================
*/


#sidebar {
	font-size:12px;}

/* SOCIALS UL */
ul.socialsSidebar { margin:0; padding:0 0 15px 0; list-style-type:none; background:none;}
#homeFeatures ul.socialsSidebar li, ul.socialsSidebar li { display: inline; text-indent:-9999px; margin:0; padding:0; background:none; }
ul.socialsSidebar li a { display:block; background: url(../images/socials-bg.png) no-repeat top left; width:44px; height:44px; float:left; margin-right:15px; }

/* SOCIALS BUTTONS */
ul.socialsSidebar li#facebook a { background-position: 0 0x; }
ul.socialsSidebar li#twitter a { background-position: -53px 0; }
ul.socialsSidebar li#linkedIn a { background-position: -106px 0;}
ul.socialsSidebar li#addto a { background-position: -158px 0; }


/* SOCIALS OVER STATES */
ul.socialsSidebar li#facebook a:hover { background-position:0 -48px; }
ul.socialsSidebar li#twitter a:hover { background-position: -53px  -48px; }
ul.socialsSidebar li#linkedIn a:hover { background-position: -106px -48px; }
ul.socialsSidebar li#addto a:hover { background-position: -158px -48px; }



/*
====================================================================
			FOOTER CONTENT STYLES
====================================================================
*/

#footer p {
	line-height:normal;}
	
#footerLeft ul {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;}
	
#footerLeft ul li {
	display:inline;
	padding:0;
}	
#footerLeft ul li a {
	display:block;
	padding:0 13px 0 10px;
	float:left;
	color:#FFF;
	text-shadow:0px -1px -1px #32778b;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:400;
	background:url(../images/footer-li.png) no-repeat center right;}
	
#footerLeft ul li.first a {
	padding-left:0;}

#footerLeft ul li.last a {
	background:none;}

#seoteric-wrap { float:right; margin:20px 0 0 0 ;}
	
#seoteric {
  	display: block;
	float:right;
	width:115px; 
	height:63px;
	background: url(../images/seoteric-logo.png) no-repeat;
}

#seoteric:hover {
	background-position: bottom;}

#seoteric span{  display: none;}

.gfield {background:none !important;
	padding-left:0px !important;
	}

#homeRecent span.spTextTag {
    display: none;
}

#homeRecent a.spLinkTag::after {
    content: "  ";
} 

#homeHot li.spListItemTag, #homeRecent li.spListItemTag {
    margin-bottom: 10px;
}




/* ----------------Responsive Styles--------------------  */
/* 768-900px */

@media only screen and (max-width: 900px) and (min-width: 768px) {
    
     #logo-wrap {
    width: 40%;
         
    }
    #logo {
	margin-top:25px;
	width:100%; 
    height: 64px;
	background: url(../images/logo.png) no-repeat;
        background-size: cover;
}
    
    .post-content img {
        max-width: 100%;
        height: auto;
    }   
    
}


/* ----------------Responsive Styles--------------------  */
/* 600-767px */

@media only screen and (max-width: 767px) and (min-width: 600px) {
    
         #logo-wrap {
    width: 100%;
         
    }
    #logo {
	margin: 0px auto 9px;
	width:85%; 
    height: 110px;
	background: url(../images/logo.png) no-repeat;
        background-size: cover;
        
}
    
        .post-content img {
        max-width: 100%;
        height: auto;
    }   
    
}


/* ----------------Responsive Styles--------------------  */
/* 600-767px */

@media only screen and (max-width: 599px) and (min-width: 480px) {
    
         #logo-wrap {
    width: 100%;
         
    }
    #logo {
	margin: 9px auto 0px;
	width:85%; 
    height: 80px;
	background: url(../images/logo.png) no-repeat;
        background-size: cover;
        
}
    
        .post-content img {
        max-width: 100%;
        height: auto;
    }   
    
}


@media only screen and (max-width: 479px) {
    
         #logo-wrap {
    width: 100%;
         
    }
    #logo {
	margin: 9px auto 0px;
	width:85%; 
    height: 55px;
	background: url(../images/logo.png) no-repeat;
        background-size: cover;
        
}
    
        .post-content img {
        max-width: 100%;
        height: auto;
    }   
    
}

.spImg .spAvatar {
    display: none;
}