/*
Theme Name: ATO
Theme URI: http://enfluence.com
Author: Enfluence | Persuasion by Design
Author URI: http://enfluence.com
Description: The 2013 WordPress theme for Adventure Trailers Overland Equipment
Version: 2.0
License: Copyright 2013 Adventure Trailers, LLC. All rights reserved.
Tags: olive, tan, green, multi-column, fixed-width, featured-images, featured-products, multi-menu, slider, sidebar
Text Domain: ATO
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #fff;
	background: #4d442e;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}
#page {
	color: #000;
	width: 980px;
	margin: 0 auto;
	background: url('images/bg-page.png') repeat-y;
}
#main {
	width: 100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}

/* Links */
a {
	color: #00f;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 25px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* Header
----------------------------------------------- */

#branding {
	position: relative;
	z-index: 9999;
	width: 960px;
	height: 150px;
	margin: 0 10px;
	background: url('images/bg-header.jpg') no-repeat;
}
#site-title {
	margin: 0;
	padding: 0;
}
#site-title a {
	display: block;
	width: 960px;
	height: 150px;
	border: 0;
	text-decoration: none;
}
#branding-home {
	position: relative;
	z-index: 999;
	overflow: hidden;
	width: 960px;
	height: 398px;
	margin: 0 10px;
	/*background: url('images/bg-header-home.jpg') no-repeat;*/
}
#branding-home #site-title {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 960px;
	height: 150px;
	overflow: hidden;
	background: url('images/logo-home.png') no-repeat;
}
#branding-home .photofade_custom {
	position: relative;
	top: -150px;
	left: 0;
	z-index: -1;
	width: 960px;
	height: 398px;
	margin: 0;
	padding: 0;
	background: #C7B784;
	list-style: none;
}
#branding-home #tagline {
	display: block;
	position: relative;
	top: -175px;
	right: 10px;
	float: right;
	z-index: 99999;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/*#featured {
	width: 890px;
	height: 208px;
	margin: 20px auto 0 auto;
	background: url('images/bg-featured.png') repeat-y;
}*/

/* Top Menu */
#header-top {
	clear: both;
	display: block;
	width: 950px;
	height: 20px;
	margin: 0 10px;
	padding: 0 5px 3px 5px;
	color: #d4c99d;
	background: url('images/bg-topmenu.png') no-repeat;
	text-align: right;
}
#header-top #call {
	float: left;
	width: 180px;
	padding: 2px 10px 3px 10px;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
}
/* Override Google Voice coloring */
#header-top #call span.gc-cs-link {
	color: #d4c99d;
	text-decoration: none;
}
#header-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
}
#header-top li {
	float: right;
	position: relative;
}
#header-top a {
	color: #d4c99d;
	display: block;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	line-height: 15px;
}
#header-top li:hover > a,
#header-top a:focus {
	color: #fff;
}

/* Bottom (main) Menu */
#header-bottom {
	clear: both;
	display: block;
	width: 950px;
	height: 30px;
	margin: 0 10px 10px 10px;
	padding: 4px 5px;
	background: url('images/bg-mainmenu.png') no-repeat;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
#header-bottom ul {
	list-style: none;
	width: 960px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: left;
}
#header-bottom li {
	float: left;
	position: relative;
}
#header-bottom a {
	color: #fff;
	display: block;
	padding: 5px 10px 7px 10px;
	text-decoration: none;
	line-height: 18px;
}
#header-bottom li:hover > a,
#header-bottom a:focus {
	color: #c7b784;
	background: #000;
}
/* Bottom (main) sub-menus */
#header-bottom ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 99999;
	float: left;
	width: auto;
	margin: 0;
	border: 1px solid #4d442e;
	border-top: none;
	background: #ffd;
}
#header-bottom ul ul li {
	float: none;
	height: auto;
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}
#header-bottom ul ul a {
	color: #4d442e;
	padding: 6px 10px;
	white-space: nowrap;
}
#header-bottom ul ul :hover > a {
	color: #c7b784;
	background: #4d442e;
}
#header-bottom ul li:hover > ul,
#header-bottom ul ul li:hover > ul {
	display: block;
}
/* Bottom (main) sub-sub-or-deeper-menus */
#header-bottom ul ul ul {
	left: 100%;
	top: -1px;
	border-top: 1px solid #4d442e;
}
#header-bottom ul ul ul li {
	font-size: 
}

#header-bottom .current-menu-item > a,
#header-bottom .current-menu-ancestor > a,
#header-bottom .current_page_item > a,
#header-bottom .current_page_ancestor > a {
	color: #d4c99d;
}
#header-bottom ul ul .current-menu-item > a,
#header-bottom ul ul .current-menu-ancestor > a,
#header-bottom ul ul .current_page_item > a,
#header-bottom ul ul .current_page_ancestor > a {
	color: #c7b784;
	background: #4d442e;
}
#social {
	float: right;
}
#social a {
	display: inline;
	margin: 0;
	padding: 0;
}
#social img {
	width: 20px;
	margin: 5px;
}



/* Sidebar
----------------------------------------------- */

#sidebar {
	float: left;
	width: 215px;
	margin: 0 4px 10px 10px;
	padding: 10px 5px 0 15px;
	border-right: 1px solid #4d442e;
}
.widget {
	clear: both;
	margin: 0 10px 20px 0;
}
.widget-title, .widget h3 {
	margin: 0 0 10px 0;
	font-weight: 700;
}
.widget ul {
}
.widget ul li {
	margin: 0 0 10px 0;
}
.widget ul.image-feed-list li {
	padding: 5px;
	background: #c7b784;
	text-align: center;
}
.widget ul.image-feed-list li img {
	margin: -5px -5px 0 -5px;
	width: 205px;
	max-width: none;
	height: auto;
}
.widget a {
	color: #4d442e;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #000;
	text-decoration: underline;
}
.widget img {
	max-width: 100%;
}

/* Search Widget */
.widget_search {
	padding: 0;
}
.widget_search form {
	margin: 0;
}
.widget_search #searchform label {
	display: none;
}
.widget_search #s {
	width: 60%;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #4d442e;
	color: #4d442e;
	background: #ded5b3;
	font-size: 12px;
}
.widget_search #searchsubmit {
	display: inline;
	float: right;
	width: 30%;
	margin: 0;
	padding: 2px 6px;
	color: #fff;
	background: #4d442e;
	border: 2px solid #9a8543;
	font-size: 12px;
	font-weight: bold;
}
.widget_search #searchsubmit:active {
}



/* Content
----------------------------------------------- */

#content {
	float: right;
	width: 720px;
	margin: 0 10px 10px 0;
	padding: 10px 0 0 0;
}
.entry-header {
}
/* Kill post-format headings (just in case) */
.entry-header .entry-format {
	display: none;
}
.entry-title {
    font-family: 'Titillium Web', Arial, Sans-Serif;
	margin: 0 15px 10px 10px;
	padding: 0;
	color: #db0000;
	font-size: 34px;
	line-height: 32px;
	font-weight: 900;
    text-transform: uppercase;
}
.entry-title a {
	color: #db0000;
	text-decoration: none;
}
.pubdate {
	display: block;
	margin: -10px 0 10px 10px;
}
.archive article {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #9a8543;
}
.readmore {
	display: block;
	margin: 0 15px 0 0;
	text-align: right;
}

#fimg {
	margin: 10px;
}
.entry-content {
	text-align: left;
}
.entry-content p {
	margin: 0 15px 10px 10px;
	font-size: 14px;
	line-height: 20px;
}
.entry-content a {
	color: #000;
}
.entry-content p a:hover {
	text-decoration: underline;
}

/* Child pages */
.entry-content .page-child {
	display: block;
	float: left;
	width: 205px;
	height: 210px;
	margin: 10px 15px 15px 10px;
	padding: 5px;
	background: #ded5b3;
}
.entry-content a.page-child:hover {
	color: #fff;
	background: #c7b784;
}
.entry-content .page-child img {
	margin: -5px -5px 0 -5px;
	width: 215px;
	max-width: none;
	height: auto;
}
.entry-content .page-child .page-child-title {
	display: block;
	margin: 0 0 2px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.entry-content .page-link {
	margin: 0 15px 10px 10px;
	padding: 10px 0 0 0;
	border-top: 1px solid #4d442e;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
.entry-content .page-link a {
	margin: 0 2px;
	text-decoration: none;
}
.entry-content .page-link a:hover {
	text-decoration: underline;
}

/* Images */
.entry-content img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto;
	height: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
}
img[class*="align"],
img[class*="wp-image-"] {
	border: 0;
	padding: 0;
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



/* Footer
----------------------------------------------- */

#colophon {
	clear: both;
	width: 100%;
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
	background: url('images/bg-footer.png') repeat-y;
}
#footline {
	display: block;
	width: 960px;
	height: 4px;
	margin: 4px 0 10px 0;
	padding: 0;
}
#supplementary {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
}

/* Remove borders/backgrounds from footer widgets */
#supplementary .widget {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	width: 480px;
}
#supplementary.two .widget-area + .widget-area {
	text-align: right;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	width: 240px;
	margin: 0;
}
#supplementary.three .widget-area + .widget-area {
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	width: 480px;
	text-align: right;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	float: left;
	width: 192px;
	margin: 0;
}
#supplementary.four .widget-area + .widget-area {
}
#supplementary.four .widget-area + .widget-area + .widget-area {
}
#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	width: 384px;
	text-align: right;
}

/* Footer Overrides */
#supplementary .widget-area,
#supplementary .widget-area ul,
#supplementary .widget-area ul li {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
}
#supplementary .widget-title {
	display: none;
}
#supplementary .widget-area p {
	margin: 0 15px;
}
#supplementary .widget-area ul li {
	margin: 0 0 0 15px;
}
#supplementary .widget-area a {
	color: #fff;
}
#supplementary .widget-area a:hover {
	color: #c7b784;
}



/* Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#header-bottom {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}



/* Enfluence Overrides */
.royalSlider,
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider .rsVideoFrameHolder,
.royalSlider .rsThumbs {
	background: transparent !important;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: transparent !important;
}
