/*
	Theme Name: EPBlog
	Theme URI: 
	Description: 
	Version: 0.1
	Author: 
	Author URI: 
	Tags: 
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* yui reset-fonts-base version: 2.5.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html { background: #fff; }

body {
	background: #fff url(bg-body.png) repeat-x center top;
	color: #333;
	font-family: helvetica, arial, sans-serif;
}
h1 { font-size: 197%; }
h2 { font-size: 207%; }
h3 { font-size: 146.5%; }
h4 { font-size: 131%; }
h5 { font-size: 116%; }
h6 { font-size: 108%; }
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
	color: #333;
}
a {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #369;
}
a:hover {
	color: #36c;
}
p, ul, ol {
	margin: 0 0 1em;
}
ul, ol {
	padding: 0 0 0 2em;
}
ul li {
	list-style: disc outside;
}
ol li {
	list-style: decimal outside;
}
li ul li {
	list-style: circle inside;
}
li ol li {
	list-style: lower-roman inside;
}
br {
	clear: both;
}
form {
	margin: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
textarea {
	background: #fff;
	border: 1px solid #ccc;
}
textarea:focus {
	background: #ffe;
}

#doc {
	min-height: 600px;
}
#hd {
	background: url(bg-hd.png) no-repeat left top;
	width: 790px; height: 150px;
	margin: 0 auto -10px;
}
#hd h1 {
	background: none;
	float: left;
	margin: 0;
	width: 100%; height: 80px;
	overflow: hidden;
}
#hd h1 a {
	color: #8ae;
	font-weight: normal;
	font-size: 5px;
	display: block;
	padding: 0;
	width: 550px; height: 80px;
}
#hd .description {
	float: left;
	width: 100%;
	font-size: 131%;
	color: #000;
	line-height: 1.3em;
	text-align: left;
	margin: 20px 0 0;
}
#hd .description strong {
}
#hd .menu {
	float: right;
	margin: -100px 0 0;
}
#hd .menu ul {
	margin: 0; padding: 0;
}
#hd .menu ul li {
	float: left;
	list-style: none;
	border: 0 solid #69c;
}
#hd .menu ul li a {
	float: left;
	font-weight: bold;
	font-size: 93%;
	padding: 0 0.5em;
}
#hd #tagline {
	width: 150px; height: 25px;
	margin: 70px 70px 0 0;
	float: right;
	text-indent: -5000px;
	display: none;
}
#bd {
	width: 790px;
	margin: 0 auto;
}
#bd .posts {
	float: left;
	width: 560px;
}
#sidebar {
	float: right;
	width: 170px;
}
#sidebar h2 {
	font-size: 116%;
	margin: 0; padding: 0;
}
#sidebar ul {
	margin: 0; padding: 0;
}
#sidebar li {
	list-style: none;
	width: 170px;
}
#sidebar li ul {
	width: 170px;
}
#sidebar .textwidget {
	padding: 10px 0 0;
}
#ft {
	width: 770px;
	clear: both;
	margin: 0 auto; padding: 20px 10px;
	text-align: center;
}
#ft h2 {
	font-size: 146.5%;
}
#ft h3 {
	font-size: 146.5%;
}
#ft p {
	font-size: 85%;
}
#ft ul.footermenu {
	margin: 0 auto 10px;
	text-align: center;
}
#ft ul.footermenu li {
	list-style: none;
	display: inline;
	border-left: 1px solid #ccc;
}
#ft ul.footermenu li:first-child {
	border: none;
}
#ft ul.footermenu li a,
#ft ul.footermenu li span {
	display: inline;
	padding: 0 10px;
}
#ft ul.footermenu li a:hover {
	text-decoration: underline;
}
#ft .legal {
	text-align: center;
	font-size: 85%;
	margin: 0;
}

.post {
	margin: 0 0 1em;
}
.entry p,
.entry blockquote,
.entry li {
	font-size: 108%;
	font-family: "lucida grande", sans-serif;
}
.entry li p {
	font-size: 100%;
}
.entry blockquote {
	background: #f8f8f8 url(bg-blockquote.png) no-repeat 0 0;
	margin: 1em; padding: 1em 2em 1em 5em;
}
.trackbackform {
}
.trackbackform input {
	background: #f9f9f9;
	border: 1px solid #ccc;
	width: 150px; height: 1em;
	padding: 2px;
}
.postdate {
	color: #666;
	text-transform: uppercase;
	margin: 1em 0;
	font-size: 85%;
}
.postmetadata {
	clear: both;
	color: #999;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.postmetadata div {
	font-size: 85%;
}
.postmetadata .metaname {
	text-transform: uppercase;
}
.post .postmetadata {
/*	display: none; need to pin this down for singles... */
	padding: 0 0 4em 0;
}
h3#respond,
h3#comments {
	font-size: 131%;
}

.label {
	display: none;
}
#search,
#mainsitelink,
#tag_cloud,
#recent-posts,
.widget_links {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}
#recent-posts li {
	margin: 1em 0 0;
}
#archives {
	padding: 10px 0;
}
#followus li {
	padding: 5px 0;
}
#followus .twitter a {
	background: url(twitter_logo_vs.png) no-repeat right center;
	padding: 4px 75px 4px 0;
}
#followus .rss a {
	background: url(icon-rss.png) no-repeat left center;
	padding: 4px 0 4px 25px;
}
#followus .email a {
	background: url(icon-email.png) no-repeat left center;
	padding: 4px 0 4px 27px;
}
#searchform {
	height: 25px;
}
#searchform input {
	background: url(bg-input-140.png) no-repeat left center;
	border: none;
	width: 130px; height: 15px;
	line-height: 1em;
	margin: 2px 0 0; padding: 4px 5px 1px;
	float: left;
}
#searchform button {
	background: url(bg-go-small.png) no-repeat left center;
	border: none;
	width: 25px; height: 25px;
	float: right;
	cursor: pointer;
}
#mainsitelink .bubble a {
	background: url(bg-sidebar-bubble.png) no-repeat left top;
	display: block;
	padding: 20px 25px 60px 15px;
	width: 130px; height: 70px;
	font-size: 146.5%;
	font-weight: bold;
	text-align: center;
}
img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

