/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}

fieldset{
	border: none;
}



/* MAIN styles
-------------------------------------------*/
body{
	background-color: #C1C1AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #363636;
	background: #C1C1AD url(../images/bg_container.gif) center top repeat-y;
}

h1{
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #366482;}
a:visited{color: #366482;}
a:hover{color: #9D3535;}
a:active{color: #9D3535;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: square;
	margin: 0px 0px 0px 10px;
	padding:  0px 0px 0px 10px;
}


.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 583px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -291px;
}




/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px 0px 0px 22px;
	padding: 0px;
	width: 538px;
	background: transparent url(../images/bg_header.gif) 0 0 no-repeat;
	height: 65px;
	position: relative;
}
	#header h1 { 
		position: absolute; 
		top: 0px;
		right: 0px;
	}
		#header h1 a{
			display: block;
			height: 50px;
			width: 130px;
			text-indent: -9999px;
			text-decoration: none;
		}

	#header-nav{
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 46px;
	}
	#header-nav li{
		display: inline;
	}
	#header-nav li a{
		display: block;
		float: left;
		width: 82px;
		margin-right: 1px;
		text-decoration: none;
		text-align: right;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		padding: 0px 5px 0px 0px;
	}
	#header-nav li a:hover{
		padding-top: 2px;
	}
	#header-nav li a#nav-home{
		background: #E9A643;
		}
	#header-nav li a#nav-join{
		background: #9D3535;
		}
	#header-nav li a#nav-list{
		background: #966197;
		}
	#header-nav li a#nav-contact{
		background: #156554;
		width: 80px;
		}




/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 10px 0px 0px 60px;
	padding: 0px;
	width: 300px;
	float: left;
	display: inline;
	color: #366482;
}

#content h1{
	color: #9D3535;
	font-size: 14px;
	font-weight: bold;
}

#content h2{
	color: #9D3535;
	font-size: 12px;
	font-weight: bold;
}

#content blockquote{
	background: #EBEBDC;
	padding: 10px;
	margin: 0 0 0 10px;
}

#content #signupbutton{
}

#content #signupbutton a{
	display: block;
	background: #EBEBDC;
	padding: 10px;
	margin: 10px 0 0 30px;
	border: 1px solid #366482;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	text-align: center;
}

#content #signupbutton a:hover{
	background: #FAFAEC;
	border: 1px solid #9D3535;
}

/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	margin: 0px 23px 0px 0px;
	padding: 0 10px;
	width: 168px;
	float: right;
	display: inline;
}

#sidebar h2{
	background: #EBEBDC;
	color: #156554;
	margin: 10px -10px 10px -10px;
	padding: 2px 10px;
}


/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 70%;
}
	#footer p{
		padding: 5px 10px;
		/*border-left: 1px solid #ccc;*/
		/*float: left;*/
		text-align:center;
		margin: 0px;
	}
	#footer p.firstp{/* remove border from first floated p */
		border: 0px;
	}
