/*
Theme Name: Toni Blake
Theme URI: http://wordpress.org/
Description: A custom WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Mollie Smith
Author URI: http://simpleprogress.com/
*/

body {
	background:#bbb7dc url(http://www.toniblake.com/images/bg.jpg);
	text-align:center;
	font:11pt Times, Times New Roman, serif;
}
#wrapper {
	margin:25px auto 10px auto;
	text-align:left;
	width:700px; 
}
#header {
	background: url(http://www.toniblake.com/images/header.jpg) no-repeat;
	top:20px;
	left:20px;
	height:160px;
}
#navbar {
	padding-top:15px;
	width:700px;
	height:25px;
	text-align:center;}
#home { 
	/* False margin value for all versions of IE Win, including 6.0 */		
	margin-top:95px;
	width:700px;
	height:20px;
	text-align:right;}
	
html>body div#home {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-top:100px;}

#page {
	font:11pt Times, Times New Roman, serif;
	color:#333333;
	padding-bottom:20px;
	border-bottom:20px solid #474665;
	border-left:2px solid #474665;
	border-right:2px solid #474665;
	background: #FFFFFF url(http://www.toniblake.com/images/tail.jpg) no-repeat top right;
clear:both;
zoom: 1; 
}
#content {
	margin:0 40px 0 30px;
	width: 420px;
	float:left;
}
#sidebar {
	width: 180px;
	float:left;
	font:10pt Times, Times New Roman, serif;
	color:#444444;
	display:block;
}
#footer {
	position: relative;
	padding:5px;
	font:9pt Times, Times New Roman, serif;
	color:#666699;
	text-align:left;
	clear:both;
}
a:link {
	text-decoration: underline;
	color:#993333;
}
a:visited {
	text-decoration: underline;
	color: #993333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #993333;
}

#content h2 a {
	text-decoration:none;
	color: #333366;
}
h1 {
	font:15pt Times, Times New Roman, serif;
	color: #333366;
}
h2 {
	font:1.2em Times, Times New Roman, serif;
	font-weight:normal;
	color: #333366;
	margin-bottom:0; padding-bottom:0;
}
h3 {
	color:#333366;
	font-size:13pt;
	font-weight:normal;
	padding-bottom:0;
	margin-bottom:5px;
	margin-top:50px;
}
#sidebar h2.widgettitle {
	color: #6b6b9d;
	border-bottom:1px #d6adad solid;
	padding-bottom:3px; margin-top:20px;
	font-size:12pt;
	margin-bottom:5px;

}
p.postmetadata {
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding-bottom:30px;
}
p.postmetadata a {text-decoration:none;}
p.postmetadata a:hover {text-decoration:underline;}

#sidebar ul {
	list-style:none;
	padding-left:0; border-bottom:none;
}
#sidebar li li {
	margin-bottom:6px; padding-bottom:3px; border-bottom:solid 1px #e3e3e8;
}
#sidebar a {
	text-decoration:none;
}
#sidebar li, #sidebar li li, #sidebar li li li {list-style:none;}
#sidebar a:hover {
	text-decoration:underline;
}
#content img {
	border:1px solid #666;
	padding:7px; margin:0 5px;
}
img#headerbar {margin:20px 20px 5px;}
a img {border:none;}

div.entry {border-bottom:solid 1px #e3e3e8; margin-bottom:25px; padding-bottom:25px;}

span.date {color:#6b6b9d; margin-left:15px; font:10pt Times, Times New Roman, serif; font-style:italic; }
span.date a {color:#6b6b9d; text-decoration:none;}
input.entry {text-align:right; margin:5px 0;}
bq {display:block; padding:0 30px; color:#666; font-style:italic; line-height:1.2em; background:url(http://www.toniblake.com/images/blog/quote.jpg) top left no-repeat;}

img.alignright {float:right;}
img.alignleft {float:left;}