/*-------------------------------------------------------
ACT - Anglicists' Contemporary Theatre
English Speaking Theatre at the Universität des Saarlands
Saarbrücken, Germany
---------------------------------------------------------
*********************************************************
---------------------------------------------------------
(c) Stylesheet
Re-Design, Implementation, Alterations by Achim Loch, M.A.
May 2010
-------------------------------------------------------*/

body {
	margin:0; 
	padding:0; 
	font:0.8em Arial, Helvetica, sans-serif;
	color:#FFF;  
	background-color:#000;
	line-height: 1.5em; 
	background:#000000 url(../media/hollywood.jpg) center top repeat;
	background-attachment:fixed;
}

blockquote {
	background:#CADADC; 
	padding:.15em 1em;
	margin:0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.topmenu {
	height: 50px;
	list-style: none;
	font-size: 90%;
	margin: 0 auto; padding: 0;
	color: #888;
}

.logo_ {
width:1000px;
height: 50px;
text-align: left;
margin: 0 auto;
padding:0;
color: #111111;
border: 0px;
list-style: none;
}

/*---------------------------Headings & Links---------------------------*/
p, h1, h2, h3 {background:none;}

p { 
	margin-bottom:0.5em; 
	color: #222222; 
	font:1.25em Arial, Helvetica, sans-serif;
	line-height:150%;
}

hr {
   border: 0;
   height: 1px;
   color: #999;
   background-color: #999;
}

a { 
	color: #00A0B0;
	background: inherit; 
	text-decoration:underline;
	font-weight:bold;
}

a:hover { 
	text-decoration: none;
	border-bottom:none;
}

h1 { 
	padding:0; 
	color:#006C76;
	font: 2.75em Georgia, Times, serif;
}


h2 { 
	color:#777777; 
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:100;
	padding:0; 
}


h3 {
	font:1.5em Geneva, Arial, Helvetica, sans-serif; 
	color:#666666;
}


img {
	border:none /* 1px solid #ebebeb; padding:0.25em*/;}

/*---------------------------NAV---------------------------*/
.bridge {
background:none;
width: 1000px;
height: 100px;
margin: 0; padding: 0;
}

.banner {
	background:#ffffff url(../media/summer.jpg) top center no-repeat;
	height: 300px;
	margin:10px 0 0 0; padding:;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.spotlight-video-bg {
	background:#ffffff url(../media/spotlight-bg.png) top center no-repeat;
	height: 300px;
	margin:10px 0 0 0; padding:;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.video {
	float:left;
	margin:0;
	padding:10px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.spotlight {
	float:right;
	vertical-align:bottom;
	width:450px;
	margin:0;
	padding:0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.banner h1 {
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 0;
	margin-top: 260px;
	color: white;
	background:#2F531C;
	float:right;
	padding:.25em 1em;
	text-align:right;
	font-size: 1.25em;
}

.banner a {color: white;}

.heading {
	background: url(../media/desk.png) bottom left no-repeat;
	width: 1000px;
	height: 300px;
	margin-bottom:-10px; padding:0.5em 2em;
}

.uberschrift h1 {
	font-size:4em;
	text-transform: uppercase;
	color:#BAB497;
	margin:0;
	padding:.5em 0 0 0;
	text-shadow: 0 1px 0 #f5f5f5, 0 -1px 0 #222;
}

/*---------------------------NAV---------------------------*/
.nav {
	margin: 5px 0;
	padding:0 2em;
	font: 67.5% Georgia, serif;
	font-size:1.5em;
	font-weight:bold;
	border: solid 1px #07B2C3;
	background: #00A0B0;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0B0), to(#006C76));
	background: -moz-linear-gradient(top,  #00A0B0,  #006C76);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0B0', endColorstr='#006C76');
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.nav ul{
	background:none;
	height:50px;
	list-style:none;
	margin:0;
	padding:0;
}

.nav li{
		float:left;
		padding:0px;
		border-right:1px solid #006C76;
}

.nav li a {
	background:none;
	color:#f5f5f5;
	display:block;
	font-weight:normal;
	line-height:50px;
	margin:0px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	border-bottom:none;
}

.nav li a:hover, .nav ul li:hover a{
		background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
		background: -moz-linear-gradient(top,  #f88e11,  #f06015);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
		color:#FFFFFF;
		text-decoration:none;
		border-bottom:none;
		border-right:none;
}

.nav li ul {
	background:none;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	border-bottom:none;
}

.nav li:hover ul{
display:block;
}
.nav li li {
background:none;
display:block;
float:none;
margin:0px;
padding:0px;
width:200px;
}

.nav li:hover li a{
background:none;
border-bottom:none;
}

.nav li ul a{
display:block;
height:50px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
border-bottom:none;
}

.nav p {
clear:left;
}	

/*---------------------------Content & Right & Center---------------------------*/
.content { 
	color:#000000; 
	margin: 0 auto; 
	padding: 0; 
	width: 1000px;
	background:none;}

.center p, .right p {
	font:1.25em Arial, Helvetica, sans-serif;
	margin-bottom:.5em;
	line-height:140%;
	padding:0;
}

/*---------------------------CENTER COLUMN---------------------------*/
.center { 
	float:left; 
	width:100%; 
	height:100%;
	font-size: 100%; 
	padding:0; 
	margin: 5px 0;
	color: #111111;
	background:none;
	list-style:url(../media/png/bullet.png);
}

.center li a {color:#00A0B0;}
.center li a:hover {background:#ff5555; color:#ffffff;}

.center img {margin:0.25em 1em;}

/*---------------------------LEFT COLUMN---------------------------*/
.left {
	float:left;
	width:625px;
	padding:.25em 1.5em 1em 1.5em;
	margin: 5px 0;
	background:#f5f5f5 url(../media/watermark.gif) bottom right no-repeat;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

/*---------------------------RIGHT COLUMN---------------------------*/
.right {
	background-color: #9DBCBC;
	font-size: 95%;
	float:right;
	width:290px;
	margin: 5px 0;
	padding:.25em 1.5em 1em 1.5em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.right h2 {color:#333333; font-size:1.75em;}

.right a {color:#ffffff;}
.right li {padding:.15em;}
.right li a {text-decoration:none;font-size:1.5em; color:#332717; border-bottom:1px dotted #222222;}
.right li a:hover {background:#f78d1d;color:#ffffff;}

/*---------------------------EMPHASIS COLUMN---------------------------*/
.bg-paper {background: #fdfdfd url(../media/paper.gif);}

.bg-welcome-left {height:260px;}

.bg-welcome-right {height:260px;}

.bgticket {background:#ffffff url(../media/ticket.gif) top right no-repeat;}

.bg-links {background:#D4CDAD;} .bg-links h1 {color:#332717;}

.map {background:#ffffff; border:2px solid #ffffff; text-align:center;padding:0.5em;}

/*---------------------------Footer---------------------------



/*---------------------------Footer---------------------------*/
.footer { 
	clear:both;
	color:#f5f5f5;  
	background:url(../media/adding-drama-to-life.png) bottom center no-repeat;
	height:auto;
	margin: 2em 0;
	padding:1em 0 4em 0;
	text-align:center; 
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.footer p, .footer a {color:#f5f5f5;margin:0;font-size:1em;}

/*---------------------------BIO INFORMATION---------------------------*/
.pic {
border:none;
padding:0.5em;
margin:.5em;
float:right;
text-align:center;
}

/*---------------------------Table Format---------------------------*/
/* RTE / Table styling */
TABLE { padding:0;margin:0; }
TABLE { border:none; margin:0; width:100%;}
TABLE TR TD { padding:0.5em; margin:0; border:0; }
TABLE TR { margin:none; background-color:#ffffff; }
TABLE TH { margin:none; background-color: #CADADC; text-align:left; padding:0.5em; vertical-align:middle;}
TABLE TH p {color:#006c76;}


input[type="text"] {
	padding:0.5em;
	width:80%;
	font-size:1.25em;
	color:#006c76;
}

select {
	height:20px;
}

/*---------------------------BUTTON Format---------------------------*/
.button {
	margin:0 auto;
	display: inline-block;
	color:#ffffff;
	width:auto;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.25em Georgia, Times, serif;
	padding: .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
}

/*---------------------------BUTTON COLOR---------------------------*/
.orange {
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/*---------------------------BUTTON COLOR---------------------------*/
.teal {
	color: #ffffff;
	border: solid 1px #07B2C3;
	background: #00A0B0;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0B0), to(#006C76));
	background: -moz-linear-gradient(top,  #00A0B0,  #006C76);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0B0', endColorstr='#006C76');
}
.teal:hover {
	border: solid 1px #f47c20;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.teal:active {
	color: #ffffff;
	border: solid 1px #07B2C3;
	background: -webkit-gradient(linear, left top, left bottom, from(#006C76), to(#00A0B0));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#006C76', endColorstr='#00A0B0');
}