/************************************************
Sroogeplay.com Stylesheet
Author:       Michael Pidde
Author URL:   http://pidde.net
Author email: michael@pidde.net
Date: November 2007
************************************************/

* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	background: #6d0707 url(../images/background_vertical.gif) center repeat-y fixed;
	font-family: "Palatino Linotype", Georgia, serif;
	font-size: 100%;
	color: #e0d3d3;
} 
	* html body { 
		height: 100%; 
		background: #6d0707 url(../images/background.gif) repeat-x; 
	}

a:link, a:visited { 
	padding: 2px;
	color: #cd7448;
}

a:hover {
	color: #000;
}

#gradient { /* Container for vertical top gradient background */
	height: 100%;
	background: transparent url(../images/background.gif) repeat-x;
} 
	* html #gradient { 
		width: 760px; 
		margin: 0 auto; 
		background: #6d0707 url(../images/background_vertical.gif) center repeat-y; 
	}

#banner { /* Container for banner and content box graphic */
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 455px;
	background: transparent url(../images/top.jpg) no-repeat;
}

/* Navigation */
#nav {
	position: absolute;
	top: 61px; right: 51px;
	list-style: none;
}

#nav li {
	float: left;
	display: block;
	height: 33px;
}

#nav li a {
	display: block;
	height: 33px;
	text-indent: -9999px;
}

#home { width: 76px; background: url(../images/nav.jpg) 0px 0px no-repeat; }
#media { width: 83px; background: url(../images/nav.jpg) -76px 0px no-repeat; }
#performances { width: 156px; background: url(../images/nav.jpg) -159px 0px no-repeat; }
#contact { width: 94px; background: url(../images/nav.jpg) -315px 0px no-repeat; }

#home a:hover { width: 76px; background: url(../images/nav.jpg) 0px -33px no-repeat; }
#media a:hover { width: 83px; background: url(../images/nav.jpg) -76px -33px no-repeat; }
#performances a:hover { width: 156px; background: url(../images/nav.jpg) -159px -33px no-repeat; }
#contact a:hover { width: 94px; background: url(../images/nav.jpg) -315px -33px no-repeat; }
/* End Navigation */

#ads {
	float: left;
	margin-top: 179px;
	width: 120px;
}
	#ads img, #content img {
		border: none;
		margin-bottom: 4px;
	}

#content {
	float: right;
	margin: 146px 45px 0 0;
	width: 565px;
	min-height: 360px;
} * html #content { margin-right: 20px; height: 455px; clear: both; }
	#content p { margin-bottom: 20px; }
	h1 {
		padding-bottom: 12px;
		font-size: 150%;
		font-weight: normal;
		letter-spacing: 2px;
	}
	h2 {
		margin: 6px 0;
		border-bottom: 2px solid #6d0707;
		font-size: 120%;
		font-weight: normal;
		letter-spacing: 1px;
	}
	h2.top_pad { padding-top: 20px; }
	dt {
		font-weight: bold;
	}
	dd {
		margin: 0 0 10px 10px;
		font-family: Verdana, sans-serif;
		font-size: 80%;
	}
	#movie {
		width: 472px;
		height: 317px;
		margin: 0 auto 20px 0;
	}
	
#foot {
	float: right;
	width: 640px;
	height: 99px;
	background: transparent url(../images/foot.jpg) no-repeat;
} * html #foot { margin-right: -16px; }
	#foot p {
		margin: 40px 65px 0 0;
		width: 591px;
		font-family: Tahoma, sans-serif;
		font-size: 70%;
		color: #c07878;
		text-align: right;
	}

.clear { clear: both; }