/* ---------------------------------------------------------------------------
	
	Always Summer '09 Master Styles
	http://alwayssummer09.aigajacksonville.org
	
	author: AIGA Jacksonville
	http://aigajacksonville.org
	
--------------------------------------------------------------------------- */

/* RESET! */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body {
	color: #666;
	font: small/2em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #fff url(../img/bg.png) repeat-x top center;
}

#container {
	margin: 0 auto;
	width: 960px;
	background: url(../img/bg-container.jpg) no-repeat top center;
}

#header { 
	text-indent: -9999px;
	height: 370px;
}

#content-main {
	float: left;
	width: 380px;
	margin-left: 110px;
	margin-bottom: 30px;
}

#sidebar {
	float: right;
	width: 280px;
	margin-right: 110px;
	padding-top: 110px;
	color: #ef8218;
	line-height: 1.8em;
}

#foot {
	clear: both;
	width: 960px;
	margin-bottom: 100px;
	overflow: hidden;
}

p { margin-bottom: 20px; }

#location { padding-left: 24px; border-left: 12px solid #ccc;}

ul { list-style: none; }

#artist-list li { 
	float: left;
	padding: 5px 0; 
	width: 185px;
	border-bottom: 1px dotted #999;
	}

a { color: #1986ba; text-decoration: none; }

a:hover { text-decoration: underline; }

#sidebar p { 
	font-size: .8em; 
	text-transform: uppercase;
}

#sidebar img { margin-right: 10px; }

#foot h4 {
	float: left;
	width: 202px;
	height: 55px;
	margin-left: 110px;
	margin-right: 20px;
	text-indent: -9999px;
	background: url(../img/logo-aigajax.png) no-repeat 0 0;
}

#foot h4 a {
	display: block;
	width: 100%;
	height: 100%;
}

#foot ul {
	float: left;
	width: 600px;
	padding-top: 16px;
	color: #d26529;
	font-size: .8em;
	font-weight: bold;
}

#foot ul li {
	display: inline;
	padding: 0 15px 0 20px;
	border-left: 1px solid #666;
}
