/*  
Theme Name: cdb
Theme URI: http://www.###.com
Description: A Theme by Matt coded by Clive (clivepal@gmail.com)
Author: CSSDesignBlog
Author URI: http://www.CSSDesignBlog.com
*/
html {
	margin: 0;
	padding: 0;
} 
body {
	color: #3E3E3E;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/body_bg.gif) repeat-x top left;
}
a { 
	color: #000;
	text-decoration: none;
}  
a:hover {
	text-decoration: underline;
} 
img {
	border: none;
}	
ul li { 
	line-height: 20px; 
}  
#page { 
	width: 914px;
	margin: 18px auto;
	padding: 18px;
	background: #fff;
}  	
#top { 
	height: 47px;
	color: #fff;
	padding-top: 15px;
} 

#top a {
	color: #fff;
}

ul#nav  {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 260px;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #BCE6FE;
}
ul#nav ul {
	display: none;
}
#nav li {
	float: left;
	display: block;
}
ul#nav li a { 
	color: #BCE6FE;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}
ul#nav li a:hover, ul#nav li.current_page_item a {
	background: #00141C;
	padding: 5px 15px;
	display: block;
	color: #fff;
}

#header {
	width: 950px;
	margin: 0 auto;
}

#content {
	padding: 10px 0;
	width: 650px;
	float: left;
}
.storydate {
	padding: 10px 10px 10px 18px;
	background: url(images/date_bg.gif) no-repeat center left;
	border-bottom: 1px solid #EEEADC;
}

.first-post {
	background: url(images/first-post_bottom.gif) no-repeat bottom right;
	float: left;
	width: 583px;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}
.first-post_bottom {
	padding: 10px 20px;
	background: url(images/first-post_top.gif) no-repeat top left;
}
.first-post a {
	color: #B1B1B1;
}
.featured {
	background: #F8F5E7;
	border-bottom: 4px solid #F0EAD8;
	padding: 10px;
}
.post {
	margin: 0 10px 0 0px;
	text-align: justify;
	padding: 10px;
	border-bottom: 4px solid #EDEDED;
}
.post h1, .featured h1 {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #414141;
}
.post h1 a, .featured h1 a {
	color: #414141;
}

.post a, .featured a {
	color: #2993BF;
}
p.more {
	margin:0;
	padding: 0 0 0 15px;
	background: url(images/more.gif) no-repeat center left;
	text-transform: uppercase;
	font: bold 10px Arial, Helvetica, sans-serif;
}
.more a {
	color: #242424;
}
#sidebar {
	width: 238px;
	float: left;
	padding: 0 20px 0 0;
}

#sidebar .logo {
	width: 218px;
	background: #00B4FF;
	padding: 58px 10px 10px 10px;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}

#sidebar .logo h1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #fff;
}
#sidebar .logo h1 a {
	color: #fff;
}

#search {
	margin: 0px; padding: 0px;
	color: #F0FF8A;
}
#searchform {
	margin: 0px;
	padding: 0px 0px 0 0px; 
	}
#search input#s {
	width: 195px;
	padding: 6px 0px;
	margin: 0;
	border: 0;
	background: url(images/search_bg.gif) no-repeat top left;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	font-size:11px;
}
#sidebar ul li {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar ul li ul li {
	background: url(images/sidebar_li.gif) no-repeat center left;
	padding: 5px 0 0 15px;
	height: 22px;
	border: none;
}
#sidebar ul li ul {
	background:url(images/sidebar_ul.gif) top left;
	padding-left: 5px;
}
#sidebar ul#recentcomments {
	background:url(images/recentcomments_ul.gif) top left;
	padding-left: 5px;
}
#sidebar ul#recentcomments li {
	background: url(images/recentcomments_li.gif) no-repeat bottom left;
	padding: 5px 0 0 15px;
	height: 43px;
	border: none;
	font-weight: bold;
}
#sidebar ul#recentcomments li a {
	font-weight: normal;
}

#sidebar ul#flickr { 
	padding: 0px 0px;
	margin: 0px;
	background: none;
}
#sidebar ul#flickr li {
	background: none;
	padding: 0px;
	margin: 0px 12px 0px 0px;
	list-style-type: none;
	display: inline;
	border-bottom: none;
}
#sidebar ul#flickr li a img { 
	background: #fff;
	padding: 1px;
	border: solid 4px #EEEEEE;
	width: 45px;
	height: 45px;
	margin-bottom: 5px;
}
.flickr li a:hover img {
	background: #fff;
	padding: 1px;
	border: solid 4px #EEEEEE;
	margin-bottom: 5px;
}


#sidebar a {
	color: #515151;
	text-decoration: none;
}
#sidebar a:hover {
	color: #2993BF;
	text-decoration: underline;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 5px 5px 0px;
	height: 18px;
	color: #9E9E9E;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footer {
	padding: 10px;
	color: #000;
	margin: 10px auto 0 auto;
	background: #E5E5E5;
	width: 930px;
	height: 60px;
}
#footer span {
	color: #5B5B5B;
}
#footer a {	
	color: #000;
}

/* Begin Various Tags & Classes */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	}

h3 {
	font-size: 1.3em;
	}

h1 a {
	text-decoration: none;
	}
h1 a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	margin: 0;
	padding: 5px 0;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


h1 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin-top: 10px;
	}
.navigation a {
	display: block;
	background: url(images/navigation.gif) no-repeat top left;
	height: 26px;
	width: 91px;
	line-height: 26px;
	color: #fff;
}
.alignleft {
	float: left;
	padding-right: 10px;
}
.alignright {
	float: right;
	padding-left: 10px;
}