/*   
Theme Name: Potence
Theme URI: http://finalstar.net/Potence
Description: And she said, "Go forth and wander, for I shall wake upon your return."
Author: Gary Fenstamaker
Author URI: http://finalstar.net
Version: 1.0
*/
* {
   padding:0;
   margin:0;
   border: none;
}
body {
	background: url("background.png") #044f89 top repeat-x;
	font-family: "Verdana", "Geneva", sans-serif;
	color: #dfdfdf;
	font-size: 14px;
}
#nav li a, h1 a {
	color: #f2f2f2;
	font-weight: normal;
}
a {
	color: #df983c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
.post ul, .page ul {
	margin-left: 20px;
}
#header {
	background: url("header.png") no-repeat bottom center;
	height: 150px;
	margin-bottom: 10px;
}
#header-img {
	display: block;
	margin: 80px auto 10px auto;
}
#nav {
	background: #373737;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}
#nav-list {
	padding: 10px;
	text-align: center;
}
#nav-list li {
	display: inline;
	padding-right: 30px;
	font-size: 24px;
}
#content {
	width: 980px;
	margin: 50px auto 0 auto;
	line-height: 21px;
}
#blog {
	width: 680px;
	margin: 0 10px;
	float: left;
}
h1 {
	font-size: 42px;
	font-weight: normal;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	letter-spacing: -3px;
	line-height: 35px;
	text-indent: -35px;
	margin-left: 35px;
	margin-bottom: 15px;
}
.post, .page {
	margin-bottom: 50px;
}
.post .body {
	min-height: 60px;
	margin-left: 90px;
}
.meta {
	width: 80px;
	height: 50px;
	padding-bottom: 5px;
	margin: 5px 10px 0 0;
	font-variant: small-caps;
	text-align: center;
	line-height: 26px;
	font-size: 24px;
	float: left;
	background: #052f50;
}
#sidebar {
	width: 250px;
	float: right;
}
h2 {
	font-size: 32px;
	font-weight: normal;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	letter-spacing: -3px;
	color: #f2f2f2;
	margin-bottom: 10px;
}
.widget {
	margin-bottom: 30px;
	font-size: 12px;
}
#footer {
	clear: both;
	height: 40px;
	background: url("finalstar.png") no-repeat bottom center;
	margin-bottom: 10px;
}
#footer-img {
	display:  block;
	margin: 0 auto;
}
#comments {
	margin-top: 50px;
}
#rss {
	background: url("feed.png") no-repeat bottom center;
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 159px;
	margin-top: -36px;
}
#ping {
	background: url("trackback.png") no-repeat bottom center;
	width: 28px;
	height: 28px;
	float: left;
	margin-top: -36px;
	margin-left: 195px;
}
#respond {
	margin-top: 50px;
}
textarea {
	width: 650px;
	margin-top: 20px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 15px!important;
	padding: 5px;
}
input {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 15px!important;
	background-color: #ffffff;
	padding: 5px;
	margin-top: 2px;
	width: 650px;
}
input:hover {
	background-color: #dddddd;
}
.comment {
	margin: 30px 0;
}
.comment_text {
	margin: 10px 0;
	background: #052f50;
	padding: 15px;
}
.commentmeta {
	font-size: 11px;
	margin-left: 20px;
	margin-top: 50px;
}
.avatar {
	border: #fff solid 4px;
}
.number {
	float: right;
	margin-top: -30px;
	font-size: 28px;
	color: #bfbfbf;
}
.tag_box {
	background: #052f50;
	padding: 10px;
	margin: 30px 0;
	clear: both;
}
#submit {
	width: 660px;
}
