/*
THEME NAME: Mafiaboy
THEME URI: http://mafiaboybook.com
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Patrick Tanguay
AUTHOR URI: http://tasteofblue.ca
*/



body {
	background-color: #fff;
	margin: 0;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	color: #424242;
}

a {
	color: #ee1e26;
}

a:hover {
	color: #000;
}

#wrap {
	width: 935px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 75px;
}

#header h1 {
	background: url('images/logo.png') no-repeat bottom left;
	width: 250px;
	margin: 0;
	text-indent: -500em;
}

#header h1 a {
	display: block;
	height: 65px;
	outline: none;
}

#header ul#mainnav {
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0;
	padding-left: 0;
}

#header ul#mainnav li {
	display: inline;
	list-style-type: none;
	margin-left: 50px;
	font-size: 1.15em;
}

#header ul#mainnav li a {
	text-decoration: none;
}

#header ul#mainnav li a:hover {
	text-decoration: underline;
}

#header ul#mainnav li.current_page_item a {
	border-bottom: 3px solid #ee1e26;
}

#header ul#mainnav li.buy-the-book-page a {
	background-color: #ee1e26;
	padding: 3px 5px;
	color: #fff;
}

#header ul#mainnav li.buy-the-book-page a.current_item {
	background-color: #fff;
	color: #ee1e26;
}

#header ul#mainnav li.buy-the-book-page a:hover {
	background-color: #000;
	text-decoration: none;
}

#primary {
	float: left;
	width: 300px;
}

#footer {
	clear: both;
	padding: 50px 0 30px 0;
	text-align: right;
	font-size: 0.9em;
	color: #aaa;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #000;
}


/* Content block */

#intro {
	float: right;
	background: #000 url('images/mafiaboy.png') no-repeat top right;
	width: 510px;
	min-height: 265px;
	height: auto !important;
	height: 265px;
	padding: 10px 100px 0 10px;
	line-height: 130%;
	font-size: 1.15em;
	color: #fff;
}

#calce, #silverman {
	margin-top: 15px;
}

#calce {
	float: left;
	width: 300px;
	margin-left: 15px;
}

#silverman {
	float: right;
	width: 300px;
	padding-left: 5px;
}

.cover {
	margin-bottom: 20px;
}

#content .page,
.single #content .post,
#content #comments {
	float: right;
	width: 620px;
}

#respond {
	border-top: 5px solid #000;
}

.entry-meta {
	margin: 20px 0;
	padding: 5px 10px;
	border: 1px solid #ddd;
	line-height: 130%;
	font-size: 0.9em;
	color: #999;
}

.entry-meta a {
	color: #999;
}

#comments input, #comments textarea {
	margin: 1px 0 10px 0;
	border: 1px solid #000;
}

.sidebar ul {
	margin: 0;
	padding-left: 0;
}

.sidebar ul li {
	list-style-type: none;
}


/* Typography */

h2 {
	font-size: 1.5em;
}

h2.entry-title {
	background-color: #000;
	margin: 0 0 15px 0;
	padding: 15px 10px 5px 10px;
	font-weight: normal;
	color: #fff;
}

h2.title-news {
	background: url('images/news.png') no-repeat top left;
	height: 15px;
	margin: 0 0 18px 0;
	text-indent: -500em;
}

#calce h2, #silverman h2 {
	height: 160px;
	margin: 0 0 20px 0;
	text-indent: -500em;
}

#calce h2 {
	background: url('images/calce_home.png') no-repeat top left;
}

#silverman h2 {
	background: url('images/silverman_home.png') no-repeat top left;
	margin-left: -5px;
}

h3 {
	font-weight: normal;
	font-size: 1.15em;
}

#primary h3 {
	margin: 0 0 5px 0;
	color: #ee1e26;
}

#primary h3 a {
	text-decoration: none;
	color: #ee1e26;
}

#primary h3 a:hover {
	text-decoration: underline;
	color: #000;
}

#primary h3 span {
	float: right;
	padding-top: 5px;
	font-size: 0.7em;
	color: #aaa;
}

#respond h3 {
	margin: 10px 0 15px 0;
}

p {
	margin: 0 0 10px 0;
	line-height: 150%;
}


/* Misc */

#access {
	display: none;
}

img {
	border: nonr;
}