/* General Structure */

BODY {
	padding:0;margin:0;
	text-align:center;
}

#doc {
	width:800px;
	margin:0 auto;
	text-align:left;
}

#bd {
	margin:0em 2em 2em 3em;
}

/* General Styles --------------------- */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Footer ----------------------------- */
.sponsor_banner {
	margin:2em 0 3em 0;
	text-align:center;
}

/* Ticketing ----------------------------- */
.inputfield, .ticketSelector {
	border: 1px solid #000;
	width: 250px;
	margin: 2px 0px;
}

div.error {
	color: #E81717;
	padding-left: 190px;
	display: block;
	clear: both;
	width: auto;
}

div.submit {
	display: block;
	padding:0 0 0 190px;
}

label {
	font-weight: bold;
	display: block;
	width: 190px;
	float: left;
}

fieldset {
	width: 500px;
	padding: 20px;
	border: 1px solid #000;
}

fieldset legend {
	font-size: 18px;
	font-weight: bold;
}

.price {
	padding:1em 0 0 190px;
	font-size: 18px;
	font-weight: bold;
}

.seating_note {
	padding:0 0 0 190px;
}

/* Facebook ----------------------------- */
#facebook {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
}

#facebook .streamitem {
	clear: left;
	overflow: auto;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #eeeeee;
}

#facebook .streamitem a {
	color: #3b5998;
	text-decoration: none;
}

#facebook .streamitem .media {
	padding: 5px 0px;
	font-size: 11px;
}

#facebook .streamitem .media .mediaimage {
	margin-right: 10px;
	float: left;
}

#facebook .streamitem .media a {
	font-weight: bold;
}

#facebook .streamitem .media .mediadesc {
	color: #808080;
}

#facebook .streamitem .commentsbox {
	background-color:#ECEFF5;
	border-bottom:1px solid #E5EAF1;
	float:none;
	margin-bottom:2px;
	overflow:hidden;
	padding:6px 4px 3px 6px;
	font-size:11px;
	width:350px;
}

#facebook .streamitem .tip {
	height:5px;
	margin:0 0 0 17px;
	width:9px;
}

#facebook .streamitem .avatar {
	background: url('/img/q_silhouette.gif') no-repeat;
	float: left;
	width: 70px;	
}

#facebook .streamitem .avatarsmall {
	background: url('/img/q_silhouette.gif') no-repeat;
	float: left;
	width: 32px;
	height: 32px;
	display: block;
}

#facebook .streamitem .date {
	color: #777;
	font-size: 11px;
	clear: both;
	display: inline;
}

#facebook .streamitem .message {
	margin-left: 70px;
}

#facebook .streamitem .messagesmall {
	margin-left: 42px;
}

#facebook .streamitem .username {
	text-decoration: none;
	font-weight: bold;
}