/*
Theme Name: VoicesOfSteele
Theme URI: http://voicesofsteele.com/
Description: WordPress theme for Voices of Steele
Version: 0.2
Author: Joshua Steele
Author URI: http://thatseemslogical.com/
Tags: dark, centered, fixed width, two columns, widgets

	VoicesOfSteele v0.1
	 http://voicesofsteele.com/

	This theme was designed and built by Joshua Steele,
	whose blog you will find at http://thatseemslogical.com/

	(c)2009 Cloud Media Lab LLC - all rights reserved worldwide

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,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;vertical-align:baseline;background:transparent;border-style:solid;}

/* LAYOUT */

html {
	background:#559184 url('images/bggrad.png') repeat-x top;
}

body {
	font-size:62.5%;
	font-family:Verdana, Arial, sans-serif;
	background:transparent url('images/bg.png') no-repeat top center;
	color:#333333;
	width:100%;
	display:table;
}

#page {
	width:100%;
}

#layout {
	margin:0 auto;
	width:980px;
}

.cleaner {
	clear:both;
}

/* CORE ELEMENTS */

a {
	color:#559184;
	text-decoration:none;
}

a:hover {
	color:#808080;
	text-decoration:underline;	
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font:16px "Century Gothic",Verdana,Arial,sans-serif;
	margin-bottom:8px;
	text-shadow: #FFFFFF 0px 1px 0px;
}

h1 {
	font-size:18px;
	color:#706860;
	margin-bottom:24px;
}

h3 {
	font-size:16px;
	color:#706860;
}

/* HEADER ITEMS */

#header {
	width:980px;
	height:87px;
	position:relative;
}

#header h1, #header h2 {
	margin:0;
}

#headerlogo {
	display:block;
	position:absolute;
	left:-12px;
	height:87px;
	width:406px;
	background:transparent url('images/logovos.png') no-repeat bottom left;
}

#headerlogo span {
	margin-left:-9999px;
}

#headermail {
	position:absolute;
	right:8px;
	top:15px;
	font-size:10px;
}

#headermail a {
	display:block;
	height:16px;
	padding-left:22px;
	background:transparent url('images/email.png') no-repeat top left;
	color:#FFFFFF;
	text-decoration:none;
	line-height:14px;
}

#headermail a:hover {
	color:#84E2CE;
	text-decoration:none;
}

#microphone {
	position:absolute;
	left:390px;
	top:12px;
	height:119px;
	width:59px;
	background:transparent url('images/microphone.png') no-repeat bottom left;	
}

/* NAV TABS */

#navmain {
	position:absolute;
	top:36px;
	right:0px;
	height:51px;
	padding-top:9px;
	background:transparent url('images/navshadow.png') repeat-x top left;
}

#navmain ul {
	list-style-type:none;
}

#navmain .page_item, #navmain .current_page_item {
	margin-left:2px;
	float:left;
}

#navmain .page_item:first-child, #navmain .current_page_item:first-child {
	margin-left:0px;
}

#navmain .page_item a, #navmain .current_page_item a {
	text-decoration:none;
	display:block;
	text-align:center;
	font-family:"Century Gothic",Verdana,Arial,sans-serif;
	font-size:14px;
	height:42px;
	width:96px;
	line-height:41px;
	-moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px;
	text-shadow: #FFFFFF 0px 1px 0px;
}

#navmain .page_item a {
	background:#F8F8F8 url('images/navbtnup.png') repeat-x top;
	color:#706860;
}

#navmain .page_item a:hover {
	background:#FBFBFB url('images/navbtnover.png') repeat-x top;
	color:#443F3A;
}

#navmain .current_page_item a {
	background:#FFFFFF url('images/navbtnsel.png') no-repeat top right;
	color:#383430;
}

#navmain .current_page_item a:hover {
	background:#FFFFFF url('images/navbtnsel.png') no-repeat top right;
	color:#383430;
}

#subhead {
	width:980px;
	height:32px;
	background:#FFFFFF;
	border-bottom:1px solid #E0E0E0;
	font-size:10px;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}

#subhead .inner {
	padding:9px;
}

/* CONTENT AREA */

#wrapper {
	font-size: 1.2em;
	width:980px;
	min-height:376px;
	/* background:#F8F8F8; */
	background:#EAEAEA;
	border-bottom:1px solid #49796E;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}

#content {
	font-family:"Century Gothic",Verdana,Arial,sans-serif;
	font-size:15px;
	float:left;
	/* width:686px; */
	/* width:632px; */
	width:620px;
	margin:24px 0px 24px 24px;
}

.contentblock {
	-moz-box-shadow: 0px 3px 8px #CCCCCC;
	-webkit-box-shadow: 0px 3px 8px #CCCCCC;
	margin:0px 0px 16px 0px;
	padding:24px 24px 24px 24px;
	border:1px solid #DEDEDE;
	background:#F8F8F8 url('images/navbtnup.png') repeat-x bottom;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}

#content p {
	margin-bottom:24px;
}

#content .contentblock p:last-child {
	margin-bottom:0px;
}


#content .contentblock h1:first-child {
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px dashed #DEDEDE;
} 

#content .contentblock h2:first-child {
	font-size:18px;
	color:#706860;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px dashed #DEDEDE;
} 

#content ul {
	margin-left:38px;
	margin-bottom:24px;
}

#content a {
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

div.post-edit-link {
	margin-top:32px;
}

div.post-edit-link a.post-edit-link {
	height:14px;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-left:30px;
	background:#FFFFCC url('images/pencil.png') no-repeat 8px center;
	border:1px dashed #FFCC00;
}

/* SIDEBAR ITEMS / WIDGETS */

#sidebar {
	margin:0;
	padding:0;
	/* margin-left:690px; */
	/* width:290px; */
	margin-left:636px;
	width:344px;
}

#sidebar .inner {
	padding:24px 24px 8px 24px;
}

#sidebar .inner>ul {
	list-style-type:none;
	list-style-image:none;
}

.widget {
	-moz-box-shadow: 0px 3px 8px #CCCCCC;
	-webkit-box-shadow: 0px 3px 8px #CCCCCC;
	padding:12px 16px 16px 16px;
	/* border:1px dashed #A5C18B; */
	border:1px solid #DEDEDE;
	background:#F8F8F8 url('images/navbtnup.png') repeat-x bottom;
	margin-bottom:16px;
	font-size:10px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	
}

.widget h3 {
	font-size:14px;
}

.widgettitle {
	font-family:"Century Gothic",Verdana,Arial,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#706860;
	margin-bottom:8px;
}

.widget_links ul>li {
	margin-top:4px;
	list-style-type:none;
	list-style-image:none;
}

.widget_links ul>li:first-child {
	margin-top:0px;
}

.widget_links ul>li:before {
	content: "\00BB \0020";
}

.amzshcs .pic {
	width:81px;
	height:81px;
	background:#FFFFFF;
	overflow:hidden;
}

.amzshcs .pic a {
	display:block;
	width:81px;
	height:81px;
	border:1px solid #DEDEDE;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}

.amzshcs .pic a:hover {
	border:1px solid #84E2CE;
}

.amzshcs .pic img {
	width:auto;
	padding-top:2px;
	border:0;
}

.amzshcs .info {
	vertical-align:middle;
	padding-left:6px;
}

.widget_amzscwidget {
	background:url(images/amazonrec.png) #f8f8f8 no-repeat left bottom;
	padding:12px 16px 48px 16px;
}

div.pro-player-container {
	width:570px;
	height:32px;
	margin-bottom:12px;
	/* border:1px dashed #A5C18B; */
	border:1px solid #DEDEDE;
	/* background:#F8F8F8 url('images/navbtnup.png') repeat-x bottom; */
}

div.ppc {
	padding-bottom:16px;
	margin-bottom:24px;
	border-bottom:1px dashed #DEDEDE;
}

div.ppclast {
	padding-bottom:0;
	margin-bottom:0;
}

#sidebar div.pro-player-container {
	width:260px;
	height:32px;
	/* border:1px dashed #A5C18B; */
	/* background:#F8F8F8 url('images/navbtnup.png') repeat-x bottom; */
}

/* Twitter Widget Pro */

.widget_twitter .widgettitle span
{
	background:transparent url('images/twitbird22.png') no-repeat left center;
	padding-left:26px;	
	text-decoration:none;
}

.widget_twitter .widgettitle a:hover
{
	text-decoration:underline;
}

.widget_twitter ul
{
	text-align: left;
	list-style-type:none;
}

.widget_twitter li
{
	font-family:"Century Gothic",Verdana,Arial,sans-serif;
	line-height: 18px;
	font-size: 14px;
	border-top: 1px dotted #E1E1E1;
	padding-top:12px;
}
.widget_twitter .entry-text, .widget_twitter .entry-meta
{
	display:block;
}
.widget_twitter .entry-meta
{
	font-size: 11px;	
	font-style:italic;
	color:#999999;
	margin:12px 0 0;
}
.widget_twitter .entry-meta a
{
	color: #909090;
}
.widget_twitter .intent-meta {
	font-size: 11px;	
	margin:12px 0;
	display:block;
}
.widget_twitter .intent-meta a {
	padding-right:14px; 
}

/* FOOTER ITEMS */

#footer {
	font-family:Verdana, Arial, sans-serif;
	width:980px;
	font-size:10px;
	text-align:center;
	color:#383430;
	margin-bottom:12px;
	clear:both;
}

#footer .inner {
	padding:9px;
}

#footer a {
	color:#383430;
	text-decoration:none;
}

#footer a:hover {
	color:#84E2CE;
	text-decoration:none;
}

#footer p {
	margin-top:12px;	
}

#footer #footerpagelinks {
	margin-top:12px;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer li {
	display:inline;
	margin:0;
	padding:0;
}

#footer .page_item, #footer .current_page_item {
	padding-left:7px;
	padding-right:4px;
	border-left:1px solid #383430;
}

#footer .page_item:first-child, #footer .current_page_item:first-child {
	border-left:0;
}

