/*
Theme Name: Overtones
Theme URI: http://pistevo.com/
Description: A basic theme utilizing XHTML and CSS with some crossbreeding.
Version: 0.1
Author: Pistevo
Author URI: http://pistevo.com/
*/

/* setup */

* {
	padding: 0;
	margin: 0;
}

body {
	background-attachment: fixed;
	background-image: url(images/eqwittybg.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: 50% 50%;
	font-size: 12px;
	color: #101010;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
}

img {
	border: 0;
}

a, a:link, a:visited, p a, p a:link, p a:visited {
	color: #2575b0;
	text-decoration: none;
}

/* page structure */

#contain {
	display: block;
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: transparent;
	border-left: none;
	border-right: none;
}

#header {
	width: 960px;
	background: transparent;
	height: 105px;
	margin-top: 0;
	margin-bottom: 0;
	color: #101010;
}

#headerl {
	width: 470px;
	background: transparent;
	height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	color: #101010;
	float: left;
}

#headerr {
	width: 470px;
	background: transparent;
	height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	color: #101010;
	float: right;
	text-align: center;
}

#headerl a {
	width: 480px;
	height: 105px;
	background: transparent url(images/eqwitty.png) bottom center no-repeat;
	float: left;
	display: block;
	border: 0;
	margin: none;
	position: relative;
}

#headerl a span {
	visibility: hidden;
}

#navrep {
	display: block;
}

#content {
	width: 600px;
	float: right;
	color: #101010;
}

#footer {
	width: 960px;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	color: #101010;
	clear: both;
}

#footleft {
	width: 300px;
	background: transparent;
	border: none;
	color: #101010;
	float: left;
	padding: 0 10px;
}

#footmid {
	width: 300px;
	background: transparent;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	color: #101010;
	text-align: center;
	float: left;
	padding: 0 10px;
}

#footright {
	width: 300px;
	background: transparent;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	color: #101010;
	float: right;
	text-align: center;
	padding: 0 10px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*text formatting */

.title {
	padding: 5px 5px 5px 20px;
	color: #2575b0;
}

.post {
	margin-bottom: 30px;
}

blockquote {
	color: #000000;
	margin: 0;
	padding: 10px 10px 10px 10px;
	font: italic 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 13px;
	line-height: 1.4em;
}

p.center {
	text-align: center;
}

.postmeta {
	background: transparent;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}

.postmeta a, .postmeta a:link {
	color: #920000;
	border-bottom: none;
	text-decoration: none;
} 

.postmeta a:hover {
	color: #101000;
	border-bottom: none;
	text-decoration: none;	
}

.small {
	font-size: 9px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1, h1 a:hover {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	color: #101010;
}

h1.title {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	color: #2575b0;
}

h1 a, h1 a:link, h1 a:visited {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	color: #2575b0;
}

strong {
	font-weight: 700;
	color: #fff;
}

p strong {
	font-weight: 700;
	color: #101010;
}

#slog {
	color: #303030;
	font-weight: 800;
	font-style: italic;
	font-size: 13px;
	text-align: right;
}

#cright {
	color: #303030;
	font-weight: 900;
	font-size: 11px;
	text-align: center;
}

#conclude {
	color: #101010;
	margin: 10px;
}

.archive ul, .archive li, .archive li a, .archive a:link {
	list-style: none;
	color: #101010;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-left: 15px;
}

.archive a:hover {
	list-style: none;
	color: #2575b0;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

/* list formatting */

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}

/* sidebar formatting */

#sidebar {
	width: 320px;
	float: left;
	color: #101010;
	background: transparent;
	padding: 10px;
	text-align: right;
}

* html #sidebar {
	width: 320px;
}

#sidebar h2, #sidebar ul, #sidebar li, #sidebar a {
	display: block;
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: right;
	text-transform: lowercase;
	font-weight: 800;
	color:  #505050;
	line-height: 12px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	text-decoration: none;
	list-style: none;
	margin-bottom: 12px;
}

#sidebar a:hover {
	display: block;
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: right;
	text-transform: lowercase;
	font-weight: 800;
	color:  #2575b0;
	line-height: 12px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	text-decoration: none;
	list-style: none;
	margin-bottom: 12px;
}

#sidebar li.current_page_item a {
	display: block;
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: right;
	text-transform: lowercase;
	font-weight: 800;
	line-height: 12px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	color: #2575b0;
	background: transparent;
	text-decoration: none;
	list-style: none;
	margin-bottom: 12px;
}

/* search form formatting */

#searchform {
	display: inline;
	float: none;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align: center;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: transparent;
	border: 1px solid #909090;
	color: #101010;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* footer formatting */

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #2575b0;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #fff;
	background: none;
	border-bottom: none;
}

#footer h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	text-transform: lowercase;
	font-weight: normal;
	color:  #2575b0;
	border-bottom: 2px #555 solid;
	margin-bottom: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

#footer li, #footer li a, #footer li a:link {
	list-style: none;
	color: #202020;
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.8px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#footer li a:hover {
	list-style: none;
	color: #2575b0;
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.8px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* image formatting */

img.post {
	padding: 5px;
	border: none;
	margin: 10px;
	float: right;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: none;
	clear: both;
}

img.alignright {
	padding: 5px;
	border: none;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: none;
	display: inline;
}

/* misc formatting */

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

/* comments formatting */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #2575b0;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #2575b0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: left;
	border: 1px solid #2575b0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
