/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* CSS Document */

/*General Styles*/
body {
	margin: 0px;
	padding: 0px;
	background: url(http://apdesignstudios.com/images/bg_images/tree.jpg) no-repeat top left fixed #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	color: #996600;
	}
	
	a:hover {
		text-decoration: none;
		}
	
h1, h2, #right_side_index h2 a {
	font-size: 14px;
	width: 40%;
	padding: 2px 0 2px 5px;
	color: #666;
	background-color: #ffcc00;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	}
	#right_side_index h2 {margin-bottom: 15px;}
	
	#word_wrap_index ul {margin:0 0 10px 0;}
 
 	#word_wrap_index {position: relative;}
		#word_wrap_index h2 {}
		.rss_icon {background: url(style/images/rss_icon.jpg) 0 0 no-repeat;}
			#word_wrap_index li.rss_icon {padding-left: 34px; padding-top: 6px;}
		
	div#word_wrap_index {
		padding: 15px 0 10px 15px;}

strong, b {
	font-size: 14px;
	color: #996600;
	font-weight: bold;
	}

p {
	font-size: 14px;
	color: #996600;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 160%;
 	}
 	p.gray, p.gray a {color: #666;}
	
	
em {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #996600;
	line-height: 175%;
	text-align: left;
	}
	
ul {
	list-style: none;
	margin-left: 0;
	margin-top: 15px;
	padding-left: 0px;
	}
	
li {
	font-size: 12px;
	color: #996600;
	padding-bottom: 3px;
	margin-left: 0px;
	list-style-position: outside;
	}
	
ul ul {
	margin-top: 3px;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
/* Main Styles */

#header {
	margin: 0px;
	padding: 110px 0 0 0px;
	width: 100%;
	height: 14px;
	background-color: #fff;
	}

#logo {
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
	}
			
		/*index wrapper styles*/
		#wrapper_port_index {
			width: 825px;
			height: auto;
			background-color: transparent;
			/*margin: auto; (centered)*/
			margin-left: 96px;
			margin-top: 30px;
			padding: 0px;
			}
			
		#word_wrap_index {
			width: 175px;
			min-height: 226px;
			padding: 0px;
			margin: 0px;
			margin-left: 0px;
			margin-bottom: 35px;
			float: right;
			background: #fff;
			}
			#word_wrap_index h2 {
				font-size: 13px;
				color: #666;
				width: 100%;
				background-color: #FFF;
				margin: 0px;
				padding-left: 0;
				text-transform: uppercase;
				text-decoration: none;
				}
			
				#word_wrap_index img {
					margin: 0 0 0 0;
					border: 0;						
					}
			
		#right_side_index {
			width: 600px;
			height: auto;
			float: left;
			background-color: #fff;
			padding: 15px 0 0 15px;
			margin: 0 15px 0 0;
			background-color: #fff;
			text-align: left;
			}
			
			#right_side_index h2 a {
				font-size: 18px;
				}
/*Nav*/
#nav {}
#nav ul {
	list-style: none;
	margin: -1px;
	padding-left: 50px;
	}

#nav li {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: inline;
	margin-right: 20px;
	}

	#nav li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #666;
		text-decoration: none;
		margin-right: 15px;
		}
		#nav li.login a { font-size: 12px; font-style: normal; font-weight: normal;}
	
		#nav li a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #333;
			text-decoration: none;
			}
	
/*Misc Styles*/
span {
	visibility: hidden;
	}
	
#bg_thumb_container {
	width: 36px;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}

	#bg_thumb_container img { 
		border: 1px solid #fff;
		float: left;
		margin: 3px 0 0 0;
		}
		
#addressblock {
	width: 200px;
	height: 73px;
	background-image: url(../images/sidebar_address.jpg);
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	padding-top: 8px;
	border: 0;
	text-align: right;
	}
	
	#addressblock p {
		font-size: 11px;
		color: #666666;
		margin: 0;
		}
		
	#addressblock strong, b {
		text-transform: uppercase;
		font-weight: bold;
		}

.tenpx_font {
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
	}
	
#form_style {
	}
	input {
		font-family: Arial, Helvetica, sans-serif;
		border: solid 1px #999999;
		font-size: 11px;
		}
		input:focus {
		border: solid 1px #000;
		}
		
	textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: solid 1px #999999;
		}
		textarea:focus {
			border: solid 1px #000;
			}
			
			
#searchsubmit {
	margin: 5px 0 15px 0;
	}
	
#comment {width: 90%; margin: 5px 0 10px 0;}
#commentform p {padding: 5px 0 5px 0;}
#commentform p input {margin-right: 10px;}

.date_box {border-bottom: dotted #999 1px; color: #999; margin-bottom: 25px;}

.post {background: url(style/images/post_bottom.jpg) bottom right no-repeat; padding-bottom: 20px; margin-bottom: 15px;}
.post img {margin: 0 0 10px 0;}