
body {
	background-image: url(http://www.whatsonstage.com/images/2012awards/background.jpg);
	background-color: #fffef5;
	padding: 0;
	margin: 0;
	font-family: ‘Arial Narrow’, sans-serif;
}

#big{
	width: 1020px;
	margin: auto;
}

#nav span{
	list-style: none;
}

.arrow{
	background-image: url(http://www.whatsonstage.com/images/2012awards/navlibk.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

ul.topnav {
	list-style: none;
	padding: 2px 10px 0 10px;
	margin: auto;
	display: inline;
	width: 1000px;
	
}
ul.topnav li {
list-style: none;
	margin: auto;
	padding: 0 5px;
	position: relative; 
	
}
ul.topnav li a{
	padding: 12px 5px;
	color: #000;
	display: block;
	text-decoration: none;
}

ul.topnav li a:hover{
	text-decoration: underline;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; 
	left: 0; top: 40px;
	margin: 0; padding: 0;
	display: none;
	float: left;	width: 150px;
	font-size: 10pt;
		z-index: 6;


}
ul.topnav li ul.subnav li{
	margin: auto; padding: auto;
	background: black;
	clear: both;
	width: 150px;
	z-index: 5;
	border: 1px solid #fff;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 135px;
	background: black;
	padding-left: 10px;
	color: #fff;
	margin: auto; padding: 5px auto;
	font-size: 10pt;
	text-transform: uppercase;
}


html ul.topnav li ul.subnav li a:hover { 
	background: #999999;
	

}

ul.subsubnav {
	list-style: none;
	position: absolute; 
	left: 152px; top: 0px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	z-index: 7;

}
ul.subsubnav li{
	margin: 0; padding: 0;
	background: black;
	clear: both;
	z-index: 8;
	border: 1px solid #fff;
}
ul.subsubnav li a {
	float: left;
	background: black;
	padding-left: 10px;
	color: #fff;
	font-size: 8pt;
	text-transform: uppercase;
}
ul.subsubnav li a:hover { 
	background: #999999;
}






#footer{
   background-repeat: repeat-x;
   background-color: #e3c371;
   width: 100%;
   background-image: url(http://www.whatsonstage.com/images/2012awards/navbk2.png);
   background-position: top;
   height: 45px; 
   float: left;
   font-size: 10pt;
}

#footertext{
   width: 1020px;
   text-align: center;
   font-size: 10pt;
   margin: auto;
}

#footertext p{
	padding-top: 3px;
}



#contentleft h2{
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 12pt;
}

#navbk{
	background-image: url(http://www.whatsonstage.com/images/2012awards/navbk.png);
	height: 45px;
	min-width: 1020px;
}

#nav{
	width: 840px;
	margin: auto;
	height:25px;
	text-align: center;
	z-index: 32;
}

#nav h2{
	display: inline;
	text-transform: uppercase;	
	font-family:  ‘Arial Narrow’, sans-serif;
	font-size: 12pt;
}

#content{
	width: 988px;
	margin: auto;
	padding-top: 20px;
	
	
}

#homeright{
	float: right;
	width: 325px;
}

#homeleft{
	float: left;
	width: 650px;
	text-align: center;
}

#homeleft img{
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
	
}

#homeleft h3{
	padding: 0; margin: 0;
	text-transform:none;
}

#homeleft h1{
	font-size: 30pt;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
}

.title{
	text-transform: uppercase;
	font-size: 18pt;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

h2{
	text-transform: uppercase;
}

h3{
	font-size: 20pt;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.countdown{
	color:#999999;	
	
}
form {
	width:400px;
	margin: 0;
	display: inline;
	
}
 
#email {
	font-family: "Helvetica";
	border:1px solid #000;
	font-size:20px;
	width:500px;
	color:#000;
	height:38px;
	margin: 0;
	display: inline;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:none;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float: left;
	
}
input#Submit {
	cursor: pointer;
	font-family: "Helvetica";
	font-size:14px;
	outline: none;
	background-color: white;
	color: #000;
	height: 38px;
	display: inline;
	margin: 0 35px 0 0;
	width: 100px;
	float: right;
}
 
input#Submit:hover {
	background-color: #76a4ff;
	color: black;
}
 
input {
	color: #667;
	display: inline;
	padding: 3px;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}


input:focus, textarea:focus {
	-webkit-box-shadow:0 0 25px #ccc;
	-moz-box-shadow:0 0 25px #ccc;
	box-shadow:0 0 25px #ccc;
	color:#000;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

input:not(:focus), textarea:not(:focus) {
	opacity:0.6;
	
}

h4{
	font-size: 14pt;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #4478d5;
}

.over{
	z-index: 999;
}









#contentleft form {
	width:300px;
	margin: 0;
	display: inline;
	
}
 
#email2 {
	font-family: "Helvetica";
	border:1px solid #000;
	font-size:20px;
	width:300px;
	color:#000;
	height:38px;
	margin: 0;
	display: inline;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:none;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float: left;
	
}
#contentleft input#Submit2 {
	cursor: pointer;
	font-family: "Helvetica";
	font-size:14px;
	outline: none;
	background-color: white;
	color: #000;
	height: 30px;
	display: block;
	margin: 5px 0;
	width: 80px;
	float: right;
}
 
#contentleft input#Submit2:hover {
	background-color: #76a4ff;
	color: black;
}
 
#contentleft input {
	color: #667;
	display: inline;
	padding: 3px;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		background-color: white;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}


#contentleft input:focus, textarea:focus {
	-webkit-box-shadow:0 0 25px #ccc;
	-moz-box-shadow:0 0 25px #ccc;
	box-shadow:0 0 25px #ccc;
	color:#000;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

#contentleft input:not(:focus), textarea:not(:focus) {
	opacity:0.6;
	
}













#mid{
	width: 988px;
	height: 230px;
	padding-top: 20px;
	float: left;
}

#midd2{
	width: 968px;
	display: block;
	min-height: 100px;
	background-image: url(http://www.whatsonstage.com/images/2012awards/midbk.png);
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin-top: 14px;
	padding:10px;
}

#midd2 h2{
	padding: 0; margin: 0;
}

#midd2 h3{
	
}

#midd2 p{
	text-transform: uppercase;
	font-weight: bold;
}

#mid h3{
	font-size: 17pt;
	text-transform: uppercase;
	padding: 15px;
	margin: 0px;
}

#mid1{
	width: 254px;
	height: 230px;
	margin-right: 14px;
	background-image: url(http://www.whatsonstage.com/images/2012awards/midbk.png);
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	float: left;
}

#mid2{
	width: 207px;
	height: 230px;
	margin-right: 14px;
	background-image: url(http://www.whatsonstage.com/images/2012awards/midbk.png);
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	float: left;
}

#mid2 img{
	padding-top: 8px;
}

#mid3{
	width: 499px;
	height: 230px;
	background-image: url(http://www.whatsonstage.com/images/2012awards/midbk.png);
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.center{
	margin: auto;
	text-align: center;
}

.quoteleft {
	width: 121px;
	display: inline;
	float: left;
	padding-left: 10px;
	margin-top: -3px;
}

.quoteright{
	width:339px;
	display: inline;
	float: right;
	text-align: center;
	margin-top: -17px;
	padding-right: 10px;
	padding-left: 10px;
}

.quoteright p{
	color: #7d7d7d;
	font-style:italic;
	font-size: 10pt;
}
.sponsors{
	margin-top: -3px;
}

#bottom{
	width: 988px;
	float: left;
	margin-top: 10px;
}

#bottomleft{
	width: 650px;
	float: left;
}

#bottomleft .title{
	font-size: 14pt;
}
#bottomleft img{
	display: inline;
	padding: 0 5px 0 0;
}



#bottomright{
	width: 315px;
	float: right;
}

#tweets{
	width: 315px;
	height: 75px;
	background-image: url(http://www.whatsonstage.com/images/2012awards/tweet.png);
}

#bottom h2{
	font-size: 22pt;
	text-transform: uppercase;
	padding-top: 18px;
	margin: 0px;
}



#datesl{
	float: left;
	width: 242px;
	margin: auto;
	text-align: center;
}

#datesr{
	float: left;
	width: 242px;
	margin: auto;
	text-align: center;
}

#datesrl{
	float: left;
	width: 242px;
	margin: auto;
	text-align: center;
}

#datesrr{
	float: right;
	width: 242px;
	margin: auto;
	text-align: center;
}

#datesrr img{
	float: right;
}

.newstitle{
	font-size: 12pt;
	font-weight: bold;
}

.newstext{
	font-size: 12pt;
}

.newsstory{
	padding-top: 0px;
}

.twtr-hd, .twtr-ft{display: none;}

A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: black;}


#contentlogo{
	width: 235px;
	float: left;
}

#leaderboard{
	width: 728px;
	height: auto;
	float: right;
	z-index: 1;
	background-image: url(http://www.whatsonstage.com/images/2012awards/background.jpg);

}

#contentleft{
	width: 300px;
	float: left;
	display: block;
}

#contentmain{
	width: 655px;
	float: right;
	display: block;
	min-height: 410px;
}

#quotetext{
	color: #7d7d7d;
	font-style:italic;
	font-size: 10pt;
	width: 300px;
	float: left;
}

.gal{
	display: block;
	float: left;
	padding-top: 5px;
}

.galleft{
	display: inline;
	float: left;
	width: 320px;
	padding-top: 5px;
}

.galright{
	display: inline;
	float: right;
	width: 320px;
	padding-top: 5px;
}

.galleft2{
	display: inline;
	float: left;
	width: 400px;
	padding-top: 5px;
}

.galright2{
	display: inline;
	float: left;
	width: 400px;
	padding-top: 5px;
}

.caption{
	min-width: 655px;
	color: #7d7d7d;
	font-style:italic;
	font-size: 10pt;
	float: left;
	margin-top: 0px;
	text-align: right;
}
.captioncol2{
	width: 400px;
	color: #7d7d7d;
	font-style:italic;
	font-size: 10pt;
	display: inline;
	float: left;
	text-align: right;
	padding-bottom: 10px;
}

.captioncol2 p{
	color: #7d7d7d;
	font-style:italic;
	font-size: 10pt;
	display: inline;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 10px;
}

.captioncol{
	width: 319px;
	color: #7d7d7d;
	font-style:italic;
	font-size: 10pt;
	display: inline;
	float: left;
	text-align: right;
	padding-bottom: 10px;
}

.captioncol p{
	color: #7d7d7d;
	font-style:italic;
	font-size: 10pt;
	display: inline;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 10px;
}

.mpu{
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
	float: left;
	background-image: url(http://www.whatsonstage.com/images/2012awards/background.jpg);
}

.slideshow { height: 230px; width: 254px; margin: auto; }
.slideshow img { padding: 0 0 0 10.5px; border: 0px; display: block;}
.slideshow img.first { display: block }

.slideshow2 { height: 180px; width: 300px; margin: auto; }
.slideshow2 img { padding: 0px; border: 0px; display: block;}
.slideshow2 img.first { display: block }

.slideshow3 { width: 499px; height: 230px; margin: auto; }
.slideshow3 img { display: block;}
.slideshow3 img.first { display: block }

#contentmain li{
	font-size: 12pt;
}

.sponclass{
	padding: 10px;
}

#nom{
}
