/*
Theme Name: Beth Hallel Theme
Theme URI: http://www.bethhallel.org
Description: Custom Theme for Beth Hallel
Version: 1.0
Author: A.R. / Designer Damian Caracelo 
Author URI: http://www.aaronreimann.com
Tags: 
*/

/* pulling out all padding, probably done in initial.css, but redundancy in this case is ok */
* { 
	margin:0;
	padding:0;
}


body {
   text-align: left;
   font-family: 'Myriad Pro', Verdana, /* Geneva, Helvetica, */ ;
   font-size: 75.01%;
   /*line-height: 1em;*/
}

div {
   font-size: 1em;
}
img {
   border: 0;
}


/*****************
basic layout 
*****************/
body {
	color: #376762;
	margin:0;
	background: #171314 url('images/site_bg.jpg') no-repeat scroll top center;
	
}
/* center wrapper, min max width */
div#pagewrapper {
	color: black;
	width:960px;  margin-left: auto; margin-right: auto; border: 0px;
	margin-top: 0;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
	width: 960px;
	height: 111px;
	float: left;
}
div#headerHome h1 {
	background: url('images/cbh_logo.png') no-repeat scroll top left;
	width: 249px;
	height: 111px;
	margin-left: 70px;
	float: left;
}
div#headerHome h1 a {
	width: 249px;
	height: 111px;
	display: block;
	text-indent: -999em;
}
div#headerTag {
	background: url('images/cbh_logo_tagline.png') no-repeat scroll top left;
	width: 221px;
	height: 111px;
	float: left;
}
div#menu { 
	background: url('images/menu_bg.png') no-repeat scroll top left;
	width: 960px;
	height: 23px;	padding: 0;
	float: left;
	list-style-type:none;
}
/*
div#menu li {display:inline;}

div#menu li a {

	font-size: 18px;
	color: #fff;	
	font-weight: bold;
	text-decoration: none;
	line-height: 0px;

	background: url('../images/menu_bar_bg.png') no-repeat scroll top right;
	border: 1px solid red;
}

div#menu li a:hover {
	color: #fff;	
}
*/


div#content-top {
	background: url('images/content_top_bg.png') no-repeat scroll top left;
	width: 960px;
	height: 18px;
}
div#content {
	background: #fff;
}
div#content-bottom {
	background: url('images/content_bottom_bg.png') no-repeat scroll top left;
	width: 960px;
	height: 20px;
}

div#slider-box {
	background: #fff;
	width: 940px;
	padding: 0 10px 0 10px;
}
div#slider-1 {
	background: #fff url('images/slider_01_menorah.jpg') no-repeat scroll top left;
	width: 940px;
	height: 243px;

}

div#main {
	float: left;
	background: #fff;
	width: 700px;
	margin: 0 10px 0 10px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 160px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}



div#footer {
	margin-left: auto;
	margin-right: auto;
	min-height: 20px;
	width: 970px;
	padding: 0px; 
	color: #000;
}

div#footerText {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	color: #376762;
	text-align: center;
	line-height: 22px;
}
div#footerText a {
	color: #376762;
	text-decoration: none;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}



/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content {

}
div#content h2 {
	font-size: 1.5em; 
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   /* border-left: 10px solid #ddd; */
   margin-left: 10px;
   padding-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */










/* Post */

.post {
	font-size:14px;
}

h2.title {
	color: #fff;
	font-family: serif;
	padding: 10px 0 0 60px;
	background: url('images/page_title_bg.jpg') no-repeat scroll top left;
	width: 640px;
	height: 50px;
}

h2.sp-event {
        color: #fff;
        font-size: 14px;
	font-family: Ariel;
	padding: 2px 0 0 10px;
	background: url('images/event-title-back.png') no-repeat scroll top left;
	width: 640px;
	height: 30px;
}

h2.sisterhood {
	color: #FFFFFF;
	font-family: serif;
	padding: 30px 0 0 60px;
	background: url('images/sisterhood-page-header.png') no-repeat scroll top left;
	width: 640px;
	height: 100px;
}

h2.teens {
	color: #fff;
	font-family: serif;
	padding: 30px 0 0 60px;
	background: url('images/teen-page-header.png') no-repeat scroll top left;
	width: 640px;
	height: 100px;
}
.post .title a {
	color: #fff;
}
.post .title a {
	text-decoration: none;
}
.post .sisterhood a {
	color: #fff;
}
.post .sisterhood a {
	text-decoration: none;
}
.post .teens a {
	color: #fff;
}
.post .teens a {
	text-decoration: none;
}
.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}


/*.navigation {
}*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Search */

#search {
	float: left;
	width: 234px;
}

#search form {
	margin: 0;
	padding: 5px 0 0 7px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #aaa;
	border: none;
}

#searchsubmit {
	height: 19px;
	background: #ffd51d;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #1f4670;
}

/* End Search */


/* Page */
.credit {
	text-align: right;
	font-size: 12px;
}


/* End Footer */

/* Sucker Fish Nav CSS */
#suckerfishnav {z-index: 1001; text-align: right; font-size:14px;font-family:serif;font-weight:bold;width:100%;}

#suckerfishnav, #suckerfishnav ul {z-index: 1001; float:left;list-style:none;line-height:36px;padding:0;margin:0 0 0 200px;	width:100%;}

#suckerfishnav a {z-index: 1001; display:block;color:#523a1a;text-decoration:none;padding:0px 5px;}

#suckerfishnav li {z-index: 1001; float:left;padding:0;}

#suckerfishnav ul {z-index: 1001; position:absolute;left:-999em;height:auto;
	width:161px;font-weight:normal;line-height:1;
	border:0;
	border-top:1px solid #666666;	
	margin: 0 0 0 0;
}

#suckerfishnav li li {
	margin:0px 0 0 0;
	text-align:left;width:160px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	font-weight:bold;
	font-family:serif;
	}

#suckerfishnav li li a {padding:4px 5px;	width:150px;font-size:12px;color:#523a1a;}

#suckerfishnav li ul ul {margin:-20px 0 0 160px;}
/*#suckerfishnav li ul ul {margin:-21px 0 0 160px;}*/

#suckerfishnav li li:hover {background:#5E7AD3 center right;}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {color:#fff;}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#FFFFFF;}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {color:#523a1a;}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {left:-999em;}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {left:auto;background:#fff;}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {background:#5E7AD3;}

/* End Suckerfish Nav CSS */




.home-widget {
	float: left;
	list-style-type: none;
	padding: 0 0 0 7px;
}
.widget_text {
	list-style-type: none;
}




/* SLIDER CSS */
#sliderWrap 	{ 
/*margin: 20px 10px 0 25px;*/
 float: left; width: 940px; padding-bottom: 0px; position: relative;
 }
#sliderWrap p {
	margin: 0;
	padding: 0;
}
#slider 		{ float: left; margin-left: 0px; padding: 0; width: 940px; background: transparent; }
.stripViewer 	{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer { position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 940px; }
.wrapper 		{ padding: 0px; }
.innerWrap 		{ width: 940px; overflow: hidden; }
#push 			{ height: 35px; }

.panel ul               { width: 240px; }
.panel ul li a             { border-bottom: 1px solid #C1B599; color: #303030;
                        display: block; padding: 7px 10px; }
.panel ul li:last-child a { /* Remove bottom border on last list item
	Hooray for pseudo selectors! */
	border: none;
}
.stripNavL a, .stripNavR a { display: block; position: absolute; top: 120px; width: 32px; height: 32px; text-indent: -9999px; z-index: 1001; background: transparent; }
.stripNavL a { left: 0px; background: url(images/arrow-left-32.png); }
.stripNavR a { right: 0px; background: url(images/arrow-right-32.png); position: absolute; }
.stripNav { display: none; }



h2.sp-events {
	background: none;
	color: #000;
	font-family: serif;
	padding: 10px 0 0 0px;
	width: 640px;

}
h2.sp-events a {
	color: #000;
	text-decoration: none;
}

#third-tier li {
	list-style-type: none;
	display: inline;  
        padding: 2px;
        margin-bottom: 200px;
}
#third-tier a {
        text-align: center;
	color: #523A1A;
        border: 1px solid #523A1A;
	font-size: 16px;
	text-decoration: none;
        padding: 2px;
}
#third-tier a:hover {
	text-decoration: none;
        color: #9999FF;
        border: 1px solid #9999FF;
        padding: 2px;
}
#ul-inline ul {
        display: inline;
}
ul.navmenu {margin:10px 0;overflow:hidden;}
ul.navmenu li {padding:0 30px 0 34px;list-style-type:none;display:inline;}
ul.navmenu li a,#footernav a:active,#footernav a:visited{color:#<strong>COLOR OF CHOICE</strong>;text-decoration:none;}
ul.navmenu li a:hover{text-decoration:underline;}





