@charset "utf-8";
/* CSS Document */

/* Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 		0;
	padding: 		0;
	border: 		0;
	outline: 		0;
	font-weight: 	inherit;
	font-style: 	inherit;
	font-size: 		100%;
	font-family: 	inherit;
	vertical-align: baseline;
}

body
{
	font-size:      62.5%; /* reset 1EM to 10px */
	background:		#efe9db;
}

#container{
	width:			960px;
	margin-left: 	auto;
	margin-right: 	auto;
	padding_left:	10px;
	padding_right:	10px;
}

#header{
	width:	940px;
	height:	408px;
	background:	url(img/headerbg.jpg) no-repeat;
}

/* =NAV --------------------------------------------------------------

------------------------------------------------------------------------*/

#mainNav{
	width: 	940px;
	height:	99px;
	margin-top:	227px;
	float:	right;
}

	ul#topnav {
	width: 763px; 
	margin-left: 177px;
	list-style: none;
	}
	
	ul#topnav li { 
		display: inline;
	}
		
	ul#topnav li a {
		display: block;
		float: left;
		height: 99px;
		background-image: url(img/navMain.jpg); 
		text-indent: -9999px;
	}

	ul#topnav li a.events {
		width: 119px; background-position: 0 0;	
	}
	
	ul#topnav li a.about {
		width: 130px; background-position: -119px 0;	
	}
	
	ul#topnav li a.tweeps {
		width: 132px; background-position: -249px 0;	
	}
	
	ul#topnav li a.photos {
		width: 137px; background-position: -381px 0;	
	}
	
	ul#topnav li a.feed {
		width: 119px; background-position: -518px 0;	
	}
	
	ul#topnav li a.contact {
		width: 126px; background-position: -637px 0;	
	}
	
	ul#topnav li a.events:hover, ul#topnav li a.events:focus {
		background-position: 0 -99px;	
	}
	
	ul#topnav li a.about:hover, ul#topnav li a.about:focus {
		background-position: -119px -99px;	
	}
	
	ul#topnav li a.tweeps:hover, ul#topnav li a.tweeps:focus {
		background-position: -249px -99px;	
	}
	
	ul#topnav li a.photos:hover, ul#topnav li a.photos:focus {
		background-position: -381px -99px;	
	}
	
	ul#topnav li a.feed:hover, ul#topnav li a.feed:focus {
		background-position: -518px -99px;	
	}
	
	ul#topnav li a.contact:hover, ul#topnav li a.contact:focus {
		background-position: -637px -99px;	
	}
	
	a { outline: none; }

/* =CONTENT --------------------------------------------------------------

------------------------------------------------------------------------*/

#content{
	width:	940px;
	height:	1000px;
	margin-top:	-60px;
}

#contentLeft{
	width:	620px;
	height:	1000px;
	float:	left;
}

#contentRight{
	width:			300px;
	margin-left:	20px;
	float:			right;
	overflow:		hidden;
}

p{
	font-family: 	verdana;
	font-size: 		1.2em;
	color:			#542437;
	padding-top:	10px;
	line-height:	140%;
}

a{
	color:			#c02942;
	text-decoration:none;
}

a:hover{
	background:	#d95b43;
	color:		#fff;
}

/* =MAIN CONTENT --------------------------------------------------------------

------------------------------------------------------------------------*/

h2{
	text-indent:-9000px;
}

h3{
	font-family: 	verdana;
	font-size: 		1.5em;
	font-weight:	bold;
	color:			#d95b43;
	margin-bottom:	-8px;
}

#upcomingEventsHeader{
	background:	url(img/upcomingEvents.png) no-repeat;
	width:		620px;
	height:		47px;
}

#contentCotainer{
	background:			#fff;
	width:				580px;
	border-style:		solid;
	border-left-width:	1px;
	border-right-width:	1px;
	border-color:		#d7d1c4;
	padding-left:		19px;
	padding-right:		19px;
}

#contentCotainerFooter{
	background:	url(img/contentCotainerFooter.png) no-repeat;
	width:		620px;
	height:		28px;
}

#aboutHeader{
	background:	url(img/about.png) no-repeat;
	width:		620px;
	height:		44px;

	margin-top:	30px;
}

#tweepsHeader{
	background:	url(img/tweeps.png) no-repeat;
	width:		620px;
	height:		44px;
	margin-top:	30px;
}

#contactHeader{
	background:	url(img/contact.png) no-repeat;
	width:		620px;
	height:		44px;
	margin-top:	30px;
}

#sentHeader{
	background:	url(img/sent.png) no-repeat;
	width:		620px;
	height:		46px;
}


/* =SIDEBAR --------------------------------------------------------------

------------------------------------------------------------------------*/

#adspace{
	background:			#fff;
	width:				298px;
	height:				910px;
	border-style:		solid;
	border-left-width:	1px;
	border-right-width:	1px;
	border-top-width:	1px;
	border-color:		#d7d1c4;
	margin-top:			12px;
	padding-top:		15px;
}

#sidebarCotainerFooter{
	background:	url(img/sidebarFooter.png) no-repeat;
	width:		300px;
	height:		21px;
}


.sidebarContainerLoose, p.sidebarContainerLoose{
	width:				300px;
}

#adspaceMainAd{
	width:			270px;
	height:			150px;
	margin-bottom:	20px;
	margin-left:	15px;
}

#adspaceMainAd2{
	width:			270px;
	height:			150px;
	margin-bottom:	20px;
	margin-left:	15px;
}

#adspaceSubLeft{
	width:			125px;
	height:			150px;
	padding-right:	20px;
	float:			left;
	margin-left:	15px;
	margin-bottom:	-5px;			
}

#adspaceSubRight{
	width:			125px;
	height:			150px;
	float:			left;
	margin-bottom:	-5px;	
}

#photosHeader{
	background:	url(img/photos.png) no-repeat;
	width:		300px;
	height:		46px;
	margin-top:	30px;
}

#photos{
	padding-left:5px;
}



#sidebarContainer{
	background:			#fff;
	width:				268px;

	border-style:		solid;
	border-left-width:	1px;
	border-right-width:	1px;
	border-color:		#d7d1c4;
	padding-left:	    15px;
	padding-right:	    15px;
}

#feedHeader{
	background:	url(img/feed.png) no-repeat;
	width:		300px;
	height:		44px;
	margin-top:	30px;
}

#feedsidebarContainer{
	background:			#fff;
	width:				268px;

	border-style:		solid;
	border-left-width:	1px;
	border-right-width:	1px;
	border-color:		#d7d1c4;
	padding-left:	    15px;
	padding-right:	    15px;
}

#feedsidebarContainer p {
	padding-bottom: 15px;
}

#feedsidebarContainer img {
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

a.topButton{
	text-indent:	-9000px;
	background:		url(img/top.jpg);
	width:			27px;
	height:			19px;
	float:			right;
}

a:hover.topButton {
	background-position:0px -19px;
}

/* =CONTACT --------------------------------------------------------------

------------------------------------------------------------------------*/

#contact-area {
	height:	470px;
	width: 600px;
}

#contact-area input, #contact-area textarea {
	padding: 		5px;
	width: 			430px;
	font-family: 	arial;
	font-size: 		2.6em;
	color:			#542437;
	margin: 		0px 0px 5px 0px;
	border: 		2px solid #ccc;
	background:		#efe9db;
}

#contact-area textarea {
	height: 190px;
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area textarea:hover, #contact-area input:hover {
	border: 2px solid #d95b43;
}

#contact-area input.submit-button {
	padding: 		25px;
	width: 			200px;
	float: 			left;
	margin: 		0 0 0 359px;
	background:		#d95b43;
}

#contact-area input.submit-button:hover {
	width: 			200px;
	float: 			left;
	margin: 		0 0 0 359px;
	background:		#d95b43;
	color:			#fff;
}

label {
	float: 			left;
	text-align: 	right;
	margin-right: 	15px;
	width: 			100px;
	padding-top: 	5px;
	font-family: 	verdana;
	font-size: 		1.2em;
	color:			#542437;
}

a.helloTwitter{
	background-color: #efe9db;
}

/* =TWEEPS LIST --------------------------------------------------------------

------------------------------------------------------------------------*/

#tweeps { 
		width:580px; 
		min-height:200px; 
		padding:5px; 
		background-color:#fff; }
	.tweep { 
		outline-width:0px; 
		outline-style:solid; 
		outline-color:#d9534b; 
		margin:2px; 
	}
	#tweepDetails {
		position:absolute;
		font-size:small;
		border:1px solid #ccc;
		background:#fff;
		padding:5px;
		color:#d9534b;
		-moz-box-shadow: 3px 3px 3px #444;
		-webkit-box-shadow: 3px 3px 3px #444;
		box-shadow: 3px 3px 3px #444;
	}
	
	
/* =QUIZMASTER --------------------------------------------------------------

------------------------------------------------------------------------*/

#quizmasterImage{
	margin-top: 20px;
}

#quizmasterCopy{
	width: 80%;
	margin-top: -202px;
	margin-left: 110px;
	padding-bottom: 30px;
}




