/*
	Theme Name: RogerCarrollBoats
	Description: Child theme of Genesis, by <a href="http://www.wozzaworks.com">WozzaWorks</a>.
	Author: Warren Nash
	Author URI: http://www.wozzaworks.com
	
	Template: genesis
*/
html {
	overflow-y:scroll;
	height: 100%;

}
/* Fonts
------------------------------------------------------------ */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color:#FFF9DD;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 22px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #FFF9DD;
}

a:hover {
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	height: 100%;
	background:#0D1E48 url(images/bg-page.jpg) repeat-x;
}


/* Wrap
------------------------------------------------------------ */


#wrap {
    /*background: url(images/bg_wrap_1.png) no-repeat;*/
    margin: 0 auto;
    max-width: 1100px;
}

/** 
// If full width site
.wrap {
	margin: 0 auto;
	max-width: 1000px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/**
// If not responsive and full width
#wrap {
	min-width: 1000px;
}
*/

/* Header
------------------------------------------------------------ */

#header {
	overflow: hidden;
	width: 100%;
	height:230px;
	z-index:10;
	background-position:-70px 0 !important;
}
.gch-header {
	float: right;
}
#title-area {
	background: url(images/bg_header_logo.png) 20px 0 no-repeat;
    float: left;
    overflow: hidden;
    padding: 60px 0 0;
    width: 500px;
	height:230px;
}
#title {
	font-size: 40px;
	line-height: 50px;
	margin: 0;
}


#title a, #title a:hover {
    color: #0D1B63;
	font-family: Georgia,"Times New Roman",Times,serif;
    margin-left: 250px;
    text-decoration: none;
}
#description {
	font-size: 14px;
}

#header .widget-area {
    float: right;
    height: 60px;
    width: 410px;}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}
.gch-header-image-inner img {
    position: relative;
    vertical-align: top;
    z-index: -10;
}
#address {
    background: none repeat scroll 0 0 #ccc;
    margin-right: 20px;
    margin-top: 20px;
    padding: 0 10px 10px;
	width: 141px;
	float:right;
	border-radius: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#address h2, #address p{
	color:#0D1E48
}
.widget-area h1 {
	color: #003;
	font:28px Georgia, "Times New Roman", Times, serif;
	font-style:italic !important;
	float:right;
	margin-top:100px;
	margin-right:10px;
	padding:5px 10px;
	background:#ccc;
	border-radius: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.menu li a {
	color: #FFFADD;
	display: block;
	font-size: 13px;
	padding: 0 25px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
    background-color: #ccc;
	color: #0D1E48;
    border-radius: 0 0 10px 10px;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 140px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */


#nav {
    clear: both;
    color: #FFF9DD;
    float: right;
    overflow: hidden;
    width: 78%;
	margin-top: -50px;
}
#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #FFF9DD;
	display: block;
    font-size: 15px;
    padding: 2px 15px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
    color: #9E93C1;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #909DBD;
	border: 1px solid #1C0D4A;
	border-top-width: 0;
	color: #1C0D4A;
	font-size: 12px;
	padding: 2px 5px;
	position: relative;
	text-transform: none;
	width: 190px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #0F1E49;
	background-color: #FFF5BA;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	width: 100%;
}
#inner .wrap{
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 68.494%; /* 470/790 */
	color:#FFF9DD;
}

.full-width-content #content {
    padding: 20px;
    width: 97.4%;
}
.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.widget-wrap p{
	margin-top:18px;
}
.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}
/*newsboxes on home page*/

.frontpagenewsbox{
	-webkit-background-clip: padding-box; 
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 6px 6px 12px 12px; 
	
	/* Firefox 1-3.6 */
	-moz-border-radius: 6px 6px 12px 12px; 
	
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 6px 6px 12px 12px; 
	/* Prevent background color leak outs */
	border: 1px solid #003; 
	background:#EAEDF9;
}
.frontpagenewsbox h2{
	/* Prevent background color leak outs */
	-webkit-background-clip: padding-box; 
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
	color:#CCC;
	background:#0D1B63;
	display:block;
}
.frontpagenewsbox p{
	padding: 0 10px 5px;
}
/* Home Page Content Areas
------------------------------------------------------------ */

#cta {
	width:100%;
	display:inline-block;
}

#cta .wrap {
padding: 0 5%;
}
#cta-1,#cta-2,#cta-3 {
	width:33%;
	float:left;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin: 0 0 5px;
}

h1 {
	font-size: 28px;
}
h1.entry-title {
	font: 28px Georgia, "Times New Roman", Times, serif;
	color:#FFF9DD;
}

h2,
h2 a,
h2 a:visited {
	font: 20px Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
	background: none;
	border: none;
}
.wp-caption {
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

.sidebar h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}
#trackandeval{
	background:#fff;
	padding:10px;
	border:1px solid #BE2901;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 20px; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 20px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 20px; 
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	border: 1px solid #580816;
	color: #000;
	display: inline-block;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*
	background: url(images/button-bg.jpg) repeat-x;
	border: 1px solid #580816;
	color: #fff;
	display: inline-block;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 28px;
	line-height: 28px;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
*/
}

div.gform_footer input.button:hover,
.button:hover {
	background: url(images/button-bg.jpg) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	overflow: hidden;
	width: 100%;
}

#footer-widgets .widget-area {
	float: left;
	padding: 20px;
    text-align: center;
    width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}


/* Footer
------------------------------------------------------------ */

#footer {
    font-size: 10px;
    overflow: hidden;
    width: 100%;
}
#footer p{
	color:#555;
	font-size:10px;
}
#footer a{
	color:#555;
}

#footer a:hover{
	color:#ccc;
}
#footer-main{
	text-align:center;
	color:#FFF9DD;
	font-size:12px;
}
#footer-main p{
	color:#FFF9DD;
	font-size:12px;
}
#footer-left {
	padding-left:10px;
}
#footer-right {
	text-align: right;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}
/*Slider CSS*/
.easingslider-container{
	float:right;
	margin-left:20px;
	height:500px;
    line-height: 500px;
}
.easingslider-container img {
    vertical-align: middle;
}
.easingslider-slide {
    background-color: #0d1e48 !important;
	vertical-align:auto;
}
@media screen and (max-width:600px) {
body {
	background-image:none;
}
	/* #menu-main-menu is the original menu */
	#menu-main-menu {
		display:none;
	}

	.slicknav_menu {
		display:block;
	}
}
@media only screen and (max-width: 850px) {

	/* Start Mobile Menu Navigation - Only on .nav-primary
	 --------------------------------------------------- */
body {
	background-image:none;
}
}
@media only screen and (max-width: 768px) {

	/* Start Mobile Menu Navigation - Only on .nav-primary
	 --------------------------------------------------- */
body {
	background-image:none;
}

#header {
	overflow: hidden;
	width: 100%;
	height:280px;
	z-index:10;
	background-position:-70px 0 !important;
}

#inner {
    float: left;
    width: 95%;
}
.home #inner {
		background: #0d1e48  none repeat scroll 0 0;
		color: #ffffff;
		float: left;
		overflow: hidden;
		padding: 0;
		/*padding-right:180px;
		margin-right:10px;*/
		max-width:768px;
		width: 98%;
	}
	
#content {
    float: none;
	max-width:768px;
    width: 100%;
	margin-left:0;
}
#footer {
    margin-left: 0;
    width: 100%;
}
	/* Hide .nav-primary */
#nav .genesis-nav-menu.displaynone {
		display: none;
	}

#nav {
    float: left;
	text-align: left;
	width:100%;
	}

#nav #menu-mobile {
		background-color: #0d1e48  ;
		color: #fff;
		cursor: pointer;
		display: block;
		font-family: Lato, sans-serif;
		font-size: 15px;
		font-size: 1.15rem;
		height: auto;
		line-height: 18px;
		padding: 5px 16px;
		padding: .5rem 1.6rem;
		text-transform: uppercase;
	}

#nav #menu-mobile:hover,
#nav #menu-mobile:focus,
#nav #menu-mobile:active {
	text-decoration:underline;
		display: block;
	}

	/* Only is mobile */
#nav .genesis-nav-menu .menu-item,
#nav .genesis-nav-menu a,
#nav .genesis-nav-menu .sub-menu {
		text-align: left;
		width: 100%;
	}

#nav .genesis-nav-menu .menu-item > .sub-menu {
		clear: both;
		margin: 0;
		opacity: 1;
		position: inherit;
		width: 100%;
	}

} /* This bracket already exists */


/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 480px) { 
	.content-sidebar #content, 
	.sidebar-content #content, 
	.content-sidebar #sidebar, 
	.sidebar-content #sidebar { 
		width: 100%; 
	} 
	
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#footer-left,
	#footer-right {
		text-align: center;
	}
} 
@media only screen and (min-width: 769px) {

	/* This makes the nav menu normal again when the browser window expands */
#nav .genesis-nav-menu { 
		display: block !important; 
		height: auto; 
	}

	/* Hide Mobile Menu Button */
#nav #menu-mobile {
		display: none;
		height: 0;
	}

}
