/* CSS Document */

/*---body styles---*/

* { margin: 0; padding: 0; }

body {
	background: #000;
	color: #000000;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	margin-right: 60px;
	font-size: 1.4em;
}

blockquote {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 60px;
}

cite {
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	color: #d10a05;
	float: right;
	margin-right: 60px;
}

h1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: .5em;
}

h3 {
	
	margin-bottom: .5em;
	font-size: 16px;
}
	
.reviewlink {
	border-bottom: solid medium black;
	padding-bottom: 30px;
}


#wrapper {
	width: 900px;
	border: solid medium #28dae6;
	margin: 0 auto;
	position:relative;
	top: 30px;
	background: #28dae6;
	text-align: center;
	clear: both;
}

#content {
	width: 900px;
	background: #28dae6;
	text-align: left;
	
	padding-top: 20px;
}

#content a {
	color: #d10a05;
}

#content a:link {
	color: #d10a05;
}

#content a:visited {
	color: red;
}

#content a:hover {
	color: blue;
}


#content table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

#content table img {
	border: solid medium red;
	margin: 10px;
}

.clearthefloats {
	clear: both;
}

#sidebar {
	width: 300px;
	float: left;
}

.aboutsidebarimg {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#flashbanner {
	width: 900px;
	height: 300px;
	border: 1px solid #DC0801;
}

/*---navigation---*/

#navigation {
	position:relative;
	top:0px;
	left: 0px;
	width: 800px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


#sinatranav {
	background: url(images/navigation2.jpg) no-repeat;
	width:800px;
	height:74px;
	margin:0px;
	padding:0px;
}

#sinatranav li, #sinatranav a {
	height:74px;
	display:block;
	text-indent:-9999px;
}

#sinatranav li {
float:left;
list-style:none;
display:inline;
}	

#sinatranav #about {
	width: 217px;
}

#reviews {
	width: 111px;
}

#bios {
	width: 80px;
}

#photos {
	width: 98px;
}

#clip {
	width: 193px;
}

#tickets {
	width: 101px;
}

#about a:hover {
	background:url(images/navigation2.jpg) 0px -74px no-repeat;
}

#reviews a:hover {
	background:url(images/navigation2.jpg) -217px -74px no-repeat;
}

#bios a:hover {
	background:url(images/navigation2.jpg) -328px -74px no-repeat;
}

#photos a:hover {
	background:url(images/navigation2.jpg) -408px -74px no-repeat;
}

#clip a:hover {
	background:url(images/navigation2.jpg) -506px -74px no-repeat;
}

#tickets a:hover {
	background:url(images/navigation2.jpg) -699px -74px no-repeat;
}

.aboutcurrent {
	background:url(images/navigation2.jpg) 0px -74px no-repeat;
}

.bioscurrent {
	background:url(images/navigation2.jpg) -328px -74px no-repeat;
}

.reviewscurrent {
	background:url(images/navigation2.jpg) -217px -74px no-repeat;
}

.clipcurrent {
	background:url(images/navigation2.jpg) -506px -74px no-repeat;
}

.ticketscurrent {
	background:url(images/navigation2.jpg) -699px -74px no-repeat;
}

.photoscurrent {
	background:url(images/navigation2.jpg) -408px -74px no-repeat;
}

/*--BIOS--*/

#biolist {
	list-style-type: none;
	margin: 20px 60px;
	font-size: 1.4em;
}

#biolist li {
	margin-bottom: 20px;
	clear: left;
	border-bottom: solid medium #d10a05;
}
#biolist p {
	font-size: 1em;
	line-height: 1.3em;
}

#biolist p img {
	float: left;
	border: solid medium #d10a05;
	margin-right: 1em;
	margin-bottom: 1em;
}
/*---inside wrapper---*/

#insidewrapper {
	width: 800px;
	position:relative;
	top: 30px;
	margin:0 auto;
}	

#flash {
	width: 640px;
	margin-bottom: 50px;
	border: solid medium #d10a05;
}
.aboutimage {
	margin: 0 10px 10px 10px;
	border: thin solid #610009;
}

