@charset "utf-8";
/* CSS Document */

/* Overall body elements */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

/* General link colours */
a 
{
	color: #7CB47C; /* link */
	text-decoration: none;
}
a:hover 
{
	color: #549454; /* link hoover */

/* Headings & Text Formatting */
}
/* AWL in appropriate colours */
.actors {
	font-weight: bold;
	color: #B74E2B;
}
.london {
	color: #8C7CBE;
	font-weight: bold;
}
.writers {
	font-weight: bold;
	color: #59A5CC;
}

/* Header holding the awl logo at the moment */
#header  {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
} 
/* Photo Header */
#photos {
	width: 625px;
	float: left;
	padding-top: 5px;
	border-left: 1px solid #DC8669;
	padding-left: 2px;
	height: 290px;
}
.photocredit {
	font-size: 9px;
	text-align: center;
	color: #999999;
}



/* main content */
#content  {
	width: 610px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #DC8669;
	background: #FFFFFF;
} 
.text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.textBold {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}
/* Disclaimer at bottom of page */
.disclaimer {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	list-style: url(../graphos/li_blue.gif) outside;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Floating elements if required for blocks */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 425px;
	display: block;
	margin: 10px 10px 0px;
	text-align: left;
	padding: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* css table for thumbnail navigation */
.alphabet {
	width: 15px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	height: 15px;
	display: inline;
	font-weight: bold;
	float: left;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 4px;
}
/* clears the end of the css */
.clearboth { clear: both; }
.blockText {
	width: 600px;
	color: #666666;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
