/* Theme Name: Rachel Beth Levin
URI: http://www.rachelbethlevin.com
Description: Custom WordPress Theme For Rachel Beth Levin
Author: Carl King 
Author URI: http://www.carlkingcreative.com 
Version: 1.0 
*/

/* @charset "UTF-8"; */
/* CSS Document */

body {
background-image: url(images/Background_Page.png);
font-family:Lucida Grande, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: justify;
color: #333333;
}

img {
border: none;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active {
font-weight: bold;
color: #1f3a51;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
display: none;
}

h3 {
font-size: 14pt;
font-weight: bold;
color: #1f3a51;
margin-bottom: 0;
padding-bottom: 0;
}

h4 {
font-size: 12pt;
font-weight: bold;
color: #1f3a51;
margin: 0;
padding: 0;
}

#wrapper {
position: relative;
width: 840px;
margin-right: auto;
margin-left: auto;
margin-top: 25px;
}

#flower_bottom {
position: absolute;
width: 200px;
left: 20px;
bottom: 57px;
height: 180px;
vertical-align:bottom;
background-image: url(images/Flower_Bottom.png);
}

#logo {
position: absolute;
left: 20px;
top: -30px;
height: 380px;
width: 860px;
background-image: url(images/Logo.png);
zoom: 1;
}

#header {
width: 840px;
height: 20px;
background-image: url(images/Background_Header.png);
clear:both;
}

#navigation {
position: absolute;
width: 450px;
top: 280px;
left: 40px;
}

#nav_about {
background-image: url(images/Nav_About.png);
height: 21px;
width: 85px;
}

#nav_articles {
background-image: url(images/Nav_Articles.png);
height: 21px;
width: 112px;
}

#nav_books {
background-image: url(images/Nav_Books.png);
height: 21px;
width: 81px;
}

#nav_teaching {
background-image: url(images/Nav_Teaching.png);
height: 21px;
width: 258px;
}

#nav_blogs {
background-image: url(images/Nav_Blogs.png);
height: 21px;
width: 78px;
}

#nav_contact {
background-image: url(images/Nav_Contact.png);
height: 21px;
width: 103px;
}

.nav_button {
position: relative;
background-position: top;
float: left;
}

.nav_button:hover {
background-position: bottom;
}

.nav_button span {
display: none;
}

#subscribe {
position: relative;
height: 50px;
width: 150px;
float: right;
margin-bottom: 10px;
background-image: url(images/Subscribe.png);
background-position: top;
}

#subscribe:hover {
background-position: bottom;
}

#subscribe span {
display: none;
}

#middle {
width: 720px;
padding-top: 320px;
background-image: url(images/Background_Middle.png);
background-repeat: repeat-y;
float: left;
padding-left: 60px;
padding-right: 60px;
}

#content {
position: relative;
width: 540px;
margin: 10px 0 20px -15px;
float: left;
z-index: 5;
}

.sidebar {
width: 175px;
margin: 10px -15px 20px 0;
float: right;
text-align: right;
}

#feliz_sans_yeast {
height: 175px;
width: 150px;
background-image: url(images/FelizSansYeastBanner.png);
margin-top: 20px;
margin-bottom: 20px;
float: right;
}

/* This class styles the Blog Posts

.post {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #AAA;
}

*/

/* This class styles the Page Posts */

.post2 {
	position: relative;
	padding-bottom: 25px;
}

.post_title {
font-size: 12pt;
font-weight: bold;
color: #1F3A51;
}

.entry-date {
	color: #333333;
	font-size: 8pt;
}

.entry-content {
	text-align: justify;
}

.entry-meta {
	font-size: 8pt;
	text-align: right;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.sidebar_title {
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}

#cats {
	margin-bottom: 25px;
}


/* This area is for the Pages, not the Blog. */

#publications {
float: right;
height: 550px;
width: 200px;
background-image:url(images/Publications.png);
border-left: 1px solid #ccc;
margin-right: -20px;
margin-left: 20px;
}

.book_item {
width: 720px;
float: left;
margin-bottom: 25px;
}

.photo_left {
float: left;
padding-right: 20px;
width: 150px;
}

.content_right {
float: right;
width: 550px;
}

#page_text {
width: 480px;
float: right;
text-align: justify;
padding: 0 0 25px 0;
margin-right: -15px;
}

#page_title {
}

.page_photo {
position: relative;
width: 240px;
float: left;
padding: 7px 0 25px 0;
margin-right: 30px;
margin-left: -15px;
}

.search_results_title {
font-size: 12px;
color: #666666;
}

#footer {
width: 805px;
height: 50px;
background-image: url(images/Background_Footer.png);
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 8pt;
padding-top: 7px;
padding-left: 35px;
margin: 0 auto 0 auto;
clear: both;
}

#footer a:link, #footer a:active, #footer a:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

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

/* Styles for Comments */

#comments {
	margin: 10px;
	padding: 10px;
}

#comments ol {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#comments ol li {
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #f5f5f5;
	line-height: 24px;
}

#comments span.comment-author {
	font-weight: bold;
}

/* The Respond Box, for readers to type into */

#respond {
	padding: 10px;
}

#edit_link {
clear: both;
float: right;
}

.navigation {
float: right;
}

.empty {
clear: both;
}