@charset "utf-8";
/* -------------------------------
AUTHOR: Ian N. Hirschfeld
CONTACT: ihirscheld@thesoapcollective.com
DATE: 02/23/10
------------------------------- */

/* ==================== GENERAL ==================== */
*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	}
body{
	background:#fff;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	}
a:link,a:visited{
	color:#c70505;
	text-decoration:none;
	}
a:hover,a:focus{
	text-decoration:underline;
	}
h1{
	display:none;
	}
p{
	margin-bottom:10px;
	line-height:1.3em;
	}
#shadowWrapper{
	width:755px;
	margin:0 auto;
	background:url('../images/bgShadowSlice.png') repeat-y;
	}
#bodyWrapper{
	width:747px;
	margin:0 auto;
	background:#f4f4f4;
	}
.clear{
	clear:both;
	}
	
/* ==================== HEADER ==================== */
.topbar{
	width:100%;
	height:36px;
	position:relative;
	background:url('../images/topbarGradient.png') no-repeat;
	}
	.topbar a{
		color:#2c2c2c;
		font-weight:bold;
		}
	.topbar ul{
		position:absolute;
		right:18px;
		top:10px;
		list-style:none;
		}
		.topbar ul li{
			padding:0 5px;
			float:left;
			border-right:1px solid #2c2c2c;
			}
			.topbar ul li.last{
				padding-right:0;
				border-right:none;
				}
.topbarDiv{
	height:3px;
	background:#393939;
	border-top:1px solid #919191;
	border-bottom:1px solid #919191;
	}
.header{
	width:100%;
	height:82px;
	position:relative;
	background:url('../images/header.gif') no-repeat;
	}
	.header a{
		width:255px;
		height:33px;
		position:absolute;
		left:335px;
		top:26px;
		}
		
/* ==================== NAVIGATION ==================== */
.navbar{
	height:38px;
	background:url('../images/navbarSlice.gif') repeat-x;
	border-top:1px solid #454545;
	border-bottom:1px solid #454545;
	list-style:none;
	}
	.navbar a{
		height:26px;
		margin:1px 1px 1px 0;
		padding:10px 18px 0;
		display:block;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		}
		.navbar a:hover,.navbar a:focus{
			background:#a70303;
			}
	.navbar li{
		height:38px;
		float:left;
		display:block;
		background:url('../images/navbarDiv.gif') no-repeat right center;
		}
		.navbar li.last{
			background-image:none;
			}
			.navbar li.last a{
				margin-right:0;
				padding-right:27px;
				}
				
/* ==================== PAGE TITLE ==================== */
.title{
	width:100%;
	height:37px;
	background:url('../images/titleBg.png') no-repeat;
	}
	.title h2{
		margin-left:20px;
		color:#64090e;
		font-size:24px;
		font-weight:bold;
		}
		
/* ==================== PAGE CONTENT ==================== */
.content{
	width:707px;
	padding:20px;
	}

/* ==================== FOOTER ==================== */
.footer{
	width:100%;
	height:25px;
	padding-top:10px;
	background:url('../images/footerBg.png') no-repeat;
	color:#686868;
	text-align:center;
	}

/* ==================== MEMBERS ==================== */
.members .imgWrapper{
	width:150px;
	margin:0 24px 20px 0;
	float:left;
	text-align:center;
	font-weight:bold;
	}
.members img{
	margin-bottom:6px;
	}
	
/* ==================== BIO ==================== */
.bio img{
	margin-right:20px;
	float:left;
	vertical-align:top;
	}

/* ==================== GALLERY ==================== */
.gallery img{
	margin:0 33px 24px 0;
	}
	
/* ==================== SPONSORS ==================== */
.sponsors img{
	margin:0 20px 20px 0;
	padding:4px;
	background:#fff;
	border:1px solid #555;
	vertical-align:top;
	}
