/*
Theme Name: Outdoors with Joey Mines
Theme URI: http://www.joeymines.com
Description: Theme based on Starkers. Original author, Elliot Jay Stocks (http://elliotjaystocks.com)
Version: 1.0
Author: Fat Free Media, LLC
Author URI: http://www.fatfreemedia.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

* {
	margin: 0;
	padding: 0;
}

html {
	background: #534d2a;
}

body {
	width: 994px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
}


/* LINKS */

a:link, a:visited {
	color: #a0410d;
	text-decoration: none;
}

a:hover {
	color: #3f1b07;
	text-decoration: underline;
}


/* !TAG RESETS */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
}

h1 {
	margin-bottom: 30px;
	font: 24px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	color: #19190f;
}

h2, h2 a {
	clear: both;
	font: 16px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #a3620a;
}

h2 a:link, h2 a:visited {
	color: #222;
}

h2 a:hover {
	color: #a3620a;
}

h3 {
	font-size: 14px;
	margin-bottom: 6px;
}

p {
	margin-bottom: 12px;
}

hr {
	background-color: #444;
	border: 0;
	height: 2px;
	margin: 24px auto;
}

input {
	background: #f5f5f5;
	border: 1px solid #999;
	padding: 3px 6px;
}

img {
	border: 0;
}

blockquote {
	margin: 24px 0;
	padding: 0 30px;
}

table {
	margin: 12px 0;
}

td {
	padding: 4px 6px;
}

th {
	background: #2a261c;
	padding: 10px 6px;
	border-bottom: none;
	font-weight: bold;
	color: #eeeddd;
}


/* !PAGE STRUCTURE */

#page_wrapper {
	float: left;
	background: #19190f;
	width: 974px; /* 994 actual */
	margin: 0 auto;
	padding: 0 8px;
	border-right: 2px solid #cccc99;
	border-left: 2px solid #cccc99;
}

#page {
	float: left;
	background: #fff url(images/bg_sidebar_left.gif) repeat-y left top;
	width: 968px; /* 974 actual */
	border: 3px solid #f58938;
	border-top: none;
	/*CSS3*/
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}

#header {
	background: #2a261c url(images/header.png) no-repeat;
	height: 218px;
	text-align: center;
}

#header img.logo {
	margin-top: 22px;
}

#content_wrapper {
	float: left;
	width: 968px;
	padding: 30px 0;
}

#sidebar-left, #sidebar-right {
	padding: 0 10px;
	font-size: 11px;
	color: #534d2a;
}

#sidebar-left {
	float: left;
	width: 230px; /* 250 actual */
/* 	background: #dfdec1; */
}

#sidebar-right {
	float: right;
	width: 230px; /* 250 actual */
}

#content.two-sidebars {
	float: left;
	width: 438px; /* 468 actual */
	padding: 0 15px;
}

#content.one-sidebar {
	float: left;
	width: 692px; /* 718 actual */
	padding: 0 10px 0 16px;
}

#content {
	line-height: 18px;
}

#content ul,
#content ol {
	margin-bottom: 12px;
}

#content ul li {
	list-style: square outside;
	margin-left: 30px;
}

#content ol li {
	list-style: decimal outside;
	margin-left: 30px;
}

#footer {
	clear: both;
	position: relative;
	background: #19190f url(images/logo_footer.png) no-repeat 50px center;
	width: 990px; /* 994 actual */
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 10px;
	border: 2px solid #cccc99;
	border-top: none;
	text-align: center;
	/*CSS3*/
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
}

#footer a:link, #footer a:visited {
	color: #ff9900;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

.legal {
	font-size: 11px;
	color: #474730;
}

#footer .legal a:link, #footer .legal a:visited {
	color: #474730;
}

#footer .legal a:hover {
	color: #e1d28d;
}

#social-media {
	position: absolute;
	right: 20px;
	bottom: 15px;
}


/* !POSTs */

.entry-meta, .entry-footer {
    margin-bottom: 15px;
    font-size: 11px;
    font-style: italic;
}

.entry-meta {
/* 	border-top: 1px solid #a3620a; */
	border-bottom: 1px solid #ccc;
}

.entry-footer {
    clear: both;
    background: #f5f5f5;
    padding: 0 5px;
    border: 1px solid #ccc;
}


/* !IMAGES */

.border {
	border: 2px solid #a3620a;
	padding: 1px;
}

.wp-caption {
	background: #eeeddd;
	border: 1px solid #dfdec1;
	margin: 0 10px 10px;
	padding: 5px 5px 0;
}

.wp-caption-text {
	font-size: 11px;
/* 	font-style: italic; */
	font-weight: bold;
	color: #a0410d;
}


/* !LISTS */

#content ul.sponsors {
    margin: 12px 0;
    padding: 0;
}

#content ul.sponsors li {
    list-style: none;
    float: left;
    width: 230px;
    min-height: 75px !important;
    height: 75px;
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 75px;
}

#content ul.sponsors img {
    display: inline-block;
    vertical-align: middle;
}


/* !TABLES */

.zebra tr.odd {
	background: #dfdec1;
}

.zebra tr.even {
	background: #eeeddd;
}

table.schedule td {
	text-align: center;
	vertical-align: top;
}

table.schedule td.desc {
	text-align: left;
}


/* !WIDGETS */

.widget-container {
	margin-bottom: 22px;
}

.widget-title {
    padding-bottom: 3px;
    border-bottom: 2px solid #a0410d;
    font-size: 12px;
    color: #a0410d;
}

.widget-container ul, .widget-container ol {
	margin-bottom: 12px;
}

.widget-container ul li {
	list-style: square outside;
	margin: 0 0 0 25px;
}

.widget-container ol li {
	list-style: decimal outside;
	margin: 0 0 0 25px;
}

.widget_advancedrecentposts ul li {
	list-style: square outside;
	margin: 0 0 0 15px;
}

span.date {
	font-weight: bold;
}


/* !SEARCH BOX */

.widget_search {
    background: #fff;
    height: auto;
    margin-bottom: 30px;
    padding: 2px 0 2px 6px;
    border: 1px solid #cac39c;
}

#searchform label {
/*
    position: relative !important;
    clip: auto;
*/
    font-size: 11px;
    font-weight: bold;
    color: #a0410d;
    text-transform: uppercase;
    line-height: 20px;
}

#searchform input#s {
	background: #fff;
    width: 132px;
    margin: 0;
    padding: 5px;
    border: none;
}

#searchform input#searchsubmit { /* Stylize search submit button to magnifying glass image */
	display: inline-block;
    background: url(images/btn_search.png) no-repeat center top;
    width: 20px;
    height: 20px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

#searchform input#searchsubmit:hover {
    background: url(images/btn_search.png) no-repeat center bottom;
}

#content input#s { /* add a border on the input box when not located in the sidebar region */
	border: 1px solid #dfdec1;
}


/* !MISCELLANEOUS */

.address {
	border-left: 3px solid #a0410d;
	margin: 0 0 12px 25px;
	padding-left: 5px;
	line-height: normal;
}


/* !NEXTGEN GALLERY STYLES */

.ngg-gallery-thumbnail img:hover {
    background-color: #333;
} 


/* !PRIMARY NAVIGATION */

#access {
	background: #2a261c;
	height: 36px;
	padding: 0 10px;
}

#access .menu-header {
	text-align: center;
}

#access ul.menu {
	display: inline-table;
	margin: 0 auto;
}

#access ul.menu li {
/* 	display: inline-table; */
	float: left;
	list-style: none;
	line-height: 36px;
}

#access ul.menu li a {
	display: block;
	padding: 0 12px;
	color: #e1d28d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#access ul.menu li:hover,
#access ul.menu li.current_page_item {
	color: #f58938;
}

#access ul.menu li a:hover {
	color: #f58938;
}

#access ul.menu li.current_page_item a {
	color: #f58938;
}

/* !DROP-DOWN MENU STYLING */

#access ul.sub-menu {
	position: absolute;
	left: -999em;
	width: 190px;
	background: #b29b41;
	height: auto;
	margin: 0;
	padding: 0;
/* 	border-top: 1px solid #000; */
	border-bottom: 3px solid #a3620a;
}

#access ul.sub-menu li {
	width: inherit;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

#access ul.sub-menu li a {
	background: none;
	width: 170px; /* 190 actual */
	margin: 0;
	padding: 0 10px;
	color: #fae79c;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #bda854;
}

#access ul.sub-menu li a:hover {
	background-color: #bda854;
	color: #fff;
}

#access ul.sub-menu li.current_page_item a {
	color: #fff;
}

#access li:hover ul ul, #access li:hover ul ul ul, #access li.sfhover ul ul, #access li.sfhover ul ul ul {
	left: -999em;
}

#access li:hover ul, #access li li:hover ul, #access li li li:hover ul, #access li.sfhover ul, #access li li.sfhover ul, #access li li li.sfhover ul {
	left: auto;
}


/* !FOOTER NAVIGATION */

#footer_nav_wrapper {
	float: right;
	width: 850px;
}

#footer_nav {
    margin: 0 auto 3px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#footer_nav li {
    display: inline;
	border-right: 1px solid #3e3e29;
}

#footer_nav li:last-child,
#footer_nav li.last {
 border-right: none;
}

#footer_nav li a:link,
#footer_nav li a:visited,
#footer_nav li a:active {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    line-height: 22px;
    padding: 0px 10px;
}

#footer_nav li a:hover {
    color: #f58938;
}
