/*
Theme Name: Smokey Denmark
Theme URI: 
Description: Smokey Denmark theme designed by McGarrah Jessee
Version: 
Author: Clay Teller
Author URI: http://clayteller.com
Tags: 
*/

@import "style/reset.css";
@import "style/foxycart.css";
@import "style/colorbox.css";

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
a {
	color: #c63821;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* HEADERS */

h2 {
	margin: 0 0 9px;
	height: 20px;
	text-indent: -9000px;
	background: url(img/txt-page-headings.png) no-repeat;
}
body.who h2 {
	background-position: 0 0;
}
body.blog h2 {
	background-position: 0 -20px;
}
body.contact h2 {
	background-position: 0 -40px;
}
h3 {
	margin: 0 0 .8em;
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
}
h3.quality {
	text-indent: -9000px;
	height: 50px;
	background: url(img/txt-quality.png) no-repeat 0 14px;
}
h4 {
	margin: 0 0 .5em;
	font-size: 1.3em;
	color: #555;
}
h5 {
	margin: 0 0 .3em;
	font-size: 1em;
	color: #555;
}

/* LISTS */

ul {
	margin: 0 0 1em 16px;
	list-style-type: disc;
}
ul ul {
	margin: 1em 0 0 1em;
}
li {
	margin-bottom: .7em;
	line-height: 1.4em;
}
dl {
	margin: 0 0 1em;
}
dt {
	margin: 0 0 .4em;
	font-weight: bold;
}
dd {
	margin: 0 0 1em;
	line-height: 1.4em;
}	

/* TABLES */

table {
	margin: 0 0 1em;
}
td {
	padding: 3px;
}

/* FORMS */

input, select, textarea {
	font-size: 11px;
	padding: 4px;
	background: #F2F4F4;
	border-left: 1px solid #a6a7a7;
	border-top: 1px solid #a6a7a7;
	border-right: none;
	border-bottom: none;
}
button, a.button {
	margin: 0 0 .8em;
	text-indent: -9000px;
	border: none;
	height: 26px;
	cursor: pointer;
	display: block;
}

/*******************************************************************/

/* HEADER */

#header {
	padding: 0 10px 15px;
	position: fixed;
	left: 27px;
	top: 0;
	width: 186px;
	z-index: 200;
	background: #fff;
}
#header h1 {
	margin-bottom: 15px;
	display: block;
	height: 152px;
	text-indent: -9000px;
	background: url(img/logo.png) no-repeat;
}

/* NAV */

#nav ul {
	margin: 0;
	list-style-type: none;
}
#nav li {
	margin: 0;
}
#nav a {
	display: block;
	text-decoration: none;
	text-indent: -9000px;
}
li#nav-who a {
	height: 68px;
	background-image: url(img/nav-who.png);
}
li#nav-shop a {
	height: 166px;
	background-image: url(img/nav-shop.png);
}
li#nav-blog a {
	height: 87px;
	background-image: url(img/nav-blog.png);
}
li#nav-contact a {
	height: 38px;
	background-image: url(img/nav-contact.png);
}
/* hover  */
#nav a:hover {
	background-position: -186px 0;	
}
/* active */
.who li#nav-who a, .shop li#nav-shop a, .blog li#nav-blog a, .contact li#nav-contact a {
	background-position: -372px 0;	
	cursor: default;
}
ul#contact {
	margin: 0;
	list-style-type: none;
}
ul#contact li {
	margin: 0;
}
li#contact-call {
	text-indent: -9000px;
	background: url(img/contact-call.png);
	height: 26px;
}
li#contact-email a {
	display: block;
	text-indent: -9000px;
	background: url(img/contact-email.png);
	height: 28px;
}
#gotexan {
	position: absolute;
	top: 71px;
	left: 790px;
	z-index: 300;
}

/* BODY */

#body {
	padding: 0 0 30px;
	position: absolute;
	left: 260px;
	top: 104px;
	width: 575px;
	z-index: 100;
}

/* CONTENT */

#content {
	padding: 25px 25px 15px;
	min-height: 422px;
	background: #fff;
}
body.who #content {
	min-height: 322px;
}
#content img {
	border: 1px solid #DCD7D6;
}
/* content that is hidden and displayed in ColorBox instead */
#content .more-content {
	display: none;
}
.more-content {
	margin-top: -15px;
}

/* ASIDE */

#aside {
	margin: 15px 0 0;
}
#aside ul.photos {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
#aside ul.photos li {
	margin: 0 12px 0 0;
	float: left;
}
#aside ul.photos a {
	display: block;
	border: 5px solid #fff;
}

/* FOOTER */

#footer {
	display: none;
}

/*******************************************************************/

/* LAYOUT */

.post {
	padding: 1.7em 0 1.7em;
	border-top: 1px solid #888;
	overflow: hidden;
}
.post.first {
	padding-top: 0;
	border-top: none;
}

/* IMAGES (WordPress classes) */

.alignleft {
	margin: 5px 20px 10px 0;
	float: left;
}
.alignright {
	margin: 5px 0 10px 20px;
	float: right;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}

/* MISC */

.hide {
	display: none;
}
.small {
	font-size: .9em;
}
.pdf {
	padding-left: 20px;
	background: url(img/ico-pdf.png) no-repeat;
}

/*******************************************************************/

/* HOME */

body.home {
	text-align: center;
}
body.home #enter {
	margin: 0 auto;
	width: 677px;
	height: 482px;
	background: url(img/home.png);
	position: relative;
	top: 70px;
	z-index: 100;
}
body.home #header, body.home #enter p {
	display: none;
}
body.home ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}
body.home li {
	margin: 0;
	padding: 0;
	float: left;
}
body.home a {
	float: left;
	text-indent: -9000px;
	background: url(img/home-nav.jpg) no-repeat 322px 223px;
}
#home-shop a {
	width: 322px;
	height: 225px;
}
#home-shop a:hover {
	background-position: 0 0;
}
#home-who a {
	width: 321px;
	height: 225px;
}
#home-who a:hover {
	background-position: -321px 0;
}
#home-blog a {
	width: 322px;
	height: 221px;
}
#home-blog a:hover {
	background-position: 0 -225px;
}
#home-contact a {
	width: 321px;
	height: 221px;
}
#home-contact a:hover {
	background-position: -321px -225px;
}
body.home #wildgame {
	position: absolute;
	top: 28px;
	right: -40px;
}

/* SHOP */

p.download a {
	display: block;
	text-indent: -9000px;
	height: 40px;
	background: url(img/lnk-download.png) no-repeat;
}
body.shop .post {
	border-color: #DCD7D6;
}
body.shop .post.first {
	margin-top: 2.5em;
}
body.shop .details {
	float: right;
	width: 280px;
}
body.shop p.price {
	margin: 0 0 .2em;
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
}
body.shop button.add {
	margin: 1.3em 0 .5em;
	width: 70px;
	height: 26px;
	background: url(img/btn-add.png) no-repeat 0 0;
}
body.shop button.add:hover {
	background-position: 0 -26px;
}
body.shop p.click {
	color: #666;
	font-size: .8em;
}
#shoplinks {
	position: fixed;
	top: 602px;
	left: 27px;
	width: 206px;
}
.checkout a {
	margin: 0 0 7px;
	display: block;
	text-indent: -9000px;
	height: 79px;
	background: url(img/btn-checkout.png) no-repeat -8px 0;
}
.checkout a:hover {
	background-position: -8px -79px;
}

/* BLOG */

body.blog h3 {
	margin: 0 0 1em;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
}
body.blog h3 span.author {
	text-transform: none;
	position: absolute;
	right: 0;
}

/* CONTACT */

body.contact p {
	margin: 0 0 1.4em;
}
#map, #contactinfo {
	padding-top: 1.8em;
}
#map {
	float: left;
}
#contactinfo {
	margin-left: 250px;
}