@import "youtube.css";

body {
	background: #f0eeda url(/images/2010/gradient.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.clear {
	clear:both;
}
a {
	color:#993399;
	text-decoration:none;
}
p {
	margin-bottom:10px;
}
h1,h2,h3,h4 {
	margin-bottom:15px;
	letter-spacing:-0.5px;
}

h1 {
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:-2px;
}
h2 {
	font-size:20px;
	line-height:24px;
	letter-spacing:-1px;
}
h3 {
	font-size:16px;
	line-height:20px;
}
h1, h1.a {
	color:#31394a;
}

/* 
	Layout 
*/

#top, #middle, #bottom, #header, #main, #footer {
	margin: 0 auto;
	background-position: top center;
	background-repeat: repeat-y;
}
#top {
	background-image: url(/images/2010/header.jpg);
	height: 362px;
	min-width: 1080px;
}
#middle, #bottom {
	background-image: url(/images/2010/middle.png);
}

#main, #header, #footer {
	width: 980px;
	padding: 0 50px;
}
/* TODO: Fix for IE */

#main {
	background-image: url(/images/2010/main.jpg);
	background-repeat:no-repeat;
	min-height: 742px;
}

#footer {
	background-image: url(/images/2010/footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding:0 65px;
	padding-bottom: 76px;
	padding-top:20px;
	width:950px;
}

/* header content */
#language {
	position:relative;
	left:918px;
	width:63px;
	height:18px;
	padding-top:2px;
	text-align:center;
}
#language a {
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#header .logo {
	height:86px;
	width:436px;
	text-indent:-9999px;
	cursor:pointer;
}
#header .billettservice a {
	display: block;
	position: absolute;
	margin-left: 530px;
	top: 8px;
	height:140px;
	width:250px;
	text-indent:-9999px;
}


/* content */
#content, #left, #right, #widescreen {
	margin-top:3px;
	float:left;
}
#right {
	float:right;
}
#content {
	margin-left:15px;
	width:430px;
}


/* news */
.scene,
#footer .box, #right .box, .post {
	background-image:url(/images/2010/dividerHorizontal.png);
	background-repeat:repeat-x;
}
.post {
	padding-top:10px;
	margin-top:5px;
}

.post .box {
	background-color:#fff;
	height:92px;
	overflow:hidden;
	border: solid 15px #fff;
	border-bottom: solid 31px #fff;
}

.post .image {
	float:left;
	width:208px;
	height:138px;
	background-color:#f4f4f4;
}

.post h2 {
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	margin:0; padding:0;
}
.post .body {
	margin-top:0;
	margin-bottom:6px;
	line-height:16px;
}

.post a {
	color:#000;
}
.fullpost .body a {
	color:#993399;
	text-decoration:none;
	text-decoration: underline;
}
.fullpost .body a:hover {
	color:#661166;
}

.post h2,
.post .date {
	margin-bottom:5px;
}

.post .fluff {
	text-align:left;
	position:relative;
	width:208px;
	bottom:25px; right:-222px;
	height:13px;
	font-size:11px;
	margin-bottom:-13px;
	letter-spacing:-0.5px;
}
.post .fluff,
.tweet .time {
	color:#11a984;
}
.post:hover h2,
.post .fluff .pink {
	color:#993399;
}

/* left, right */
#left, #right {
	background-image:url(/images/2010/dividerVertical.png);
	background-repeat:repeat-y;
	padding-left:16px;
	margin-left:15px;
}
#left {
	width:210px;
}
#right {
	width:250px;
	margin-right:15px;
	margin-left:0;
}
h4 {
	margin-bottom:10px;
}
#left .box {
	margin-bottom:20px;
}
#left #campaign {
	margin-top:10px;
}
ul.links a {
	display:block;
	line-height:16px;
	color:#555;
}
ul.links a:hover {
	color:#000;
}
#artists img {
	margin-top:18px;
	margin-left:10px;
}
#artists {
	margin-bottom:23px;
}
#footer .box, #right .box {
	padding-top:25px;
	margin-top:15px;
}

/* twitter */
#livetwitter .tweet p {
	padding-left: 35px;
}
#livetwitter .tweet img {
	float: left;
	margin-right: 10px;
}
#livetwitter .tweet .username {
	font-weight: bold;
}
#livetwitter .tweet .time {
	display: block;
	font-size:10px;
}
#twitter .extra {
	font-size:10px;
	line-height:12px;
}
#twitter {
	overflow: hidden;
}

/* bottom */
#credit {
	position:relative;
	top:-30px;
	text-align:center;
	color:#7d7d68;
	padding-bottom:60px;
}

/* comments */
.comments h3,
.comments h2 {
	margin-bottom:12px;
	padding-bottom:4px;
	border-bottom:solid 1px #ccc;
}

.comments table { width:430px; margin-bottom:18px; }
.comments td {
	vertical-align:top;
	padding:10px;
	background-color:#f0f0f0;
	border-bottom:solid 2px #fff;
}
td.zebra {
	background-color:#f8f8f8;
}

.comments td p { margin:0; }
.comments td.info {
	width:68px;
	border-right:solid 2px #fff;
	font-weight:bold;
	letter-spacing:-0.5px;
}

.comments .date {
	color:#888;
	font-size:10px;	
}

.comments h3 {
	border-bottom: dotted 1px #999;
	margin-bottom:20px;
}
label {
	display:block;
	float:left;
	width:130px;
	font-weight:bold;
}

label, .field {	margin-bottom:5px; }
.comments form {
	margin-bottom:0;
	padding-bottom:0;
}

.comments textarea { width:428px; }
.input { width: 298px; }
textarea, input {
	border: solid 1px #aaa;
	padding:4px 0;
	font-size:14px;
	font-family:Helvetica,Arial;
}
textarea:focus, input:focus {
	border-color:#28b697;
}
#captcha {
	margin-bottom:20px;
}
#recaptcha_image {
	margin:10px 0;
}
.captcha_refresh {
	font-weight:normal;
	cursor:pointer;
}

/* fullpost */
.fullpost .post {
	padding:0;
	margin:0;
	background-image:none;
	margin-bottom:10px;
}
.fullpost .image {
	width:auto;
	height:auto;
	float:none;
	margin-bottom:5px;
}
.byline {
	font-size:11px;
	color:#888;
	margin-bottom:20px;
}
a.share {
	padding:3px 6px;
	background-color:#28b697;
	color:#fff;
}
.post .navigation a,
.post .navigation {
	margin-top:24px;
	margin-bottom:6px;
	text-align:right;
	color:#666;
}
.post .navigation a:hover {
	color:#000;
}

/* buttons */
input.button {
	font-size:12px;
	font-weight:bold;
	background-color:#993399;
	border-color:#993399;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
}
#newsletter .button {
	float:right;
}
#newsletter .text {
	width:120px;
}
#newsletter {
	margin-bottom: 20px;
}

/* rounders */
.image, .image img, textarea, input, a.share {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* widescreen */
#widescreen {
	margin-left:15px;
	width:674px;
	margin-bottom:3px;
}

/* program */
table.schedule {
	width:100%;
}
table.schedule td {
	padding-right:10px;
}
td.time {
	width:60px;
}
.schedule_nav {
	margin-bottom:10px;
}
#program .scene {
	margin:10px 0 10px 0;
	padding-top:15px;
}
.titleFix {
	position:relative;
	top:-6px;
}
.pagination {
	margin-top:10px;
}
#bottom {
	margin-top:-20px;
}
.share {
	padding:10px 0;
}
.share a {
	display:block;
	float:left;
	text-decoration:none;
	margin-right:10px;
	font-size:12px;
	color:#07b;
}
.share a img {
	margin-right:5px;
	float:left;
}
#sponsors .imagemap {
	text-align:center;
}

/* English */
.english_subnav, .submenu {
	margin-bottom: 2em;
}
.english_subnav li, .submenu li {
	display: inline;
	font-weight: bold;
	padding: 0 8px 6px 0;
	white-space: nowrap;
	font-size: 1.2em;
}
.english_subnav li a:hover, .english_subnav li a.current, .submenu li a:hover, .submenu li a.current {
	color: #000;
}

.flash_notice {
	background: #ffd;
	padding: 4px 6px;
	margin-bottom: 10px;
	border: 1px dotted #cc9;
}