@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General background, font, and link styles */

body {
	background:#151515 url(img/background2.png) repeat-y top left;
	color:#FFFFFF;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-width:1130px;
}
#wrapper {
	width:100%;
}
a {
	color:#CBBC06;
	text-decoration:none;
}
a:link, a:visited {
	border:none;
}
a:focus {
	border-bottom:1px dotted #CBBC06;
}
a:hover, a:active {
	border-bottom:1px solid #CBBC06;
}
@font-face {
	font-family: "Moms Typewriter";
	src: url(fonts/Moms_typewriter.eot);
}
@font-face {
	font-family: "Moms Typewriter";
	src: url(fonts/Moms_typewriter.ttf) format("truetype");
}
blockquote p {
	text-indent:0;
	margin-bottom:0px;
}
div.quoteAttr {
	text-align:right;
	margin-top:1em;
}
ul {
	list-style-image:url(img/list_bullet.png);
}
div.videoDiv {margin:auto;width:480px;}/* For Video page */

/**********/
/* Header */
/**********/

#header {
	background:url(img/headerBkg2.jpg) no-repeat right 34px;
	height:320px;
	position:relative;
	width:100%;
}
#title {
	background:url(img/title.png);
	height:47px;
	left:86px;
	position:absolute;
/* 	text-indent:-1000%; */
	top:34px;
	width:383px;
}
#title a {
	display: block;
	height: 100%;
	text-indent:-1000%;
	width: 100%;
}
#title a:hover, #title a:focus {
	border-bottom: none;
}
#tagline {
	background:url(img/tagline.png);
	height:187px;
	left:8px;
	position:absolute;
	text-indent:-1000%;
	top:104px;
	width:729px;
}
#nav, #nav ul {
	list-style-image: none;
}
#nav li {
	float:right;
	overflow:visible;
	position:relative;
}
#nav a {
	border:none;
	height:100%;
	position:absolute;
	right:0px;
	text-indent:-10000px;
	top:0px;
	width:100%;
}
/* Set height and width for nav li's */
#nav li {display:block; height:34px; float:right;}
#nav li.page-item-27  { width:106px; }
#nav li.page-item-19  { width:150px; }
#nav li.page-item-17  { width:49px; }
#nav li.page-item-2  { width:78px; }
#nav li.page-item-3 { width:63px; }
#nav li.page-item-36  { width:67px; }
/* Set Background position for nav links        */
/* Curses! Why is there no background-position-top? */
#nav li.page-item-27>a { background:url(img/nav.png) repeat -407px 0px; }
#nav li.page-item-19>a { background:url(img/nav.png) repeat -257px 0px; }
#nav li.page-item-17>a { background:url(img/nav.png) repeat -208px 0px; }
#nav li.page-item-2>a { background:url(img/nav.png) repeat -130px 0px; }
#nav li.page-item-3>a { background:url(img/nav.png) repeat -67px 0px; }
#nav li.page-item-36>a { background:url(img/nav.png) repeat 0px 0px; }
/* Set Background positions for nav a:hover */
#nave li.page-item-27 a:focus, #nav li.page-item-27 a:hover, #nav li.page-item-27 a:active { background-position:-407px -34px; }
#nav li.page-item-19 a:focus, #nav li.page-item-19 a:hover, #nav li.page-item-19 a:active { background-position:-257px -34px; }
#nav li.page-item-17 a:focus, #nav li.page-item-17 a:hover, #nav li.page-item-17 a:active { background-position:-208px -34px; }
#nav li.page-item-2 a:focus, #nav li.page-item-2 a:hover, #nav li.page-item-2 a:active { background-position:-130px -34px; }
#nav li.page-item-3 a:focus, #nav li.page-item-3 a:hover, #nav li.page-item-3 a:active { background-position:-67px -34px; }
#nav li.page-item-36 a:focus, #nav li.page-item-36 a:hover, #nav li.page-item-36 a:active { background-position:0px -34px; }
/* Set background position if a nav a is the current page */
#nav li.page-item-27.current_page_item a { background-position:-407px -102px; }
#nav li.page-item-19.current_page_item a { background-position:-257px -102px; }
#nav li.page-item-17.current_page_item a { background-position:-208px -102px; }
#nav li.page-item-2.current_page_item a { background-position:-130px -102px; }
#nav li.page-item-3.current_page_item a { background-position:-67px -102px; }
#nav li.page-item-36.current_page_item a { background-position:0px -102px; }
#nav li ul {
	background:url(img/footerBkg.png) repeat;
	display:none;
	margin-top:34px;
	/*position:absolute;*/
	text-indent:0px;
	top:34px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	
}
#nav ul li {
	float:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#nav ul li:hover {
	background-color:#242424;
	background-image:none;
}
#nav ul a {
	background:none;
	display:block;
	height:auto;
	padding:10px 15px;
	position:static;
	text-indent:0;
}
#nav ul a:link, #nav ul a:visited {
	color:#FFFFFF;
}
#nav ul a:focus, #nav ul a:hover, #nav ul a:active {
	color:#6b9f39;
}
#nav li:hover ul {
	display:block;
}
/* Set width for drop-down menu ul's */
#nav li.page-item-27 ul { min-width:106px; }
#nav li.page-item-19 ul { min-width:150px; }
#nav li.page-item-17 ul { width:125px; }
#nav li.page-item-2 ul { min-width:150px; }
#nav li.page-item-3 ul { min-width:150px; }
/* General properties for javascript blur divs */
#nav div {
	background-image:url(img/nav.png);
	height:100%;
	opacity:1;
	position:absolute;
	width:100%;
	z-index:-900;
}
/* Set individual ackground positions, AGAIN, this time for blur divs */
#nav li.page-item-27 div { background-position:-407px -68px; }
#nav li.page-item-19 div{ background-position:-257px -68px; }
#nav li.page-item-17 div { background-position:-208px -68px; }
#nav li.page-item-2 div { background-position:-130px -68px; }
#nav li.page-item-3 div { background-position:-67px -68px; }
#nav li.page-item-36 div { background-position:0px -68px; }
/* And one more time, for the div under the current page item */
#nav li.page-item-27.current_page_item div { background-position:-407px -102px; }
#nav li.page-item-19.current_page_item div { background-position:-257px -102px; }
#nav li.page-item-17.current_page_item div { background-position:-208px -102px; }
#nav li.page-item-2.current_page_item div { background-position:-130px -102px; }
#nav li.page-item-3.current_page_item div { background-position:-67px -102px; }
#nav li.page-item-36.current_page_item div { background-position:0px -102px; }

/****************/
/* Main Content */
/****************/

#columnWrap {
	background: url(img/columnWrapBkg.png) repeat-y 125px 0px;
	margin:26px auto 0px;
	width:1130px;
}
#content {
	background:url(img/contentBkg.png) no-repeat top;
	float:left;
	font-size:14px;
	line-height:24px;
	margin:-26px 135px 0px 125px;
	width:517px;
}
#content h2 {
	font:normal 22px "Moms Typewriter", "Courier New", Courier, monospace;
	margin:46px 25px 0px -38px;
}
#content h2 a {
	border:none;
	color:#FFFFFF;
}
#content h3, #content h4, #content h5, #content h6 {
	font:normal 16px "Moms Typewriter", "Courier New", Courier, monospace;
	margin:25px;
}
#content p, #content ul, #content blockquote div {	
	margin:25px;
}
#content ul p, #content ul blockquote div {
	margin:25px 0px 0px;
}

#content ul ul {
	margin:0px 25px;
}
#content ul.noDiscs, #content ul.ec3_events, #content ul.ec3_events ul {
	list-style-image: none;
	list-style-type:none;
}
#content li {
	margin-left:15px;
	padding:0px 0px 10px;
}
#content p.PrevNext {
	text-align: center;
}
.img {
	float:left;
	padding:10px;
}
.img:focus, .img:hover, .img:active {
	border:none;
	background-color:#426223;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* Need to make it so events don't overlap if the text isn't long enough */
.post {
	clear:both;
}
/* For the slide down info on the audio pages */
#content ul.graphic div p, #content ul.graphic div ul {
	font-size: 80%;
	margin-top:0px;
}
/* styles for the date, time, and rss info on single.php */
.postInfo {
	font-size:12px;
	font-style: italic;
	line-height: 1.1em;
	padding: 0px 25px;
}
/* the searchform on 404.php */
#searchform {
	text-align: center;
}
/* the close button for the audio clip slidedown info */
.close {
	cursor: pointer;
}


/***********/
/* Sidebar */
/***********/

#sidebar {
	float:left;
	font-size:12px;
	padding:65px 0px;
	width:310px;
}
#sidebar h2 {
	font:normal 14px "Moms Typewriter", "Courier New", Courier, monospace;
	margin:30px 25px 0px -25px;
}
#sidebar ul {
	list-style-image: none;
}
#sidebar div.post h3 {
	font-size:14px;
	font-weight:normal;
	letter-spacing:2px;
	margin-top:25px
}
.sidebarDate {
	font-style:italic;
	margin-top:2px;
}
#sidebar p {
	margin-top:15px;
	line-height:18px;
}
.clearFix {
	clear:both;
}
#sidebar a.permalink {
	float:right;
	margin-top: 5px;
}
.blogroll li {
	margin-top: 5px;
}

/* Footer */

#footer {
	background:url(img/footerBkg.png);
	font-size:12px;
	height:100px;
	padding:25px 0px;
	width:100%;
}
#footerNav {
	margin-left:50px;
}
#footerNav li {
	border-left:2px solid #FFFFFF;
	display:inline;
	padding:0px 1px 0px 5px;
}
#footerNav li:first-child {
	border:none;
	margin-left:0px;
}
#copyright {
	margin:25px 0px 25px 250px;
	text-align:center;
}
#aboutSite {
	margin-right:50px;
	text-align:right;
}

/*************/
/* Home Page */
/*************/

body.page-id-36 {
	background-image: none;
}
body.page-id-36 #header {
	background: url(img/NoamConducting.jpg) no-repeat center center;
	border: 3px solid #000000;
	height:533px;
	margin: 85px auto 0px;
	position:relative;
	width:798px;
}
body.page-id-36 #title {
	float: right;
	margin-top: -50px;
	position:static;
}
body.page-id-36 #tagline {
	background: none;
	font: normal 18px "Moms Typewriter", "Courier New", Courier, monospace;
	height:auto;
	margin:5px -70px auto auto;
	position:static;
	text-align: right;
	text-indent:0;
	width:auto;
}
body.page-id-36 #nav {
	margin:25px auto auto -150px;
	text-align: right;
	width:150px;
}
body.page-id-36 #nav>li {
	float:none;
	height: auto;
	padding-right: 10px;
	position: relative;
	width: auto;
}
body.page-id-36 #nav>li>a {
	background: none;
	color: #FFFFFF;
	font:normal 20px "Moms Typewriter", "Courier New", Courier, monospace;
	height: auto;
	position: static;
	text-indent: 0px;
	width: auto;
}
body.page-id-36 #nav>li>a:focus, body.page-id-36 #nav>li>a:hover {
	color:#6b9f39;
}
body.page-id-36 #nav li ul {
	left:150px;
	min-width: auto;
	position: absolute;
	text-align: left;
	top:-40px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
}
body.page-id-36 #nav li ul a {
	padding-right: 15px;
}
body.page-id-36 #columnWrap {
	background: none;
	margin:0px auto;
	width:800px;
}
body.page-id-36 #columnWrap blockquote {
	color: #DDDDDD;
	font-size: 14px;
	margin-top: 1em;
	text-align: center;	
}
body.page-id-36 #columnWrap blockquote em {
	font-style: normal;
}
body.page-id-36 #columnWrap blockquote div {
	text-align: right;
	padding-right: 70px;
}