/* html, body, wrapper
==============================================================================*/
 
html, body, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f9f8f2;
}
 
body, h1, h2, h3, form {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-size: 10px;
	color: #525252;
}
 
body {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(http://baysidesuperior.org/images/header_bg.jpg);
}
 
#body {
	padding-top: 2em;
	text-align: justify;
}
 
#body-right {
	width: 190px;
	float: right;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	height: 62px;
	background-color: #EAE8D3;
	border: 1px solid #cccbb9;
 
}
 
#body-right a {
	color: #2388ff;
	text-decoration: none;
}
 
#body-left {
	width: 515px;
	float: left;
	background-color: #EAE8D3;
	padding-top: 4px;
	padding-right: 28px;
	padding-bottom: 4px;
	padding-left: 12px;
	height: 62px;
	border: 1px solid #cccbb9;
}
 
 
#body-right ul.plussbullets {
	margin-top: 20px;
	margin-left: 150px;
	padding: 0;
	font-weight: bold;
}
 
#body-right ul.plussbullets li {
	background: top left url(http://baysidesuperior.org/images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}
 
#body-leftbottom {
	width: 543px;
	float: left;
	height: auto;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
 
#body-leftbottom a {
	color: #2388ff;
	text-decoration: none;
}
 
#body-rightbottom {
	width: 202px;
	float: right;
	height: 110px;
	margin-top: 10px;
	background-repeat: no-repeat;
	border: 1px solid #CFD0CC;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
 
#body-rightbottom img {
	float: right;
	padding-top: 1px;
 
}
 
#body h2, #body p {
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	margin-top: .1em;
 
}
 
#body-left p {
	margin-right: 2em;
}
 
#wrapper {
	margin: auto;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #63665F;
	width: 774px;
	text-align: left;
 
}
 
/* img, a, classes
==============================================================================*/
img{border:none}
 
a {
	font-weight: bold;
	text-decoration: none;
	color: #5C5C5C;
	outline: none;
}
 
.more {
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
 
.more a {
	color: #5C5C5C;
	text-decoration: none;
}
 
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 4px;
}
 
.right {
	float: right;
	padding-right: 0px;
	padding-top: 18px;
}
 
.clear {
	clear: both;
}
 
.contact {
	float: left;
	margin-bottom: 5px;
	margin-top: 4px;
	margin-right: 10px;
}
 
 
/* styles
==============================================================================*/
.style10 {font-size: 18px; color: #D88624; }
 
.alert {
	font-size: 18px;
	color: #C00;
	font-weight: normal;
}
 
.style2 {
	color: #D88624;
	font-size: 19px;
}
 
.style6 {
	font-size: 11px
}
 
.style7 {
	font-size: 11px
}
 
.style9 {color: #D88624; }
 
.style12 {
	font-size:13px;
	font-weight: bold;
	padding-bottom: 3px;
}
 
 
/* headers 
==============================================================================*/
 
#padding { padding: 0 0 220px 0; }
 
#header {
	height: 155px;
	width: 785px;
	float: left;
	position: absolute;
	z-index: 51;
}
 
#header h1 {
	margin-top: 44px;
	font-family: "Futura Md BT";
	font-size:18px;
	color: #e1e1c8;
}
 
#header h1 img {
	display: block;
}
 
#logo {
	display: block;
}
 
#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
}

#logo h1 {
	font-family: "Century Gothic";
	font-size:19px;
	font-style: normal;
	color: #FFF;
	padding-top: 23px;
	padding-left: 8px;
	font-weight: normal;
	font-variant: normal;
}
 
#logo2 h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
}
 
#logo2 h1 {
	font-family: "Century Gothic";
	font-size:11px;
	font-style: normal;
	color: #fff;
	font-weight: 600;
	font-variant: normal;
	padding-left: 305px;
	background-image: url(http://baysidesuperior.org/images/drop.gif);
	background-repeat: no-repeat;
	background-position: 250px 6px;
	height: 45px;
	padding-right: 115px;
	padding-top: 12px;
}
 
#logo2 a {
	color: #D88624;
}
 
/* drop down menu
==============================================================================*/
 
#nav {
	margin-top: 63px;
	height: 45px;
	width: 790px;
	background-repeat: no-repeat;
	background-position: left top;
}
 
#nav img {
	float: left;
}

 
/* CSS Document */
ul#topnav {
	float : left;
	width : 774px;
	list-style : none;
	position : relative;
	color : #EEEDDD;
	background-color: #797066;
	margin-top: 12px;
}
ul#topnav li {
	float : left;
	margin : 0;
	padding : 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #51473d;
}

ul#topnav li a {
	display : block;
	color : #EEEDDD;
	text-decoration : none;
	font-size : 11px;
	font-weight: bold;
	font-family: Arial;
	width: 108px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: center;
	height: 14px;
}


ul#topnav li a.important {
	color: #6F6F6F;
	background-color: #eae8d3;
	height: 14px;
}

ul#secnav {
	float : left;
	width : 777px;
	list-style : none;
	position : relative;
}

ul#secnav li {
	display : block;
	float : left;
	padding-top: 12px;
	padding-right: 3px;
	color: #525252;
	border-top-style: none;
	background-image: url(http://baysidesuperior.org/images/menusep.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	height: 14px;

}

ul#secnav li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding-left:13px;
	padding-right:13px;
}

ul#secnav li a:hover {
	color: #924a2e;
}



ul#secnav.media {
	width: 502px;
	left: 275px;
}

ul#secnav.events {
	width: 602px;
	left: 175px;
}

ul#secnav.contacts {
	width: 618px;
	left: 162px;
}


#headline {
	padding-top: 155px;
	z-index: 9;
}
 
.photo {
	float: left;
	width: 554px;
	height: 230px;
	overflow: hidden;
	border: 1px solid #D8D8D8;
	position: relative;
	z-index: 0;
}
 
.photo img {
	margin: 2px;
}
 
.photo-nav {
	z-index: 15;
	position: absolute;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	color: #949494;
	top: 364px;
	width: 545px;
}
 
.photo-nav a {
	font-weight: bold;
	text-decoration: none;
	color: #949494; 
}
 
/* content
==============================================================================*/
 
#content {
	width: 500px;
	float: left;
	padding-left: 20px;
	padding-right: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#content h3 {
	font-size: 25px;
	color: #924a2e;
	margin-bottom: 5px;
}
 
#content p {
	font-size: 13px;
	margin-top: 8px;
}
 
#content a {
	color: #2388ff;
}
 
#content h1 {
	font-size: 25px;
	color: #924a2e;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 15px;
	color: #924a2e;
	font-weight: bold;
	margin-top: 2px;
}
 
#content h2.style1 {
	font-size: 13px;
	font-weight: normal;
	color: #5C5C5C;
}
 
#content img {
 
}
 
#content ul {
	font-size: 12px;
	line-height: 20px;
}
 
/* podcast
==============================================================================*/
 
#pod {
	width: 442px;
	float: left;
	padding-left: 20px;
	padding-right: 14px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
 
#pod p {
	font-size: 13px;
}
 
#pod h1 {
	font-size: 15px;
	color: #658646;
	font-weight: bold;
}
 
#pod h2 {
	font-size: 20px;
	color: #924a2e;
	margin-top: 4px;
}
 
#pod a {
	color: #2388ff;
	font-weight: bold;
}
 
#column {
	width: 220px;
	height: auto;
	float: left;
}
 
#column2 {
	width: 150px;
	height: auto;
	float: left;
	padding-left: 50px;
}
 
#calendar {
	width: 765px;
	float: left;
}
 
/* sidebars
==============================================================================*/
 
#search-news {
	float: right;
	width: 208px;
}
 
#search-news div {
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
 
#search-news2 {
	float: right;
	width: 140px;
}
 
#search-news2 div {
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
 
#search-news2 #q {
	width: 140px;
	border: 1px solid #859D31;
}
 
#search-news2 .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
	font-weight: bold;
}
 
#search-news2 h3 {
	background: url(http://baysidesuperior.org/images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
}
 
#search-news2 p {
	padding-left: 15px;
	padding-right: 2px;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	font-size: 10px;
}
 
#search-news div ul { float: left; }
 
#search-news div li {
	float: right;
	border-bottom: 1px solid #e9e9e9;
	width: 192px;
	margin-bottom: 7px;
	padding-bottom: 6px;
}
 
#search-news div li a {
	font-weight: bold;
	text-transform: none;
	display: block;
	margin-top: -12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 44px;
}
 
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
 
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
	font-weight: bold;
}
 
#search-news h3 {
	background: url(http://baysidesuperior.org/images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
}
 
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	font-size: 10px;
}
 
 
 
 
#sidebar {
	width: 188px;
	float: left;
	background-color: #EAE8D3;
	margin-right: 20px;
	border: 1px solid #cccbb9;
	position: relative;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
 
#sidebar li {
	font-weight: bold;
	color: #5C5C5C;
	display: block;
	width: auto;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
 
#sidebar h1 {
	color: #924a2e;
	font-size: 13px;
	padding-bottom: 5px;
}
 
#sidebar .sermon h2 {
	color: #6B6B6B;
	font-size: 13px;
	padding-bottom: 2px;
	font-weight: bold;
}
 
#sidebar h3 {
	color: #7C7C7C;
	font-size: 10px;
	padding-bottom: 5px;
}
 
#sidebar h1.events {
	color: #525252;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D1C1;
}
 
#sidebar h1.media {
	color: #924a2e;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D1C1;
	padding-top: 10px;
 
}
 
#sidebar h1.media2 {
	color: #924a2e;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D1C1;
}
 
 
#sidebar p {
   float: left;
   display: inline;
   text-indent: -9999px;
}
 
#sidebar p a{
	display: block;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}
 
#sidebar p#download{
	width: 94px;
	height: 23px;
}
 
#sidebar p#listen{
	width: 72px;
	height: 23px;
}
 
#sidebar p#listen {
	background-image: url(http://baysidesuperior.org/images/listen1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
#sidebar p#download {
	background-image: url(http://baysidesuperior.org/images/download1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
#sidebar p#listen:hover{
	background: url(http://baysidesuperior.org/images/listen2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
#sidebar p#download:hover{
	background-image: url(http://baysidesuperior.org/images/download2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
.sermon {
	height: 115px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
	background-image: 		url(http://baysidesuperior.org/images/sermon-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 
#sidebar p#event {
	background-image: url(http://baysidesuperior.org/images/calendar.png);
	position: absolute;
	left: 178px;
	top: 136px;
	height: 14px;
	width: 14px;
}
 
#sidebar p a#calendar{
	display: block;
	height: 14px;
	width: 14px;
	overflow: hidden;
	text-decoration: none;
}
 
#sidebar .eventbox {
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d8ca;
}
 
#sidebar h5 {
	color: #924a2e;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 2px;
	
}
 
#sidebar .eventbox a {
	color: #924a2e;
}
 
#sidebar .eventbox h2 {
	color: #797d7f;
	font-size: 10px;
	line-height: 13px;
	padding-bottom: 2px;
	font-weight: bold;
}
 
.listing {
	color: #525252;
	font-size: 10px;
}
 
 
 
/* staff bio
==============================================================================*/
 
.picture {
	margin-bottom: 18px;
	padding-bottom: 18px;
	background-image: url(http://baysidesuperior.org/images/sep2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
 
 
/* media
==============================================================================*/
#mcontent {
	width: 442px;
	float: left;
	display: block;
	padding-right: 14px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
 
#mcontent h1 {
	font-size: 18px;
	color: #555555;
	margin-top: 20px;
	margin-bottom: 5px;
}
 
#mcontent h2 {
	font-size: 25px;
	color: #924a2e;
	margin-bottom: 5px;
	font-weight: bold;
}
 
#mcontent p {
	font-size: 11px;
}
 
#mcontent a {
	color: #2388ff;
	font-weight: bold;
	font-size: 12px;
}
 
.message {
	position: relative;
	border-top: 1px solid #ccc;
	line-height: 16px;
	color: #777777;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0;
}
 
.message:hover {
	background-color: #E7F4F4;
}
 
.message p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 20px;
}
 
.message ul li {
	position: absolute;
	margin: 0 !important;
	width: 25px;
	height: 24px;
	text-indent: -5000px;
	overflow: hidden;
	
}
 
.message ul li a {
	display: block;
	height: 18px;
	position: relative;
	width: 19px;
	right: -3px;
	top: 3px;
}
 
.message li.listen {
	right: 57px;
	background: url(http://www.baysidesuperior.org/images/play.gif) no-repeat;
	top: 7px;
}
 
.message li.download {
	right: 31px;
	background: url(http://www.baysidesuperior.org/images/download_icon_big.gif) no-repeat;
	top: 7px;
}
 
.message li.notes {
	right: 2px;
	background: url(http://www.baysidesuperior.org/images/pdf.gif) no-repeat;
	top: 7px;
}
 
 
.video {
	position: relative;
	border-top: 1px solid #ccc;
	line-height: 16px;
	color: #777777;
	height: 115px;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
}
 
.video:hover {
		background-color: #E7F4F4;
}
 
.video p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 2px;
}
 
 
/* paypal
==============================================================================*/
 
.give {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}
 
.give form {
	font-size: 13px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
 
.paypal_submit {
	display: inline;
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
}
 
/* footer
==============================================================================*/
#wrapper2 {
	text-align: left;
	margin: auto;
	width: 774px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
 
#footer {
	height: 220px;
	background-repeat: repeat-x;
	bottom: 0px;
	background-image: url(http://baysidesuperior.org/images/footer_bg2.gif);
	margin: -220px 0 0 0;
	display: block;
	line-height: 17px;
}
 
#footer p {
	margin: 0;
	padding: 0;
}
 
#footer ul {
	font-size: 11px;
	font-weight: normal;
	}
 
#footer li {
	font-size: 11px;
	font-weight: bold;
}
 
.footer-content {
	width: 170px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 25px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	list-style-image: none;
}
 
.footer-content p {
	color: #D88624;
}
 
.footer-content a {
	color: #eae7d2;
	font-weight: normal;
}
 
.footer-content a.style1 {
	color: #D88624;
	font-weight: bold;
}
 
.footer-contact {
	width: 232px;
	text-align: left;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	list-style-image: none;
	border: 1px solid #FFFFFF;
	margin-top: 35px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	height: 120px;
	background-color: #3e362f;
}
 
.footer-contact p {
	color: #eae7d2;
}
 
.footer-contact a {
	color: #60bffb;
	font-weight: bold;
}
 
.footer-contact h1 {
	color: #FFFFFF;
	font-size: 12px;
}
 
.footer-contact h2 {
	color: #FFF;
	font-size: 10px;
}

/* Groups button */

#content .groupbuttons {
	background: url(http://baysidesuperior.org/images/groupbutton.gif) no-repeat center top;
	display:block;
	font-size:12px;
	height:28px;
	line-height:16px;
	margin-bottom:10px;
	padding:13px 18px;
	width:222px;
	font-family:Helvetica,Arial,sans-serif;
}

#content a.groupbuttons {
	color:#827c6c;
}
#content .groupbuttons:hover {
	background: url(http://baysidesuperior.org/images/groupbutton.gif) no-repeat center bottom;
	text-decoration:none;
}
#content .groupbuttons h3 {
	font-size:15px;
	color:#924a2e;
	text-transform:uppercase;
	padding:0;
	margin:0;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
}

#content .groupbuttons p{
	padding:0;
	margin:0;
	font-size:10px;
	color:#827c6c;
	line-height:12px;
} 
