/*
Title:      Theatre of work print media
Author:     wordsandpeople.com
Updated:    Dec 2005
*/



body {
	margin: 0;
	padding: 0 0 25px 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #333; 

	
}

/* ---[ links ]------------------------------- */

#content a:link {
	color: #f03;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}
#content a:visited {
	color: #900;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}
#content a:hover {
	color: #036;
	border-bottom-style: solid;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	line-height: 1.5em;
	}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 170%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #333;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 145%;
	color: #666;
	font-weight: normal;
	padding: 0;
	margin: 0 0 .5em 0;
	}
h3, h4 {
	margin: 1.5em 0 0 0;
	padding-bottom: 3px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #7B9905;
	border-bottom: 1px solid #eaeaea;
	}

em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}

/* --------------[Top]-------------------*/

#wrap {
	position: relative;
	margin: 0;
	width: 100%;
	background: url(../images-design/head-bg.gif) repeat-x left top;
}

#header {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	height: 185px;
	margin: 0 0 0 0;
	width: 100%;
	background: url(../images-design/stepping-stones.jpg) no-repeat top right;
}

#header p {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	padding: 87px 0 0 10px;
	width: 330px;
	margin: 0;
	color: #69c;
	font-size: 245%;
	background: url(../images-design/city-scape.jpg) no-repeat top left;
}

#header p a {
	color: #69c;
	display: block;
	text-decoration: none;
	padding: 0 0 0 0;
}


blockquote { 
	position: absolute;
	top: 130px;
	left: 20px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0;
	letter-spacing: 0;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.0em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	z-index: 2000;
	/* background: url(../images-design/quote-left.gif) left top no-repeat; */ 	
	} 
#quote {
	margin: 0 10px 0 0;
	padding: 5px 20px 5px 10px;
	/* background: url(../images-design/quote-right.gif) right bottom no-repeat; */
}

/* ---[ main column ]----------------------------- */

#main-body {
	position: relative;
	clear: both;
	width: 100%;
	padding: 30px 0 0 0;
	background: url(../images-design/topnav-shadow.gif) repeat-x left top;

}
#content {
	position: relative;
	top: 0;
	left: 0;
	width: auto;	
}
#content .gutter {
	padding: 0 10px 0 10px;
}

/* lists */

#content ul {
	list-style: none;
	margin: .5em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 13px;
	line-height: 1.4em;
	background: url(../images-design/li-bullet.gif) no-repeat 0 4px;
	}

/* --------------[ Navigation ]-------------------*/

/* top menu*/

#topNav  {
	display: none;
	}


/* main menu*/

#mainMenu {
	display: none;
}
/* programmes menu*/

#mainPrograms {
	display: none;
}



/* --------------[ Bottom  ]-------------------*/

#footer {
	display: none;
}

.clear {
	clear: both;
}


/* ----------------------------[ Forms styling ]-----------------------------------  */

form {
	margin: 20px 20px;
	}

fieldset {
	border: solid 1px #9c9;
	padding: 10px 0 10px 25px;
	margin: 0 0 0 0;

	}
legend {
	font-size: 130%;
	font-weight: bold;
	color: #9c9;
	padding: 0 5px;
	margin: 0 0 10px -10px;
	background: #fff;
	}
	
label {
	margin: 1px 0 0 0;
	padding: 2px 0 2px 5px;
	background-color: #eee;
	color: #333;
	clear: both;
}

form p label {
	float: left;
	width: 35%;
}

.formnote {
	font-size: 75%;
	
	color: #666;
	}
	
.fieldstd {
	width: 170px;
	}
.fieldsmll {
	width: 50px;
	}
.fieldadd {
	width: 200px;
	height: 75px;
	}
.fieldcomnts {
	width: 250px;
	height: 75px;
	}
.fielddrop {
	width: 170px;
	}
	
.btn {
	background: #90bd90 url(../images-design/nav-bg.gif) repeat-x top left;
	color: #2f4f4f;
	border: ridge 1px;
	cursor: hand;
	padding: 5px 5px;
	margin-left: 35%;
	margin-top: 10px;
	}




