@charset "utf-8";
@import "reset.css";


/************************************** Typography & CLASSES*************************************************** */
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans serif;
	font-size: 12px;
	color: rgb(50,50,50);
}

.img1 {
	float: left;
	padding: 0 10px 10px 0;
}
.bnone {
	border:none !important;
}

/****************************************MAIN BLOCKS**************************************************/

#wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#header {}

#content_container {
	background:url(../images/content_btm.gif) no-repeat 0 100% black;
	padding-bottom: 18px;
	width: 860px;
	float: left;
}

#content {
	background:url(../images/content_top.gif) no-repeat;
	padding: 18px 0px 10px 30px;
}

#footer {
	padding: 10px;
	clear:both;
	text-align:center;
	color: rgb(102,102,102);
	font-size: 12px;
}
/***HEADER****************************/
#header img {
	float: left;
	width:102px;
}	
#header ul {
	position: relative;
	top: 45px;
	float: right;
}
#header li {
	display:inline;
	border-right: 1px dashed black;
	padding: 3px 10px 3px 10px;
}
#header a {
	color:black;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
/***CONTENT**************************/
#content p {
	font-size: 12px;
}

/****NAV************/

ul#nav {
	display:block;
	height: 45px;
	overflow:hidden;
}
#nav li {
	display:inline;
	margin:0;
}
/***SLIDESHOW*********/

ul#slideshow {
	background-color:white;
	height: 295px;
	overflow:hidden;
	position:relative;
	width: 800px;
}

#slideshow img {
width: 800px;
top: 0px;
left: 0px;
}

#slideshow_footer {
	float:left;
	clear:both;
	background-color:white;
	width: 800px;
}

#slideshow_nav {
	display:inline;
	float: right;
	padding: 10px;
}
#slideshow_nav a {
	background:rgb(51,51,51) none repeat scroll 0 0;
	margin:0 5px;
	padding:5px 5px;
	color:white;
	font-size: 10px;
	text-decoration:none;
}
#slideshow_nav a.activeSlide {
	background:rgb(229,4,24) none repeat scroll 0 0;
}

#slideshow_footer img {
	float:left;
}

/***INVITE******/
#invite {
	clear:both;
	text-align: center;
	padding-top: 10px;
	color:white;
}
#invite p {
	font-size: 15px;
}


/***ABOUT***********************/

#column1, #signup {
	background-color:white;
	width: 760px;
	padding: 20px;
	float:left;
}

#column1 h1, #signup h1 {
	background:url(../images/hex.gif) no-repeat top left;
	display:block;
	border-bottom: 1px solid black;
	font-size: 16px;
	padding: 10px 5px 5px 50px;
	margin-bottom: 10px;
}

#column1 p, #signup p {
	margin-bottom: 10px;
}

/***SIGNUP***********************/

#signup {
	background-color:white;
	width: 460px;
	padding: 20px;
	float:left;
}
p#form {
	padding-top: 10px;
}

label {
	background-color: black;
	color: white;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
}

#email {
border:4px solid black;
clear:both;
float:left;
padding:5px;
}
#submit{
	display:inline;
	float: left;
	padding: 5px;
	margin-left: 10px;
}
/***IE HACKS!!*****************/