/* general styles */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	margin: 0 auto;
	background-color: #eeeeee;
}
table, input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px 0;
	font-style: italic;
	border-bottom:  #e11515 1px solid;
	width: 100%;
}
h1 a {
	font-style: normal;
	font-size: 0.8em;
	font-weight: normal;
	margin-left:10px;
}
img {
	border: 0px;
}
hr {
	margin: 0;
	align: center;
}
a,
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
}

/* header and nav styles */

#header {
	width:775px;
	height: 110px;
	background-color: #cfcfcf;
	padding-bottom:5px;
	border-bottom: #e11515 3px solid;
}
#header img {
	margin:10px;
	float:left;
}

/* nav styles */

#nav {
	padding: 0px;
	float: right;
	margin-top: 90px;
}
#nav ul {
	display: inline;
}
#nav li {
	display: inline;
	font-weight: bold;
	font-size:1.3em;
	padding: 0 10px 0 10px;
	border-left: 1px solid #e11515;
}
#nav li.first {
	border-left: none;
}
#nav a {
	color: #000000;
	font-size: 1.0em;
}
#nav a:hover {
	color: #e11515;
	text-decoration: none;
}
.admin #nav {
	background-color:#333333;
	width: 775px;
	float: none;
	margin-top: 0;
	text-align:right;
	padding: 5px 0;
	border-bottom: #e11515 3px solid;
}
.admin #nav ul {
	margin-left: 0px;
	padding-left: 0px;
}
.admin #nav li {
	padding: 0 5px;
}
.admin #nav a {
	font-size: 0.7em;
}

/* mailing list styles */

#mailingList {
	float: right;
	margin: -13px 0 0 0;
	border-left: 1px solid #e11515;
	border-bottom: 1px solid #e11515;
	padding: 8px 5px 5px 0;
	text-align:right;
	width: 400px;
	height:18px;
}

/* content styles */

#content {
	width:775px;
	text-align: left;
	margin:0px;
	padding-top:10px;
	background-color:#ffffff;
}
#content #chewy {
	margin: 25px 10px;
	height: auto;
}
.admin #content #chewy {
	margin-top: 0px;
}
#detailedView #content #chewy {
	margin-top: 10px;
}

/* just announced styles */

#justAnnounced {
	float: left;
	width: 450px;
	margin-bottom:5px;
}
#moreInfo {
	margin-top: 4px;
	font-size: 0.9em;
}
#justAnnounced .feature1,
#view .feature1 {
	font-size:1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
#justAnnounced .feature2,
#view .feature2 {
	font-size:1.2em;
	font-weight: bold;
}
#justAnnounced .feature3,
#view .feature3 {
	font-size:1.1em;
	font-weight: bold;
}
#justAnnounced .feature4,
#view .feature4 {
	font-size:1em;
}

/* news styles */

#home #news {
	margin-bottom:20px;
	float: right;
	width: 275px;
}
#home #news #newsItem {
	margin-bottom: 10px;
}
#home #news #newsItem .title {
	font-size:1.2em;
	font-weight: bold;
}
#home #news #newsItem .date {
	font-size:0.9em;
	font-style: italic;
	margin-bottom: 5px;
}
#home #news #newsItem .copy {
	font-size:1em;
}

/* Upcoming Shows styles */

#view #ticketOutlets {
	float: right;
	border: 1px solid #e11515;
	padding: 5px;
	text-align:left;
	width: 120px;
}

/* detailed listing styles */

#detailedView #content #chewy {
	margin-top: 10px;
}
#detailedView .bands {
	margin: 10px 10px;
}

/* band listing styles */

#listing {
	margin-bottom:5px;
}
.photo {
	float: right;
	margin: 0 0 10px 20px;
	border: thin #333333 solid;
}
.featurePhoto {
	margin: 0 10px 20px 0;
	border: thin #333333 solid;
	vertical-align: top;
}
.header {
	font-size: 1.3em;
	margin: 8px 0;
}
.date {
	font-size: 1.2em;
	font-weight: bold;
}
#detailedView .feature1,
#help .feature1 {
	font-size:1.6em;
	font-weight: bold;
	text-transform: uppercase;
}
#detailedView .feature2,
#help .feature2 {
	font-size:1.3em;
	font-weight: bold;
}
#detailedView .feature3,
#help .feature3 {
	font-size:1.1em;
	font-weight: bold;
}
#detailedView .feature4,
#help .feature4 {
	font-size:1em;
}
.info {
	font-size:1.1em;
	text-transform: none;
}
.ticketInfo,
.ticketInfo td {
	padding: 0px;
}
.ticketPrices,
.licensed {
	padding-left: 10px !important;	
}
#ticketAvailability {
	padding-top: 10px;	
}
.footer {
	margin-top:5px;
	font-size:1.3em;
}
.bio {
	margin-top:10px;
}
.dateVenue {
	font-size:1.2em;
	font-weight: bold;
}
.tableHeader {
	background-color: #333333;
	color: white;
	font-weight: bold;
}
#bandList div {
	margin-bottom:5px;
}

/* contact styles */
#contact #content {
	padding-bottom:5px;
}
#contact h1 {
	clear: both;
}
#contact .staff {
	float: left;
	width: 250px;
}

/* footer styles */
#footer {
  	clear:both;
	font-size: 1em;
	text-align: center;
	padding-bottom:5px;
}


/* admin styles */

.selected {
	background-color: #eeeeee;
}