/*
Theme Name: Povert 2
Theme URI: http://povert.com/theme/
Description: Nouveau Povert.
Version: 1.0
Author: Joe Lillibridge
Author URI: http://povert.com/
Tags: povert, grey, fixed width, two columns

	Povert  2 v1.0
	 http://povert.com/theme/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
	background-color: #ccc;
}

#doc {
	width: 60em;
/*	*width: 58.5;*/
}

#doc, #doc4 {
	background-color: #fff;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#hd {
	padding: 10px;
	font-family: verdana;
	background-image: url(images/code-head.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: top right;
	border-bottom: 1px solid black;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

/*#hd h1 a {
	color: #000;
	text-decoration: none;
	font-size: 197%;
}*/

#hd h1, #hd div.description {
	margin-left: 2px;
}

#hd h1 a span {
	display: none;
}

#hd h1 a {
	display: block;
	background: url(images/povert-trans.png);
	height: 68px;
	width: 361px;
}

.navigation {
	margin: 1em 25px 1em 0;
}

#bd {
	font-family: georgia;
	font-size: 93%;
	padding: 10px;
}

#ft {
	text-align: center;
	font-size: 77%;
	border-top: 1px solid #000;
	padding: 1em;
}

#yui-main {
	margin-left: 2px;
}

a {
	text-decoration: none;
	color: #333;
}

#sidebar ul li {
	margin-bottom: 1em;
}

#sidebar ul li ul li {
	margin-bottom: 0;
	border-bottom: 0;
}

/*
#sidebar ul li ul {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #aaa;
	padding: 9px;
}
*/
#sidebar ul li ul,
.widget div {
	border-color:#AAAAAA;
	border-style:solid;
	border-width:0 1px 1px;
	padding:9px;
}

.widget div div {
	border: none;
	padding: 0;
}

#sidebar ul li#linkcat-21 ul, #sidebar ul li ul.Friends {
	padding: 3px 0 2px 1px;
	text-align: center;
}

#sidebar ul li ul.children {
	border-width: 0;
	padding: 0 9px;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
}

#sidebar ul li#linkcat-21 ul li:before, #sidebar ul.Friends li:before {
	content: "";
}

#sidebar h2 {
	background-color: #ccc;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	padding: 3px 0 3px 6px;
	font-size: 108%;
	letter-spacing: .3em;
	text-transform: lowercase;
}

.hidden {
	display: none;
}

#s {
	width: 100px;
}

.post h2, .archivepage .post h3 {
	font-weight: bold;
	font-size: 138.5%;
	padding: .25em;
	background-color: #ccc;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/*.post h2, */post h3 {
	margin: 1em 0 .25em 0;
}

.post h3 {
	font-weight: bold;
	font-size: 131%;
	padding: 2em 0 0.75em 0;
}

.post h2 a, .archivepage .post h3 a {
	color: #000;
	text-decoration: none;
}

.post small {
	font-size: 85%;
	color: #777;
	padding: 0 .5em;
	display: block;
}

.post .entry small {
	padding: 0;
	border: 0px;
}

.post {
	margin-bottom: 2em;
	margin-top: 1em;
	font-size: 108%;
/*	text-align: justify;*/
	line-height: 1.5em;
	margin-left: 1em;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #777;
}

#doc.yui-t4 .post, #doc4.yui-t4 .post {
	margin-right: 2em;
}

#yui-main.single {
	border-top: 1px dashed #000;
}

#yui-main.single .post {
	border-top: 0px;
}

.post p {
	padding: .25em 0;
}

.post:first-child {
	padding-top: 0;
}

.post .entry {
	padding: 0.5em 1.5em;
	border-width: 0px 1px;
/*	text-align: justify;*/
}

.page .post .entry {
	border-bottom-width: 1px;
}

.entry img.fcrane {
	float: right;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 1em 1em 1em;
}

.post a {
	color: #00b;
	text-decoration: underline;
}

.postmetadata a {
	color: #00a;
	text-decoration: none;
}

p.postmetadata {
	clear: right;
/*	*clear: none;*/
	padding: 0.5em;
}

.post code {
	font-family: monospace;
	color: #333;
	background-color: #eee;
	display: block;
	padding: 0 1em 1em 1em;
	border: 1px dashed black;
	clear: right;
	margin: 1em 2em;
	white-space: pre;
}

abbr {
	border-bottom: 1px dashed #333;
}

#bd iframe {
	margin-left: 10px;
}


#bd #sidebar iframe {
	margin-left: 0px;
}

.yui-t4 #sidebar {
	width: 15em;
}

#sidebar .twitter {
	width: 160px;
	text-align: center;
}

.navigation {
	height: 1.25em;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.navigation a {
	background-color: #ddd;
	padding: .25em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h3#comments {
	font-size: 108%;
	padding: 1em 0;
}

.commentlist li {
	border: 1px solid #000;
	padding: 2em;
	position: relative;
	background-color: #fff;
	margin: 10px 0;
}

.commentlist li.alt {
	background-color: #f0f0f0;
}

.commentlist li p {
	padding: 1em 0;
}

.commentmetadata {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	background-color: #ddd;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.commentlist .avatar {
	float: left;
	padding: 0 1em 1em 0;
}

.commentlist cite a {
	border-bottom: 1px dashed #bbb;
}

h3#respond {
	font-weight: bold;
	font-size: 123.1%;
	margin: 1em 0;
}

.tumblr_post {
	margin: 10px 0;
	background-color: #ccc;
}

.tumblr_quote {
	position: relative;
	padding: 25px 75px;
}

.tumblr_open_quote, .tumblr_close_quote {
	font-size: 160px;
	position: absolute;
	margin:0;
	color: #777;
}

.tumblr_open_quote {
	top: 60px;
	left: 0px;
}

.tumblr_close_quote {
	bottom: -30px;
	right: 0px;
}

.tumblr_video_post {
	text-align: center;
	padding: 1em 0;
}

.page .entry h2 {
	background-color: transparent;
	border: 0;
	padding: .25em 0;
}

.post .entry ul {
	padding-left: 1.5em;
}

.post .entry ul li {
	list-style-type: disc;
}

.entry ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

#twitter a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#twitterWidget {
	margin-bottom: 1em;
}

.post .entry blockquote {
	margin: 1em;
	padding: 1em;
	border: 3px dotted #ccc;
}

.post .entry strong, .post .entry b {
	font-weight: bold;
}

.post .entry em, .post .entry i {
	font-style: italic;
}