/*
THEME NAME: Jay Peroni
THEME URI: http://jayperoni.com
DESCRIPTION: Custom theme for the Jay Peroni website: http://jayperoni.com
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

a {
	color: #3D6B92;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #F2F2F2;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url("images/quotes.gif") no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.inner {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}

/* Header */

#header {
	height: 206px;
	background: url("images/bg_header.jpg") repeat-x top left;
}

#header .inner {
	height: 206px;
	background: url("images/bg_header_inner.jpg") no-repeat top left;
}

#logo {
	float: left;
	margin: 55px 0 0 255px;
}

#logo a {
	display: block;
	width: 238px;
	height: 105px;
	background: url("images/logo.png") no-repeat top left;
}

#logo a span {
	display: none;
}

#bookbox {
	width: 200px;
	min-height: 150px;
	float: right;
	font-size: 90%;
	padding-left: 170px;
	margin: 40px 20px 0 0;
	background: url("images/cover_fbm.png") no-repeat top left;
}

#bookbox p {
	line-height: 1.3;
	margin-bottom: 10px;
}

/* Main Menu */

#menu {
	height: 40px;
	background: url(images/bg_menu.png) repeat-x top left;
}

/* LEVEL ONE */

ul.dropdown                         { position: relative; z-index: 10; margin: 0 auto; width: 990px; }
ul.dropdown li                      { font-weight: bold; float: left; }
ul.dropdown a:hover		            { color: #FFFFFF; background: url(images/bg_menu_active.png) repeat-x top left; text-decoration: none; }
ul.dropdown a:active                { color: #FFFFFF; background: url(images/bg_menu_active.png) repeat-x top left; text-decoration: none; }
ul.dropdown li a                    { display: block; padding: 13px 15px; color: #FFFFFF; text-transform: uppercase; font-size: 110%; font-weight: bold; }
ul.dropdown li.current_page_item,
ul.dropdown li.current_page_ancestor,
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; background: url(images/bg_menu_active.png) repeat-x top left; text-decoration: none; }
ul.dropdown li.hover a              { color: #FFFFFF; }

/* LEVEL TWO */

ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; font-size: 90%; }
ul.dropdown ul li 					{ background: #D67C44; border-bottom: 1px solid #B96A3A; float: none; }
ul.dropdown ul li:hover				{ background: #B96A3A; }
ul.dropdown ul li.current_page_item { background: #B96A3A; }
ul.dropdown ul li a					{ text-transform: none; padding: 8px 12px; font-weight: normal; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul li a:hover			{ background: none; }

/* Container */

#container {
	padding: 30px 0;
	background: #D8EBF3;
}

#content {
	float: left;
	width: 670px;
}

/* Section Title */

.section-title {
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.section-title h3 {
	float: left;
	color: #DD8047;
	font-size: 180%;
}

.section-title img {
	float: right;
}
	
/* Intro Panel */

#intro {
	width: 670px;
	background: url("images/bg_intro_top.png") no-repeat top left;
	margin-bottom: 10px;
}

#intro .inside {
	padding: 30px 30px 10px 30px;
	overflow: hidden;
}

#intro-txt {
	width: 290px;
	float: left;
}

#btn-intro {
	overflow: hidden;
}

#btn-intro li {
	float: left;
	margin-right: 10px;
}

#intro-video {
	width: 292px;
	height: 193px;
	float: right;
	background: url("images/bg_video.png") no-repeat top left;
}

#intro-video * {
	margin: 4px 0 0 2px;
}

#intro h1 {
	color: #D67C44;
	font-size: 250%;
	margin-bottom: 10px;
}

#intro p {
	line-height: 1.3;
	margin-bottom: 15px;
}

#intro-btm {
	height: 20px;
	background: url("images/bg_intro_btm.png") no-repeat top left;
}

/* Home Posts */

#moreposts {
	overflow: hidden;
}

#moreposts li {
	width: 290px;
	float: left;
	padding: 10px 0;
	background: url("images/dot.gif") repeat-x bottom left;
	line-height: 1.3;
}

#moreposts li.margin {
	margin-right: 20px;
}

#moreposts li span {
	display: block;
	color: #CCCCCC;
	font-size: 85%;
}

/* Content Panel */

#cpanel-top {
	height: 35px;
	background: url("images/bg_cpanel_top.png") no-repeat top left;
}

#cpanel-btm {
	height: 30px;
	background: url("images/bg_cpanel_btm.png") no-repeat bottom left;
}

#cpanel {
	background: url("images/bg_cpanel.png") repeat-y top left;
}

#cpanel .inside {
	padding: 0 40px 20px 30px;
	overflow: hidden;
}

.post {
	margin-bottom: 50px;
}

.tweetmeme {
	float: right;
}

.post-title {
	width: 500px;
	font-size: 250%;
	line-height: 1.2;
	font-weight: normal;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	color: #999999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
	font-weight: bold;
}

.post-content {
	margin-top: 20px;
}

.post-content h2 {
	overflow: hidden;
	font-size: 180%;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0 5px;
	clear: both;
}

.post-content h3 {
	overflow: hidden;
	font-size: 140%;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0 5px;
	clear: both;
}

.post-content p {
	line-height: 1.4;
	margin-bottom: 15px;
}

.post-content img.alignnone {
	background: #EFEFEF;
	padding: 5px;
}

.post-content img.alignleft {
	float: left;	
	margin: 0 25px 15px 0;
	background: #EFEFEF;
	padding: 5px;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
	background: #EFEFEF;
	padding: 5px;
}

.post-content img.noborder {
	border: none;
	padding: 0;
}

.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style: decimal;
}

.post-content ul {
	margin-left: 15px;
	margin-bottom: 20px;
	list-style: inside;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	color: #DC7F46;
	text-align: right;
}

.post-footer {
	padding: 8px 8px 7px 8px;
	background: #F0F7FB;
	clear: both;
	color: #999999;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

/* Buy Books */

.buybook {
	margin-bottom: 15px;
}

.buybook td {
	padding: 4px 0;
	font-weight: bold;
	border-bottom: 1px solid #F2F2F2;
	vertical-align: middle;
}

.buybook td.price {
	color: #B56739;
}

/* Comments */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Contact Form */

.wpcf7-form-control-wrap input {
	padding: 5px;
	color: #666666;
}

.wpcf7-form-control-wrap textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
	color: #666666;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 310px;
}

.sidepanel {
	margin-bottom: 10px;
	background: url("images/bg_sidepanel.png") repeat-y top left;
}

.sidepanel-top {
	height: 40px;
	background: url("images/bg_sidepanel_top.png") no-repeat top left;
}

.sidepanel-top h4 {
	padding: 13px 20px 0 20px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

.sidepanel-btm {
	height: 20px;
	background: url("images/bg_sidepanel_btm.png") no-repeat top left;
}

.sidepanel .inside {
	padding: 15px 30px 10px 20px;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	line-height: 1.2;
	margin-bottom: 8px;
}

.sidepanel hr {
	border: none 0;
	height: 1px;
	margin: 10px 0;
	background: url("images/dot.gif") repeat-x bottom left;
	clear: both;
}

.sidepanel select {
	padding: 4px;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}

/* Follow Panel */

#fcount {
	padding: 5px 5px 4px 5px;
	background: #F0F7FB;
	font-size: 85%;
	overflow: hidden;
}

#fcount img {
	float: right;
}

#subemail {
	width: 155px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}

#email-submit {
	position: relative;
	top: 7px;
}

p.social {
	width: 115px;
	float: left;	
}

p.margin {
	margin-right: 20px;	
}

p.social .icon {
	vertical-align: top;
	margin: 0 5px 2px 0;
	float: left;
}

/* Action Panel */

#steps li {
	background: url("images/bg_step.png") no-repeat top left;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	border: none;
}

#steps li a {
	font-weight: bold;
}

#steps li img {
	float: left;
	margin-right: 20px;
}

#steps li p {
	width: 170px;
	float: right;
}

/* Footer */

#footer {
	background: #507885 url("images/bg_footer.png") repeat-x top left;
	color: #B9C9CE;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

#footer-widgets {
	overflow: hidden;
	height: 1%;
	padding: 30px 0;
}

.footpanel {
	float: left;
	width: 300px;
	margin-right: 40px;
	font-size: 90%;
}

.last {
	margin-right: 0;
}

.footpanel h4 {
	font-size: 120%;
	margin-bottom: 5px;
	color: #D3DDE0;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
	background: url("images/bg_footpanel_title.gif") repeat-x bottom left;
}

.footpanel .textwidget {
	padding-top: 10px;
}

.footpanel .textwidget p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.footpanel ul li {
	padding: 10px 0;
	line-height: 1.3;
	background: url("images/bg_footpanel_item.gif") repeat-x bottom left;
}

#tweet-txt {
	background: #40606A url("images/bg_tweet_top.gif") no-repeat top left;
	font-style: italic;
	line-height: 1.3;
	padding: 10px 10px 0 10px;
	margin-top: 15px;
}

#tweet-link {
	background: url("images/bg_tweet_btm.gif") no-repeat top left;
	font-weight: bold;
	padding: 20px 0 0 50px;
}

#bookmark {
	border: 1px solid #5F848F;
	background: #486C77;
	padding: 10px;
}

#bookmark a {
	margin-right: 3px;
}

#copy {
	border-top: 3px solid #628691;	
	padding: 25px 0 10px 0;
}

#footer-links {
	list-style: none;
	overflow: hidden;
	padding: 0 0 25px 0;
}

#footer-links li {
	float: left;
	margin-right: 20px;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
