/*
Theme Name: Cong. Emanuel Custom Theme
Theme URI: http://emanuelsynagogue.org/
Description: Custom-designed theme for The Emanuel Synagogue by April Hodge Silver
Version: 1.0
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/


body {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #70585a;
	margin: 0;
	padding: 0;
	background: #fdf3f3 url('images/bg-bar.gif') repeat-x 0 71px;
/*	background: #fdf3f3 url('images/header-photos.jpg') repeat-x 0 71px; */
}

a, a:visited {
	color: #6968ae;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	color: #a5656d;
	font-weight: normal;
	margin: 0 0 5px 0;
}

img {
	border: none;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #efd9db;
}

.clr {
	clear: both;
}

#header {
	background: url('images/header-logo.jpg') no-repeat 0 20px;
	height: 270px;
}

#header h1, #header h2 {
	display: none;
}

#nav {
	margin-left: 260px;
	width: 750px;
	padding-top: 20px;
}

#center {
	clear: both;
	width: 970px;
	margin-left: 25px;
}

#sidebar {
	float: left;
	width: 200px;
}

#content {
	float: right;
	width: 740px;
}

#footer {
	clear: both;
	border-top: 3px solid #b0878c;
}

/* stylin' --------------------------------------------------------------- */

/* content */
#content {
	padding-bottom: 50px;
}

#content img {
	border: 3px solid #B0878C;
	padding: 0;
}

#content img.alignright {
	margin: 10px 0 10px 20px;
}

#content img.alignleft {
	margin: 10px 20px 10px 0;
}

/* header */

#homelink {
	clear: both;
	display: block;
	width: 240px;
	height: 170px;
	padding-top: 10px;
	color: #fff
}

/* sidebar */
#sidebar {
	padding: 0 0 0 5px;
}

#sidebar h3 {
	color: #dfc3c6;
}

#sidebar ul {
	margin: 8px 0 0 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}

#sidebar a, #sidebar a:visited {
	text-decoration: none;
}

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

#sidebar .current_page_item a {
	color: #313195;
	text-decoration: underline;
}

#sidebar ul li ul li {
	margin-left: 10px;
	font-size: 12px;
}

#sidebar .current_page_item ul li a {
	color: #212185;
	text-decoration: none;
}


/* footer */
#footer {
	color: #c5a4a7;
	font-size: 12px;
	padding: 15px 0 15px 20px;
}

#footer p {
	margin: 5px;
}

#footer a, #footer a:visited {
	color: #c5a4a7;
	text-decoration: none;
}

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

#footer #search {
	margin-left: 800px;
	margin-bottom: -30px;
}

.screen-reader-text {
	display: none;
}

/* homepage */

.widget {
	border-bottom: 2px solid #efd9db;
	margin: 0 0 15px 0;
	padding: 0 50px 15px 0;
}

#page-id-2 #center {
	margin-left: 60px;
	width: 900px;
	font-size: 12px;
	line-height: 16px;
}

#page-id-2 #content {
	border: 1px solid #0ff;
}

#welcome {
	font-size: 16px;
	line-height: 24px;
}

#welcome img {
	float: left;
	border: 1px solid #5c482f;
	margin: 0 15px 20px 0;
}

#page-id-2 hr {
	clear: both;
	border: none;
	border-top: 3px solid #efd9db;
	height: 0;
}

#homeleft h3, #homeright h3 {
	font-size: 18px;
}

#homeleft {
	width: 300px;
	float: left;
}

#homeleft img {
	margin-top: 5px;
}

#homeright {
	width: 580px;
	float: right;
}

#homeright h3 {
	margin-bottom: 10px;
}

#homeright h4 {
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0 5px 0;
}

#homeright p {
	margin: 5px 0;
}

/* drop down nav --------------------------------------------------------- */

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav ul li a {
	width: 100px;
	height: 45px;
	background: url('images/mainmenu.jpg') no-repeat;
	margin-right: 12px;
	text-decoration: none;
	text-indent: -999px;
}

#nav li { /* all list items */
	float: left;
	height: 1%;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F6DEDE;
	width: 215px;
	left: -1400em;
}

#nav ul li ul li {
	width: 200px;
}

#nav ul li ul li a {
	text-indent: 0;
	background: none;
	width: 200px;
	height: auto;
	color: #A12959;
	font-size: 16px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #e7c1c9;
	text-decoration: none;
}

#nav ul li ul li a:hover {
	background-color: #e7c1c9;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 190px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav .page-item-6 a, #nav .page-item-6 a:visited { background-position: -115px 0; width: 80px; }
#nav .page-item-8 a, #nav .page-item-8 a:visited { background-position: -210px 0; width: 70px; }
#nav .page-item-15 a, #nav .page-item-15 a:visited { background-position: -300px 0; width: 130px; }
#nav .page-item-10 a, #nav .page-item-10 a:visited { background-position: -440px 0; width: 150px; }
#nav .page-item-13 a, #nav .page-item-13 a:visited { background-position: -605px 0; width: 140px; }

#nav .page-item-4 a:hover { background-position: 0 -45px; }
#nav .page-item-6 a:hover { background-position: -115px -45px; }
#nav .page-item-8 a:hover { background-position: -210px -45px; }
#nav .page-item-15 a:hover { background-position: -300px -45px; }
#nav .page-item-10 a:hover { background-position: -440px -45px; }
#nav .page-item-13 a:hover { background-position: -605px -45px; }

#nav .page-item-6 ul li a, #nav .page-item-6 ul li a:visited, 
#nav .page-item-8 ul li a, #nav .page-item-8 ul li a:visited, 
#nav .page-item-15 ul li a, #nav .page-item-15 ul li a:visited, 
#nav .page-item-10 ul li a, #nav .page-item-10 ul li a:visited, 
#nav .page-item-13 ul li a, #nav .page-item-13 ul li a:visited
{ width: 185px; }

/* wordpress-generated styles */


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	display: inline;
	}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	border: 1px solid #999;
	background-color: #f3f3f3;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0 0 5px 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 13px;
	padding: 0 4px 5px;
	margin: 0;
	color: #666;
}

.gallery-icon {
	padding-top: 20px;
}

.gallery .gallery-item img {
	border: 5px solid #ddd;
	padding: 0;
}

.gallery-caption {
	font-size: 10px;
	color: #666;
	line-height: 12px;
}


/* misc */

.announcements {
	margin: 0;
	padding: 0;
}

.announcements li {
	margin-bottom: 8px;
}