/* FRAMEWORK - EDINBURGH FESTIVAL THEATRES 2008 */
/* GLOBAL RESET */ 
* {
   	padding:0;
	margin:0;
    }	
/********************* 1.LAYOUT *********************/	
#wrapper {
	margin:0 auto;
	height:100%;
	width:100%;
	border:1px solid #e6e6e6;
	text-align:left;
	font-size:1em;
	}
#header {
	width:100%;
	margin:0 auto;
	}
#ddtabs {
	display:none;
	}	
#secondary_nav {
	display:none;
	}	
.tabcontainer {
	display:none;
	}	
#content {
	width:100%;
	margin:0 auto;
	}		
#leftright_container {
	float:none;
	overflow:auto;
	}
	.left {
		float:none;
		clear:both;
		}
	.right {
		float:none;
		clear:both;
		}
	#wideleft {
		width:100%;
		clear:both;
		}
	#narrowright {
		width:100%;
		clear:both;
		}
#alternate_whatson {
	display:block!important;/* tells the print style sheet to show the alternative noflash content */
	} 						
.noprintflash {
	display:none!important;
	}				
#footer {
	display:block;
	clear:both;
	text-align:center;
	font-size:0.65em;
	}	
/********************* 2.TYPOGRAPHIC *********************/	
#wrapper p {
	font-size:0.75em;
	margin-bottom:14px;
	}	
#footer ul {
	display:none;
	}			
/********************* 3.LINK STYLES *********************/		
#header a:link,#header a:visited {
	color:#BCBEC0;
	text-decoration:none;
	}
#header a:link,#header a:visited {
	color:#BCBEC0;
	text-decoration:none;
	}	
#wrapper a:link,#wrapper a:visited {
	text-decoration:none;
	color:#fff;
	}
#wrapper a:hover,#wrapper a.active {
	text-decoration:underline;
	}
/********************* 4.FORM STYLES *********************/	
#form {
	}
label {
	}				 
