/*------------------------------------------------------------------------------
Theme Name: Lehrhaus Judaica (final design)
Theme URI: http://www.lehrhaus.org
Version: 1.0
Description: The official Lehrhaus Judaica theme
Author: 55 Minutes
Author URI: http://www.55minutes.com
------------------------------------------------------------------------------*/

/*-----[ reset ]----------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body
{
  line-height: 1;
}

ol, ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
  content: none;
}

img
{
  border-style: none;
}

/* remember to highlight inserts somehow! */
ins
{
  text-decoration: none;
}

del
{
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */
table
{
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
}

th, td, tr
{
  border-style: none;
}


/*-----[ core ]-----------------------------------------------------------------
*/
a
{
  color: #660066;
  text-decoration: underline;
}

blockquote
{
  margin: 0px 0px 0px 20px;
  padding: 0px;
  line-height: 150%;
}

body
{
  margin: 0px auto;
  padding: 0px;
  background: #c7c795 url("./images/bg.png") repeat-x;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  text-align: center;
}

h1, h2, h3, h4, h5, h6
{
  margin: 12px 0px 6px;
  line-height: 18px;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

h1
{
  margin-top: 0px;
}

h1, h4
{
  color: #bb0000;
}

h2, h5
{
  color: #660066;
}

h3, h6
{
  color: #46648e;
}

h1
{
  font-size: 16px;
}

h2, h3
{
  font-size: 14px;
}

h4, h5, h6
{
  font-size: 13px;
}

hr
{
  margin: 10px 0px;
  border-style: none;
  width: 100%;
  height: 2px;
  background-color: #87796b;
}

input[type=submit]
{
  margin: 0px;
  border: 1px solid #b4c8db;
  padding: 3px 5px;
  background-color: #dee9f4;
  line-height: 100%;
  color: #3a1d00;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  font-weight: bold;
}

input[type=text], textarea
{
  margin: 0px;
  border: 1px solid #b4c8db;
  background-color: white;
  color: #3a1d00;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
}

p
{
  margin: 0px 0px 6px 0px;
}

ol, ul
{
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 20px;
}

ol
{
  list-style-type: decimal;
}

ul
{
  list-style-image: url("./images/bullet.png");
  list-style-type: circle;
  line-height: 150%;
}

ul ul
{
/*  list-style-image: url("./images/bullet-01.gif");*/
}

ul ul ul
{
/*  list-style-image: url("./images/bullet-02.gif");*/
}

/*-----[ unsupported browser warning ]------------------------------------------
*/
#unsupported-browser-warning
{
  display: none;
  margin: 36px auto;
  padding: 20px;
  width: 780px;
  background-color: white;
  border: 2px solid #cc6600;
  text-align: left;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}

#unsupported-browser-warning a.dismiss
{
  float: right;
  line-height: 18px;
}

#unsupported-browser-warning p
{
  font-size: 16px;
  line-height: 24px;
}

.unsupported-browser #unsupported-browser-warning
{
  display: block;
}

/*-----[ javascript alert ]-----------------------------------------------------
*/
#javascript-alert
{
  margin: 36px auto;
  padding: 20px;
  width: 780px;
  background-color: white;
  border: 2px solid #cc6600;
  text-align: left;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}

#javascript-alert p
{
  font-size: 16px;
  line-height: 24px;
}

/*-----[ layout ]---------------------------------------------------------------
*/
#page
{
  position: relative;
  margin: 36px auto;
  width: 820px;
  text-align: left;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}

#header
{
  margin: 0px auto;
  width: 820px;
  height: 100px;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}

#nav-wrapper
{
  margin: 0px auto;
  width: 820px;
}

#main
{
  position: relative;
  margin: 0px auto;
  width: 820px;
  min-height: 750px;
  background-color: white;
}

#content
{
  float: left;
  margin: 0px;
  padding: 38px 10px 10px 20px;
  width: 570px;
  min-height: 750px;
  background: #fffbe9 url("images/content-bg.png") repeat-x;
  line-height: 150%;
  color: black;
}

#sidebar
{
  float: right;
  margin: 0px 0px -10000px 0px;
  padding: 38px 20px 10px 15px;
  width: 185px;
  min-height: 750px;
  background: #ffe3a7 url("images/sidebar-bg.png") repeat-x;
  line-height: 150%;
  color: black;
  font-size: 100%;
}

#footer-wrapper
{
  clear: both;
  margin: 0px auto;
  width: 820px;
  background-color: #cc9933;
}

#footer
{
  margin: 0px auto;
  padding: 10px 20px;
  width: 780px;
  text-align: center;
  color: black;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  line-height: 100%;
}


/*-----[ header ]---------------------------------------------------------------
*/
#banner-left,
#banner-right
{
  float: left;
  height: 100px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#banner-left
{
  width: 600px;
  background-image: url("./images/banner-left.png");
}

#banner-right
{
  width: 220px;
  background-image: url("./images/banner-right-tours.png");
}

#header a
{
  display: block;
  width: 820px;
  height: 100px;
  text-decoration: none;
}

#nav
{
  position: relative;
  margin: 0px auto;
  padding: 0px 20px;
  width: 780px;
  background-color: #cc9933;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  list-style: none;
}

#nav > li
{
  display: block;
  float: left;
  position: relative;
  margin-right: 70px;
  padding: 0px;
  list-style: none;
}

#nav > li > a
{
  display: block;
  padding: 5px 18px 5px 0px;
  background-image: url("images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 5px;
  text-decoration: none;
}

#nav > li.menu-active > a,
#nav > li > a:hover
{
  background-image: url("images/down-arrow-active.png");
  color: #ffff99;
}

#nav li.contact
{
  position: absolute;
  right: 20px;
  margin-right: 0px;
}

#nav li.follow > a,
#nav li.contact > a
{
  padding-right: 0px;
  background: none;
}

#nav ul.menu
{
  position: absolute;
  top: 28px;
  left: -10000px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  width: 780px;
  height: 28px;
  color: #660066;
  list-style: none;
}

#nav ul.menu li
{
  display: block;
  float: left;
  height: 28px;
}

#nav ul.menu a
{
  display: inline-block;
  padding: 5px 0px;
  line-height: 18px;
  color: #bb0000;
  text-decoration: none;
}


/*-----[ content ]--------------------------------------------------------------
*/
/*----------[ general ]---------------------------------------------------------
*/
.acknowledgements
{
  margin: 9px 0px;
  color: #85a1c9;
  font-size: 11px;
  font-style: italic;
}

.aligncenter
{
  text-align: center;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.archive-list, .link-list
{
  margin: 0px;
  padding: 10px 5px;
  list-style-type: none;
}

.archive-list li, .link-list li
{
/*  line-height: 130%;*/
}

.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

.group:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img
{
  display: inline-block;
  border: 1px solid #c8c895;
}

.navigation
{
  min-width: 95%;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}

.page-content
{
  margin: 0px;
  padding: 0px;
}

.page-heading
{
  margin-bottom: 12px;
}

.page-info
{
  margin: 0px;
  padding: 0px;
  color: #87796b;
  font-size: 90%;
}

.page-title
{
  margin-bottom: 18px;
  padding-bottom: 2px;
  height: 16px;
  color: #bb0000;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.reset
{
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 1px;
  font-size: 0px;
}

.separator
{
  margin: 12px auto;
  width: 150px;
  height: 1px;
  background-color: #cc9933;
}

/*----------[ images/captions ]-------------------------------------------------
*/
img.alignleft
{
  margin: 0px 9px 9px 0px !important;
}

img.alignright
{
  margin: 0px 0px 9px 9px !important;
}

.wp-caption img.alignleft,
.wp-caption img.alignright
{
  float: none;
  margin: 0 !important;
}

.wp-caption-text
{
  font-style: italic;
}

/*----------[ post ]------------------------------------------------------------
*/
.post
{
  margin: 0px 0px 24px 0px;
  padding: 0px;
  line-height: 18px;
}

.post p, .post ul, .post ol
{
  margin: 0px 0px 12px 0px;
}

.post ul ul, .post ol ol
{
  margin: 0px;
}

.post-content
{
  clear: both;
  margin: 0px;
}

.post-content p:last-child
{
  margin-bottom: 0px;
}

.post-date
{
  float: left;
  margin-right: 5px;
  border-right: 1px solid #d3c9bb;
  padding: 0px 5px 2px 0px;
  background-color: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
}

.post-date span
{
  display: block;
}

.post-date .date
{
  margin-bottom: 3px;
  color: #3a1d00;
  font-size: 18px;
  line-height: 100%;
}

.post-date .month
{
  color: #85a1c9;
  font-size: 12px;
}

.post-date .year
{
  color: #61738b;
  font-size: 11px;
}

.post-footer
{
  padding: 0px;
}

.post-info
{
  margin: 0px;
  border-top: 1px dotted #d3c9bb;
  padding: 2px 0px;
  color: #87796b;
  font-size: 90%;
}

.post-header .post-info
{
  border-top-style: none;
}

.post-title
{
  margin: 0px;
  margin-bottom: 12px;
  padding: 0px;
  line-height: auto;
  color: #660066;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.post-title a
{
  color: #660066;
  text-decoration: none;
}

.post-title a:hover
{
  text-decoration: underline;
}

#navlink
{
  margin-bottom: 10px;
}

/*----------[ comments ]--------------------------------------------------------
*/
#comments,
#respond
{
  margin-top: 18px;
}

#commentform
{
  margin: 0px;
}

#commentform input[type=text]
{
  margin-top: 0px;
}

#commentform textarea
{
  width: 100%;
}

#commentform div.comment-field
{
  margin: 0 0 10px;
}

#commentform .comment-field label
{
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 90%;
  color: #707070;
}

#commentform .comment-field .fine-print
{
  color: #7f878a;
  font-size: 90%;
  font-style: italic;
}

.commentlist
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  font-weight: normal;
}

.commentlist li
{
  margin: 0px 0px 5px 0px;
  border-bottom: 1px dotted #87796b;
  padding: 5px;
  background-color: #f5ede2;
  color: #3a1d00;
}

.commentlist li.alt
{
  border-bottom: 1px dotted #b4c8db;
  background-color: #eff6fc;
}

.commentlist li a:hover
{
/*  color: #8d6437;*/
}

.commentmetadata
{
  margin: 2px 0px;
  padding: 2px 0px;
  color: #7f878a;
  font-size: 90%;
}

h5.above-comment-preview
{
  margin: 0px;
}

#preview
{
  margin: 5px 0px 10px 0px;
  border: 1px dotted #88af5e;
  padding: 5px;
  background-color: #e6f4d7;
  color: #749550;
}

#preview p
{
  margin: 0px 0px 10px 0px;
}

/*----------[ pages ]-----------------------------------------------------------
*/
.page-content h2
{
  margin-top: 24px;
}

.page-content p
{
  margin-bottom: 12px;
}


/*----------[ mini-post ]-------------------------------------------------------
*/
.mini-post,
.micro-post
{
  margin-bottom: 18px;
}

.mini-post p,
.mini-post div,
.micro-post p,
.micro-post div
{
  margin-bottom: 0px;
}

.mini-post .thumbnail
{
  margin-bottom: 6px;
  text-align: center;
}

.mini-post-title
{
  color: #660066;
  font-weight: bold;
}

#sidebar .mini-post-title
{
  margin-bottom: 0px;
}


/*----------[ micro-post ]------------------------------------------------------
*/
.micro-post
{
  margin-left: 0px;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.micro-post .top,
.micro-post .bottom
{
  width: 185px;
  height: 12px;
}

.micro-post .top
{
  background: url("./images/micro-post-top.png") no-repeat;
}

.micro-post .bottom
{
  background: url("./images/micro-post-bottom.png") no-repeat;
}

.micro-post .body
{
  padding: 0px 10px;
  width: 165px;
  background-color: #ffffcc;
  color: #cc6600;
  text-align: center;
  font-weight: bold;
}

.micro-post-title,
.micro-post .micro-post-title
{
  margin-bottom: 6px;
  color: #cc0000;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#sidebar .micro-post p.last
{
  margin: 0px;
}


/*-----[ sidebar ]--------------------------------------------------------------
*/
#sidebar a
{
  text-decoration: none;
}

#sidebar a.donate
{
  display: block;
  width: 200px;
  height: 34px;
  background: url("./images/donate-button.png") no-repeat;
}

#sidebar h2
{
  margin: 0px 0px 6px;
  padding: 0px;
  color: #bb0000;
  line-height: 12px;
  font-size: 12px;
  text-align: left;
  vertical-align: center;
}

#sidebar h3
{
  margin-bottom: 0px;
  color: #660066;
  font-size: 11px;
  text-transform: none;
}

#sidebar p
{
  margin-bottom: 11px;
  padding: 0px;
}

#sidebar ul
{
  margin: 0px;
  padding: 0px 0px 0px 5px;
/*  list-style-image: url("./images/bullet-03.gif");*/
  list-style-type: circle;
  line-height: 150%;
}

#sidebar ul li
{
  margin: 0px 0px 0px 10px;
}

#sidebar ul li a
{
  text-decoration: none;
}

#sidebar ul ul
{
/*  list-style-image: url("./images/bullet-05.gif");*/
}

.sidebar-block
{
  margin: 0px 0px 24px 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 15px;
}

.sidebar-block.donate
{
  margin-bottom: 11px;
}

.buttons
{
  padding: 10px 5px;
}

#searchform input#s
{
  border: 1px solid #85a1c9;
  width: 235px;
  background-color: white;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
}

#sidebar #rotating-image img
{
  border: 1px solid #d3c9bb;
  width: 238px;
  height: 238px;
}

.jcf-attribution
{
  text-align: center;
}

.jcf-link
{
  display: inline-block;
  padding: 5px;
  border: 1px solid #c8c895;
  background: white;
}

.jcf-link img
{
  height: 125px;
  border-style: none;
}


/*-----[ footer ]--------------------------------------------------------------
*/
#footer a
{
  color: black;
}

#footer a:hover
{
  color: #ffff99;
}

#footer .attribution
{
/*  font-size: 90%;*/
}

#footer .attribution.float-right
{
  text-align: right;
}


/*-----[ 404 error ]------------------------------------------------------------
*/
#error-404 h1
{
  line-height: 100%;
}

#error-404 h1 span
{
  display: block;
  color: #87796b;
  font-size: 14px;
  font-style: italic;
}

#error-404 #error p
{
  margin: 0px 0px 9px 0px;
  line-height: 18px;
}

#error-404 #error p:last-child
{
  margin-bottom: 0px;
}


/*-----[ home ]-----------------------------------------------------------------
*/
#home #header,
#home #header a,
#home #banner-left,
#home #banner-right
{
  height: 145px;
}

#home #banner-left
{
  background-image: url("images/banner-left-home.png");
}

#home #banner-right
{
  background-image: url("images/banner-right-home.png");
}

#home #content
{
  background: #e5e5cc url("images/content-bg-home.png") no-repeat;
}

#home #sidebar
{
  background: #d1d1b2 url("images/sidebar-bg-home.png") no-repeat;
}


/*-----[ about ]----------------------------------------------------------------
*/
#about #banner-right,
.about #banner-right
{
  background-image: url("images/banner-right-about.png");
}

.about #nav li.about > a
{
  background-image: url("images/down-arrow-active.png");
  color: #ffff99;
}


/*-----[ contact us ]-----------------------------------------------------------
*/
#contact #banner-right
{
  background-image: url("images/banner-right-contact.png");
}

#contact #nav li.contact > a
{
  color: #ffff99;
}

#contact #sidebar h2
{
  line-height: 16px;
}


/*-----[ courses ]--------------------------------------------------------------
*/
#courses #banner-right,
.courses #banner-right
{
  background-image: url("images/banner-right-courses.png");
}

.courses #nav li.courses > a
{
  background-image: url("images/down-arrow-active.png");
  color: #ffff99;
}


/*-----[ featured events, tours ]-----------------------------------------------
*/
#events #banner-right,
.events #banner-right
{
  background-image: url("images/banner-right-events.png");
}

.events #nav li.events > a
{
  background-image: url("images/down-arrow-active.png");
  color: #ffff99;
}

#tours #banner-right,
.tours #banner-right
{
  background-image: url("images/banner-right-tours.png");
}

.tours #nav li.tours > a
{
  background-image: url("images/down-arrow-active.png");
  color: #ffff99;
}

#tours .section-title
{
  margin: 24px 0px 12px;
  font-size: 14px;
  text-transform: uppercase;
}


/*-----[ follow us ]------------------------------------------------------------
*/
#follow #banner-right
{
  background-image: url("images/banner-right-follow.png");
}

#follow #nav li.follow > a
{
  color: #ffff99;
}


