html,body{
	height: 100%;
	background-color: #957e88;
}

strong{
        font-weight: bold;
}

em{
        font-style:italic;
}

div#container{
	width: 960px;
	background-color: #957e88;
	margin: 0 auto;
}

/* header */
div#header{
	
	background-color: #53071b;
	color: #FFF;
	height: 130px;
}

div#header h1{
	font-size: 230.0%;
	font-weight: bold;
	padding: 15px;
}

div#header h2{
	font-size: 123.1%;
	font-weight: bold;
	padding: 5px 10px;
}

/* nav */
div#navbar{
	border-top: 5px solid #53071b;
	border-bottom: 5px solid #53071b;	
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 6em;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
        text-align: center;
}

#nav li {
	float: left;
	width: 5em;
        margin: 0 1em;
}

#nav li ul {
	position: absolute;
	width: 10em !important;
	left: -999em;
        z-index: 100;
        background-color: #957e88;
        border: 1px solid #666;
       
}

#nav li ul li{
        margin: 0 0;
        width: 10em !important;
}

#nav li ul a{
         color: white;
         padding: 3px 0;
         width: 10em;
         text-align: left;
}

#nav a:hover{
        background-color: #53071B;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}

/* main */


div#main{
	position: relative;
background-color: #fef5f5;
	}
	
div#main ul{
	margin: 15px;
	list-style: disc inside;
	
}

/* content */
div#content{
	width: 520px;
	min-height: 500px;
	float: left;
margin: 0 10px;
}

div#content-full{
       width: 940px;
       min-height: 500px;
       margin: 0 10px;
}

div#content h1,div#content-full h1{
	font-size: 145%;
	font-weight: bold;
	margin: 10px 25px;
        color: #957e88;
}

div#content h2, div#content-full h2{
	font-size: 123.1%;
	font-weight: bold;
	margin: 10px 5px
}

div#content h3, div#content-full h3{
	font-size: 108%;
	font-weight: bold;
	margin: 10px 25px;
}

div#content h4, div#content-full h4{
       font-size: 100%;
       font-weight: bold;
       margin: 10px 25px;
}

div#content p, div#content-full p, div.event_info{
	padding: 5px;

}

div#content ul , div#content-full ul{
   margin: 10px ;
}

div#content ul li, div#content-full ul li{
  list-style: disc inside;
}

div#content table, div#content-full table{
	border-collapse: collapse;
	margin: 5px;
}

div#content table tr, div#content-full table tr{
	height: 20px;
	
}

div#content table th, div#content-full table th{
	text-align: left;
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #957e88;
}

div#content table td, div#content-full table td{
	padding: 0 5px;
	border: 1px solid #957e88
}

div.image_info_block_right, div.image_info_block_left{ 
	border: 1px solid #ccc;
	padding: 5px;
	width: 650px;
}

div.image_info_block_right img{
	float: right;
	padding-left: 3px;
}

div.image_info_block_left img{
	float: left;
	padding-right: 3px;
}
/* right section */
div#right{
	top: 22px;
	position: absolute;
	width: 260px;
	right: 0px;
	
	}
	
div#right p{
padding: 0 10px 0 0
}

div#right h1,div.left_box h1{
	font-size: 108%;
	font-weight: bold;
	padding: 3px;
	background-color: #393a2c;
	color: white;
        text-align: center;
}
div.left_box{
	width: 160px;
	float: left;
	margin-top: 5px;
}
div.right_box,div.left_box{
	margin-bottom: 10px;
	border: 1px solid #393a2c;
}

/* breadcrub */
div#breadcrumb{
	margin: 3px;
	font-size: 95%;
	font-weight: bold;
	color: #957e88;
}
div#breadcrumb a{
	font-size: 95%;
	font-weight: bold;
	color: #6E6256;
}

/* footer */
div#footer{
	text-align: center;
	font-size: 85%;
	padding: 10px 0;
}


/* default classes */
.clear{
	clear: both;
}

/* title alignment */
.title_left{
   float: left;
}

.title_right{
   float: right;
   margin-right: 200px;
   color: #6E6256;
}

/* hebcal */
#hebcal h3{
display: none;
}

#hebcal .holiday,#hebcal .havdalah{
display: none;
}

#hebcal .parashat{
font-size: 95%;
margin: 3px 0;
}

/* blog entries */
div.blog_entry{
   border-bottom: 2px solid #957e88;
   margin: 5px;
   padding-bottom: 5px;
}

div.blog_entry .blog_content
{
   margin: 10px 0 0 0;
   padding: 0 5px;
}

div.blog_entry .blog_content p
{
   padding: 0 0 0 5px !important;
}

/* form formatting */
form{
   padding: 5px;
}