/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/*Background*/
body {
		background: #595959;
}
/*Main blog header - black */
#header {background:#000;	
}

.blog-name a:link, .blog-name a:visited	{ color: #F90; text-decoration: none; }

/* Boxes and Borders - dark  */

	/*title boxes */
 	.feed-title, .widgettitle, .module-title, .search-results h2 { 
	background: #000; color: #F90; border-top-color:#666; border-left-color: #333; border-right-color:#333; border-bottom: none; 
	 }
	/*no top*/
	#nav-content {border-top: none; border-color:#333;
	}
	/*all sides - or default*/
	.featured,.sf-menu li li, #multi-sidebar .tabs li, #multi-sidebar .widgetcontainer, .posts-default .post, .single .post, .single-post, .postbar, .posts-line, #footer, .nocomments { border-color:#333;
	}
		/*page navigation*/
	.wp-pagenavi a:link, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .wp-pagenavi span.current {border-color:#333; color:#333;
	}
	.wp-pagenavi a:visited, wp-pagenavi a:hover {border-color:#999; color:#999;
	}
	input[type=text], input[type=password], textarea { border-color:#333;
	}
	#searchform #searchsubmit {border: 1px solid #333; color:#FFF; float: left; 
	}
	/*boxes under headings*/
 	.widgetcontent,  #wp-calendar caption,  .posts-quick,  #commentlist, .pingbacks, #commentsform, .search-results-content  { background-image: none; border-top-color: #333; border-width: 1px; border-bottom-color:#333; border-left-color: #333; border-right-color: #333;}
	
	/*Footer*/
	#footer				{
	background: #595959;
	color:#CCC;
	border-top-color: #666;
	border-right-color:#333;
	border-left-color:#333;
	border-bottom-color:#333;
}
	#footer .widgetcontent a:link, #footer .widgetcontent a:visited	{ Color:#CCC; }
	#footer .widgetcontent a:hover{text-decoration:underline;}
	#footer .widgettitle	{ color:#CCC; }

/*Inner borders - light

.entry-thumbnails-link, .about-author, .about-author img, #commentlist .avatar, #commentlist .reply a, .comments-navigation a, .read-more, .navigation a {border: 1px solid #CCC;} 

*/

/*Links*/
.widgetcontent a, .widgetcontent a:link, .widgetcontent a:visited	{
	color: #333;
}
.widgetcontent a:hover					{
	color: #666;
}
	/*ctc tag cloud plugin*/
.ctc a:link, .ctc a:hover { text-decoration:none;}
.ctc a:hover { color: #666; text-decoration: underline;}

	/* no widgets default sidebar */
.tags a:link,.tags a:visited { color:#F60 
}
.tags a:hover { color: #666;
}

/*post pages */
.single .post .entry-title, .single-post .entry-title {}
.single .post .entry-title a, .single-post .entry-title a	{ }
.single .post .entry-title a:hover, .single-post .entry-title a:hover	{ }
.single .post .entry-info, .single-post .entry-info	{margin-left: 20px; }
.single .post .entry-cat, .single-post .entry-cat	{ }
.single .post .entry-author, .single-post .entry-author { }
.single .post .entry-author address, .single-post .entry-author address	{ }
.single .post .tags, .single-post .tags			{ margin: 5px 20px; }
.single .post .entry-photo, .single-post .entry-photo { padding: 10px 0px 2px;}
.page-quote { display:block; width:240px; height:225px; float:right; padding: 35px 25px 0px 25px; font-size:20px; font-style: italic; font-weight:bold; font-family: "Times New Roman", Times, serif; line-height:30px; }
.Lquote-mark {line-height: 22px;
	font-size:66px;
	color:#BEBEBE;
	vertical-align: bottom;
	text-shadow: #FFDAA8;
}
.Rquote-mark {font-size:66px; color:#BEBEBE;vertical-align:top; line-height:40px}
.quote text {}
.single .post .entry-photo img, .single-post .entry-photo img {border: solid #333 1px;}
.single .post .entry-content, .single-post .entry-content {margin: 20px 20px;}
.single .post .entry-content p, .single-post .entry-content p	{  }
.single .post .entry-content ol li, .single-post .entry-content ol li	{ line-height: 1.5em;}
.single .post .entry-content ul li, .single-post .entry-content ul li	{ line-height: 1.3em; margin:7px 0; }