/*
Theme Name: Piano Clues
Theme URI: http://www.pianoclues.com
Description: Theme for www.pianoclues.com, based on Kubrick
Author: Matthijs Hollemans
Version: 1.0
Tags: 
*/

/* General styles */

body
{
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	font-size: 62.5%;  /* Resets 1em to 10px */
}

dl, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

p
{
	margin-bottom: 10px;
}

a, h2 a:hover, h3 a:hover
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	color: #147;
	text-decoration: underline;
}

a:visited
{
	color: #b85b5a;
}

img, img a
{
	border: none;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.center
{
	text-align: center;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

.print-only
{
	display: none;
}

/* Layout */

#page
{
	background-color: white;
	background: url("images/kubrickbgwide.jpg") repeat-y top;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	text-align: left;
}

#header
{
	background: url('images/header-img.php?upper=b85b5a&lower=b85b5a') no-repeat bottom center;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
}

#headerimg 
{ 
	margin: 0;
	height: 200px;
	width: 100%;
} 

#headerimg h1
{
	padding-top: 0.5em;
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 8em;
	font-weight: bold;
	text-align: center;
}

#headerimg h1 a
{
	color: #fff;
	text-decoration: none;
}

#headerimg #description
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}

#footer
{
	clear: both;
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#footer p
{
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#container
{
	padding: 0 20px;
}

/* Posts */

#posts
{
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 1.6em;
	line-height: 1.5em;	
	color: #333;
}

h2.post-header
{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0 0;
}

h2.post-header a
{
	color: #333;
}

.post-entry
{
}

h3
{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1em;
}

/*
.post-entry img
{
	padding: 2px;
}
*/

.post-entry blockquote
{
	font-style: italic;
}

.post-entry pre
{
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
}

/* Comments */

ol.commentlist
{
	margin: 20px 0 40px 0;
	padding: 0;
	list-style: none;
}

.commentlist li
{
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 1px solid #ddd;
	background: #f0f0f0;
	margin: 0 0 20px 0;
	padding: 4px;
}

img.avatar
{
	display: block;
	float: left;
	margin: 3px 8px 1px 3px;
}

#commentform span.required
{
	background: #fff;
	color: #ac161b;
}

#commentform label
{
	display: block;
	float: left;
	width: 5em;
	vertical-align: middle;
}

#commentform .form-input, #commentform .form-textarea, #commentform .form-submit
{
	padding: 0 0 4px 0;
}

input#author, input#email, input#url, textarea#comment
{
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 1em;
	background: #f9f9f9;
	border:1px solid #ccc;
	color: #000;
	padding: 3px;
}

input#author, input#email, input#url
{
	vertical-align: middle;
}

textarea#comment
{
	width: 80%;
	overflow: auto;
}

/* Article links */

#toc-big
{
	font-size: 90%;
	padding: 1em 0;
}

#toc-big h3
{
	padding-top: 0;
}

#toc-big ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: url("images/bullet_go.png");
	padding-left: 2em;
}

#toc-mini
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 60%;
	line-height: 1.3em;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 1px #888 solid;
	padding: 10px;
}

#toc-mini p.top-line
{
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 120%;
}

#toc-mini h3
{
	padding: 0;
	font-size: 110%;
}

#toc-mini ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#toc-mini li
{
	margin: 0;
	padding: 0;
}

/* Ads */

.ad-top
{
	position: relative;
	float: left;
	margin: 20px 20px 10px 0;
	width: 120px;
	height: 240px;
}

.ad-bottom
{
	margin: 30px 0 30px -4px;
	width: 728px;
	height: 90px;
}

#tip-jar
{
	font-weight: bold;
	font-size: 90%;
}

#revchord_ad
{
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 1px #b85b5a solid;
	padding: 10px 20px;
	margin: 30px 20px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	height: 100px;
	background: #ffffcf;
}

#revchord_ad_left
{
	float: left;
	width: 180px;
}

#revchord_ad_right
{
}

#revchord_ad h2
{
	margin: 0;
	padding: 0;
	font-size: 125%;
}

#revchord_ad h2 a
{
	color: #000;
}

#revchord_ad p
{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

/* kill WP_Stats smiley */
img#wpstats
{
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

