/*  
Theme Name: sparxBlue
Theme URI: http://sparxmind.com
Description: A two column theme. Lots of blue.
Version: 0.1
Author: sparx - sparxmind.com
Author URI: http://sparxmind.com

Theme last updated: Sep 2, 2007
*/

body {
	margin:0;
	padding:0;
	width: 100%; 
	background: #e8faff url('white.gif') repeat-y; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #222;

}

a {
	color: #334;
}
a:hover {
	color: #ccf;
	background-color: #334;
}

#header a, #header a:hover {
	color: #fff;
	text-decoration: none;
}

#header {
	height: 90px; 
	width: 100%; 
	vertical-align: bottom;
}

#header #banner {
	height: 65px;
	background: #369 url('/images/banner.gif') repeat-x; 
}

#header #banner h1 {
	margin: 0;
	padding: 0;
	float:left; 
	line-height: 65px; 
	font-size: 38px; 
	font-weight: bold; 
	color: #fff;
}

#header #banner h1 a:hover {
	background: none;
}

#header #navigation {
	height: 25px; 
	background: #000 url('/images/nav.gif') repeat-x; 
	color: #fff; 
	line-height: 25px;
}

#header .constrain {
	width: 1000px; 
	margin: auto;
}

#navigation ul {
	float: left; 
	margin:0;
	padding:0;
}

#navigation li {
	display: inline; 
	padding-right: 3em;
}

#navigation a {
	font-weight: bold;
}

#navigation a:hover {
	color: #ccf;
	background: #334;
}

#wrapper {
	width: 1100px; 
	margin: auto; 
	background: #e8faff;

/*	background: #fff;
	padding-bottom: 2em;
	border: 2px solid #69c; 
	border-top-width: 0; */
}

#maincontent {
	float: left; 
	width: 650px; 
	background-color: #fff;
	padding: 2em;
	border: 2px solid #69c; 
	border-width: 0px 2px 0px 0px;
}

.sidebar { 
	width: 190px; 
	float: left; 
	margin: 2px;
	padding: 0;
	background: #e8faff;
	margin-top: 10px;
}

.post {
	padding-bottom: 10px;
}

.posttitle {
	font-size: 28px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	margin: .5em 1em 0 .5em;
}

.posttitle a {
	text-decoration: none;
	color: #369;
}

.posttitle a:hover {
	color: #9cf;
	background: transparent;
}

.postmeta {
	margin: 0;
	padding-left: 2.5em;
	font-size: 10px;
}

.postentry {
	padding: 0 1.5em;
}

.postfeedback {
	margin: 1.5em 0 2em 1em;
	padding: 0;
	/*
	border: 1px solid #000;
	background-color: #e8faff;
	*/
	font-weight: bold;
}



.subscribebox { margin: 5px; padding: 10px; border: 3px solid #99a; color: #14a; font-size: 14px; text-align: center; font-weight: bold;}

.more-link { font-weight: bold; padding-left: 5px; font-size: 14px; color: #369; }

.noline { text-decoration: none; }

.widget { 
	margin: 0 auto;
	border: 1px solid #147;
	border-width: 0 1px 1px 1px;
	font-size: 10px;
	background: #fff;
}

.widget h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: .2em 0 .2em .5em;
	color: #fff;
	background: #147 url('/images/banner.gif') repeat-x center left; 
}

.widget ul, .relatedposts ul {
	margin: 0;
	padding: .1em 1em;
	background-color: #fff;
}

.widget li, .relatedposts li {
	list-style: none;
	padding: .2em 0;
}

#footer {
/*	background: #147 url('/images/banner.gif') repeat-x center left;  */
	background: #000 url('/images/nav.gif') repeat-x;
	clear: both;
	height: 25px;
	line-height: 25px;
	width: 100%;
	color: #fff;
}

.sidebar a, a img {
	border: 0;
	text-decoration: none;
}

#recentcomments a {
	font-weight: bold;
}

.tempad { 
	width: 468px; 
	height: 60px; 
	margin: 4px auto;
}

#commentlink a {
	font-size: 18px;
	color: #369;
	font-weight: bold;
}

.commentsbox, .relatedposts {
	padding: 1em 1em 0 1em;
}

.relatedposts {
	padding: 1em 0 1em 0;
}


input[type=text], textarea, select {
	border: 1px solid #000; 
	margin: 2px;
	background-color: #fff;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
	
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #147;
	font-size: 0.9em;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #e8e7d0;
	list-style-type: none;
}

#commentlist li {
/*	border-top: 1px solid #e8e7d0; */
	padding: 1px 15px;
	margin: 5px auto;
	background-color: #fff;
}

.commenttitle {

	margin-bottom: 0;
	font-size: 1.1em;
}

.commenttitle strong, .commenttitle strong a {
	color: #c60;
}

.authcomment {
	background-color: #cef !important;
}

.alt {
	background-color: #eee !important;
}

.commentmeta {
	margin-top: 0;

	font-size: 0.9em;
	color: #999;
	float: right;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.alignnone {
	clear: both;
}

.footnav {
	margin: 0 10px;
}

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */