/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

Totally changed by Steve
*/

/*    Main Framework */

body {
	background: #f4faf6 url(images/main-bg.gif) repeat-x 100% 0;
	font: normal 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

#header {
	float: left;
	position: relative;
	background: #2b332e;
	width: 100%;
	height: 45px;
	text-align: left;
}

#main {
	float: left;
	width: 100%;
}

#page {
	background: #fff url(images/content-bg.gif) no-repeat 0 100%;
	width: 988px;
	text-align: left;
	margin: 5px auto 10px;
	padding: 0;
}

#footer {
	float: left;
	background: #2b332e;
	width: 100%;
}

/*    Header formatting */

#header h1 { margin: 0 }

#header h1 a img {
	position: absolute;
	top: 12px;
	left: 43px;
	border: 0;
	z-index: 1;
}

#header #beta {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/*    Content formatting */

#content {
	float: left;
	display: inline;
	width: 605px;
	margin: 5px 0 20px 30px;
}

.post h2 {
	float: left;
	font: bold 2.3em Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: .5em 0 .5em;
}

.post h2 a {
	color: #333;
	text-decoration: none;
}

.post h2 a:hover { color: #e64f97 }

.post small {
	float: left;
	font: bold 2.3em Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #e64f97;
	margin: 0 0 0 10px;
	padding: .5em 0 .5em;
	clear: right;
}

.post p.comments {
	float: left;
	margin-top: -10px;
	clear: both;
}

.post p.comments a,
.post p.comments a:active,
.post p.comments a:visited {
	display: block;
	background: #a9efa2;
	font: bold 1.5em Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
	padding: 2px 4px;
}

.post p.comments a:hover { background: #13acdd }

h3#comments,
#respond h3 {
	font: bold 1.7em Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	padding: 0;
	margin:0;
}

h3#comments { padding: 0 0 1em }

.entry { clear: both }

.entry h2 {
	position: relative;
	top: .5em;
	float: none;
	font: bold 1.7em Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	padding: 0;
	margin:0;
}

.entry p {
	font: normal 1.5em/1.5em Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	color: #555;
	margin: 1.2em 0 .8em;
}

.entry a,
.entry a:active,
.entry a:visited {
	position: relative;
	color: #13acdd;
	text-decoration: none;
	border-bottom: 1px dotted #777;
	padding: 1px 2px;
	margin-right: -3px;
	left: -2px;
}

.entry ul, .entry ol {
	font: normal 1.5em/1.5em Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	color: #555;
	margin: 1.2em 0 .8em;
}

.entry li { margin: 0 0 10px; }

.post p.postmetadata a,
.post p.postmetadata a:active,
.post p.postmetadata a:visited,
#commentform p a,
#commentform p a:active,
#commentform p a:visited {
	position: relative;
	color: #13acdd;
	text-decoration: none;
	padding: 1px 2px;
	margin-right: -3px;
	left: -2px;
}

.entry a:hover,
.post p.postmetadata a:hover {
	background: #13acdd;
	color: #fff;
	border-bottom: 0;
}

.post p.postmetadata {
	padding: 1em 0;
	border-top: 1px dotted #b3b2b2;
	border-bottom: 1px dotted #b3b2b2;
	font: normal 1.2em/1.4em Arial, 'Trebuchet MS', Verdana, Sans-Serif;
}

#commentform p { font: normal 1.2em/1.4em Arial, 'Trebuchet MS', Verdana, Sans-Serif }

.post p.postmetadata small {
	padding: 1em 0;
	font: normal 1.5em/1.5em Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	color: #555;
}

/*    Sidebar */

#sidebar {
	float: right;
	display: inline;
	width: 298px;
	margin: 5px 30px 4px 0;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	font: bold 1.2em Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #333;
	text-transform: uppercase;
	margin: 1.2em 0 .2em;
}

#sidebar ul p { font: normal 1.2em/1.4em Arial, 'Trebuchet MS', Verdana, Sans-Serif }

#sidebar ul ul li {
	font: normal 1.2em Arial, 'Trebuchet MS', Verdana, Sans-Serif;
	border-bottom: 1px solid #f0eaea;
}

#sidebar ul ul li a:first-letter { text-transform: capitalize }

#sidebar ul ul li a {
	display: block;
	color: #13acdd;
	text-decoration: none;
	padding: 3px 2px;
}

#sidebar ul ul li a:hover {
	background: #edb303;
	color: #fff;
}

#sidebar ul ul li a span { color: #e64f97 }
#sidebar ul ul li a:hover span { color: #fff }

#sidebar ul li.widget_text div.textwidget {
	background: #f4f6f4;
	border: 1px solid #dfe4df;
	padding: 10px;
	margin-top: 7px;
}

#sidebar ul li.widget_text div.textwidget span {
	font: normal 1.4em/1.7em Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #555;
	display: block;
	width: 248px;
	background: #fff;
	padding: 14px;
	border-right: 1px solid #909290;
	border-bottom: 1px solid #909290;
}

#sidebar ul li.widget_text div.textwidget span img {
	float: left;
	margin: 7px 8px 10px 0;
}

/*    Comment formatting */

ol.commentlist {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

li.comment {
	float: left;
	width: 605px;
	margin-bottom: 11px;
	list-style: none;
	clear: both;
}

li.comment div div.comment-author {
	float: left;
	width: 64px;
}

li.comment div div.comment-author img {
	border-right: 1px solid #c5c6c8;
	border-bottom: 1px solid #c5c6c8;
}

li.comment div div.comment-author cite {
	clear: both;
	display: block;
	width: 64px;
	font: normal 1.2em Arial,'Trebuchet MS',Verdana,Sans-Serif;
	text-align: center;
	padding-top: .3em;
}

li.comment div div.comment-author cite a {
	color: #13acdd;
	text-decoration: none;
}

li.comment div div.comment-author span.says { display: none }
li.comment div div.comment-meta { display: none }

li.comment div.comment-text {
	float: right;
	width: 511px;
	margin-left: 11px;
	padding-left: 17px;
	background: url(images/comment-bubble-bg.gif) no-repeat 0 0;
}

li.comment div.comment-text span {
	float: left;
	display: inline;
	width: 511px;
	border: 1px solid #e7ebee;
	border-left: 0;
}

li.comment div.comment-text span p {
	font: normal 1.5em/1.5em Arial,'Trebuchet MS',Verdana,Sans-Serif;
	margin: 13px 15px;
}

textarea#comment { width: 602px }
