/* @override http://ronchepesiuk.com/wp-content/themes/ronchepesiuk/style.css */

/* @override http://ronchepesiuk.com/beta/wp-content/themes/ronchepesiuk/style.css */


/*
Theme Name: Ron Chepesiuk
Theme URI: http://ronchepesiuk.com/
Description: Template for ronchepesiuk.com
Version: 1.0
Author: Definite
Author URI: http://definitelyworks.com/
Tags: black, gray, blueprint
*/
body {
	background: #000 url(images/bg.jpg) top center no-repeat;
	color: #FFF;
	font-family: 'Times New Roman', Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
}

a {
	text-decoration: none;
}

.navigation {
	height: 40px;
	clear: both;
}

.alignleft {
	float: left;
}

img.alignleft {
	margin: 0 1em .5em 0;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 0 0 .5em 1em;
}

blockquote {
	color: #1F1F1B;
}

.accolades-rotator blockquote {
	color: #BBBB95;
}

#topmenu {
	text-align: right;
	margin-top: 10px;
	line-height: 20px;
}

#topmenu a {
	color: #FFF;
	text-decoration: none;
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#topmenu a:hover {
	text-decoration: underline;
}

#searchform {
	display: inline;
}

/*
#searchform input[type=text] {
	width: 150px;
	margin-left: 10px;
	border: 1px #c6c6be outset;
	padding: 2px;
	line-height: 20px;	
}

#searchform input[type=submit] {
	text-transform: uppercase;
	border: 1px #c6c6be outset;
	color: #343427;
	margin: 0;
	line-height: 20px;
	padding: 2px 5px;
	background: url(images/bg-button.gif) top left repeat-x;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
*/

#searchform input[type=text] {
	margin: 0 0 0 10px;
	height: 14px;
	padding: 2px;
}

#searchform input[type=submit] {
	text-transform: uppercase;
	border: 1px #c6c6be outset;
	color: #343427;
	padding: 3px 5px;
	height: 20px;
	background: url(images/bg-button.gif) top left repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#logo h1 {
	font-size: 500%;
	margin-bottom: 10px;
	font-family: 'Georgia', serif;
}

#logo h1 a {
	color: #fff;
}

#logo h2 {
	font-size: 135%;
	font-weight: normal;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.7);	
	width: 530px;
	color: #9e9e7e;
	font-family: 'Georgia', serif;
}

#mainmenu {
	margin-bottom: 20px;
}

#mainbody-wrap, #frontpage-wrap {
	padding: 10px;
	background: rgb(00, 00, 00); /* The Fallback */
	background: rgba(52, 52, 52, 0.5);	
	width: 930px;
}

#mainbody {
	background: url(images/bg-mainbody.gif) repeat-y;
	width: 930px;
}

#frontpage {
	background: url(images/bg-mainbody-frontpage.gif) repeat-y;
	width: 930px;	
}

#sidebar, #about {
	width: 300px;
	font-size: 95%;
}

#sidebar .accolades blockquote {
	margin: 0;
	color: #000;
}

.accolades-rotator {
	width: 588px;
}

.accolades-rotator blockquote {
	margin: 20px 20px 20px 0;
	width: 588px;
}

#sidebar .sidebar {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .sidebar ul {
	margin: 0 1.5em 1.5em;
}

#sidebar .sidebar ul li {
	list-style: none outside url(images/bullet-white.gif);
}

#sidebar .sidebar ul li a {
	color: #fff;
}

#sidebar .sidebar ul li a:hover {
	color: #000;
}

#sidebar .widget {
	border: 1px outset #7A7A60;
}

#sidebar .widget-title, #about .widget-title {
	border-bottom: 1px outset #7A7A60;
	margin: 0;
	background: #7b7b61;
	font-size: 130%;
	padding: 5px 20px;
}

#sidebar .widget-content, #about .widget-content {
	border-top: 1px outset #7A7A60;	
	margin: 0;
	padding: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#about img {
	float: left;
	border: 3px #fff solid;
	margin-right: 1em;
}

.more {
	text-transform: uppercase;
	border: 1px #c6c6be outset;
	color: #343427;
	padding: 5px 10px;
	background: url(images/bg-button.gif) top left repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.more span {
	font-weight: bold;
}

.more:hover {
	background: url(images/bg-button.gif) bottom left repeat-x;
}

#maincontent {
	background: #DADAD0;
	width: 620px;
	color: #000;
}

#maincontent .inside {
	margin: 0 20px 20px 10px;
}

.post.category-journal h3, .searchpage h3 {
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.post.category-journal h2 {
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post.category-journal small {
	color: #81817d;
}

#maincontent .post.category-journal small a {
	color: #81817d;
	font-weight: bold;
	border-bottom: 1px dotted;
}

#maincontent .post.category-journal small a:hover {
	color: #50504e;
	font-weight: bold;
	border-bottom: 1px dotted;
}

#maincontent .post .entry p a {
	font-weight: bold;
	border-bottom: 1px dotted;
}

.book_archive {
	width: 190px;
	height: 300px;
	float: left;
	text-align: center;
}

.book_archive h4 {
	font-size: 90%;
	font-weight: bold;
}

.upcoming-date {
	text-align: center;
	top: -140px;
	right: -18px;
	position: relative;
	display: block;
	background: url(images/bg-upcoming-date.png) top center no-repeat;
	width: 153px;
	height: 62px;
	font-family: Arial;
	font-size: 11px;
	padding-top: 23px;
	font-weight: bold;
}

#maincontent a {
	color: #41411B;
}

#maincontent a:hover {
	color: #2C2C12;
}

#tabify {
	margin: 0 0 20px 0;
	padding: 0;
}

#tabify li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 0px;
}

#tabify li a {
	text-transform: uppercase;
	border: 1px #c6c6be outset;
	color: #343427;
	padding: 5px 10px;
	background: url(images/bg-button.gif) top left repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#tabify li.active a, #tabify li a:hover {
	background: url(images/bg-button.gif) bottom left repeat-x;
	font-weight: bold;	
}

#shop {
	float: right;
	clear: both;
	text-align: center;
	width: 150px;
	border: 1px solid #8E8E71;
	padding-top: 5px;
	background: #C4C4B3;
	margin: 0 0 10px 10px;
}

#shop img {
	margin: 0 auto;
	width: 140px;
	float: none;
}

#shop li {
	list-style: none;
}

#shop ul {
	margin-bottom: 0;
}

#sitemap_list ul ul li {
	list-style: square;
	color: #365275;
	padding-left: 0;
	background: none;
}

#featured-books {
	width: 620px;
}

#featured-books .featured {
	height: 274px;
	width: 580px;
	padding: 20px;
}

#featured-books p {
	width: 50%;
}

#featured-books .chicago {
	background: url(images/bg-featured-chicago.gif) no-repeat;
}

#featured-books .drug-lords {
	background: url(images/bg-featured-drug-lords.gif) no-repeat;
}

#featured-books .harlem {
	background: url(images/bg-featured-harlem.gif) no-repeat;
}

#featured-books .gangsters-miami {
	background: url(images/bg-featured-miami.jpg) no-repeat;
}

#footer-widget {
	margin: 40px 0 20px 0;
}

#footer-widget .widget-title{
	background: #1b1b1b;
	border-top: 1px solid #323231;
	border-bottom: 1px solid #0f0f0f;
	border-left: 1px solid #191919;
	border-right: 1px solid #191919;	
	margin: 0;
	font-size: 130%;
	padding: 5px 20px;
	color: #8e8e72;	
}

#footer-widget .widget-content {
	background: #1b1b1b;
	border-top: 1px solid #323231;
	border-bottom: 1px solid #0f0f0f;
	border-left: 1px solid #191919;
	border-right: 1px solid #191919;	
	margin: 0;
	padding: 10px 20px 20px;
	height: 120px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
}

#footer-widget .widget-content li {
	list-style: none outside url(images/bullet-black.gif);	
}

#footer-widget .widget-content a {
	color: #fff;
}

#footer-widget .widget-content a:hover {
	color: #8e8e72;		
}

#footer .twitter {
	background: url(images/banner-twitter.gif) no-repeat;
	height: 109px;
}

#footer .twitter span {
	padding: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#footer .twitter a {
	color: #9B9B7C;
}

#footer .twitter .aktt_tweet_reply{
	display: none;
}

#banner {
	margin-top: 20px;
}

#copyright {
	border-top: 1px solid #111111;
	padding-top: 10px;
	margin-top: 10px;
	color: #8e8e72;
	font-family: Arial, Tahoma, sans-serif;
}

#copyright a {
	color:#fff;
}

#copyright .facebook {
	float: right;
	text-indent: -9999px;
	display: block;
	width: 128px;
	height: 33px;
	background: url(images/btn-facebook.gif) no-repeat;
}

.designby {
	font-size: 11px;
}