/*
Theme Name: BookMaven Media
Theme URI: http://bookmavenmedia.org/
Description: Custom Wordpress theme designed for BookMavenMedia.com
Version: 1.0
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/

*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	color: #4f4b63;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
a {
	color: #6f65a3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	
img {
	border: none;
}
div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	
}
h1 {
	color: #6f65a3;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid  #6f65a3;
	width: 100%;
}
h2 {
	color: #6f65a3;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
}
h3 {
	color: #6f65a3;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
}
h4 {
	color: #6f65a3;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
}
hr {
	background-color: #6f65a3;
	color: #6f65a3;
	border: none;
	height: 1px;
}
#container {
	width: 900px;
	background-image: url(images/wine.jpg);
	background-repeate: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
}
#wrap {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 798px;
	height: 130px;
}
#navigation {
	position: relative;
	width: 798px;
	height: 51px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4px 0px 0px 0px;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 738px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	padding: 30px 30px 15px 30px;
}
#main-well {
	width: 530px;
	padding: 0px;
	margin: 0px 12px 0px 0px;
	float: left;
}
#content_bottom {
	width: 798px;
	height: 33px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 798px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d22d47;
	margin: 10px 0px 0px 0px;
}
#footer a {
	color: #d22d47;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
small {
	font-size: 10px;
	font-style: italic;
}
.entry {
	margin: 0px 0px 20px 0px;
}
.postmetadata {
	clear: both;
	font-style: italic;
}
.contactleft {
	text-align: left;
}
/*strong {
	background-color: #a9c399;
	color: #fff;
	padding: 2px;
	font-weight: normal;
}*/
.postnav {
	margin: 0 0 15px 0;	
}

/* Sidebar Widgets */

#sidebar {
	float: left;
}
#sidebar.header {
}
#sidebar .box {
	width: 162px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
	padding: 15px;
	border: 1px solid #d3c4c4;
	background-color: #f6f6e1;
	font-style: italic;
	font-size: 12px;
	color: #4a4b4c;
	line-height: 14px;
	text-align: left;
}
#sidebar ul {
	list-style: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
#sidebar ul li {
	list-style-type: square;
	color: #6f65a3;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
}
#sidebar ul li a {
	color: #4a4b4c;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}

#search-2 {
}
.sidebar-title-hide {
	display: none;	
}
.book-studio-logo {
	margin: 0 0 10px 0;	
}
#megaphone {
	width: 192px;
	border: 1px solid #d3c4c4;
	margin: 0px 0px 30px 0px;
}

