/*
Theme Name: Cleaker
Theme URI: http://pomomusings.com/design/
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 2.1.ahp-edit
Author: Adam Walker Cleaveland
Author URI: http://pomomusings.com/design/
*/


/***** GLOBAL FORMATTING *****/
* {
	padding: 0;
	margin: 0;
}

body {
	background: #D0C7BF url(images/bg_fancy_full.png) repeat-x;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #A15908;
	text-decoration: none;
}

a:hover {
	color: #545443;
	text-decoration: underline;
}

a:visited {
	color: #545443;
}

/***** PAGE STRUCTURE FORMATTING *****/
#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #fff url(images/contentBg2.png) repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 900px;
	background: #F7F7F5 url(images/header.png) top center no-repeat;
	height: 104px;
	margin-top: 0;
	color: #fff; 
}

.title, .subtitle {
	margin: 1px;
	padding: 1px;
	color: #DCD5CD;
}

#Nav {
	display: block;
}

#content {
	width: 510px;
	float: left;
	color: #000;
	padding: 20px;
}

#content ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#content ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

#sidebarRight {
	width: 135px;
	float: right;
	color: #000;
	background: #CCC2B7;
	padding: 20px;
}

* html #sidebarRight {
	width: 135px;
}

#sidebarLeft {
	width: 135px;
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarLeft {
	width: 120px;
}

#footer {
	clear: both;
	width: 871px;
	background: #000;
	color: #fff;
	text-align: left;
	height: 33px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/
ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float: left;
	background: #545443 url(images/bg_navbar.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: right;
	border-left: 1px solid #F7F7F5;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #F7F7F5;
}

ul#Nav a:hover {
	background: #BDB2A8 url(images/bg_navlight.png) repeat-x;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/bg_navlight.png) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/
.post {
	margin-bottom: 20px;
}

.post a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.post a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #A15908;
	background: #E9E5E0 url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #DCD5CD;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: capitalize;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 48px;
	letter-spacing: -1px;
	margin: 5px 0px 0 270px;
	padding: 10px 0px 0 0;
	text-align: left;
    font-style: oblique;
}

h1.subtitle{
	font-size: 25px;
	margin: -7px 0px 0 325px;
	padding: 0 0px 0 0;
	text-align: left;
    font-style: oblique;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/
html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 25px;
	list-style-image: url(images/bullet.png);
	padding-left: 25px;
} 

body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 25px;
	list-style-image: url(images/bullet.png);
	padding-left: 25px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 30px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}

/***** SEARCH FORM FORMATTING *****/
#searchform {
	display: inline;
	float: right;
	margin: 0 20px 0 10px;
	padding: 10px 0 0 10px;
	text-align: left;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 10px;
	background: transparent;
	border: 1px solid #DCD5CD;
	color: #DCD5CD;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** LIVECALENDAR FORMATTING *****/
#wp-calendar caption{
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: center;
	padding:  1px;
	text-transform: uppercase;
	font-weight: bold;
	color:  #545443;
	border-bottom: 2px #fff solid;
	margin-bottom: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

/***** CLEANARCHIVES FORMATTING *****/
.postspermonth {
	margin: 5px 0 5px 0;
	list-style: none;
	padding-left: 5px;
}

/***** SIDEBAR FORMATTING *****/
h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: center;
	padding:  1px;
	text-transform: uppercase;
	font-weight: bold;
	color:  #545443;
	border-bottom: 2px #fff solid;
	margin-bottom: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

#sidebarRight a {
	color: #A15908;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #545443;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #A15908;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #545443;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #545443;
}

/***** SIDEBAR LISTS FORMATTING *****/
.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
} 

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** HEADER FORMATTING *****/
#header a {
	color: #DCD5CD;
}

/***** FOOTER FORMATTING *****/
#footer {
	background: #543A29 url(images/footer.png) repeat;
}

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #DCD5CD;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #A15908;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/
img.post {
	padding: 3px;
	border: 1px solid #786452;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border: 1px solid #786452;
}

img.alignright {
	padding: 3px;
	border: 1px solid #786452;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 3px;
	border: 1px solid #786452;
	margin: 8px;
	display: inline;
}

/***** MISCELLANEOUS FORMATTING *****/
.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}

/***** COMMENTS FORMATTING *****/
#idc-container h3 {
	font-size: 14px !important;
	font-weight: bold !important;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #545443;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #545443;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #545443;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.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, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

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

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

.commentlist li {
	margin: 10px 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;
}

#commentbar {
	background: red;
}

/***** GOODREADS FORMATTING *****/
#goodreads{
	text-align: center;
}

#goodreads img {
	border: 1px solid;
	padding: 2px;
}