/*
Theme Name: High Country Custom Theme
Description: Custom built WordPress theme for High Country Outfitters
Version: 0.1
Author: Brent Lineberry
Author URI: http://www.lineberrydesign.com
*/

/*

Font 
Family: Verdana, Arial, Helvetica, sans-serif

Colors
Brown: #42210B
Lt Brown: #ddd1c2
Green: #004021
Lt Green: #b2c5bc

*/


/* WordPress Styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#main .entry img {
	margin: 10px;
}

#main .entry img.frame {
	background-color: #ddd1c2;
	border: 1px solid #42210B;
	padding: 20px;
}
	

.wp-caption {
   border: 1px solid #42210B;
   text-align: center;
   background-color: #ddd1c2;
   padding: 20px 16px 10px;
   margin: 10px;
}

#main .wp-caption img {
   margin: 0;
   padding: 0;
   border: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 10px 4px 0;
   margin: 0;
}


/* Basic Styles and Layout */

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
}

p {
	margin-bottom: 1em;
}

body {
	background-color: #42210B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#container {
	background-color: white;
	width: 940px;
	padding: 10px;
	margin: 10px auto;
	color: #42210b;
	font-size: 1em;
}

#header {
	height: 200px;
	width: 940px;
	background-color: #ddd1c2;
}

#nav {
	height: 50px;
	border-left: 1px solid #42210b;
	border-right: 1px solid #42210b;
	width: 938px;
	background: #42210b url('images/nav_bg.png') repeat-x top left;
	color: #ddd1c2;
	font-size: 0.86em;
	font-weight: bold;
}
	
#bodywrap {
	float: left;
	width: 940px;
	background: #ffffff url('images/bg_bodywrap.jpg') repeat-y top left;
}

#main {
	width: 580px;
	float: left;
	padding: 20px 60px;
	overflow: hidden;
}

#sidebar {
	width: 168px;
	float: right;
	padding: 20px 50px 50px 20px;
	font-size: 0.86em;
}

#footer {
	clear: both;
	background: #42210b url('images/footer_bg.png') repeat-x top left;
	color: #ddd1c2;
	height: 160px;
	padding: 20px 60px;
	font-size: 0.71em;
	width: 820px;
}


/* Header */

#header {
	background: #ddd1c2 url('images/header_bg.jpg') no-repeat top left;
	position: relative;
}

#logo {
	position: absolute;
	background-image: url(images/logo.png);
	height: 180px;
	width: 281px;
	right: 40px;
	top: 10px;
	text-indent: -9999px;
	margin: 0;
}

#logo a {
	display: block;
	height: 180px;
	width: 281px;
}


/* Navigation */

#nav a:link, #nav a:visited {
	color: #ddd1c2;
	text-decoration: none;
	height: 33px;
	display: block;
	padding: 17px 0 0;
	width: 119px;
	text-align: center;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
}

#nav > ul > li:hover, #nav li.current_page_item, #nav li.current_page_ancestor {
	background-image: url('images/nav_hover.png');
	background-repeat: repeat-x;
	width: 117px;
	border-left: 1px solid #42210b;
	border-right: 1px solid #42210b;
}


#nav > ul > li:hover > a {
	padding: 18px 0 0;
	height: 32px;
	text-decoration: underline;
}

#nav a:hover, #nav a:active {
	text-decoration: underline;
}

#nav > ul {
	margin: 0px 40px 0 60px;
	list-style-type: none;
}

#nav li {
	float: left;
	width:119px;	
}

#nav > ul > li {
	position: relative;
}

#nav li ul {
	position: absolute;
	width: 117px;
	border: 1px solid #42210b;
	border-top: none;
	background-color: #ddd1c2;
	color: #42210b;
	left: -999em;
	list-style-type: none;
	z-index: 10;
}

#nav li ul li.current_page_item, #nav li ul li.current_page_ancestor {
	background: none;
	border: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: -1px;
}

#nav li ul a:link, #nav li ul a:visited {
	color: #42210b;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	width: 107px;
	margin: 0;
	height: auto;
	font-weight: normal;
	text-align: left;
}

#nav li ul a:hover, #nav li ul a:active {
	color: #ddd1c2;
	background: #42210b;
}
	
#nav li ul ul {
	margin: -2.2em 0 0 117px;
	border: 1px solid #42210b;
}

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

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



/* Main */

#main {
	clear: both;
}

#main h1.title, #main h1.pagetitle {
	margin-top: 0;
}

#main ul, #main ol {
	margin: 1em;
	margin-left: 2em;
}

#main h1 + ul, #main h1 + ol, #main h2 + ul, #main h2 + ol, #main h3 + ul, #main h3 + ol, #main h4 + ul, #main h4 + ol, #main h5 + ul, #main h5 + ol, #main h6 + ul, #main h6 + ol {
	margin-top: 0;
}

#main .parent.sifr {
	color: #ddd1c2;
	font-weight: bold;
	font-size: 3.57em;
	margin-bottom: -0.5em;
	display: block;
	width: 75%;
}

#main hr {
	color: #004021;
	width: 600px;
	margin-left: -10px;
	clear: both;
}

#main .post {
	margin: 2em 0;
}

#main .post-title {
	color: #004021;
	font-style: italic;
	font-weight: normal;
	font-size: 1.71em;
	clear: both;
}

#main .post-title a:link, #main .post-title a:visited {
	color: #004021;
	text-decoration: none;
}

#main .post-title a:hover, #main .post-title a:active {
	text-decoration: underline;
}

#main .postmetadata, #main .postdate {
	font-size: 0.83em;
	color: #004021;
}

#main .postmetadata a:link, #main .postmetadata a:visited, #main .postdate a:link, #main .postdate a:visited, #main .navigation a:link, #main .navigation a:visited {
	color: #004021;
	text-decoration: underline;
}

#main .postmetadata a:hover, #main .postmetadata a:active, #main .postdate a:hover, #main .postdate a:active, #main .navigation a:hover, #main .navigation a:active {
	color: #b2c5bc;
}

#main .navigation {
	font-style: italic;
	font-size: 0.83em;
}

#main a:link, #main a:visited {
	color: #004021;
	text-decoration: underline;
}

#main a:hover, #main a:active {
	color: #b2c5bc;
}

#main .subpages, #main .subpages ul {
	list-style-type: none;
}

#main .subpages li {
	float: left;
	margin-right: 2em;
}

#main .subpages li ul {
	list-style-type: none;
	margin-left: 1em;
}

#main .sticky {
	background-color: #ddd1c2;
	padding: 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#main .sticky hr {
	display: none;
}

#main .sticky .post-title {
	margin-top: 0;
	padding-top: 0;
}

.home #main .sticky {
	background: none;
	border: none;
	padding: 0;
}

/*.home #main .sticky .post-title {
	margin-top: 1em;
	padding-top: 1em;
}*/


/* Entry */

#main .entry {
	clear: both;
	margin: 2em 0 0;
	line-height: 1.5em;
}

#main .entry h1, #main .entry h2, #main .entry h3, #main .entry h4, #main .entry h5, #main .entry h6 {
	color: #004021;
	font-style: italic;
}

/* #main .entry h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
} */

#main .entry blockquote {
	margin: 1em 4em;
	padding: 1em 1em 0.25em 75px;
	background-color: #ddd1c2;
	font-style: italic;
	font-size: 1.25em;
	color: #004021;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(images/blockquote.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/* Comments */

#main .comment {
	background-color: white;
}

#main .bypostauthor {
	background-color: #ddd1c2;
}

#main .commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main .commentlist .parent {
	border: 1px solid #42210B;
}

#main .commentlist .children {
	list-style-type: none;
	margin: 1em;
}

#main .commentlist .comment-body {
	padding: 1em;
}

#main .commentlist .bypostauthor > .comment-body > .comment-author {
	background-color: #42210b;
	color: #ddd1c2;
	padding: 0.25em;
}

#main .commentlist .comment {
	margin: 1em 0;
}


/* Sidebar */

#sidebar h4 {
	font-size: 1.5em;
	color: #004021;
	font-weight: normal;
	margin: 0;
}

#sidebar hr {
	width: 190px;
	margin: 1.5em 0 1.5em -10px;
	color: #004021;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin: .5em 0;
}

#sidebar .store {
	margin: 0.5em 0;
}

#sidebar .store .storeName {
	font-weight: bold;
}

#sidebar input.text-input {
	width: 168px;
	border: 1px solid #42210b;
	margin: 0.5em 0;
}

#sidebar a:link, #sidebar a:visited {
	color: #42210b;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}


/* Home */

#homePhotos, #singleimage {
	width: 538px;
	padding: 20px;
	border: 1px solid #42210B;
	background-color: #ddd1c2;
	position: relative;
	height: 359px;
	margin-bottom: 2em;
}

#homePhotos div {
	position: absolute;
	z-index: 0;
}

#homePhotos div.previous {
    z-index: 1;
}

#homePhotos div.current {
    z-index: 2;
}

#homePhotos img, #singleimage img {
	border: none;
	width: 538px;
	height: 359px;
}

#slideshow {
	position: relative;
}

#photoNum {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 10;
}

#photoNum ul {
	list-style-type: none;
}

#photoNum li {
	display: inline;
	background-color: #ddd1c2;
	border: 1px solid #42210B;
	padding: 0 0.4em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#photoNum li.current {
	background-color: #42210b;
	border: 1px solid #ddd1c2;
	color: white;
}


/* Form */

input[type=text], textarea {
	border: 1px solid #ddd1c2;
	padding: 0.5em;
}

input[type=text]:focus, textarea:focus {
	border: 1px solid #004021;
}
	

/* Pages */

#main .brand-list {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

.brand-list li {
	float: left;
	width: 190px;
	height: 25px;
}

.brand-list.main-brands li {
	height: 113px;
	margin: 5px 40px 5px 0;
	width: 150px;
	padding: 20px 0;
}

#main .brand-list.main-brands img {
	margin: 0;
	padding: 0;
}


/* Footer */

#footer {
	position: relative;
}

#footer ul {
	list-style-type: none;
}

#footer #carabiner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 240px;
	height: 230px;
	background-image:url(images/carabiner.png);
}

#footer .footerLinks > ul > li {
	float: left;
	width: 175px;
}

#footer .footerLinks li ul li {
	margin-left: 10px;
}

#footer .copyright {
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 820px;
}

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

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer h5 {
	font-size: 1.4em;
	font-weight: normal;
}

/* Sociable */

#main .entry .sociable img {
	margin: 0;
}

.sociable {
	clear: both;
	padding: 1em 0;
}

/* 404 Error */

.error404 #searchsubmit {
	vertical-align: top;
}
