/*
Theme Name: Emanu El
Theme URI: http://www.emanuelhouston.org/
Description: Custom theme for the Emanu El Houston congregation.
Version: 1.6
Author: Keith Glantz
Author URI: http://www.glantz.net/

	Emanu El v1.0
	 http://www.emanuelhouston.org/

	This theme was designed by Keith Glantz (http://www.glantz.net/) 
	and built by Daniel Lacy (http://www.ignoredaesthetic.com/)

*/

/* 
Contents
	1. Reset
	2. Basic Layout
	3. General Typography
	4. Section Specific Styles
		A. #header
			I) #navigation
*/

/* @group 1. Reset */
html{font-size:20px;margin:0;padding:0;}
body{line-height:1em;font-size:50%;margin:0;padding:0;}
div,iframe,form,input,select,button,embed,object,applet,label,img{border:none;outline:none;background-color:transparent;margin:0;padding:0;}
table,thead,tbody,tfoot,tr,th,td{text-align:left;vertical-align:top;font-weight:400;font-style:normal;border-style:none;margin:0;padding:0;}
ol,ul{list-style-type:none;margin:0;padding:0;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;}
a img,a:link img,a:visited img,a:hover img,a:active img{text-decoration:none;outline:none;}
p,h1,h2,h3,h4,h5,h6,dl,dt,dd,blockquote{margin:0;padding:0;}
/* @end 1. Reset */

/* @group 2. Basic Layout */
body {
	background-color: #e7e3cc;
	}

.center {
	display: block;
	margin: 0 auto;
    padding: 0 30px;
	width: 1010px;
	}

#header {
	clear: both;
	display: block;
	padding-top: 23px;
	background-color: #e7e3cc;
	}

#content {
	clear: both;
	display: block;
	float: none;
	margin: 0;
    overflow: hidden;
	padding: 0 0 26px;
	width: 100%;
	z-index: 10;
	background-color: #fafbe7;
	}

.homepage#content {
	background: #fafbe7 url(./images/bg-body_home.png) repeat-x 0 0;
	}

.inner#content {
	display: block;
	padding-top: 16px;
	background: #fafbe7 url(./images/bg-body_inner.png) repeat-x 0 0;
	}

#homeInfo {
	clear: left;
	display: inline;
	float: left;
	width: 420px;
	}

.homepage #sidebar {
	clear: right;
	display: inline;
	float: right;
	width: 467px;
	}

.inner #sidebar {
	clear: left;
	display: inline;
	float: left;
	margin-right: 22px;
	width: 234px;
	}

#footer {
	clear: both;
	display: block;
	padding: 17px 0 40px;
	background-color: #e7e3cc;
	}

.post {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #dbd6c4;
	}

.inner .post, .inner .calendar {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 0;
	}

.archives .post img {
    display: none;
    }

.left {
	display: inline;
	float: left;
	}

.right {
	display: inline;
	float: right;
	}
/* @end 2. Basic Layout */

/* @group 3. General Typography */
body {
	color: #6c5a51;
	font-family: "Helvetica Neue", Arial, "Bitstream Vera Sans", sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	color: #653600;
	letter-spacing: .1em;
	}

h1 {
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	}

.homepage h2 {
	margin-bottom: .5em;
	font-size: 1.3em;
	line-height: 1.4em;
	}

h3 { line-height: 1.2em; }

h4 { line-height: 1.1em; }

.inner h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	line-height: 1.2em;
	}

.inner h3 {
	margin-bottom: .5em;
	font-size: 1.3em;
	line-height: 1.2em;
	}

.inner h4 {
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.2em;
	}

p {
	margin: .5em 0;
	font-size: 1.3em;
	line-height: 1.4em;
	}

a, a:link {color: #653600;}
a:visited {color: #7f5929; text-decoration: underline;}
a:hover {color: #b37836; text-decoration: underline;}
a:active {color: #1a0e00; text-decoration: none;}

.first {
	border-left: 0 !important;
	}

#breadcrumbs {
	margin-bottom: 5em;
	}

#breadcrumbs, #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs:visited {
	color: #fff;
	text-decoration: none;
	}

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    }

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    }

.spacer {
    margin: 0 .5em;
    }
/* @group A. Form Elements*/
input, textarea {
	padding: .4em .8em;
	background-color: #fff;
	border: 1px solid #dcddde;
	}

input.submit {
	padding: .4em .8em;
	color: #fff;
	background-color: #6c5a51;
	border: 1px solid #dcddde;
	}

#searchform button {
	height: 2em;
	width: 2em;
	background: transparent url(./images/icon-search.gif) no-repeat 5px 3px;
	text-indent: -9000px;
	}
/* @end A. Form Elements */
/* @end 3. General Typography */

/* @group 4. Section Specific Styles */
/* @group A. #header */
#header #headerimg {
	clear: left;
	display: block;
	float: left;
	height: 88px;
	margin-bottom: 19px;
	width: 273px;
	}

#header #headerinfo {
	clear: right;
	display: inline;
	float: right;
	font-weight: 800;
	}

#header #headerinfo p {
	margin-bottom: 1em;
	font-size: 1.2em;
	text-align: right;
	}

#header #headerinfo p.services {
	display: inline;
	float: right;
	margin: 0;
	vertical-align: middle;
	}
	
#header #headerinfo p.services img{vertical-align: middle!important;}	

#header #headerinfo b {
	color: #653600;
	text-transform: uppercase;
	}

#header #headerinfo #searchform {
	display: inline;
	float: right;
	margin-top: .4em;
	width: 200px;
	text-align: right;
	}

/* @group I. #navigation */
ul#navigation {
	clear: both;
	display: block;
	margin: 19px 0 14px;
	overflow: visible;
	width: 1010px;
	white-space: nowrap;
	z-index: 200;
	}

ul.inner {
	padding-bottom: 13px;
	}

ul#navigation li {
	display: inline;
	float: left;
	overflow: visible;
	position: relative;
	border-left: 1px solid #653600;
	z-index: 200;
	}

ul#navigation li.first {
	border-left: 0;
	}

ul#navigation li a, ul#navigation li a:link {
    display: block;
	padding: .1em 15px .1em 14px;
	font-size: 1.4em;
	line-height: 1em;
	}

ul#navigation li.first a, ul#navigation li.first a:link {
	padding-left: 0;
	}

ul#navigation li.last a, ul#navigation li.last a:link {
    padding-right: 0;
    }

ul#navigation li a:visited {
	color: #653600;
	text-decoration: none;
	}
/* @end I. #navigation */
/* @group II. sub-nav */
ul#navigation ul {
	clear: none;
	display: none;
	left: -1em;
	margin: 0;
	overflow: visible;
	position: absolute;
	top: 1.7em;
	width: 200px;
	z-index: 50;
	background-color: #e7e3cc;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #653600;
	}

ul#navigation ul li {
	display: block;
	clear: both;
	float: none;
	overflow: visible;
	padding: .5em .3em .7em;
	border: 0;
	z-index: 51;
	}

ul#navigation ul a, ul#navigation ul a:link, ul#navigation ul a:visited {
	clear: both;
	display: block;
	}
/* @end II. sub-nav */
/* @end A. #header */

/* @group B. #sidebar */
/* @end I. #sidebar */
#sidebar #homeGallery {
    clear: both;
    display: block;
    height: 340px;
    overflow: hidden;
    width: 485px;
    }

#sidebar ul {
	margin: 25px 0 0 7px;
	}

#sidebar li {
	margin-bottom: 1.2em;
	line-height: 1.4em;
	}
/* @end I. #sidebar */

/* @end II. .inner #sidebar */
.inner #sidebar .sidebarWrap {
    display: block;
    margin: 0;
    overflow: auto;
    position: relative;
    left: -8px;
    top: -4px;
    background: transparent url(./images/bg-sidebar_inner-top.png) no-repeat 0 0;
    }

.inner #sidebar .sidebarWrap div {
    margin-top: 12px;
    padding: 0 0 24px;
    overflow: auto;
    background: transparent url(./images/bg-sidebar_inner-bottom.png) no-repeat 0 bottom;
    }

.inner #sidebar h2 {
	margin: 1em 0 2em 1.3em;
	font-size: 1.8em;
	}

.inner #sidebar h2 a, .inner #sidebar h2 a:link, .inner #sidebar h2 a:visited, .inner #sidebar h2 a:hover, .inner #sidebar h2 a:active {
	text-decoration: none;
	}

.inner #sidebar li {
    display: block;
	font-size: 1.4em;
	}

.inner #sidebar li a, .inner #sidebar li a:link, .inner #sidebar li a:visited {
	padding: 1em 1em 1em 1.2em;
	color: #03466d;
	text-decoration: none;
	}

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

.inner #sidebar li.current_page_item a, .inner #sidebar li.current_page_item a:link, .inner #sidebar li.current_page_item a:visited {
	background: transparent url(./images/bg-sidebar-current.png) no-repeat 0 6px;
	color: #653600;
	}

.inner #sidebar li.current_page_item li a, .inner #sidebar li.current_page_item li a:link, .inner #sidebar li.current_page_item li a:visited {
	padding: 0;
	background: transparent none;
	color: #03466d;
    }

.inner #sidebar ul ul {
    margin: 1em 0 1.5em .3em;
    }

.inner #sidebar li li {
    padding-left: 1.8em;
    background: transparent url(./images/icon-sidebar_dash.gif) no-repeat 12px 8px;
    font-size: 1em;
	}

.inner #sidebar li li a, .inner #sidebar li li a:link, .inner #sidebar li li a:visited {
    display: block;
    padding: 0;
    width: 180px;
    }

.inner #sidebar li li.current_page_item a, .inner #sidebar li li.current_page_item a:link, .inner #sidebar li li.current_page_item a:visited {
    background: transparent none;
    }
/* @end II. .inner #sidebar */
/* @end B. #sidebar */

/*@group C. #quoteoftheday */
#quoteoftheday {
	clear: left;
	display: inline;
	float: left;
	height: 184px;
	margin-top: 30px;
	position: relative;
	left: -27px;
	width: 447px;
	background: transparent url(./images/icon-ldquo.gif) no-repeat 0 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	}

#quoteoftheday blockquote {
	margin-bottom: 15px;
	padding: 0 27px;
	background: transparent url(./images/icon-rdquo.gif) no-repeat right bottom;
	}

#quoteoftheday blockquote p {
    margin: 0;
	color: #eee5db;
	font-size: 1.6em;
	line-height: 1.4em;
	}

#quoteoftheday p {
	margin-left: 27px;
	color: #937f73;
	font-size: 1.4em;
	}
/* @end C. #quoteoftheday */

/* @group D. #sidebar */

.modal {
	display: block;
	margin-bottom: 16px;
	overflow: auto;
	position: relative;
	width: 481px;
	left: -1px;
}

.modalInner {
	overflow: auto;
	}

.modal h2 {
	margin: 0 0 .3em;
	font-size: 1.9em;
	font-weight: 400;
	text-transform: uppercase;
	}

/* Common styles */
#modalShabbat h2, #modalJoining h2,
#modalShabbat p, #modalJoining p {
    color: #fff;
    }

/* @group I. #modalShabbat */
#modalShabbat {
    padding: 0 0 15px;
	background: transparent url(./images/modal-shabbat-bottom.png) no-repeat 0 bottom;
	}

#modalShabbat .modalInner {
    padding: 36px 180px 20px 28px;
	background: transparent url(./images/modal-shabbat-top.png) no-repeat 0 0;
	}
/* @end I. #modalShabbat */

/* @group II. #modalJoining */
#modalJoining {
    padding: 15px 0 0 0;
	background: transparent url(./images/modal-joining-top.png) no-repeat 0 0;
	}

#modalJoining .modalInner {
	padding: 16px 36px 36px 230px;
	background: transparent url(./images/modal-joining-bottom.png) no-repeat 0 bottom;
	}

#modalJoining div.content {
	width: 210px;
	}
/* @end II. #modalJoining */

/* @group III. #modalMessage */
#modalMessage {
	padding: 0 0 16px;
	background: transparent url(./images/modal-message-bottom.png) no-repeat 0 bottom;
	}

#modalMessage .modalInner {
	padding: 36px 140px 20px 120px;
	background: transparent url(./images/modal-message-top.png) no-repeat 0 0;
	}
/* @end III. #modalMessage */

/* @group II. #modalAudio */
#modalAudio div {
	display: inline;
	float: right;
	width: 250px;
	border-left: 1px solid #dbd6c4;
	}

#modalAudio div p {
    padding-left: 25px;
	color: #653600;
	font-weight: 800;
	}

#modalAudio div p.byline {
	font-weight: 400;
	}

#modalAudio div p .date {
    color: #937f73;
	}
/* @end II. #modalAudio */
/* @end D. #sidebar */

/* @group E. #content */
.inner h1 {
	color: #a97b50;
	font-size: 2.2em;
	}

.inner.lists h1 {
    margin: .2em 0 2em;
	color: #fff;
	font-size: 2.2em;
	text-transform: none;
	}

.inner h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: 400;
	}

.inner .pageContent {
	margin-left: 256px;
    }

.inner .pageContent.full {
	margin-left: 0;
    }

.inner#content .post img {
    border: 1px solid #c9c1ac;
    margin-bottom: 1em;
    padding: 5px;
    box-shadow: 4px 4px 4px #aaa;
    -webkit-box-shadow: 4px 4px 4px #aaa;
    -moz-box-shadow: 4px 4px 4px #aaa;
    }

.inner .result {
    margin: 0 0 1.5em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #c9c1ac;
    line-height: 1em;
    }

.inner form p label {
    display: block;
    float: left;
    margin: .3em 1em 0 0;
    width: 120px;
    font-weight: 800;
    text-align: right;
    }

.inner form p input {
	padding: .4em;
    display: inline;
    width: 240px;
    }

.inner form p textarea {
	padding: .4em;
    display: inline;
    width: 360px;
    }

#sitemap {
    font-size: 1.5em;
    line-height: 1.6em;
    }

#sitemap li {
    font-size: 1.2em;
    }

#sitemap li li {
    font-size: .8em;
    padding-left: 1.5em;
    list-style-type: none;
    background: transparent url(./images/icon-sidebar_dash.gif) no-repeat 10px 12px;
    }

#sitemap li li li {
    font-size: 1em;
    }
/* @end #content */
/* @group F. #footer */
#footer img {
	display: inline;
	float: left;
	margin-bottom: 1em;
    }

#footer ul {
	display: inline;
	float: left;
	margin: 2.6em 0 .5em 1em;
	}

#footer li {
	display: inline;
	float: left;
	padding: 0 5px;
	text-transform: uppercase;
	border-left: 1px solid #653600;
	font-size: 1.2em;
	font-weight: 800;
	vertical-align: bottom;
	}

#footer li a, #footer li a:link {
	color: #6c5a51;
	}

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

#footer .left {
	padding-bottom: 20px;
	width: 400px;
	}

#footer .right {
	padding-bottom: 20px;
	text-align: right;
	}

#footer p {
	clear:both;
	margin: .2em 0;
	font-size: 1.2em;
    }

#footer input {
    margin-left: 8px;
    }
/* @end F. #footer */

/* @end 4. Section Specific Styles */


/* Added Styles */

.listenTable td{
	border-bottom: 1px solid #DBD6C4;
	width: 50%;
	padding: 4px 25px 0 0!important;
	font-weight: bold;
}

h1.listenH{margin: 8px 0!important;}

.hearAll{
	background-color: #937F73;
	color: #FFF!important;
	text-decoration: none!important;
	font-weight: none!important;
	padding: 4px 4px;
	margin: 2px;
	display: block;
	width: 58px;
	text-align: center;
	-moz-border-radius: 4px;	
}

.hearAll:hover{
	background-color: #50433C;
}
