/* 
Title:     SBBA Home Page Stylesheet
Author:    design@studio2info.com
Updated:   April 2008
*/


/* General
---------------------------------------------------------- */

/* Clearfix - Clearing 21st Century Style - http://www.positioniseverything.net/easyclearing.html */ 
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

*{margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; background-color:#fff;
	}
	
#mainnav {
	width:950px;
	height:62px;
	background: url(../images/mainnav_bg.jpg) top left no-repeat;
	margin:0 auto;
	overflow:hidden;
	}
	
#navbox {
	float:left;
	margin-top:15px;
	}

	
#searchpane {
	float:right;
	margin:20px 20px 0 0;
	_margin:15px 10px 0 0;

	}
	

#searchpane p {
font-size: 12px;
	color:#fff;
	display:inline;
	font-weight:bold;
}

#wrapper {
	width:950px;
	margin:0 auto;
	background: url(../images/wrap_bg.gif) top left repeat-y;
	}
	
#footer {
	width:950px;
	background: url(../images/footer_bg.gif) repeat-y;
	margin:0 auto;
	}
	
#footer_l {
	width:402px;
	float:left;
	}
	
#footer_l p, #footer_l a {
	color:#ad7b27;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	}
	
#footer_l a:hover {
	color:#fff;
	}
	
#footer_r {
	width:548px;
	float:left;
	}
	
	
ul {
	list-style-type: none;
	padding:5px 5px 10px 5px;
	margin:0;

	}

li {
	display:inline;
	font-size: 11px;
	margin:0 4px;
	}
	
ul li a {
	color:#fff;
	font-weight:bold;
	font-size: 12px;
	}
	
li a:hover {
	color:#f4e0b3;
	}
	
/* Typography
---------------------------------------------------------- */
h1 {
	font-size: 18px;
	color:#9c2119;
	}
h2 {
	font-size: 14px;
	color:#9c2119;
	margin-top:10px;
	}
	
h6 {
	font-size: 11px;
	font-weight: bold;
	color:#1c1c1a;
	}
p {
	font-size: 11px;
	color:#1c1c1a;
	}
	
.larger {
	font-size: 12px;
	color:#1c1c1a;
}
a {
	font-size: 11px;
	color:#1c1c1a;
	text-decoration: underline;
	}
	
.bold {
	font-weight: bold;
	}
	
	
/* Left side
---------------------------------------------------------- */
	
#left_contain {
	width:402px;
	float:left;
	}
	
#photos {
	width:396px;
	height:574px;
	border:3px solid #ad7b24;
	background-color:#fff;
	}
#event_contain {
	width:382px;
	padding:10px;
	}
	
#events_img {
	height:102px;
	width:102px;
	float:left;
	background: url(../images/stamp.gif) top left no-repeat;

	}
	
#events {
	width:260px;
	float:left;
	margin:5px; 0 0 5px;

	}

.event_blurb {
	width:260px;
	padding:0;
	margin-bottom:8px;
	}

.event_blurb a {
	color:#9c2119;
	}
	

.event_blurb a:hover {
color:#ad7b24
}

/* Right side
---------------------------------------------------------- */
	
#right_contain {
	width: 548px;
	float:left;
	}
	
#header {
	width:548px;
	height:168px;
	background: url(../images/header_bg.jpg) top left no-repeat;
	}
	
#sponsor {
	width:548px;
	height:37px;
	border-top:3px solid #ad7b24;
	background-color:#45461b;
	}
	
#sponsor p {
	font: italic bold 14px Georgia, serif;
	color:#fff;
	padding:10px;
	text-align:center;
	}
#sponsor a {
	font: italic bold 16px Georgia, serif;
	color:#f4e0b3;
	text-decoration: underline;
	}

#sponsor  a:hover {
color:#ad7b24
}
	
#content {
	width:508px;
	text-align:left;
	padding:20px;
	}
	
#ad_window {
	width: 548px;
	height:200px;
	margin:0;
	padding:0;
	}
	
#ad_1 {
	width:226px;
	height:178px;
	margin:10px 9px 10px 20px;
	_margin:10px 9px 10px 10px;
	border:1px solid #000;
	float:left;
	overflow:hidden;
	}
#ad_1 a img {
border:0;
text-decoration:none;
}
	

	
#ad_2 {
	width:226px;
	height:178px;
	margin:10px 10px 10px 0;
	border:1px solid #000;
	float:left;
	overflow:hidden;
	}
#ad_2 a img {
border:0;
text-decoration:none;
}
	
