/*
Theme Name: Bright Spot
Theme URI: http://customtheme.com/themes/bright-spot/
Description: A bright and colorful blog theme.
Version: 1.0
Author: Custom Theme
Author URI: http://customtheme.com/
Tags: blue, green, red, three-columns, right-sidebar, fixed-width, custom-colors, theme-options, threaded-comments
*/

* { padding: 0; margin: 0; }
a img { border: 0; }
body {
	background-color: #e9e9e9;
	/*background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, san-serif;
}
h2.pagetitle {
	background: #fff;
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 8px;
}
#wrapper {
	width: 973px;
	margin: 0 auto;
}
#header {
	height: 190px;
	position: relative;
}
#logo {
	position: absolute;
	top: 74px;
	left: 18px;
}
#logo h1 {
	font-size: 38px;
}
#logo h1 a {
	text-decoration: none;
}
#logo h1 a:hover {
	color: #fff;
}
#logo h2 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#search {
	position: absolute;
	top: 30px;
	right: 21px;
	width: 286px;
}
#search label {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-bottom: 5px;
}
#search input {
	border: 0;
	outline: 0;
}
#s {
	width: 226px;
	height: 26px;
	float: left;
	margin-right: 5px;
	color: #151616;
	padding: 9px 0 0 8px;
	font-size: 12px;
}
#searchsubmit {
	width: 43px;
	height: 36px;
	cursor: pointer;
}
#nav {
	list-style: none;
	font-size: 12px;
	height: 56px;
}
#nav li {
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}
#nav li a {
	color: #fff;
	text-decoration: none;
	line-height: 41px;
	padding: 0 13px;
	float: left;
}
#main {
	background: url('images/main-bg.gif') #fff top right repeat-y;
	padding: 0 5px 0 13px;
	width: 955px;
	clear: left;
	position: relative;
}
#main-topleft {
	background: url('images/main-topleft.gif') no-repeat;
	width: 14px;
	height: 19px;
	position: absolute;
	top: 0;
	left: -14px;
}
#main-topright {
	background: url('images/main-topright.gif') no-repeat;
	width: 14px;
	height: 19px;
	position: absolute;
	top: 0;
	right: -14px;
}
#main-bottomleft {
	background: url('images/main-bottomleft.gif') no-repeat;
	width: 14px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -14px;
}
#main-bottomright {
	background: url('images/main-bottomright.gif') no-repeat;
	width: 14px;
	height: 8px;
	position: absolute;
	bottom: 0;
	right: -14px;
}
#sidebar-bottom {
	background: url('images/sidebar-bottom.gif') top right no-repeat;
	border-bottom: 50px solid #fff;
	height: 2px;
	margin-right: -5px;
}
#main-drapes {
	width: 941px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 15px;
}
#content {
	width: 538px;
	padding-top: 20px;
	float: left;
	font-size: 12px;
}
#content .post {
	padding-bottom: 30px;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .cats {
	color: #7c7c7c;
	padding-bottom: 19px;
}
#content .cats a {
	color: #7c7c7c;
	text-decoration: underline;
}
#content .cats a:hover {
	text-decoration: none;
}
#content p {
	color: #575757;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 19px;
}
#content ul, #content ol {
	color: #575757;
	line-height: 20px;
	padding: 0 0 19px 19px;
}
#content blockquote {
	font-size: 14px;
	font-style: italic;
	margin: 0 20px;
}
.post-footer-top {
	background: #f4f4f4;
	height: 16px;
	padding: 9px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
#content .post-footer-top a {
	color: #575757;
}
#content ul.post-top-ct {
	list-style: none;
	line-height: 1em;
	background: #F5F5F5;
	height: 16px;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post-top-ct li {
	float: left;
	margin-right: 12px;
}
#content .post-top-ct a {
	color: #000002;
	text-decoration: none;
	display: inline-block;
}
#content .post-top-ct a:hover {
	text-decoration: underline;
}
.post-top-ct .tags {
	background: url('images/tag_blue.png') no-repeat;
	height: 16px;
	padding-left: 21px;
}
.post-top-ct .cats {
	background: url('images/tab.png') no-repeat;
	height: 16px;
	padding-left: 21px;
}
#content ul.post-footer-bottom {
	list-style: none;
	line-height: 1em;
	background: #e9e9e9;
	height: 16px;
	padding: 9px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
}
.post-footer-bottom li {
	float: left;
	margin-right: 12px;
}
#content .post-footer-bottom a {
	color: #000002;
	text-decoration: none;
	display: inline-block;
}
#content .post-footer-bottom a:hover {
	text-decoration: underline;
}
.post-footer-bottom .rss a {
	background: url('images/rss.gif') no-repeat;
	height: 16px;
	padding-left: 20px;
}
.post-footer-bottom .digg a {
	background: url('images/digg.gif') no-repeat;
	height: 16px;
	padding-left: 21px;
}
.post-footer-bottom .tweet a {
	background: url('images/tweet.gif') no-repeat;
	height: 17px;
	padding-left: 15px;
}
.post-footer-bottom .stumble a {
	background: url('images/stumble.gif') no-repeat;
	height: 16px;
	padding-left: 21px;
}
.post-footer-bottom .delicious a {
	background: url('images/delicious.gif') no-repeat;
	height: 13px;
	padding-left: 20px;
}
.post-date {
	float: left;
	background: url('images/date.gif') no-repeat;
	padding-left: 21px;
	color: #000;
}
.comment-count {
	float: right;
	background: url('images/comment.gif') no-repeat;
	padding-left: 23px;
	color: #7c7b77;
}
.comment-count span {
	font-weight: bold;
}
.comment-count a {
	color: #191919;
	text-decoration: none;
}
.comment-count a:hover {
	text-decoration: underline;
}
.navigation {
	background: #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 13px;
}
#sidebar {
	width: 394px;
	float: right;
}
.sidebar-ads {
	padding: 5px 0 5px 4px;
	border-width: 0 1px 1px;
	border-style: solid;
}
.sidebar-ads a img {
	float: left;
	padding: 0 4px 4px 0;
}
.sidebar-ads .advertise-link {
	display: block;
	clear: left;
	text-align: right;
	font-size: 11px;
	padding: 8px;
	margin: 1px 4px 0 0;
}
.sidebar-ads .advertise-link:hover {
	text-decoration: none;
}
#sidebar h3 {
	width: 184px;
	height: 25px;
	padding: 10px 0 0 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.sidebar-content {
	background: #f4f4f4;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 15px 10px;
	font-size: 12px;
}
.sidebar-content ul {
	padding-left: 15px;
}
#right-sidebar ul {
	color: #040404;
}
.sidebar-content ul a {
	color: #000;
	text-decoration: none;
}
.sidebar-content li {
	padding-bottom: 10px;
}
.sidebar-content ul a:hover {
	text-decoration: underline;
}
#left-sidebar {
	width: 194px;
	float: left;
	border-top: 5px solid #fff;
}	
#right-sidebar {
	width: 194px;
	float: right;
	border-top: 5px solid #fff;
}
#right-sidebar h3 {
	background: url('images/right-sidebar.gif') no-repeat;
}
#footer {
	font-size: 12px;
	min-height: 132px;
}
#footer-wrap {
	margin: 0 auto;
	width: 973px;
	padding: 29px 7px 0 10px;
}
#footer-left {
	float: left;
}
#footer-left h3 {
	color: #dcdcdc;
	font-size: 12px;
	padding-bottom: 14px;
}
#footer-left ul {
	color: #dcdcdc;
	list-style: none;
}
#footer-left li {
	padding-bottom: 16px;
}
#footer-left li:before {
	content: " - "
}
#footer-left a {
	color: #f9dada;
	text-decoration: none;
}
#footer-left a:hover {
	text-decoration: underline;
}
#left-half {
	float: left;
	padding-right: 25px;
}
#right-half {
	float: left;
	padding-left: 25px;
}
#left-list {
	float: left;
}
#right-list {
	float: left;
	margin-left: 15px;
}
#footer-right {
	float: right;
	text-align: right;
}
#footer-right a {
	text-decoration: none;
}
#footer-right a:hover {
	text-decoration: underline;
}
#footer-right p {
	padding-bottom: 8px;
}
/* Comments */
#comments {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
#content ol.commentlist {
	padding: 0;
	line-height: 1em;
}
#content .commentlist p {
	padding: 0;
	padding-top: 10px;
}
.commentlist li {
	list-style: none;
	border: 3px solid #f1f1f1;
	padding: 18px 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
.commentlist .avatar {
	float: right;
	border: 1px solid #c3c3c3;
	padding: 5px;
	margin-left: 15px;
}
.commentlist .children li {
	border: 0;
	padding: 0;
	margin: 0;
	border-left: 3px solid #f1f1f1;
	margin: 20px 0 0 10px;
	padding-left: 10px;
}
.comment-meta {
	font-size: 10px;
	text-transform: uppercase;
}
#content .comment-meta a {
	color: #857272;
}
.comment-author {
	color: #010000;
	font-weight: bold;
}
cite.fn {
	font-style: normal;
}
#content .comment-author a {
	color: #010000;
	text-decoration: none;
}
#content .comment-author a:hover {
	text-decoration: underline;
}
#content a.comment-reply-link {
	text-transform: uppercase;
	color: #000;
	background: #edecec;
	padding: 1px 10px;
	display: inline-block;
	font-size: 11px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content a.comment-reply-link:hover {
	color: #fbfbfb;
	background: #000;
}
#respond h3 {
	color: #000;
	font-size: 18px;
	background: url('images/respond.gif') no-repeat;
	padding: 20px 0 0 40px;
	margin: 10px 0;
}
#author, #email, #url {
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	width: 48%;
	padding: 5px;
}
#comment {
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	width: 93%;
	padding: 5px;
}
#respond label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 7px;
}
#respond #p-author label {
	background: url('images/author.gif') center left no-repeat;
}
#respond #p-email label {
	background: url('images/email.gif') center left no-repeat;
}
#respond #p-url label {
	background: url('images/url.gif') center left no-repeat;
}
#respond label .required {
	font-size: 11px;
	font-weight: normal;
	color: #b7b7b7;
}
#submit {
	cursor: pointer;
	font-size: 11px;
	width: 116px;
	height: 41px;
	padding-top: 2px;
	border: 0;
	outline: 0;
}
.clear { clear: both; }
.c-left { clear: left; }
.c-right { clear: right; }
.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;
}
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;
	}
.center {
	text-align: center;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.relatedposts {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #E8E8E8;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.relatedposts ol
{
	margin-left: 1em;
}

.relatedposts p
{
	font-weight: bold;
}
p .more-link
{
	font-weight: bold;
	margin-left: 1em;
}