/*  
Theme Name: SparkWP
Theme URI: http://www.stevencampbell.org/
Description: Publicly released version of the first theme of <a href="http://www.stevencampbell.org/">Sparkissimo</a>.
Version: 1
Author: Steven Campbell
Author URI: http://www.stevencampbell.org/
*/

/* GLOBAL STYLES */
html {
	width: 900px;
	padding: 0;
	margin: 0 0 0 150px;
	}
	
body {
	font: 11px/19px 'Lucida Grande', Trebuchet MS, Verdana, Arial, sans-serif;
	color: #f0f0f0;
	margin: 0;
	padding: 0;
	background: #384658;
	}
	
#ie7 {
	margin-left: 150px;
	}
	
#sidebar {
	float: left;
	width: 180px;
	margin-right: 20px;
	}
	
#content {
	float: right;
	width: 500px;
	text-align: justify;
	margin-right: 200px;
	}
	
#footer {
	border-top: 1px solid #697480;
	clear: both;
	margin-right: 200px;
	text-align: center;
	color: #8b96a2;
	}
	
/* FORMATTING */
a, a:hover, a:visited {
	color: #a3b1c3;
	text-decoration: none;
	}
	
a:hover {
	color: #ccd4de;
	}
	
.post ul {
	list-style: none;
	padding-left: 18px;
	}
	
.post ul.nostyle {
	list-style:none;
	padding-left:0;
	}
	
#ie7 .post ul {
	margin: 0;
	}
	
.post ul li {
	background: url('retro/bullet.png') 0 0 no-repeat;
	padding-left: 22px;
	}
	
.post ul.nostyle li {
	background: none;
	padding-left:0;
	}
	
.post blockquote {
	border-left: 3px solid #495666;
	padding-left: 10px;
	display: block;
	}
	
.post blockquote .source {
	text-align: right;
	font-style: italic;
	display: block;
	}
	
.post code {
	background: #263446;
	padding: 0 5px;
	margin: 0;
	display: block;
	}
	
.post img {
	padding: 4px;
	margin: 6px;
	border: 1px solid #495666;
	}
	
.post a:hover img {
	border-color: #5a6777;
	}
	
.post img.noborder, #ie7 .post img {
	border: none;
	}
	
.post p.center {
	text-align: center;
	}
	
.post h4 {
	border-bottom: 1px solid #505b68;
	margin-bottom: 0px;
	font-size: 12px;
	}
	
input, textarea {
	border: 1px solid #495666;
	background: #2e3c4e;
	font: 11px/17px 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #646e7b;
	padding: 2px 4px;
	}
	
#ie7 input, #ie7 textarea {
	padding: 0 2px;
	}
	
input:focus, textarea:focus, #ie7 input, #ie7 textarea {
	background: #263446;
	border-color: #5a6777;
	color: #f0f0f0;
	}
	
input#submit {
	color: #f0f0f0;
	}
	
/* LOGO */
#logo {
	margin: 90px 200px 20px 0;
	display: block;
	border-bottom: 3px solid #495666;
	padding-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	}
	
#ie7 #logo {
	margin-right: 120px;
	}
	
#logo h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	}
	
#logo h1 a {
	color: #fff;
	}
	
#logo h1 a:hover {
	opacity: 0.8;
	}
	
	
/* SIDEBAR */
#sidebar .block {
	margin-bottom: 6px;
	}
	
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#sidebar h3, #comments h3 {
	font-size: 11px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #505b68;
	}
	
#sidebar .b-img {
	text-align: center;
	padding: 6px 0;
	}

#sidebar form#searchform {
	padding: 3px 0;
	}

/* POST */
.post { 
	margin-bottom: 30px;
	}
	
.post h2 {
	padding: 0 0 2px;
	margin: 0;
	border-bottom: 1px solid #505b68;
	font: 16px/17px 'Georgia', 'Times New Roman', serif;
	letter-spacing: 0.08em;
	}
	
.post h2 a {
	border: none;
	color: #e2e2e2;
	}
	
.post h2 a:hover {
	color: #ccd4de;
	}
	
.post .post-meta {
	color: #6b7d93;
	}
	
/* COMMENTS */
#comments ul.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#comments ul.commentlist li {
	padding: 5px 8px 0;
	border: 1px solid #455363;
	margin: 8px 0;
	}
	
#comments ul.commentlist li.authorcomment {
	background: #3f4c5c;
	}
	
#comments ul.commentlist li .comment-meta .comment-author {
	font-weight: bold;
	float: left;
	}
	
#comments ul.commentlist li .comment-meta .comment-author a:hover {
	border: none;
	}
	
#comments ul.commentlist li .comment-meta .comment-date {
	color: #646e7b;
	float: right;
	}
	
#comments ul.commentlist li .comment-text p {
	padding: 0 0 10px;
	margin: 0;
	clear: both;
	}
	
#commentform p {
	margin: 8px 0;
	padding: 0;
	}
	
#commentform #authorinfo p {
	text-align: center;
	}
	
#ie7 #commentform #authorinfo input {
	width: 164px;
	}	
	
p.nocomments {
	text-align: center;
	font-size: 16px;
	color: #646e7b;
	}
