/*
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
*/

@import "css/reset.css";
/*
@import "css/typography.css";
@import "css/layout.css";
@import "css/pp.css";
*/

@charset "UTF-8";
/* CSS Document

DARK GREEN: 7c7743
MID GREEN: ada644
LIGHT GREEN: bbb78b
TEXT GREEN: 444102

*/


/* WORDPRESS STYLES */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.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 */

body {
	background-color:#7c7743;
	color:#444102;
	margin:0;
	font-family:Trebuchet, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:0.84em;
	line-height:1.4em;
}

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

p {
	margin-bottom:10px;
}

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

a:hover, a:active {
	color:#444102;
	text-decoration:none;
}

ol {
	list-style:
}

ul {
	list-style:none;
}

li {
	
}

table, tr, th, td { vertical-align:top; } 

#header {
	width:980px;
	height:144px;
	background:url(images/header.gif) no-repeat;
	padding:0px;
	margin:0 auto;
}

#sitedesc {
	padding-top:81px;
	padding-left:30px;
	text-transform:uppercase;
	height:20px;
	color:#FFF;
}

h2.square721exb { margin-top:5px; }

h2.square721 { margin-top:5px; }

#contact {
	padding-top:16px;
	padding-left:22px;
	text-transform:uppercase;
	height:20px;
	color:#444102;
	position:relative;
}

#contact a {
	color:#444102;
}

#contact h2 {
	height:22px;
	float:left;
	margin-right:87px;
}

#contact img {
	float:left;
	margin-top:-8px;
	}
	
.facebook { position:absolute; right:52px; width:35px; height:35px; }
.twitter { position:absolute; right:15px; width:35px; height:35px; }

#wrapper {
	clear:both;
	width:980px;
	margin:0 auto;
	background-color:#d7d3a9;
	padding:0px;
	overflow:visible;
}

#container {
	width:920px;
	margin:0;
	padding:30px 30px 0px 30px;
	background-color:#bbb78b;
	background:url(images/grad.jpg) top repeat-x;
	overflow:hidden;
	display:block;
}

#menu {
	float:left;
	width:210px;
	min-height:400px;
	margin:0 0 20px 0;
}

#menu li {
	text-transform:uppercase;
	margin-bottom:8px;
}

#menu li a:link, #menu li a:visited {
	color:#444102;
}

#menu li a:hover {
	color:#fff;
}

#menu li.menu-item {
	list-style-image:url(images/menulioff.gif);
}

#menu li.current_page_item {
	list-style-image:url(images/menuli.gif);
}

#menu li.current_page_item a {
	color:#fff;
}

#intro {
	float:left;
	width:710px;
	min-height:400px;
}

.quotemark {
	float:left;
}

.quotetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:100;
	line-height:30px;
	float:left;
	width:650px;
}

.quotename {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 0px 60px;
	padding:20px 0px 10px 0px;
}

.postcard {
	width:730px;
	height:280px;
	margin-bottom:10px;
	background:url(images/postcardbg.png) no-repeat;
}

.pimg {
	float:left;
	margin:0px 0px 0px 50px;
	padding-top:15px;
	min-width:410px;
	min-height:250px;
}


.picturetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#d8d4aa;
	float:left;
	width:225px;
	padding:30px 10px 10px 15px;
}

#sellin {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px dashed #444102;
	border-bottom:1px dashed #444102;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px 0px 20px 0px;
}

#sellin h3 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:5px;
}

#sellin .productshighlight {
	float:left;
	width:660px;
	height:220px;
	padding-top:10px;
}

#sellin .productshighlight td p {
	-webkit-text-size-adjust: none;
}

/*#sellin .productshighlightright {
	float:left;
	width:230px;
	height:160px;
	padding:10px 10px 10px 10px;
}*/

#sellin .productspic {
	float:left;
	width:260px;
	height:300px;
	padding:0px;
	margin-top:-40px;

}



#content {
	float:left;
	width:670px;
	padding:0px 0px 0px 0px;
}

#content.wide {
	width:920px;
}

#content a:link, #content a:visited {
	color:#444102;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color:#fff;
	text-decoration:none;
}

#content ul, #content ol {
	margin-left:25px;
	margin-bottom:20px;
}

#content li {
	list-style-image:url(images/li.gif);
	margin-bottom:5px;
}

#content h3 {
	margin-bottom:10px;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
}

#content td { padding-bottom:20px; }

#content td h3 { width:260px; }



#contentblog {
	float:left;
	width:380px;
	padding:0px 0px 0px 0px;
	margin-left:60px;
	margin-right:20px;
}

#contentblog a:link, #contentblog a:visited {
	color:#444102;
	text-decoration: underline;
}

#contentblog a:hover, #contentblog a:active {
	color:#fff;
	text-decoration:none;
}

#contentblog ul, #contentblog ol {
	margin-left:25px;
	margin-bottom:20px;
}

#sidebar h1, #sidebar h3, #contentblog h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	margin-bottom:20px;
	font-weight:normal;
}

#contentblog h2, #contentblog h3, #contentblog h4, #contentblog h5 { clear:both; }

#contentblog h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:normal;
}

#contentblog h3 { font-size: 1.2em; }
#contentblog h4 { font-size: 1em; }

#contentblog h3, #contentblog h4 {
	margin-bottom:10px;
	font-weight:normal;
}

#contentblog .alignright { margin:0 0 10px 10px; }
#contentblog .alignleft { margin:0 10px 10px 0px; }

.blogimg {
	-moz-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	-khtml-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	margin:20px 0px;
	padding:0;
}

/*Comments */

.comments { padding:10px 0px; margin-bottom:10px; border-top:1px dotted #444102;  }

.comments ol { list-style:none; margin:0; font-style:italic; }
.comments ol li.comment { list-style:none; margin:0; }

#respond label { vertical-align:top; }

#respond .required {  }

#respond input { width:376px; }
#respond textarea { width:380px; }

#respond input[type=submit] { width: auto; }

.form-allowed-tags { visibility:hidden; display:none; }

#sidebar {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	width:240px;
	padding:0px 0px 0px 10px;
}

#sidebar.shop {
	font-family:Trebuchet, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#sidebar a {
	color:#444102;
}

#sidebar li {
	margin-bottom:10px;
}

.widget-container {
	padding-bottom:10px;
}

.widget_rss {
	/*padding-bottom:10px;*/
}

.widget_rss h3 {
	display:none;
}

#wp-calendar { width:100%; }
#wp-calendar th, #wp-calendar caption { font-weight:bold; }
#wp-calendar a { text-decoration:underline; }

.fix {
	clear:both;
	height:1px;
	max-height:1px;
}

#contactstrip {
	width:980px;
	height:32px;
	background-color:#aba779;
}

#contactfooter {
	background-color:#444002;
	width:980px;
	padding:30px 0px 20px 0px;
	min-height:300px;
	color:#aca77a;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:10px solid #d8d4aa;
}

#contactfooter h3 {
	color:#fff;
	font-size:1.7em;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:5px;
}

.ctext { width:250px; min-height:500px; float:left; margin:0px 20px 0px 30px; }

.ctext a:hover { color:#FFF; text-decoration:underline; }

.cform { width:400px; min-height:500px; float:left; }

input, textarea { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	-khtml-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	font-size:0.84em;
}

input[type=image] { 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}

.cform img {
	background-color:#FFF;
	padding:5px;
	margin:5px 0px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	-khtml-box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
	box-shadow: rgba(0,0,0,0.5) 0 4px 20px;
}

.cform button { height:18px; border:none; float:left; font-size:1em; font-family: Georgia, "Times New Roman", Times, serif; background:none; color:#FFF; cursor:pointer; }

.cform input { width:396px; height:18px; background-color:#d8d4aa; border:1px solid #fff; margin-top:5px; }

.cform textarea { width:396px; background-color:#d8d4aa; border:1px solid #fff; margin-top:5px; }

.cform p { margin-bottom:10px; }

.cform p.sml { line-height:18px; margin-bottom:0px; }

.cform p.sml input { margin-top:4px; }


#footerstrip {
	width:980px;
	height:15px;
	background:url(images/footerstrip.gif) repeat-x;
}

#footer {
	width:980px;
	background:url(images/cartoon.gif) bottom right no-repeat #aca77a;
}

#footercontent {
	margin-left:300px;
	width:450px;
	padding:10px 0 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444102;
}

#footercontent a:link, #footercontent a:visited  {
	color:#fff;
}

#footercontent li {
	float:left;
	line-height:1.8em;
	background:url(images/pipe.gif) top right no-repeat;
	padding:0px 10px 0px 0px;
}

#footercontent li a:link, #footercontent li a:visited  {
	color:#444102;
}

#footercontent li.current_page_item a  {
	color:#fff;
}

#footercontent li:last-child, #footercontent li:nth-child(4), #footercontent li:nth-child(7) {
	background:none;
}

#footercontent .sml {
	font-size:0.85em;
	padding-top:8px;
}

#footercontent .sml a {
	color:#444102;
}