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

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

/*
Layout Structure
*/

body {
	background: #F3F3F3 url('images/body-bg.png');
}

/*
	background: url('images/body-bg.png') repeat-x top;
*/

#wrapper {
	width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    background: #FFF;
    border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#header {
		margin: 0;
		width: 100%;
		padding: 20px 0 0;
}

#header-left {
		float:left;
		margin: 0;
}

#logo {
		float: left;
		padding: 5px 0 0;
		height: 65px;
}

#logo-description {
		padding:5px 0 0;
}

#header-right {
		float:right;
}

#primary-container {
		margin: 5px 0 0;
		width: 100%;
		height: 310px;
}

#secondary-container {
		margin: 10px 0 0;
		width: 100%;
}

#primary-main {
		float: left;
		margin:0 0;
		padding: 0 0;
		width: 660px;
		height:310px;
		background: url('images/pr-main-bg.png');
}

#secondary-main {
		float: left;
		width: 650px;
}

#secondary-main ul li{
		margin: 0 6px 0 0;
}

#primary-sidebar {
		float: left;
		padding: 5px 5px;
		width: 270px;
		height: 300px;
		overflow:hidden;
		background: url('images/pr-sidebar-bg.png');
}

#secondary-sidebar {
		float: right;
		padding: 0 10px;
		width: 270px;
		min-height: 80px;
		overflow:hidden;
}

#secondary-sidebar li.widget-container {
		margin: 0 0 10px 0;
		color: #6D6D6D;
}

#secondary-sidebar li.widget-container ul {
		margin-left: 10px;
}

.widget-container li {
		margin: 0 0 3px 0;
		list-style-image: url('images/arrow.png');
}


#footer {
		clear: both;
		margin: 20px 0 10px 0;
		width: 100%;
		color: #333;
}

#footer-ad {
		clear: both;
		padding: 10px 0 10px;
		margin: 0 0;
		width: 100%;
		color: #333;
		border-top: 1px solid #CCC;
}

#footer-main {
		float: left;
		padding: 10px;
		width: 640px;
}

#footer-sidebar {
		float: right;
		padding: 10px;
		width: 260px;
		overflow:hidden;
}

#footer-main ul {
		float: left;
		padding: 0 10px 10px 0;
		width: 140px;
}


/*
Fonts
*/

body {
	font: 12px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#logo h1 {
	font-size: 28px;
	line-height: 1em;
}

#header-detail {
	font-size: 24px;
	line-height: 1.2em;
}

#header-detail img {
	margin: 0;
	padding: 0;
}

#primary-sidebar h2 {
	font-size: 18px;
	line-height: 1.2em;
}

#secondary-sidebar li.widget-container h3 {
		font-size: 16px;
		line-height: 1.2em;
}


/*
General Links
*/

a {
	color: #333;
	text-decoration: none;

}

a:hover, a:visited {
	color: #000;
}

#logo h1 a, h1 a:visited, h1 a:link, h1 a:hover {
	color: #333;
	text-decoration: none;
}

a.footer-link, a.footer-link:visited, a.footer-link:link, a.footer-link:hover {
	clear: both;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

#secondary-sidebar li.widget-container a, #secondary-sidebar li.widget-container a:visited, #secondary-sidebar li.widget-container a:link, #secondary-sidebar li.widget-container a:hover {
	color: #6D6D6D;
	text-decoration: underline;
}

/*
Header Navigation
*/

#access {
	float: left;
	clear:both;
	width: 100%;
	height:35px;
	font: bold 14px/1em Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#access li {
	float: left;
	position: relative;
	margin: 0 0;
	padding: 0 0;
}

#access ul li a, #logo-description {
	color: #FFA000;
}

#access ul li a {
	display: block;
	padding: 10px 15px 0 0;
	height: 25px;
}

#access ul li a:hover {
	color: #333;
}

#access ul li.current_page_item  a {
	color: #333;
}

/*
Post Homepage, Single Post, Page, Thumb Post
*/

#post-homepage {
	clear: both;
	padding: 15px 0 15px 0;
	margin: 0 10px 0 0;
	border-bottom: 1px dotted #999;
}

#post-homepage img {
	float:left;
	padding: 3px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #CCC;
}

#post-homepage h2 {
	font-size: 16px;
	line-height: 1.2em;
}

#post-homepage h5, #post-thumb h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6em;
	color: #999;
}

#post-homepage h2 a  {
	color: #333;
}

#post-single {
	clear: both;
	padding: 0 0 15px 10px;
	margin: 0 10px 0 0;
	border-bottom: 1px dotted #999;
}

#post-single h2 {
	font-size: 16px;
	line-height: 1.2em;
}

#post-single h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6em;
	color: #999;
}

#post-single img {
	float:right;
	padding: 3px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #CCC;
}

#page {
	clear: both;
	padding: 0 0 15px 0;
	margin: 0 10px 0 0;
	border-bottom: 1px dotted #DADEE0;
}

#page img {
	float:left;
	padding: 3px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #CCC;
}

#post-thumb {
	clear: none;
}

#post-thumb img {
	float:left;
	padding: 3px;
	margin: 0 8px 8px 0;
	border: 1px solid #CCC;
}

#post-thumb h2 {
	clear: none;
	font-size: 16px;
	line-height: 1.2em;
}

/*
Clear
*/

.clear {
	clear: both;
}

/*
Form Horizontal and Vertical
*/

#form-v, #form-h {
		margin: 0 0;
		padding: 0 0;
		color: #333;
}

.form .form-title {
		padding: 5px 0;
		font-size: 14px;
		line-height: 1.3;
		font-weight: bold;
		text-transform:uppercase;
}

.form li {
		float: left;
		margin: 0 0;
		padding: 0 5px 5px 5px;
		list-style-image: none;
}

.form-text {
		font-weight: bold;
		width: 80px;
}

#form-h .form-text {
		float: left;
}

#form-h .form-input {
		float: right;
}

#form-v .form-input {
		float: left;
}

.form input[type="text"], .form textarea {
	font-size: 12px;
	background: #f9f9f9;
	width: 160px;
	padding: 2px;
	border: 2px solid #ccc;
}

.form select{
	font-size: 12px;
	width: 160px;
	padding: 2px;
	border: 2px solid #ccc;
}

.form textarea {
	height: 50px;
}

.form .button {
    width: 140px;
    height: 28px;
    background: url('images/form-button.png') no-repeat left top;
    border:0px;
}

/*
Call End
*/


