/*
Theme Name: Seeded Buzz
Theme URI: http://www.seededbuzz.com
Description: Seeded Buzz Theme
Version: 1.0
Author: Dan Neame
Author URI: http://dan.nea.me/
Tags: wizard

*/

/* As always,open with a standard Meyer reset (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
/* Done with reset */


/* custom styles for the blog follow */

/* top level shiz */
body {
	background: #f5f9f0 url(images/seeded-bgtile.png) repeat-x;
	color: #555;
	font-family: "Helvetica Neue",helvetica,Arial,sans-serif;
	font-size: 11pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.5em;
}
a {
	color: #630;
	text-decoration: none;
	font-weight: bold;
}
/* headers */
h1 {
	color:#663300;	
	font-weight:bold;
	font-size:26px;
	margin-bottom:20px;
}
#homepage > h1 {
	font-size:36px;
	margin-top: 5px;
	margin-bottom: 45px;
	vertical-align:baseline;
}
h2 {
	font-size:16px;
	font-weight: bold;
	color:#663300;
}
h3 {
	font-size:16px;
	font-weight: bold;
	color:#663300;
}

.navigation {
	margin-bottom: 10px;
}
#wrapper {
	background: #fff;
	width: 956px;
	margin: 0 auto;
}
#header {
	background: #f5f9f0 url(images/seeded-bgtile.png) repeat-x;
	padding-bottom: 18px;
}
#subscribe-options {
	float: right;
	text-align: right;
	width: 345px;
	overflow: hidden;
	padding-top: 73px;
	overflow: hidden;
	font-size: 12px;
}
#footer {
	padding-top: 24px;
	background: url(images/footer-bgtile.png) bottom repeat-x;
	height: 26px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	clear: both;
}
#content {
	background: #fff;
	padding: 10px;
}
.clearBoth {
	clear: both;
}

/* footer */
#footer-links {
	display: inline;
}
#footer-links > li {
	display: inline;
	border-right: 1px solid #333;
	padding: 0 10px;
}
#footer-links > li.last {
	border: none;
}
#footer-links > li > a {
	color: #333;
	font-weight:normal;
}
#footer-links > li > a:hover {

}

/* entries and titles */
.entry {
	padding: 10px 0;
}
.entry .alignright {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
}
.entry .alignleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
}
.entry > p {
	padding: 5px 0;
}
.entry > p > strong {
	font-weight: bold;
}
.entry > ul > li {
	list-style-type: disc;
	margin-left: 40px;
}

/* post */
.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #630;
}
.post > h2 , .post > h3 , .pagetitle {
	font-weight: bold;
	font-size: 20px;
}
.post > h3 , .post > h3 > a {
	display: block;
	width: 100%;
}
.post > small {
	font-style: italic;
}
.post-meta {
	margin-top: 5px;
}
.post > .post-meta > small {
	float: left;
	display: block;
	width: 49%;
}
.post > .post-meta > small.postmetadata {
	float: right;
	text-align: right;
}
.post > .post-meta > small.postmetadata > a {
	float: right;
	margin-right: 5px;
}
.post > .entry {
	clear: both;
}
small {
	font-size: 12px;
	line-height: 14px;
}
.pagetitle , .post {
	margin-bottom: 10px;
}
.navigation > .alignleft {
	float: left;
}

/* comments */
.commentlist , #commentform {
	width: 600px;
}
#commentform {
	margin-top: 10px;
}
#commentform > p {
	clear: both;
	margin-bottom: 5px;
}
#commentform > p > input {
	float: right;
	width: 340px;
}
#commentform > p > input#submit {
	width: 120px;
	height: auto;
}
#commentform > p > label {
	float: left;
	width: 230px;
}
#commentform > p > input ,#commentform > p > label {
	height: 15px;
	padding: 2px;
}
#respond , h3#comments, h2#comments , .commentlist {
	margin-left: 50px;
}
.commentlist > li {
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #7db9db;
}
.commentlist > .even {
	background: #d8eaf4;
}
.comment-meta {
	padding-left: 10px;
	font-style: italic;
}
.comment-author {
	font-weight: bold;
	padding: 10px;
}
.commentlist > li > div > em {
	padding: 10px;
	font-style: italic;
}
.comment-author > img {
	display: none;
}
.commentlist > li > div > p {
	margin-left: 45px;
	padding-bottom: 10px;
	width: 510px;
}
#respond > form > p > textarea {
	width: 600px;
}

/* sidebar / content with sidebar */
#listing-sidebar {
	width: 240px;
	float: left;
}
#listing-context {
	width: 680px;
	float: right;
}
#listing-sidebar , #listing-sidebar {
	background: #fff;	
}

#listing-sidebar > ul > li > h2 {
	background: url(images/seeded-hatching.png) top left no-repeat;
}
#listing-sidebar > ul > li > h2 > a {
	display: block;
	padding: 10px 0px 12px 12px;
}
#listing-sidebar > ul > li > ul {
/*	display: none;
*/	margin-left: 12px;
	margin-bottom: 12px;
}
#listing-sidebar > ul > li > ul > li > a {
	font-weight: normal;	
	font-size:15px;
}
#listing-sidebar > ul > li > ul > li > ul > li >a {
	font-weight: normal;
	font-size:14px;
	margin-left:10px;
}
/* html > body #blogpage .home blog > div #wrapper > div #content > div #listing-sidebar > ul #listing-menu-blog > li > ul > li
*/

/* single */
.navigation {
	height: 22px;
}
.navigation > div {
	width: 49%;
}
.navigation > .alignright {
	float: right;
	text-align: right;
}

/* subscribe options */
#subscribe-options > ul > li {
	float: right;
	margin-left: 5px;
}

/* tweetmeme plugin */
.tweetmeme_button {
	margin-top: 8px;
	margin-bottom: 10px;
	padding-right: 5px;
}

/* tweetcount */
.tweetcount {
	background: url(images/tweetcount-bg.gif) top right no-repeat;
	display: block;
	width: 48px;
	height: 18px;
	float: right;
	padding-right: 5px;
	font-weight: bold;
}

/* review pages in sidebar */
#sidebar-reviews > ul > li {
	padding-left: 10px;
	font-size: 0.9em;
}

/* twitter */
.twitter-message {
		font-size:12px;
		margin:0 20px 20px 10px;
}


