/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Tucson Gem & Jam Music Festival CSS Styles
Author : Scott Hedstrom
URL : http://www.destroyyourcomputer.com

Created : 12/18/2009
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

* {
	/* margin: 0px;
	 padding: 0px;*/
}

body {
	background: url('images2010/background.jpg') #67c0df no-repeat center top;
	/*font-family: "Myriad Pro",Helvetica,Arial,sans-serif;*/
	font-family: "Helvetica",Arial,sans-serif;
}

a:link, a:visited {
	color: #fff;
}

a:hover, a:active {
	text-decoration: none;
}

#header {
	height: 421px;
}

#container {
	width: 890px;
	margin: 0px auto;
}

#content {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

#venues {
	margin: 35px 0px 0px 0px;
	padding: 0px;
}

#venueslist {
	margin-left: 0px;
	padding: 0px;
}

#venueslist li {
	width: 846px;
	padding: 20px;
	height: 150px;
	margin-left: 0px;
	margin-bottom: 15px;
	border: 0px solid #fff;
	list-style-type: none;
	background-color: #5da8c3;
}


#venues1 {
	margin-top: 40px;
	float: left;
	width: 293px;
}

#venues2 {
	width: 200px;
	margin-left: 30px;
	float: left;
}

#venues3 {
	margin-left: 30px;
	width: 318px;
	float: left;
}

#contact {
	margin-top: 45px;
}

#contact1 {
	margin-top: 10px;
	margin-right: 100px;
	float: left;
	width: 200px;
}

#contact2 {
	margin-top: 10px;
	margin-right: 100px;
	float: left;
	width: 200px;
}


#contact3 {
	margin-top: 10px;
	float: left;
	width: 200px;
}

#artists {
	margin-top: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid #85cde5;
}

.artistbio {
	margin-bottom: 50px;
	min-height: 128px;
}

.artistbio img {
	float: left;
	border: 1px solid;
	margin: 0px 15px 15px 0px;
	padding: 15px;
	background:  #85cde5;
}

#dyc {
	margin-top: 15px;
}

.headertext {
	font-size: 24px;
	letter-spacing: -0.023em;
	font-weight: bolder;
}

#lineupCallout {
	float: left;
	background: url('images2010/lineup_callout.png') no-repeat;
	width: 380px;
	height: 401px;
}

#welcomeText {
	float: right;
	width: 432px;
	margin-bottom: 120px;
}

#welcomeText.p {
	margin-bottom: 10px;
}