body, html, h3, #navigation ul, #navigation li {
	margin:				0;
	padding:			0;
}

body {
	background-position:top right;
	background-repeat:	no-repeat;
	background-color:	#000;
	font-size:			10pt;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	height:				auto;
}

h3 {
	color:				#B9162B;
	border-bottom:		1px solid #FFF;
	margin-bottom:		15px;	
}

td {
	font-size:			0.8em;
}

li {
	margin-bottom:		4px;
}

.clear {
	clear:				both;
}

.right {
	float:				right;	
}

#container {
	background-image:		url(../img/logomark.png);
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	5% 0%;
}

#navigation {
	height:				38px;
	background:			url(../img/nav-back.png) bottom left repeat-x;
	text-align:			right;
	padding-top:		10px;
	padding-right:		15px;
}

#navigation ul {
	list-style:			none;
}

#navigation li {
	display:			inline;
}

#navigation li a {
	font-size:			0.8em;
	width:				100%;
	padding:			0 10px;
	color:				#FFF;
	font-weight:		bold;
	text-decoration:	none;
	border-right:		1px solid #FFF;
	text-transform:		lowercase;
}

#navigation li a:hover {
	text-decoration:	underline;
}

#navigation li a.last {
	border-right:		none;
}

#col_1 {
	float:				left;
	width:				24%;
	position:			relative;
	z-index:			1;
}

#col_2 {
	float:				left;
	width:				40%;
	text-align:			center;
	position:			relative;
	z-index:			1;
}

#logo {
	margin:				15px 0;
	margin-bottom:		20px;
	width:				64%;
	height:				133px;
	background:			url(../img/logo-name.png) center top no-repeat;
}

#content {
	width:				90%;
	height:				350px;
	overflow:			auto;
	margin:				10px auto;
	padding:			15px;
	text-align:			left;
	background-image:	url(../img/content-bg2.png);
	border: 			2px solid #FFF;
	-moz-border-radius: 	1em;
	-webkit-border-radius:	1em;
}

#content .title {
	margin-bottom:		10px;
}

#content a {
	color:				#B9162B;
}

.block {
	margin:				10px;
	margin-bottom:		20px;
	padding:			15px;
	background-image:	url(../img/content-bg2.png);
	border: 			2px solid #FFF;	
	-moz-border-radius: 	1em;
	-webkit-border-radius:	1em;
}

#col_3 {
	float:				right;
	width:				33%;
	position:			relative;
	z-index:			1;
}

#footer {
	clear:				both;
}

#social {
	clear:				both;
}
#social ul {
	margin:				0px;
	padding-left:		15px;
	position:			relative;
	z-index:			1;
}
#social li {
	display:			inline;
}
#social li a{
    width:				100px;
	margin-left:		30px;
	height:				50px;
    display:			block;
    float:				left;
}
#facebook a { background: url(../img/social-icons.png) no-repeat scroll 0px 0px; }
#myspace a { background: url(../img/social-icons.png) no-repeat scroll 0px -50px; }
#youtube a { background: url(../img/social-icons.png) no-repeat scroll 0px -150px; }
#itunes a { background: url(../img/social-icons.png) no-repeat scroll 0px -350px; }


div.event {
	margin-bottom:		10px;
	clear:				both;
	display:			block;
	z-index:			1;
}
div.event div.date {
	background-color:	#FFF;
	float:				left;
	clear:				left;
	z-index:			1;
	width:				55px;
	margin-right:		5px;
	margin-bottom:		15px;
	-moz-border-radius: 	0.8em;
	-webkit-border-radius:	0.8em;
}
div.event div.date .month {
	background-color:	#B9162B;
	font-weight:		bold;
	text-align:			center;	
	color:				#FFF;
	padding:			3px;
	font-size:			0.8em;
}
div.event div.date .day {
	font-weight:		bold;
	padding:			3px;
	font-size:			1.0em;
	text-align:			center;
}
div.event .title {
	font-weight:		bold;
	margin-bottom:		10px;
	padding-bottom:		0;
	padding-left:		60px;
}
div.event .title a {	
	color:			#000;
}
div.event span.details {
	font-weight:		normal;
	font-size:			0.9em;
}
div.event span.details p {
	padding-top:		0;
	margin-top:			0;
}

#flower {
	position:			absolute;
	z-index:			0;
	bottom:				0px;
	left:				10px;
	width:				640px;
	height:				315px;
	background:			url(../img/flower.png) center bottom no-repeat;
}

.merch {
	border:				1px solid #FFF;
	padding:			12px;
	background-color:	#E2DBC0;
	margin-bottom:		15px;
}
.merch img {
	float:				right;
	margin:				5px;
	border:				1px solid #999;
}
.merch .title {
	font-weight:		bold;
	font-size:			1.3em;
}
.merch .price {
	font-weight:		bold;	
}

.showGalleries {
	padding:			5px;
	margin:				5px;
	float:				left;
	border:				1px solid #FFF;
	background-color:	#E2DBC0;
	text-align:			center;
	font-weight:		bold;
}

#gallery img {
	border:				1px solid #B9162B;
}

#gallery img:hover {
	border:				1px solid #FFF;
}

#gallery .photo {
	height:				100px;
	float:				left;
	margin:				6px;
}
