/*
Theme Name:		Daily Brilliance
Theme URI:		http://www.dailybrilliance.com
Description:	The default Daily Brilliance Theme.
Version:		1.0
Author:			Chris Farrugia
*/

body {
	background: #fff;
	color: #444;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/nav/body_bg.png) repeat-x;
}

* { padding: 0; margin: 0; }

img { border:none; }


/*	LAYOUT
/***************************************/
#masthead {
	height:100px;
	width:962px;
	margin-bottom:25px;
}

#content_box {
	width:937px;
	margin-left:25px;
}

#content {
	width:627px;
	padding-right:30px;
	float:left;
}

#sidebar {
	width:260px;
	float:left;
	padding:0 10px;
	background-color:#f5f5f5;
	margin-bottom:25px;
}

#footer {
	margin-bottom:10px;
	padding:10px;
	background-color:#d0d0d0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}

.entry {
}

.tagged {
	color:#222;
	background-color:#f5f5f5;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:45px;
	line-height:normal;
	padding:9px 0;
	text-indent:15px;
	font-size:90%;
}

.sidebarbox {
	margin-bottom:25px;
}

.adsense {
	float:left;
	margin:0 20px 5px 0;
}

.adsensebanner {
	margin:0 auto 12px auto;
	text-align:center;
}

.diggthis {
	float:right;
	margin:0 0 5px 5px;
}

.notice {
	background-color:#F8F8F8;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	padding:20px 10px;
	text-align:center;
	margin-bottom:20px;
}

/*	NAVBAR
/***************************************/
#masthead ul {
	margin:25px 0 0 0px;
	float:right;
	border:2px solid #444;
}

a.navitem, a.navitem:visited {
	display:block;
	height:20px;
	padding:4px 14px;;
	border:1px solid #444;
	float:left;
	background-color:#222;
	font-size:140%;
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

a.navitem:hover {
	background-color:#942700;
	text-decoration:none;
}

/*	FONTS
/***************************************/
a, a:visited {
	color:#0056DC;
	border:none;
}

a.post_title, a.post_title:visited {
	color:#942700;
	border:none;
}

a:hover {
	text-decoration:underline;
}

.post_title {
	color:#942700;
	text-decoration:none;
}

.entry p {
	line-height:160%;
	margin-bottom:12px;
}

.highlight {
	color:#942700;
	font-weight:bold;
}

.navigation a {
	margin-bottom:5px;
}

.previous {
	float:left;
	margin-bottom:6px;
}

.next {
	margin-top:6px;
	clear:left;
	float:right;
}

.search_input {
	width:255px;
	font-size:120%;
}


/*	COMMENTS
/***************************************/
.comment_num a {
	text-decoration:none;
	color:#000;
}

.comment {
	list-style-type:none;
	border:1px solid #ccc;
	margin-bottom:15px;
}

.comment_meta {
	background-color:#ddd;
	padding:8px 0;
	font-size:90%;
	text-indent:8px;
}

.commententry {
	padding:8px 10px;
	background-color:#f5f5f5;
}

.commententry p {
	margin-bottom:8px;
	line-height:150%;
}

.text_input {
	width:250px;
	float:left;
	clear:both;
	margin:0 20px 8px 0;
	font-size:120%;
}

label {
	float:left;
	padding-top:2px;
	color:#942700;
}

.unstyled {
	margin-bottom:8px;
}

#comment {
	font-size:125%;
	width:627px;
	height:150px;
	margin-bottom:5px;
}

#comment_form {
	margin-bottom:20px;
}

/*	HEADERS
/***************************************/
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:250%;
	letter-spacing:-1px;
	margin-bottom:10px;
	color:#942700;
}

h3 {
	font-size:170%;
	margin-bottom:10px;
}

h4 {
	color:#222;
	font-size:110%;
	margin-bottom:4px;
}

#sidebar h2 {
	color:#002394;
	font-size:160%;
	border-bottom:1px solid #444;
}



/*	LISTS
/***************************************/
.entry ul, .entry ol {
	margin-bottom:12px;
}

.entry li {
	line-height:150%;
	margin-bottom:8px;
}

#masthead li {
	display:inline;
}

#sidebar ul {
	margin-left:20px;
}

#sidebar li {
	list-style-type:square;
	line-height:150%;
	margin-bottom:10px;
}
.sidebarpost {
	background-color:#ff0000;
	padding:4px;
}

#content ul, #content li {
	margin-left:20px;
}



/*	IMAGES
/***************************************/
#masthead img {
	float:left;
	margin-left:25px;
	border:none;
}

.sponsor125_left {
	margin:0 5px 10px 0;
	width:125px;
	height:125px;
	float:left;
}
.sponsor125_right {
	margin-left:0 0 10px 5px;
	width:125px;
	height:125px;
	float:left;
}

.postimg_center, .postimg_right, .postimg_left {
	padding:5px;
	border:1px solid #D0D0D0;
}
.postimg_center {
	margin:0 auto;
}
.postimg_right {
	float:right;
	margin:0 0 5px 15px;
}
.postimg_left {
	float:left;
	margin:0 15px 5px 0;
}
.postimg_large {
	margin:0 auto;
	padding:5px;
	border:1px solid #222;
}


/*	CLEARS
/***************************************/
.clearwhitespace {
	clear:both;
	font-size:0;
	height:20px;
}