/*
Theme Name: Brandeis Hillel Template
Theme URI: http://brandeishillel.org
Description: The default theme for the Brandeis Hillel Website
Version: 1
Author: Eliot Kristan
Author URI: http://okpublic.com/
*/

body
{
	/* background-color: #EEEEEE; */
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 1em;
}

table
{
	padding: 0px;
	margin: 0px;
}

#mainTable
{
	margin: auto;
	/* width: 770px; */
	width: 84%;
	min-width: 770px;
}	

.bodyBorders
{
	border-left: 2px solid #521E1A;
	border-right: 2px solid #521E1A;
}

#headerBox
{
	border-bottom: 2px solid #521E1A;
	width: 100%;
	text-align: center;
}

#bannerBox
{
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


#headerTopLeft
{
	background: url(images/topHeaderBg.png) bottom repeat-x;
	margin: 0px;
	padding: 2px;
	color: #FFF;
	font-style: italic;
	font-size: 80%;
	font-weight: bold;
	height: 27px;
}

.bgLight
{
	background-color: #FCF5CF;
}

.leftDarkBorder
{
	border-left: 2px solid #521E1A;
}

#navBox
{
	background: #6B0C0E url(images/navBg.png) bottom repeat-x;
	color: #FFF;
	font-weight: bold;
	font-size: 70%;
}

#nav
{	
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	height: 15px; 
}

#nav li
{	
	float: left;
	padding: 0px;
	margin: 0px;
}

#nav li a
{
	border-right: 1px solid #521E1A;
	display: block;
	color: #fff;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	text-align: center;
}

#nav li .left
{
	padding-left: 0px;
}

#nav li .right
{
	border-right: 0px solid #521E1A;
}

#nav li a:hover, #nav li.current_page_item
{
	background: #A22300;
	background: #6B0C0E url(images/navBgHover.png) bottom repeat-x;
}

/* start of nav children */
#nav li ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: none;
	position: absolute;
	border: 2px solid #521E1A;
	border-top: none;
	margin-top: -1px;
	padding-top: 0px;
}

#nav li ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	float: none;
	text-align: left;
	border: none;
}

#nav li ul li a {
	background: #FEFADD;
	margin: 0px;
	padding: 4px 7px 4px 7px;
	color: #194E76;
	text-align: left;
	border: none;
}

#nav li ul li a:hover {
	background: #FEFADD;
}

#nav li ul .current_page_item a {
	background: #FEFADD;
}

/* end of nav children */

#sidebarBox
{
	background: #FCF5CF url(images/sidebarBg.png) right repeat-y;
	width: 210px;
}

#bodyBox
{
	background-color: #FFF;
	/* width: 560px; */
	text-align: left;
}

#bodyHeader
{
	background: #ECECEC url(images/bodyHeaderBg.png) bottom repeat-x;
	/* width: 560px; */
	border-bottom: 1px solid #666;
}

#bodyHeaderCont
{
	background: url(images/bodyHeaderTopLeft.png) top left no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #6B0C0E;
	font-weight: bold;
}

#bodyText
{
	padding: 22px;
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bodyText a
{
	color: #0F4780;
	text-decoration: none;
}

#bodyText a:hover
{
	text-decoration: underline;
}

.sidebarHeader
{
	color: #FFF;
	background-color: #0F4780;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 80%;
	font-style: italic;
	border-bottom: 1px solid #FFF;
	text-align: left;
}

#additionalLinks
{
	font-size: 75%;
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 4px;
}

#additionalLinks li
{
	margin-bottom: 5px;
	background: url(images/arrow_mini.gif) left top no-repeat;
	padding-left: 12px;
}

/* NEXT LEVELS */
#additionalLinks li ul
{
	color: #ff0000;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 3px;
}


#additionalLinks li ul li
{
	margin-bottom: 3px;
	background: url(images/arrow_mini.gif) left top no-repeat;
	padding-left: 12px;
	font-size: 95%;
}
/* END NEXT LEVELS */

#additionalLinks li a
{
	color: #0F4780;
	text-decoration: none;
}

#additionalLinks li a:hover
{
	text-decoration: underline;
}

#additionalLinks li.current_page_item
{
	color: #6A0C0E;
	font-weight: bold;
}

.smallerHeaderText
{
	font-size: 90%;
}

#footerTable
{
	margin: 0 auto;
	font-size: 80%;
	margin-bottom: 10px;
	width: 84%;
	min-width: 843px;
	text-align: center;
}

#footerMid
{
	width: 100%;
	float:left;
	background: url(images/footerMid.png) bottom repeat-x;
}

#footerTable ul
{	
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 75%;
    display: block;
    margin: 0 auto; 
	margin-top: 10px;
	text-align: center;
}

#footerTable li
{	
	float: left;
	padding: 0px;
	margin: 0px;
}

#footerTable li a
{
	border-right: 1px solid #CCC;
	display: block;
	color: #0F4780;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: center;
}

#footerTable .last_item a
{	
	border-right: none;
}

.marginlist 
{
	margin-bottom: 8px;
}

#picture_nav
{
	font-size: 11px;
	font-weight: normal;
}

#rtSidebar
{
	background: #FCF5CF url(images/rtSidebarbg.png) left repeat-y;
}

#rtSidebar a
{
	color: #0F4780;
	text-decoration: none;
}

#rtSidebar a:hover
{
	text-decoration: underline;
}

#rtSidebar h4
{
	font-size: 13px;
}

#rtSidebarInside
{
	font-size: 12px;
	padding: 9px;
	padding-top: 0px;
}

.grayborder
{
	border-left: 1px solid #ababab;
	border-top: 1px solid #ababab;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
}

/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */

.errorMessage ul
{
	color: #FF0000;
}