/*
RACHEL ZUCKER Theme Name: Azul
Theme URI: http://www.switchroyale.com/?page_id=21
Description: Azul is a clean and modern theme with a techy/corporate feel. This theme is meant to be easy to edit and completely standards compliant. Free to use for whatever you want.
Version: 1.1
Author: Switchroyale
Author URI: http://www.switchroyale.com
Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar


*/


body {
	background: url(images/bodybg.jpg) #3d2b20;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #765f45;
	text-align: justify;
	z-index: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 110px;
	padding: 40px 50px 0 50px;
	background: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}
#header h1 {
	margin: 0;
	font-size: 20px;
}
#header a {
	text-decoration: none;
	color: #666666;
}
#header a:hover {
	color: #333333;
}
#header #search {
	position: absolute;
	top: 40px;
	right: 50px;
	height: 20px;
}
#header #s {
	background: #ffffff;
	border: 1px thin #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	padding: 2px;
}
#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}
#login {
	text-align: right;
}
#navbar {
	margin: 0 0 20px 50px;
	background: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
	/*THIS IS THE ONE I CHANGED*/
	height: 30px;
	
	}
	
#navbar ul {
	/*STYLE THE CURRENT PAGE TITLE IN NAV BAR*/
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 30px;
	padding: 0;
	text-transform: uppercase;
	font-size:11px;
	letter-spacing:.07em;
	color:#699;
	text-decoration: none;
	line-height: 30px;
	/*background color for subnav on pulldown, not on rollover'*/
	background-position: right 50%;
	font-weight:bold;
	border-bottom:1px solid #996633;
	border-top:1px solid #996633;
}

#navbar li {
	/*style of navigation bar as a group*/
	display: block;
	float: left;
	padding: 0;
	background-position: right 50%;
	
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 30px;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing:.07em;
	color: #663300;
	text-decoration: none;
	line-height: 30px;
	background: url(images/navbuttonbg.gif);
	background-position: right 50%;
	font-weight:bold;
	border-left:1px solid #996633;
	
	
	
}
#navbar a:hover, #navbar .current_page_item a {
	/*color of navigation and submenu text when you roll over*/
	color: #765f45;
	background: url(images/navbuttonbg-hover.gif);
	background-position: right 50%;
}
#navbar ul li ul {
	/*style of submenu rollovers*/
	z-index: 100;
	border: 1px solid #cccccc;
	width: 200px;
	clear: both;
	position: absolute;
	top: 190px;
	left: -999px;
}
#navbar ul li:hover ul, #navbar ul li.sfhover ul {
	/*style of submenu rollovers?*/
	left: auto;
}
#navbar ul li ul li {
	width: 200px;
}
#navbar ul li.current_page_item ul li a, #navbar ul li ul li.current_page_item a {
	background: url(images/subnav1bg.png);
}
#navbar ul li ul li a {
	/*what the sub nav bar rollovers look like*/
	background: url(images/subnav1bg.png);
	padding: 0 0 0 5px;
	float: none;
}
#navbar ul li ul li a:hover {
	/*what the sub nav bar rollovers look like*/
	background: none #cccccc;
}
#posts {
	width: 600px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
}
.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}
.date {
	font-size: 11px;
	color: #487488;
	font-weight:bold;
	line-height: 1.5em;
}
.bookname {
	font-size: 14px;
	color: #487488;
	font-weight:bold;
	line-height: 1.5em;
}
.post {
	margin: 0 0 30px 0;
}
.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
}
.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}

.post h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color:#000;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
}
.post h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}
.post a, .navigation a {
	color: #487488;
	text-decoration: none;
	text-transform: none;
}

.navigation a:hover {
	color: #487488;
}
.post a:hover {
	color: #487488;
}
.post a img {
	border: none;
}

.post blockquote {
	background: url(images/blockquotebg.gif) no-repeat left top;
	color: #777777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}
.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}
.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 10px 0;
}
.avatar {
	border: 1px solid #cccccc;
}
.sidebar {
	margin-left: 700px;
	width:260px;
	position: relative;
	padding: 0px 0 0 0;
}
.sidebar ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0px;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	padding: 0px 0 0 0;
	font-size: 12px;
	color:#6aaac8;
	width: 210px;
	font-weight:bold;
	border-bottom: 1px dashed #765f45;
}
.sidebar a {
	color: #765f45;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	border:0px;
	padding: 0 10px 0 0px;
}
.sidebar a:hover {
	color: #6aaac8;
	border:0px;
}
.sidebar ul li ul li {
	_height: 20px; /*IE 6 Hack, the sidebar links won't display properly without this*/
	border:0px;
}
.sidebar ul li ul li ul li a {
	font-size: 10px;
	padding: 0 10px 0 20px;
	border:0px;
}

#footer {
	clear: both;
	height: 150px;
	background: url(images/footerbg.jpg);
	background-repeat: no-repeat;
}
#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}
#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px dashed #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #today {
	background: #cccccc;
}
#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}
#wp-calendar a:hover {
	background: #cccccc;
}

