/******************************************************************************

		The Fireside Lounge
		Project Start 4/11/2010
		Casey Wight
		Verritech.com
		
******************************************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	background: url('http://www.thefiresidelounge.com/images/top_bg.png') repeat-x top #000;
	color: #DDD;
	font-size: 13px;
}

a img {
	border: none;
}

a {
	color: #900;
}

#wrapper {
	margin: auto;
	width: 960px;
	padding: 0 0 180px 0;
}

	#header {
		height: 641px;
	}
	
	#sshow img {
	}

	.main {
		width: 700px;
		margin: 10px 0 0 120px;
		line-height: 24px;
		display: block;
	}
	
	.photoLeft, .photoRight {
		clear: both;
		display: block;
		height: 175px;
		padding: 24px 0;
	}
	
	.photoLeft p, .photoRight p {
		padding: 8px 0 0 0;
	}
	
	.photoLeft img {
		float: left;
		margin: 0 20px 0 -120px;
	}
	
	.photoRight img {
		float: right;
		margin: 0 -120px 0 20px;
	}

/******************************************************************************

																																				HEADER

******************************************************************************/

	#overlay {
		position: absolute;
		top: 0;
		z-index: 99;
	}



/******************************************************************************

																													(small) NAVIGATION

******************************************************************************/

#nav {
	margin: 4px 0 40px 250px;
	padding: 0;
	list-style: none;
	background: #000;
	width: 480px;
	height: 28px;
}

#nav a span {
	height: 1px; 
	width: 1px; 
	position: absolute; 
	overflow: hidden; 
	top: -10px;
}

#nav li {
	display: inline;
	list-style: none;
	background: #000;
}

#nav li a {
	margin: 0 12px;
	display: block;
	float: left;
	height: 28px;
	background-position: top;
	background-color: #000;
}

#nav li a:hover {
	background-position: bottom;
}

#nav a:focus, #nav a:active {
	border: none;
	outline: none;
}

#nav a.navTwitter {
	background: url('http://www.thefiresidelounge.com/images/twitter.png') top center no-repeat;
	width: 88px;
}

#nav a.navGmaps {
	background: url('http://www.thefiresidelounge.com/images/gmaps.png') top center no-repeat;
	width: 118px;	
}

#nav a.navCal {
	background: url('http://www.thefiresidelounge.com/images/calendar.png') top center no-repeat;
	width: 99px;
}

#nav a.navYelp {
	background: url('http://www.thefiresidelounge.com/images/yelp.png') top center no-repeat;
	width: 67px;
}

#nav a.navEmail {
	background: url('http://www.thefiresidelounge.com/images/email.png') top center no-repeat;
	width: 75px;
}

/******************************************************************************

																																			Footer

******************************************************************************/

	#footer {
		margin: auto;
		width: 960px;
		text-align: center;
	}
	
	#footer ul {
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		height: 30px;
		padding: 0 0 0px 0;
	}
	
	#footer ul li {
		display: inline;
		margin: 0 10px;
	}
	
	#footer ul li a {
		color: #666;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.05em;
		padding: 5px;
	}
	
	#footer ul li a:hover {
		color: #f30;
	}
	
	#footer .copyright {
		display: block;
		font-size: 10px;
		text-align: center;
		color: #999 !important;
		padding: 0 0 20px 0;
	}
	
	span.hours {
		text-transform: uppercase;
		font-size: 10px;
		color: #666;
		text-align: center;
	}
	
	
/******************************************************************************

																																EVENTS WIDGET

******************************************************************************/

	div#event {
		margin: 20px auto 40px 40px;
		font-style: italic;
		font-size: 16px;
		padding: 8px 0 0 332px;
		display: inline-block;
		text-align: left;
		line-height: 22px;
	}
	
	#event span.title {
		font-size: 16px;
		font-weight: bold;
		font-style: normal;
		color: #FFF;
	}

	#event {

	}
	
	#event a, #event a:visited {
		color: #FFF;
	}
	
	#event a:hover {
		color: #F30;
	}