/*
Website: Freerange Theatre Company
Author: tim@drumbeatcreative.co.uk
Version: 0.1
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Gill Sans', Arial;
	color: #4A4A4C;
}

#container {
	margin: 0;
	padding: 0;
	width: 726px;
	height: 693px;
	background: url(../media/images/style/maing_bg.jpg) no-repeat;
	margin: 0 auto;
}

/* Header */

#header {
	display: none;
}

#strapline {
	float: right;
	margin: 176px 0 0 0;
	padding: 0 0 0 88px;;
	background: url(../media/images/style/strapline.gif) no-repeat;
	width: 446px;
	height: 20px;
	text-indent: -5000px;
}

/* Navigation */

#navigation {
	float: left;
	margin: 150px 0 0 2px;
	padding: 0;
	height: 400px;
	position: absolute;
}

#navSupportUs {
 	overflow: hidden;
	width: 120px;
	height: 30px;
}

#navSupportUs a {
	position: absolute;
	overflow: hidden;
	width: 120px;
	height: 0px;
	padding: 33px 30px 0 0;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navHome {
	position: absolute;
	overflow: hidden;
	margin: 26px 0 0 2px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 172px;
	height: 20px;
	background: url(../media/images/style/buttons/navigation/home.jpg) no-repeat;
}

#navHome:hover {
	background: url(../media/images/style/buttons/navigation/home_selected.jpg) no-repeat;
}

#home #navHome {
	background: url(../media/images/style/buttons/navigation/home_selected.jpg) no-repeat;
}



#navWhoWeAre {
	position: absolute;
	overflow: hidden;
	margin: 46px 0 0 2px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 172px;
	height: 20px;
	background: url(../media/images/style/buttons/navigation/who_are_we.jpg) no-repeat;
}

#navWhoWeAre:hover {
	background: url(../media/images/style/buttons/navigation/who_are_we_seleceted.jpg) no-repeat;
}

#who_we_are #navWhoWeAre {
	background: url(../media/images/style/buttons/navigation/who_are_we_seleceted.jpg) no-repeat;
}



#navPastPerformance {
	position: absolute;
	overflow: hidden;
	margin: 66px 0 0 2px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 172px;
	height: 20px;
	background: url(../media/images/style/buttons/navigation/past_performance.jpg) no-repeat;
	position: absolute;
}

#navPastPerformance:hover {
	background: url(../media/images/style/buttons/navigation/past_performance_selected.jpg) no-repeat;
}

#past_performances #navPastPerformance {
	background: url(../media/images/style/buttons/navigation/past_performance_selected.jpg) no-repeat;
}



#navOurActors {
	position: absolute;
	overflow: hidden;
	margin: 86px 0 0 2px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 172px;
	height: 20px;
	background: url(../media/images/style/buttons/navigation/our_actors.jpg) no-repeat;
}

#navOurActors:hover {
	background: url(../media/images/style/buttons/navigation/our_actors_selected.jpg) no-repeat;
}

#our_actors #navOurActors {
	background: url(../media/images/style/buttons/navigation/our_actors_selected.jpg) no-repeat;
}



#navNews {
	position: absolute;
	overflow: hidden;
	margin: 106px 0 0 2px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 172px;
	height: 20px;
	background: url(../media/images/style/buttons/navigation/news.jpg) no-repeat;
}

#navNews:hover {
	background: url(../media/images/style/buttons/navigation/news_selected.jpg) no-repeat;
}

#news #navNews {
	background: url(../media/images/style/buttons/navigation/news_selected.jpg) no-repeat;
}



#navContactUs {
	position: absolute;
	overflow: hidden;
	margin: 126px 0 0 2px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 172px;
	height: 20px;
	background: url(../media/images/style/buttons/navigation/contact_us.jpg) no-repeat;
}

#navContactUs:hover {
	background: url(../media/images/style/buttons/navigation/contact_us_selected.jpg) no-repeat;
}

#contact_us #navContactUs {
	background: url(../media/images/style/buttons/navigation/contact_us_selected.jpg) no-repeat;
}



#navFeedback {
	position: absolute;
	overflow: hidden;
	margin: 146px 0 0 2px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 172px;
	height: 20px;
	background: url(../media/images/style/buttons/navigation/feedback.jpg) no-repeat;
}

#navFeedback:hover {
	background: url(../media/images/style/buttons/navigation/feedback_selected.jpg) no-repeat;
}

#feedback #navFeedback {
	background: url(../media/images/style/buttons/navigation/feedback_selected.jpg) no-repeat;
}



#navMailingList {
	position: absolute;
	overflow: hidden;
	margin: 206px 0 0 4px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 165px;
	height: 29px;
	background: url(../media/images/style/buttons/mailing_list.gif) no-repeat;
	z-index: 3;
	
}

#navMailingList:hover {
	background: url(../media/images/style/buttons/mailing_list_selected.gif) no-repeat;
}

#mailing_list #navMailingList {
	background: url(../media/images/style/buttons/mailing_list_selected.gif) no-repeat;
}



#navBookmark {
	position: absolute;
	overflow: hidden;
	margin: 246px 0 0 3px;
	padding: 0 0 0 0;
	text-indent: -5000px;
	width: 165px;
	height: 27px;
	background: url(../media/images/style/buttons/bookmark.gif) no-repeat;
	z-index: 1;
	cursor: pointer;

}

#navBookmark:hover {
	background: url(../media/images/style/buttons/bookmark_selected.gif) no-repeat;
}

#bookmark #navBookmark {
	background: url(../media/images/style/buttons/bookmark_selected.gif) no-repeat;
}

/* Content */

#content {
	width: 490px;
	position: absolute;
	height: 460px;
	margin: 201px 30px 0 190px;
	padding: 0px 0 0 0;
	font-size: 11px;
	line-height: 16px;
}

.contentHeading { /* targeting h1 */
	color: #4A4A4C;
	font-size: 19px;
	margin: 3px 0 15px 0;
	padding: 0;
	line-height: 18px;
	font-weight: bold;
	font-family: Optima, Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

/* header 2 */
#content h2 {
	margin: 3px 0;
	padding: 0;
}

.dateHeading {
	margin: 0;
	padding: 0;
	font-family: 'Gill Sans', Arial;
	color: #4A4A4C;
	font-size: 11px;
	line-height: 8px;
	font-weight: normal;
}

.dateHeading a {
	color: #4A4A4C;
	text-decoration: none;
}

.dateHeading a:hover {
	color: #4A4A4C;
	text-decoration: underline;
}

.newsHeading {
	color: #E8A33F;
	font-size: 14px;
	line-height: 18px;
}

/* header 3 */

.nameHeading {
	color: #E8A33F;
	font-size: 20px;
	margin: 3px 0;
	padding: 0;
	line-height: 10px;
}

.nameHeading a {
	color: #E8A33F;
	text-decoration: none;
}

.nameHeading a:hover {
	color: #E8A33F;
	text-decoration: underline;
}

.nameHeading p {
	font-size: 14px;
}

/* Content list */

#contentList {
	height: 400px;
	width: 460px;
	overflow: auto;
}

#contentList img {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}

#contentList hr {
	border: dashed 1px #BABABB;
	clear: both;
	margin: 0;
}

#contentList p a {
	color: #4A4A4C;
	text-decoration: underline;
}

.contentListItem {
	float: left;
}

.winner {
	color: #E8A33F;
	width: 150px;
	line-height: 12px;
	float: right;
}

/* other content */

#content p {
	margin: 5px 0;
	padding: 0;
}

#content a {
	color: #E8A33F;
	text-decoration: none;
}

#content a:hover {
	color: #E8A33F;
	text-decoration: underline;
}

.firstParagraph {
	color: #E8A33F;
	font-weight: bold;
}

#content stong {
	color: #E8A33F
}

#content em {
	color: #E8A33F
}

#newsItem1 hr, #newsItem2 hr, #newsItem3 hr {
	display: none;
}

#newsItem1 a, #newsItem2 a, #newsItem3 a, #newsItem1_newspage a {
	color: #4A4A4C;
	font-weight:  bold;
	text-decoration: none;
}

#newsItem1 a:hover, #newsItem2 a:hover, #newsItem3 a:hover {
	text-decoration: underline;
}

#newsItem1 em {
	color: #4A4A4C;
}

#content ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 13px;
}

#titlebox {
	float: left;
}

#nominationsbox {
	float: right;
	margin: 0 10px 0 0;
	width: 150px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.stand_out {
	color: #8B0F04;
}

#news .touring_schedule_link {
	color: #8B0F04;
}

.copy_strong {
	font-weight: bold;
}

/* News items */

#newsItem1 {
	margin: 10px 0 0 0;
	width: 130px;
	float: left;
	border-right: solid 1px #4A4A4C;
	height: 230px;
}

#newsItem1 p {
	padding-right: 1px;
}

#newsItem1_newspage {
	margin: 10px 0 0 0;
	width: 179px;
	float: left;
	border-right: solid 1px #4A4A4C;
	height: 230px;
}

#newsItem1_newspage p {
	padding-right: 1px;
}

#container #newsItem 1 em {
	color: #4A4A4C;
}

#newsItem2 {
	margin: 10px 0 0 5px;
	width: 179px;
	float: left;
	border-right: solid 1px #4A4A4C;
	height: 230px;
}

#newsItem2 p {
	padding-right: 13px;
}

#newsItem3 {
	margin: 10px 0 0 5px;
	width: 151px;
	float: left;
}

#newsItem3 p {
	padding-right: 13px;
}

/* Bookmarks */

#bookmarks {
	z-index: 1;
	font-size: 12px;
	text-align: center;
	margin-left: -150px;
}

#bookmarks ul {
	margin: 0;
	padding: 0;
	line-height: 0;
	list-style: none;
}

#bookmarks li {
	margin: 0;
	padding: 0;
	display: inline;	
}

#bookmarks li a, #bookmarks img {
	margin: 0;
	padding: 0;
	line-height: 0;
	text-decoration: none;
	border: none;
}

.bookmark{
	color: #4A4A4C;
}

.whatAreThese {
	color: #E8A33F;
}

.bookmark{
	color: #4A4A4C;
}

.whatAreThese {
	color: #E8A33F;
}

/* Footer */

#footer {
	position: absolute;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	width: 130px;
	margin: 490px 0 0 30px;
	padding: 0; 
}

#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

#footer img {
	margin: 10px 0 5px 0;
	padding: 0;
	border: 0;
}


/* Who are we */

#knight_mantell, #geraldine_smith, #wren_chapman {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#knight_mantell, #geraldine_smith, #wren_chapman, #hugo_changor {
	font-size: 11px;
}

#more {
	width: 210px;
	margin: 0;
	padding: 0;
	float: left;
}

#highlights {
	margin: 0 20px 0 0;
	padding: 0;
	width: 240px;
	float: right;
}

#highlights h3 {
	color: #4A4A4C;
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0;
}

/* actorsList */

#actorsList {
	height: 310px;
	width: 460px;
	overflow: auto;
	margin-top: 20px;
}

#actorsList img {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}

#actorsList hr {
	border: dashed 1px #BABABB;
	clear: both;
	margin: 0;
}

#actorsList p a {
	color: #4A4A4C;
	text-decoration: underline;
}

/* news_archive */
#news_archive {
	clear: both;
}

/* Feeback form */

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

textarea {
	width: 470px;
	padding: 5px;
	border: #4A4A4C 1px solid;
	margin-bottom: 0px;
	font-family: 'Gill Sans', Arial;
}

#howToGetInTouch dt {
	float: left;
	width: 70px;
}

#howToGetInTouch dd {
	margin-bottom: 5px;
}

input {
	padding: 1px;
	border: #4A4A4C 1px solid;
}


#feedbackComments dd {
	margin-bottom: 10px;
}

.question {
	margin: 0;
	line-height: 0;
}

#contactPriority {
	float: left;
}

.sendBtn, .signUp {
	background: #E8A33F;
	border: none;
	margin: 10px 0 0 10px;
	padding: 2px 20px 2px 2px;
}

.requiredField {
	color: red;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	padding: 0 0 0 5px;
}

/* feedback */

#mailingList dt {
	float: left;
	width: 100px;
}

#mailingList dd {
	margin-bottom: 5px;
}

.signUp {
	margin: 0 0 0 198px;
}

/* Perfomances */

#performanceInfo {
}

#performanceHeading {
float: left;
}

#performanceText {
	width: 441px;
	height: 230px;
	overflow: auto;
}

#performanceText img {
	float: right;
}

#performanceText h3 {
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 0;
}

#performanceText a {
	color: #E8A33F;
	text-decoration: none;
}

#performanceText a:hover {
	color: #E8A33F;
	text-decoration: underline;
}

.back {
	float: right;
}

.back a {
	color: #4A4A4C;
	font-weight:  bold;
	text-decoration: none;
	margin: 0 50px 0 0;
	padding: 0 0 0 0;
}

.back a:hover {
	text-decoration: underline;
}

.actor_back {
	float: right;
}

.actor_back a {
	color: #4A4A4C;
	font-weight:  bold;
	text-decoration: none;
	margin: 0 50px 0 0;
	padding: 0 0 0 0;
}

.actor_back a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0;
	padding: 0;
}

.quote {
	font-style: italic;
	font-size: 12px;
	color: #E8A33F;
}

/* Actors */

#actors img {
	float: right;
	margin:  0 20px;
	padding: 0;
}

#actorText {
}

/* News Article */

#newsArticleInfo {
}

#newsArticleInfo img {
	clear: both;
}

#newsArticleHeading {
float: left;
}

#newsArticleText {
	width: 441px;
	height: 230px;
	overflow: auto;
}

#newsArticleText img {
	float: right;
}

#newsArticleText h3 {
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 0;
}

#newsArticleText strong {
	color: #E8A33F;
	font-weight: normal;
}

#newsArticleText a {
	color: #E8A33F;
	text-decoration: none;
}

#newsArticleText a:hover {
	color: #E8A33F;
	text-decoration: underline;
}

.newsBack {
	float: right;
}

.newsBack a {
	color: #4A4A4C;
	font-weight:  bold;
	text-decoration: none;
	margin: 0 50px 0 0;
	padding: 0 0 0 0;
}

.newsMainHeading { /* targeting h1 */
	color: #4A4A4C;
	font-size: 19px;
	margin: 3px 0 15px 0;
	padding: 0;
	line-height: 18px;
	font-weight: bold;
	float: left;
	font-family: Optima, Palatino Linotype, Book Antiqua3, Palatino6, serif;
	width: 400px;
}



/* Table styling */

table {
	border-collapse: collapse;
}

caption {
	text-align: left;
}

caption strong {
	font-weight: bold;
}

thead {
	font-weight: bold;
	border-bottom: 1px solid #4A4A4C;
}

.dateColumn {
	width: 100px
}

.venueColumn {
	width: 200px;
}

.bookingColumn {
	width: 100px;
}