/*
Theme Name: Our Rabbi Jesus
Author: Rocketwood
Version: 1.0
*/

html, body {
	margin: 0px;
	padding: 0px;
}

body {
  background: #112023 url(./images/bg_main.jpg) no-repeat center top;
  color:#D1DEE1;
  font-size:90%;
  line-height:1.6em;
	font-family: verdana, geneva, sans-serif;
}

em {font-style:italic;}
strong{font-weight:bold;}
img {border:none;}
header, section, footer {display:block;}

a:link, a:active, a:visited, button {
  color:#6FBBAE;
  text-decoration:none;
}

a:hover {
  color:#C4AF73;
}

a.expandable {
  float:left;
  display:block;
  width:14px;
  height:18px;
  background: transparent url(./images/max.gif) no-repeat 0 50%;
}

a.collapse {
  background: transparent url(./images/min.gif) no-repeat 0 50%;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"georgia",serif;
	margin: 10px 0;
	padding: 0;
}

h2 {
	color: #C4AF73;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
}

h3 {
  color:#C4AF73;
	font-size: 22px;
	line-height: 28px;
}

h1.loop-title, h1.entry-title {
	color: #C4AF73;
	font-size: 40px;
	line-height: 48px;
	font-weight: normal;
	margin-bottom:25px;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin:10px 0;
	padding:0;
}

p img.left, p img.alignright {
  margin: 5px 10px 5px 0;
  float:left;
}

p img.right, p img.alignleft {
  margin: 5px 0 5px 10px;
  float:right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#site-title, #site-description {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	text-indent: -999999em;
}

#page-header {
	z-index: 100;
  /*background: transparent url(./images/banner.png) no-repeat 0 0;*/
  height:245px;
  width:960px;
  margin: 0 auto 25px auto;
  position:relative;
  display:block;
}

#header-logo {
	margin-top:25px;
	float: left;
	width: 298px;
	height: 144px;
	background: transparent url(./images/logo.png) center no-repeat;
}

#header-logo a {
	margin-top:25px;
	width: 298px;
	height: 144px;
	display: block;
}

#header-logo h3 {
	margin: 0px;
	padding: 0px;
}

/* start navigation */
#main-nav {
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 16px;
	padding: 0;
	margin: 0;
}

#main-nav ul {
	display:block;
	height: 16px;
	margin:0;
	padding:0;
	list-style: none outside none;
}

#main-nav li {
	height: 16px;
	float: left;
}

#main-nav li a {
	position: relative;
	display: block;
	height: 16px;
	overflow: hidden;
	color:#fff;
	padding:0 10px 0 23px;
	text-transform: uppercase;
	font-weight:bold;
	font-family: lucida grande,arial,sans-serif;
	font-size: 12px;
	line-height:16px;
	background: transparent url(./images/menubullet.png) no-repeat 0 0;
}
       
#main-nav li a:hover, #main-nav li a:active {
	color:#C4AF73;
}

#main-nav li:first-child a {
	padding-left:0;
	background:none;
}

/* end navigation */

table.gadget iframe {
	background-color:#fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, .2);
}

#page-body {
	overflow: hidden;
	width: 960px;
	margin: 4px auto 20px;
}

#content {
	float: left;
	width: 540px;
	border: none;
	padding: 0 10px;
}

.nav-previous { float:left; }
.nav-next { float:right; }

.entry-meta {
	padding: 0px;
	color: #C4AF73;
	font-family: lucida grande,arial,sans-serif;
	font-size: 11px;
	line-height:12px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 15px;
}

.entry-author, .meta-sep {
	display:none;
}

.entry-content, .entry-excerpt {
	font-size: 14px;
	line-height: 21px;
}

.entry-footer {
	font-size: 14px;
	line-height: 18px;
	text-align:right;
	margin-bottom:10px;
}

.archive article {
	border-bottom: 1px dashed #1F3A40;
	margin:20px 0 30px 0;
}

.archive img.post-thumbnail {
	float:left;
}

.archive h2 {
	color: #C4AF73;
	font-family: lucida grande,arial,sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 0;
}

.archive h3 {
	font-style: italic;
	margin:0 0 5px 0;
}

.archive .entry-header, .archive .entry-excerpt, .archive .entry-footer {
	margin-left:110px;
}

.homepage-article {
	border-bottom: 1px dashed #1F3A40;
	margin-top:20px;
	margin-bottom:30px;
}

.homepage-article:last-child {
	border: none;
}

.home .archive {
	border-top: 1px dashed #1F3A40;
	margin:20px 0 30px 0;
}

.home .archive .entry-meta {
	margin-top:0;
	margin-bottom:0;
}

.home .archive article {
	border-bottom: none;
	margin: 0 10px 10px 0;
}

.home .archive h3 {
	font-size: 18px;
	line-height: 18px;
}

.home .archive .entry-excerpt img {
	display:none;
}

.home .archive p {
	font-size: 14px;
	line-height: 18px;
	margin:10px 0;
}

/* start sidebar */

.sidebar-wrapper {
  margin-top: 60px;
	float: right;
	width: 360px;
}

.sidebar-wrapper .module {
  padding:12px;
  margin-bottom:10px;
}

.sidebar-wrapper h3 {
  color:#C4AF73;
  font-family:lucida grande,arial,sans-serif;
  font-size: 1em;
  font-weight: normal;
	font-style: normal;
  line-height:1.2em;
  text-transform:uppercase;
  padding:0;
  margin:0;
}

.homepage-sidebar, .contact-sidebar p {
	padding:0 10px;
	font-size:16px;
	line-height:22px;
}

.sidebar {
  margin:10px 20px;
}

.sidebar .module {
  background:transparent url(./images/bg_right.png) repeat-y 0 0;
}

.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.sidebar li {
	border-top: 1px solid #0B1C1F;
	color: #6E7171;
	font-size: 90%;
	line-height: 1.4em;
	padding: 8px 0;
}

.sidebar li h5 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin:0;
	padding:0;
}

.emailsignup {
	margin: 10px 0 20px;
}

.emailsignup p {
	font-family: helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0;
	padding: 0;
}

.emailsignup .field {
	float: left;
	padding: 0;
}

.emailsignup input {
	border: none;
}

.link-rss-feed {
	padding: 0 0 0 20px;
	background: transparent url(/wp-includes/images/rss.png) no-repeat 0 50%;
}

.quote {
	background: transparent url(./images/quote_left.gif) no-repeat scroll left top;
	padding-left: 36px;
	font-family: "georgia",sans-serif;
}

.quote p {
	background: transparent url(./images/quote_right.gif) no-repeat scroll right bottom;
	color: #CBBB86;
	font-size: 90%;
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 25px;
}

#searchform label {
	display:none;
}

/* Comments */
.commentsdiv h1 {
	color: #C4AF73;
	font-size: 32px;
	font-weight: normal;
	line-height: 36px;
}

.commentsdiv h3 {
	color: #D1DEE1;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.commentlist .even {
	background: #092830 url(./images/bg_comment.gif) repeat-y scroll 0 0;
	padding: 15px 15px 15px 70px;
	position: relative;
}

.commentlist .odd {
	background: #08181C url(./images/bg_commentalt.gif) repeat-y scroll 0 0;
	padding: 15px 15px 15px 70px;
	position: relative;
}

.commentlist .odd .count, .commentlist .even .count {
	background: transparent url(./images/bg_number.gif) no-repeat scroll 0 0;
	color: #297082;
	font-family: Arial,sans-serif;
	font-size: 34px;
	font-weight: bold;
	height: 55px;
	left: 10px;
	padding: 14px 0 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 45px;
}

.commentlist .odd .count {
	background: transparent url(./images/bg_numberalt.gif) no-repeat scroll 0 0;
}

.comment p, .commentalt p {
	color: white;
	margin-bottom: 12px;
}

.comment-author {
	border-bottom: 1px dashed #205D6C;
	color: #C4AF73;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

.vcard {
	clear: both;
	overflow: visible;
	font-size: 8pt;
}

.vcard .fn {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

.comment-author .pipe {
	color: #205D6C;
	font-weight: normal;
	margin: 0 10px;
}

ol.commentlist {
color: #666;
list-style-type: none;
margin: 0;
margin-top: 1.5em;
padding: 0;
}

.commentlist li {
padding: 0.5em 1em 0.5em 0;
}

ol.trackbacklist {
color: #666;
list-style-type: none;
margin: 0;
padding: 0;
}

.trackbacklist li {
padding: 0.3em 0;
}

.trackbacklist li a{
color: #999;
font-weight: normal;
}

.alt1, .odd {
padding: 0.5em;
}

.alt2, .even {
padding: 0.5em;
}

.commentlist ul.children {
}

.commentlist ul.children li {
border: none;
list-style: none;
margin: 20px 0 0 0;
}

.bypostauthor {
}

.commentcount {
float: right;
font-size: 1.8em;
font-weight: bold;
font-style: italic;
margin-top: 5px;
}

.commentcount a {
color: #ccc;
}

.commenttext {
margin: 10px 55px 0 35px;
font-size: 1.1em;
}

.commenttext blockquote {
background: url(images/quote_comments.gif) no-repeat; 
padding-left: 25px;
}

.commentsnavigation {
padding: 30px 0;
}

.gravatar {
float: left;
margin-top: 2px;
padding-right: 10px;
}

/* end sidebar */

#footer-meta {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 10px;
	color: #eee;
	font-size: 12px;
	text-align: center;
}

#footer-meta a {
	color: #eee;
	text-decoration: underline;
}

#nav-single {
	margin: 0px 0px 15px;
	padding: 5px 15px;
}

#nav-single #article-prev {
	display: block;
	float: left;
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	color: #0000FF;
}

#nav-single #article-next {
	display: block;
	float: right;
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	color: #0000FF;
}

.read-more {
	text-align: right;
}

.meta-box {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.type-post .wp-post-image {
	float: left;
	margin: 0px 10px 10px 0px;
}

.widget_categories ul {
	padding: 0px;
	list-style: none;
}

.widget_categories ul ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	display: none;
}

.widget_categories ul li {
	line-height: 20px;
}

.widget_categories a.expandable {
	margin-right: 4px;
	padding: 0px 3px;
	background: transparent url(./images/max.png) center no-repeat;
	text-decoration: none;
}

.widget_categories a.expandable:hover {
	text-decoration: none;
}

.widget_categories a.expandable.collapse {
	background-image: url(./images/min.png);
}

#wp-calendar {
	width: 140px;
	margin: 0px auto;
	border-collapse: collapse;
}

#wp-calendar a {
	color: blue;
}

#wp-calendar caption {
	padding: 0px 0px 5px;
	font-weight: bold;
}

#wp-calendar th {
	font-weight: normal;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}