/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p{
	font-size: 15px;
	color: #333;
	line-height: 1.4;
}
#catalogue_content p{
	font-size: 12px;
	color: #666;
}
h1,h2,h3,h4,h5,h6{font-weight: normal; font-family: "Times New Roman", serif;}	
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

.offscreen{
	height: 1px;
	position: absolute;
	margin-left: -3000px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia,serif;
	color: #333;
	background: #3C4827 url(images/backgrounds/body.gif) 0 0 repeat-x;
	font-weight: 300;
}
#container{
	width: 756px;
	background: #F0ECE1;
	margin: 0 auto;
	padding: 30px 47px 30px 47px;
}
#header{
	height: 270px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
}
#header_contact{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
#header_contact p{
	font-size: 14px;
}
#header_phone{
	color: #3C4827;
}
#header_email a{
	color: #601C31;
}
.page-template-template-home-php #container #header{
	background-image: url(images/backgrounds/header-home.jpg);
}
.header_1 #header{
	background-image: url(images/backgrounds/header-1.jpg);
}
.header_2 #header{ 
	background-image: url(images/backgrounds/header-2.jpg);
}
.header_3 #header{
	background-image: url(images/backgrounds/header-3.jpg);
}
.header_4 #header{
	background-image: url(images/backgrounds/header-4.jpg);
}
.header_5 #header{
	background-image: url(images/backgrounds/header-5.jpg);
}
#footer{
	margin: 0 auto 4em auto;
	width: 850px;
	font-family: Arial, sans-serif;
}
#inner_footer{
	background: #282b17 url(images/backgrounds/footer.jpg) 50% 28px no-repeat;
	height: 193px;
	font-family: Georgia, serif;
	position: relative;
	margin-bottom: 1em;
}
#footer_address{
	position: absolute;
	bottom: 37px;
	left: 48px;	
}
#footer_phone{
	position: absolute;
	bottom: 37px;
	right: 48px;
}
#footer #inner_footer p{
	font-size: 12px;
}

#footer p, #footer a{
	color: #a5a79d;
	font-size: 10px;
}
#copyright{
	float: left;
	width: 40%;
}
#site{
	float: right;
	text-align: right;
	width: 40%;
}

#footer #tandc{
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	font-family: Georgia, serif;
}	
#access{
	background: transparent url(images/backgrounds/nav.gif) 0 0 no-repeat;
	height: 35px;
	width: 756px;
	margin: 1px 0 1px 0;
}
#access ul{
	margin-left: 23px;
}
.menu li{
	float: left;
}
#access ul li.current_page_item a, #access ul li.current_page_parent a, #access ul li.current_page_ancestor a, #access ul li a:hover{
	background-color: #471524;
}
#access ul li a{
	color: #F0ECE1;
	text-decoration: none;
	padding: 9px;
	float: left;
	height: 17px;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 32px 0 32px;
}
#main{
	padding: 40px 20px 60px 20px;
	background: #FFF;
	height: 100%;
}

#subnav{
	width: 158px;
	margin-right: 25px;
	float: left;
}
#subnav ul{
	border-top: 1px solid #CCC;
}
#subnav ul li{
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	color: #333;
	padding: 7px 5px 5px 5px;
}
#subnav ul ul li{
	border-bottom: none;
}
#subnav ul ul ul li{
	font-size: 
}
#subnav ul li a{
	color: #333;
}
#subnav ul li.current_page_item, #subnav ul li.current_page_item a, #subnav ul li a:hover{
	color: #601C31;
	text-decoration: none;
}
#content{
	width: 530px;
	float: left;
}

#content p{
	margin-bottom: 15px;
}
#content h2{
	font-size: 25px;
	color: #333300;
	margin-bottom: 15px;
}
#content h3{
	color: #494900;
	font-size: 19px;
	font-style: italic;
	margin: 21px 0 11px 0;
}
#content .catalogue_heading{
	font-style: normal;
	margin-top: 30px;
}
.page-template-template-home-php #content h3{
	margin-bottom: 30px;
}
#catalogue_content h3{
	font-size: 19px;
	color: #666;
	font-style: normal;
	line-height: 1.2;
}
#content h4{
	color: #333333;
	font-size: 18px;
	line-height: 1.3;
}
#content p a{
	color: #601C31; 
}
/* HOME */
.page-template-template-home-php #main{
	padding: 40px 0 20px 0;
	background: transparent;
}
.page-template-template-home-php #content{
	width: 470px;
}
#features{
	background: #DDCFB0;
	width: 246px;
	float: left;
	margin-right: 25px;
	padding: 7px;
}
.feature{
	margin: 0 auto;
	text-align: center;
}
.feature_image{
	width: 246px;
	height: 112px;
	position: relative;
}
.feature_image img{
	top: 0;
	left: 0;
	position: absolute;
}
.overlay:hover{
	background: #000;	
	filter: alpha(opacity=20);
	opacity: 0.08;
}
.feature_image a{
	width: 246px;
	height: 112px;
	position: absolute;	
	display: block;
	top: 0;
	left: 0;
}	
.feature h3{
	text-transform: uppercase;
	font-size: 16px;
	margin: 5px 0 12px 0;
}
.feature h3 a{ 
	color: #3C4827;
	padding-right: 10px;
	background: transparent url(images/backgrounds/features-arrow.gif) 100% 50% no-repeat;
}
.feature h3 a:hover{ 
	color: #2C351D;
	text-decoration: none;
}
#homepage_bespoke a{
	width: 146px;
	margin-right: 10px;
	background: transparent url(images/backgrounds/lilac-button.gif) 0 0 repeat-x;
}
#homepage_catalogue a{	
	width: 157px;
	margin-right: 10px;
	background: transparent url(images/backgrounds/green-button.gif) 0 0 repeat-x;
}
#homepage_contact a{
	width: 115px;
	background: transparent url(images/backgrounds/purple-button.gif) 0 0 repeat-x;
}
#content .homepage_button{
	text-align: center;
	margin-top: 31px;
}
#content .homepage_button a{
	color: #FFF;
	font-size: 15px;
	height: 25px;
	padding: 8px 5px 7px 5px;
	
	float: left;
}
#content .homepage_button a:hover{
	background-position: 0 -40px;
	text-decoration: none;
}
/* CONTACT */
.page-template-template-contact-php #content,.page-template-template-contact-trade-php #content{
	width: 400px;
}
#location{
	width: 261px;
	float: right;
}
#location img{
	margin-bottom: 25px;
}
#location p{
	margin: 10px 0 15px 0;
}
#location hr{
	border: 1px dotted #E6E3E5;
}
#contact_form{
	background: #E6E3E5;
	width: 350px;
	padding: 20px 32px 64px 32px;
}
#contact_form p{
	margin-bottom: 10px;
}
.smaller{
	font-size: 12px;
}
label{
	font-size: 14px;
	color: #601C31;
}
.text_input,textarea{
	width: 340px;
	padding: 5px;
}
#submit{
	background: #66515C;
	float: right;
	color: #FFF;
	border: none;
	padding: 5px;
	font-size: 14px;
	font-family: "Times New Roman", serif;
	cursor: pointer;
}
#submit:hover{
	background: #503F48;
}
#contact_form #marked_required{
	font-size: 10px;
	color: #aaa;
	text-align: right;
	margin-bottom: 0;
}
.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* CATALOGUE */
#subnav h3{
	color: #F0ECE1;
	margin-bottom: 10px;
	background: #65746B;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	padding: 5px;
}
#subnav .children{
	margin-top: 5px;
}
#subnav .children li.current_page_item li a{
	color: #666666;
}
#subnav .children .children li.current_page_item a, #subnav li.current_page_item ul li a{
	color: #000;
}
#subnav .children .children li a{
	color: #666;
}
#subnav .children{
	display: none;
}
#subnav li.current_page_item .children, #subnav li.current_page_ancestor .children{
	display: block;
}
#catalogue_main_image{
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 15px;
}
#catalogue_content{
	width: 200px;
	float: left;
}
#content #make_enquiry a{
	background: #66515C;
	padding: 5px;
	text-align: center;	
	font-size: 14px;
	width: 150px;
	display: block;
	color: #FFF;
}
#content #make_enquiry a:hover,#content #make_enquiry a:focus{
	background: #503F48;
	text-decoration: none;
}

#gallery li{
	float: left;
	width: 34px;
	border: 1px solid #ccc;	
}
#gallery li {
	display: block;
	padding: 1px;
	margin: 0 1px 1px 0;
}
#gallery li.last_row, #catalogue_links .last{
	margin-right: 0;
}
.collection_link_wrapper, .catalogue_link_wrapper{
	float: left;
	width: 251px;
}
#content .collection_link_wrapper p, #content .catalogue_link_wrapper p{
	margin-bottom: 5px;
}
#collection_link_first{
	margin-right: 20px;
}
#catalogue_link_first{
	margin-right: 20px;
}
.collection_link{
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	width: 240px;
	margin-bottom: 30px;
	text-align: center;
	color: #666;
	font-size: 13px;
	height: 231px;
	position: relative;
}
.catalogue_link{
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	width: 240px;
	margin-bottom: 30px;
	text-align: center;
	color: #666;
	font-size: 13px;
	height: 97px;
	position: relative;
}
.collection_link_image{
	display: block;
	height: 231px;
}
.catalogue_link_image{
	height: 97px;
}
.collection_link_image a{
	width: 240px;
	height: 231px;
	position: absolute;	
	display: block;
	top: 5px;
	left: 5px;
}
.catalogue_link_image a{
	width: 240px;
	height: 97px;
	position: absolute;	
	display: block;
	top: 5px;
	left: 5px;
}	
.catalogue_link_image .download_brochure{
	background: #F0ECE1;
	height: 97px;
	width: 240px;
	padding-top: 37px;
	height: 60px;
	color: #4A463B;
	font-family: "Times New Roman", serif;
}
.collection_link p{
	margin-top: 6px;
}
#content .collection_link p a{
	color: #666;
}
#content .collection_link p a:hover{
	text-decoration: none;
	color: #471524;
}
#content .make_enquiry{
	color: #FFF;
	display: block;
	padding: 5px 5px 5px 20px;
	width: 133px;
	margin-top: 30px;
	font-size: 12px;
	background: #66515C;
}
#content .make_enquiry:hover,#content .make_enquiry:focus{
	text-decoration: none;
	background: #503F48;
}
#content .make_trade_enquiry{
	color: #FFF;
	display: block;
	padding: 3px 0px 5px 10px;
	width: 160px;
	height: 18px;
	margin-top: 15px;
	font-size: 13px;
	background: #AA724F url(images/backgrounds/brown-button.gif) 0 -25px no-repeat;
}
#content .make_trade_enquiry:hover,#content .make_trade_enquiry:focus{
	text-decoration: none;
	background-position: 0 0;
}
#content .stockists{
	color: #FFF;
	display: block;
	padding: 3px 0px 5px 10px;
	width: 106px;
	height: 17px;
	margin-top: 15px;
	font-size: 13px;
	background: #AA724F url(images/backgrounds/purple-arrow-button.gif) 0 0 no-repeat;
}
#content .stockists:hover,#content .stockists:focus{
	text-decoration: none;
	background-position: 0 -25px;
}
/* STOCKISTS */
#stockists{
	border-bottom: 1px solid #99CC66;
	margin-left: 15px;
}
.stockist{
	border-top: 1px solid #99CC66;
	margin-top: 1em;
	padding: 15px 50px 0 20px;
	
}
.page-template-template-stockists-php #content h2{
	margin-bottom: 1.3em;
}
