/*
Theme Name: Studio AMF
Description: A custom theme created by Patron.
Version: 1.0
Author: Patron
Author URI: http://www.getpatron.com
*/

html * { margin: 0; padding: 0; }
body {
	font-size: 62.5%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url('background.1.jpg') #471808 repeat;
	color: #fff;
	text-align: center;
}
.clear { clear: both; height: 1px; }
.scene { clear: both; }

/* color */
a, a:visited { color: #ce7406; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { color: #ce7406; }

/* font size */
h1 { font-size: 3.0em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
p,td,th,li { font-size: 1.4em; line-height: 140%; }
td p, li p, td li { font-size: 1.0em; }
legend { font-size: 1.2em; margin-bottom: 15px; }

/* margins and padding */
h1, h2, h3, h4 { 
	margin-bottom: 10px; 
}
p, ul, ol, table { margin-bottom: 20px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
fieldset { padding: 10px; margin-bottom: 20px; }

/* lists */
ul {  }
li { 
	margin-left: 20px;
	margin-bottom: 4px; 
}




.hug {
	width: 888px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#header {
	height: 120px;
}
#logo {
	width: 205px; height: 37px;
	top: 46px; left: 13px;
	position: absolute;
}
#logo h1 {
	width: 205px; height: 37px;
	margin: 0;
}
#logo h1 a {
	display: block;
	width: 205px; height: 37px;
	background: url('logo.gif') top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


#cartnav {
	color: #fff;
	position: absolute;
	top: 0;
	left: 732px;
	width: 156px; height: 33px;
	background: url('cartlinks.back.gif') top left no-repeat;
	overflow: hidden;
	text-align: center;
}
#cartnav a { color: #fff; }
#cartlinks {
	float: right;
	width: 156px;
}
#cartlinks span {
	height: 30px;
	line-height: 30px;
	text-transform: lowercase;
	font-size: 9pt;
	border-left-width: 1px; border-left-style: solid; border-left-color: #fff;
	padding: 0 8px;
}
#cartlinks #cartlinkfirst { border-left-width: 0; border-left-style: none; }



#main {
	background-color: #fff;
	color: #676767;
	padding: 35px 0;
}


#nav {
	text-align: right;
	padding-top: 65px;
}




#sitelinks {
}
.sitelink {
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	text-transform: lowercase;
	font-size: 11pt;
	border-left-width: 1px; border-left-style: solid; border-left-color: #fff;
}
#sitelinkfirst { border-left-width: 0; border-left-style: none; }
.sitelink a, .sitelink a:visited { 
	color: #fff; 
}
.sitelink a:hover, .curtab a, .curtab a:visited {
	color: #ce7406; text-decoration: none;
}



.gallerythumbs { clear: both; }
.gallerythumbs .row { 
	clear: both; 
	font-size: 1.2em;
}
.gallerythumbs .thumb {
	float: left;
	margin: 0 30px 10px 0;
	border-width: 1px; border-style: solid; border-color: #333;
	padding: 8px;
	text-align: center;
}
.gallerythumbs img { 
	border-width: 0; border-style: none; 
}
.gallerythumbs .label {
	margin: 8px 0;
	border-style: double; border-color: #333;
	padding: 3px;
}


#footer {
	text-align: center;
	padding: 8px 0;
}



/* cart **************************************************/
#cart { border-collapse: collapse; }
#cart tr.product td {
	border-top-width: 1px; border-top-style: solid; border-top-color: #999;
	padding-top: 8px; 
	padding-bottom: 8px;
}
.cartimage img { border-width: 0; border-style: none; }
.shippinginfo { display: none; }



/* home **************************************************/
#homecontent {
	padding: 20px 25px;
	border-width: 1px; border-style: solid; border-color: #676767;
	height: 1%;
	margin-bottom: 30px;
}
#homecontent #featured {
	width: 445px; height: 350px;
	float: left;
	background-color: #ccc;
	overflow: hidden;
	border-width: 1px; border-style: solid; border-color: #ce7406;
	position: relative;
}
#featured #featurelabel {
	position: absolute;
	width: 171px; height: 36px;
	top: 0; left: 32px;
	background: url('featured.label.png') top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#featured #purchase {
	position: absolute;
	width: 128px; height: 37px;
	top: 290px; right: 0;
}
#featured #purchase a {
	display: block;
	width: 128px; height: 37px;
	background: url('featured.purchase.png') top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


#homecontent #blurb {
	float: right;
	width: 350px;
	height: 350px;
}

.homecol {
	width: 190px;
	float: left;
	margin-left: 78px;
}
.homecol h2 {
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #676767;
	padding-bottom: 5px;
}