/* @override http://dev.lostmtnclay.com/i/c/global.css */

/*  
Theme Name: Lost Mountain Clayworks
Theme URI: http://www.lostmtnclay.com/
Description: Theme for Lost Mountain Clayworks
Version: 1.0
Author: Dane Petersen
Author URI: http://www.brainsideout.com/


*/

@import url("lightbox.css");

/* ===Global Styles=== */
/* ------------------------------------------- */

body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: small;
	color: #eee;
	background: #222 url(/i/c/i/whopper-bg-01.jpg) top center repeat-y;
	}

* { 
	margin: 0;
	padding: 0;
	}

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

a:hover {
	text-decoration: none;
	color: #222;
	}
	
a img {
	border: none;
	}
	
input {
	font-family: verdana, helvetica, sans-serif;
	vertical-align: middle;
	font-size: 100%;
	}

input.text {
	padding: 2px;
	}
	
textarea {
	font-family: verdana, helvetica, sans-serif;
	padding: 2px;
	font-size: 100%;
	}

strong, b {font-weight: bold;}
em, i {font-style: italic;}
code {font-family: monospace;}

/* ===Text Styles and Formatting=== */
/* ------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
	}

p {
	font-weight: bold;
	font-size: 110%;
	padding: 4px 15px 8px 24px;
	line-height: 1.3;
	}

ul, ol {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	}

li {
	margin-left: 30px;
	}

dl { }
dt { }
dd {font-weight: bold;}

h1 {
	font-size: 230%;
	}

h2 {
	font-size: 220%;

	}
	
h3 {
	font-size: 150%;
	}
	
h4 {
	font-size: 130%;
	}
	
h5 {
	font-size: 125%;
	}
	
h6 {
	font-size: 110%;
	}


/* ===Layout Styles=== */
/* ------------------------------------------- */

div#whopper {
	font-size: 115%;
	line-height: 1.3;
	text-align: left;
	width: 820px;
	margin: 0 auto 0 auto;
	background: #dac69a url(/i/c/i/whopper-bg-01.jpg) top center repeat-y; /* background is 823px wide */
	color: #463d31;
	}

div#header {
	}

div#header h1 {
	padding: 10px 0 0 95px;
	}

div#header h1 a {
	display: block;
	background: transparent url(/i/c/i/header-bg-01.gif) left top no-repeat;
	height: 75px;
	width: 636px;
	text-indent: -5000px;
	text-decoration: none;
	}

div#header h1 a:hover {
	background-position: 0 -100px;
	}

div#main {
	width: 100%;
	clear: left;
	}

div#content {
	padding: 0 80px 0 80px; /* was 20px on both sides */
	}
	
body.about div#content {
	padding: 0 60px 0 60px;
}

div#footer {
	font-size: 100%;
	padding: 40px 20px 20px 40px;
	clear: both;
	text-align: center;
	}


/* ===Navigation Styles=== */
/* ------------------------------------------- */

div#nav {
	height: 180px;
}

div#nav ul {
	margin: 0;
	list-style: none;
	padding: 0 0 0 30px;
}

div#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#nav li a {
	position: relative;
	font-size: 70%;
	background: transparent url(/i/c/i/nav-bg-03.gif) 0 0 no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	height: 170px;
	text-indent: -5000px;
}

div#nav li.orient a {
	background-image: url(/i/c/i/nav-bg-orient-03.gif);
	width: 181px;
}

div#nav li.culture a {
	background-image: url(/i/c/i/nav-bg-culture-03.gif);
	width: 212px;
}

div#nav li.wild a {
	width: 158px;
	background-image: url(/i/c/i/nav-bg-wild-03.gif);
}

div#nav li.pirate a {
	width: 211px;
	background-image: url(/i/c/i/nav-bg-pots-03.gif);
}

div#nav li.orient a:hover,
div#nav li.culture a:hover,
div#nav li.wild a:hover,
div#nav li.pirate a:hover {
	background-position: 0 -200px;
}

body#orient div#nav li.orient a, 
body#culture div#nav li.culture a,
body#wild div#nav li.wild a,
body#pirate div#nav li.pirate a {
	background-position: 0 -200px;
}	


/* ===Footer Navigation Styles=== */
/* ------------------------------------------- */

div#footerNav {
	padding-left: 35px;
	height: 60px; 
	}

div#footerNav ul {
	float: left; /* up yours ie */
	width: 100%; /* seriously, up yours */
	/* padding-left: 80px; */
	}

div#footerNav li {
	list-style: none;
	display: inline;
	}

div#footerNav li a {
	display: block;
	float: left;
	/* float: left; */ /* this little twit crashes internet explorer */
	width: 150px;
	text-decoration: none;
	text-indent: -5000px;
	background: transparent url(/i/c/i/footer-nav-04.gif) left top no-repeat;
	height: 30px;
	}

div#footerNav li.home a {
	width: 80px;
	background-position: 0 0;
	}
	
/* div#footerNav li.works a {
	width: 170px;
	background-position: -70px 0;
	} */
	
div#footerNav li.work a {
	width: 130px;
	background-position: -80px 0;
	}

/* div#footerNav li.shows a {
	width: 170px;
	background-position: -240px 0;
	} */
	
div#footerNav li.calendar a {
	width: 120px;
	background-position: -210px 0;
	}
	
div#footerNav li.adventures a {
	width: 140px;
	background-position: -330px 0;
	}
	
div#footerNav li.contact a {
	width: 110px;
	background-position: -470px 0;
	}
	
div#footerNav li.links a {
	width: 80px;
	background-position: -580px 0;
	}


div#footerNav li.home a:hover {
	background-position: 0 -100px;
	}
	
div#footerNav li.work a:hover {
	background-position: -80px -100px;
	}
	
div#footerNav li.calendar a:hover {
	background-position: -210px -100px;
	}
	
div#footerNav li.adventures a:hover {
	background-position: -330px -100px;
	}
	
div#footerNav li.contact a:hover {
	background-position: -470px -100px;
	}
	
div#footerNav li.links a:hover {
	background-position: -580px -100px;
	}


/* body.adventures div#footerNav li.adventures a {
	background-position: 0 -100px;
	}
body.shows div#footerNav li.shows a {
	background-position: -110px -100px;
	}
body.contact div#footerNav li.contact a {
	background-position: -540px -100px;
	}
body.links div#footerNav li.links a {
	background-position: -470px -100px;
	} */

/* ===Footer Content Styles=== */
/* ------------------------------------------- */

div#footer p {
	padding-top: 10px;
	}
	
div#footer p.copyright {
	font-size: 90%;
}

div#footer p.address {
}


/* ===Unique Section Styles=== */
/* ------------------------------------------- */

div#homeSplash {
	float: right;
	width: 500px;
	margin-right: -60px;
	}
	
* html div#homeSplash {
margin-right: -30px; /* doubled margin float bug for IE */
}
	
div#homeSplash ul {
	padding-left: 5px;
	list-style: none;
	}
	
div#homeSplash li {
	font-size: 120%;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	float: left;
	display: block;
	width: 240px;
	}

div#homeWelcome {
float: left;
text-align: center;
margin-left: -60px;
width: 275px;
}

* html div#homeWelcome {
margin-left: -30px;
}

div#homeWelcome h3 {
	padding-top: 0;
	text-align: center;
	font-size: 140%;
}

div#homeWelcome p {
line-height: 1.2;
font-size: 90%;
}

div#contactInfo {
	margin-left: -60px;
	float: left;
	border-right: 1px solid #6f685d;
	width: 400px;
	padding-bottom: 50px;
	}
	
* html div#contactInfo {
margin-left: -30px;
}

div#workLocations {
	font-size: 90%;
	float: right;
	width: 370px;
	text-align: left;
	padding-top: 20px;
	margin-right: -60px;
	}
	
* html div#workLocations {
margin-right: -30px;
}

div#workLocations p {
	line-height: 1.1;
	text-align: center;
	}

div#workLocations h3 {
	text-align: center;
	padding-top: 5px;
	}

div#workLocations h4 {
	text-align: center;
	}
	
	
/* ===Product Thumbnail List Styles=== */
/* ------------------------------------------- */

div#productList {
}

div#productList dl {
	clear: both;
	padding: 0 15px 0 15px;
	}

div#productList dl dt {
	/* font-family: georgia, times new roman, sans-serif; */
	margin: 0;
	display: block;
	float: right;
	width: 390px;
	font-weight: normal;
	font-size: 200%;
	}

div#productList dl dt a {
	color: #3c5d38;
	text-decoration: underline;
	}

div#productList dl dt a:hover {
	text-decoration: none;
	color: #222;
	}

div#productList dl dd {
	padding-bottom: 25px;
	}

div#productList dl dd.desc {
	margin: 0;
	display: block;
	float: right;
	width: 390px;
	}

div#productList dl dd.img {
	margin: 0;
	float: left;
	display: block;
	width: 230px;
	text-align: center;
	}

div#productList dl dd.img a img {
	padding: 10px;
	background-color: #eae5db;
	border: 1px solid #a79c81;
	}
	
div#productList dl dd.img a:hover img {
	background-color: #eeeeee;
	}

div#productList dl.alt dt, div#productList dl.alt dd.desc {
	text-align: right;
	float: left;
	}
	
div#productList dl.alt dd.img {
	float: right;
	}
	
div#productList dl dd p {
	padding-left: 0;
	padding-right: 0;
	}
	
	
/* ===Product Detail Styles=== */
/* ------------------------------------------- */

dl.productDetail {
/* margin-left: -40px;
margin-right: -60px; */
margin-right: -80px;
margin-left: -20px;
padding-bottom: 20px;
	float: left;
	}

dl.productDetail dt {
	}

dl.productDetail dd.img {
	padding-bottom: 5px;
	float: left;
	clear: left;
	text-align: center;
	width: 430px;
	}
	
dl.productDetail dd.img img.multiple {
margin-top: 10px;
}

dl.productDetail dd.img img {
	padding: 10px;
	background-color: #eae5db;
	border: 1px solid #a79c81;
	}

dl.productDetail dd.desc {
	padding-top: 10px;
	width: 280px;
	float: left;
	}

div#content dl.productDetail dd p, div#content dl.productDetail dd h3 {
	line-height: 1.2;
	padding-left: 0;
	padding-right: 0;
	}


/* ===Content Text Styles=== */
/* ------------------------------------------- */

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	padding-left: 20px;
	}
div#content h1 {
	padding-bottom: 20px;
	}

div#content h2 {
	padding-bottom: 10px;
	}

div#content h3 {
	}

div#content h4 {
	}

div#content h5 {
	}

div#content h6 {
	}

div#content p, div#content li, div#content dd {
}

div#content p {
	padding-bottom: 14px;
	}

div#content strong {
	font-weight: normal;
	font-size: 160%;
}

div#content img {
	padding: 10px;
	background-color: #eae5db;
	border: 1px solid #a79c81;
	}

div#content img.transparent {
padding: 0;
background-color: transparent;
border: 0;
}

div#content p.buyonline {
color: #622;
}

div#content select {
margin-top: 2px;
}
/* ===WordPress Text Formatting Styles */
/* ------------------------------------------- */

body#wordpress p img {
	margin: 0 8px 0 8px;
}

p img {
	max-width: 95%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

	
/* ===Generic Formatting Styles=== */
/* ------------------------------------------- */

.weak {font-weight: normal; font-size: 100%;}
.bold {font-weight: bold;}
.underline {text-decoration: underline;}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

.hide {display: none;}
.cloak {visibility: hidden;}

.floatL {float: left;}
.floatR {float: right;}
.clear {clear: both;}
.clearL {clear: left;}
.clearR {clear: right;}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
