/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
	}
	
body {
	font-size: 62.5%; /* 62.5% means 1em = 10px */
	}
	
ul, li, ol, dl, dd, dt {
	list-style:none;
	padding:0;
	margin:0;
	}
	
a {
	text-decoration:none;
	}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body {
	background:#dfdcd4;
	font-family: Helvetica; /* Helvetica is on the iPhone already, so you may as well take advantage */
	color:#99999;
	}
p {
	font-size:12px;
	padding-bottom:8px;
	}
a {
	color:#333333;
	text-decoration:none;
	border-bottom:dotted;
	border-width: 2px;
	}

/*-----------------------------
	HEADINGS
-----------------------------*/

h1 {
	display:block;
	padding-left: 20px;
	font-size: 100%;
	width:220px;
	height:30px;
	background-image:url(../images/movielondon_logo_200.png);
	}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#wrapper{
	width: 100%;
	padding-top:20px;
	font-size: 100%;
	background:#dfdcd4 url(../images/bg_image.png) repeat-x;
	}
	
/*styles for the first menu - remove padding, margin and bullets*/
	
#menu {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	position:relative;
	font-size: 100%;
	background: #003300;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#menu a {
	display: block;
	margin: 0;
	padding: 9px 9px 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	}
	
#menu a:link, #menu a:visited {
	background-color: #333333;
	color: #FFFFFF;
	}
	
#menu a:hover, #menu a:active {
	background-color: #000000;
	color: #CCFF00;
	}
	
.clear {
	clear: both;
	}
	
	
/* page content */

	
#content {
	width: 100%;
	border: 0;
	top: 20px;
	font-size: 100%;
	background-color: transparent;
	}	
	

/*set dimensions for level 1, 2 and 3 headings in maincontent*/

#content h1 {
	font-family:Helvetica;
	font-size: 120%;
	font-weight:bold;
	color:#000000;
	}
	
#content h2 {
	margin-top: 0;
	margin-bottom: 12px;
	padding: 9px 9px 9px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color:#FFFFFF;
	background-color: #333333;
	}
	
#content h3 {
	font-size: 100%;
	font-weight:bold;
	color: #000000;
	padding-left: 20px;
	padding-bottom: 8px;
	}
	
#content h4 {
color:#333333;
	font-size: 90%;
	font-weight:500;
	}
	
#content p {
	font-family: Helvetica;
	color:#000000;
	font-size: 100%;
	font-weight:normal;
	line-height: 1.5;
	text-align:left;
	padding-left: 20px;
	}
	
.details1 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color:#333333;
	font-size: 80%;
	padding-top: 9px;
	}

.details {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color:#333333;
	}
	
.nav {
	width: 48px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color:#333333;
	font-size: 80%;
	text-align:left;
	}
	
.title {
	font-weight: bold;
	}
	
.hideFromScreen {
	display: none;
	}
	
#blurb {
	padding-left: 0x;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #333333;
	}
	
#blurb p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.6;
	}
	
	
/* contentlocn */
	
#contentlocn {
	width: 100%;
	border: 0;
	}	
	

/*set dimensions for level 1, 2 and 3 headings in contentlocn*/

#contentlocn h1 {
	font-family: Helvetica;
	font-size: 120%;
	font-weight:bold;
	color:#000000;
	}
	
#contentlocn h3 {
	font-size: 100%;
	font-weight:bold;
	color: #000000;
	padding-left: 12px;
	padding-right: 12px;
	}
	
#contentlocn h4 {
color:#333333;
	font-size: 100%;
	font-weight:500;
	padding-left: 12px;
	padding-right: 12px;
	}
	
#contentlocn p {
	font-family:"Times New Roman", Times, serif;
	color: #333333;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	padding-left: 18px;
	padding-right: 18px;
	}
	
#contentlocn img {
	float:left;
}

#contentlocn .nav {
font-family:"Times New Roman", Times, serif;
	width: 48px;
	float: left;
	font-size: 100%;
	text-align:left;
	}
	
#contentlocn .clear {
	clear: left;
}
	
.title {
	font-family: Helvetica;
	font-weight: bold;
	color:#000000;
	}
	
.details {
	font-style: italic;
	color:#333333;
	}
	
#anchor {
}
