html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li{
	padding:0;
	margin:0;
}
ul{
	padding-left:1.3em;
	margin-bottom:10px;
}
.clear{
	clear:both;
	height:1px;
	margin-bottom:-1px;
	overflow:hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-image: url(images/bg-body.gif);
	background-color: #FFF;
}

#wrapper {
	width: 940px;
	background:#ffffff;
	padding:0 35px 35px 35px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	font-size: 18px;
	color: #666;
	background-image: url(images/theatrepeckham.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	padding-top: 80px;
	margin-bottom: 5px;
}
#nav-container {
}
#nav  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	min-height:31px;
	_height:31px; /* IE6 */
}
#nav ul {
	float:left;
	width:940px;
	background-image: url(images/topnav-bg.gif);
	background-repeat: repeat-y;
	list-style-type: none;
	margin: 0 0 9px 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float:left;
	padding:0;
	margin: 0px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	float:left;
	line-height:31px;
	padding: 0;
	border-bottom:6px solid #C1C1C1;
	margin:0;
}
#nav li.current a{
	border-bottom-color:black;
}
/* 8 tabs x (100px + 2px) = 816px. Leaves 940-816 = 124px for the last tab.*/

#nav li.mi1{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#nav li.mi1 a{
	min-width: 100px;
	_width: 100px;  /* IE6 */
}
#nav li.mi2 a{
	min-width: 124px;
	_width: 124px;  /* IE6 */
}
#nav a span{
	display:block;
	border-bottom:1px solid white;
}
#nav a:focus,
#nav a:hover,
#nav a:active{
	color: #fff;
	text-decoration: none;
	background-position:left top; /* to trick IE6 into honouring changes to span */
}
#nav a:focus span,
#nav a:hover span,
#nav a:active span{
	color: #fff;
	text-decoration: none;
	background-color: #eb132b;
}
#nav li.parent{
	position:relative;
}
#nav li.parent a{
	cursor:default;
	_cursor:hand;
}
#nav li.parent li a{
	cursor:pointer;
}
#nav li ul{
	position:absolute;
	top:32px;
	left:-2px;
	display:none;
	width:100px;
}
#nav li:hover ul{
	display:block;
}
#nav li li{
}
#nav li.mi1 li a{
	background:#F5821F;
	position:relative;
	z-index:100;
	font-size:12px;
	line-height:1.2;
	text-align:left;
	padding:5px;
	min-width:130px;
	border:2px solid white;
	border-top-width:0;
	border-bottom-width:1px;
}
#nav li li a:focus,
#nav li li a:hover,
#nav li li a:active{
	background:#EB132B;
}
#main{
	clear:both;
}
#main a:link,
#main a:visited{
	text-decoration:none;
	color:#216acd;
}
#content{
	float:left;
	width:698px;
}
#content .bigbox{
	margin-bottom:8px;
}
#content h1{
	font-size:24px;
	line-height:31px;
	color:#eb132b;
	padding:0;
}
#content .border{
	padding-bottom:1px;
	border-bottom:2px solid #C1C1C1;
	margin-bottom:8px;
}
#content p{
	margin-bottom:10px;
}
#content .video{
	float:left;
	width:320px;
	background:#DFDFDF;
	padding:10px;
	margin-right:8px;
	margin-bottom:15px;
}
#content .video p.caption{
	text-align:center;
	color:#216ACD;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:0;
}
#content .prodlatest img{
	float:left;
	margin-right:12px;
	margin-bottom:24px;
}
#content h2{
	font-size:14px;
	text-transform:uppercase;
	padding-bottom:8px;
}
#content h2.large{
	font-size:18px;
	text-transform:none;

}
#content h3{
	font-size:14px;
	padding-bottom:8px;
}
#content p{
	font-size:14px;
}
#content li {
	list-style-position: inside;
}
#content .bordertop{
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
}
#content .bordertop-pad{
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
	padding-bottom: 6px;
}
#content p.origin,
#content div.small p{
	font-size:12px;
}
#content .boxcontainer{
	clear:both;
	float:left; /* to contain its contents */
	width:698px;
	padding:7px 0;
	border-top:2px solid #C1C1C1;
	margin-bottom:8px;
}
#content .boxcontainer p{
	font-size:12px;
}
#content .boxcontainer .boxleft,
#content .boxcontainer .boxright{
	float:left;
	width:331px;
	min-height:275px;
	_height:275px; /* for IE */
	background:url(images/white.gif) #FFE79E repeat-x left top;
	padding:12px 8px;
	margin-bottom:2px;
}
#content .recentprod .boxleft,
#content .recentprod .boxright{
	min-height:130px;
	_height:130px; /* for IE */
}
#content .boxcontainer .toprow{
	border-top:5px solid #FF8105;
}

#content .boxcontainer .boxleft{
	margin-right:4px;
}
#content .boxcontainer div img{
	float:left;
	margin-right:12px;
}
#content .boxcontainer div h3,
#content .boxcontainer div p{
	margin-left:130px;
}
#content .boxcontainer div a{
	font-weight:bold;
}
#content .img-left{
	padding-right: 12px;
	padding-bottom: 12px;
	float: left;
}
#content .img-right{
	padding-bottom: 12px;
	float: right;
	padding-left: 12px;
}
#content .map{
	padding-bottom: 12px;
	padding-left: 12px;
	float: right;
}
#sidebar{
	float:right;
	width:231px;
}
#sidebar h2{
	font-size: 15px;
	line-height:31px;
	padding:0 8px;
	margin-bottom:1px;
}
#sidebar h3{
	font-size:14px;
}
.red{
	background:#EB132b;
	color:#ffffff;
}
.orange{
	background:#FF8300;
	color:#ffffff;
}
.yellow{
	color:#ffffff;
	background:#FEC400;
}
#sidebar .box{
	padding:5px 7px;
	border:1px solid #D1D1D1;
	margin-bottom:12px;
}
#sidebar div.news h3{
	color:#216acd;
	margin-top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
}
#sidebar div.news p.newsdate{
	font-weight:bold;
}
#sidebar div.yoursay h4{
	font-size: 12px;
	line-height: 16px;
	font-style: oblique;
	margin-bottom: 6px;
}
#sidebar div.diary span{
	display:block;
	margin-left: 48px;
}
#sidebar div.diary span.eventdate{
	background:url(images/eventdate.gif) no-repeat left top;
	clear:left;
	float:left;
	width:44px;
	height:39px;
	min-height:39px;
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	margin-left:0;
	margin-right:8px;
	margin-bottom:8px;
}
#sidebar div.diary p.event{
	border-top:1px solid white; /* this solves some stuff in IE */
	min-height:52px;
	_height:52px;
}
#sidebar div.diary a{
	font-weight:bold;
}

#sidebar .iconbox{
	padding:0 6px;
}
#sidebar .iconbox ul{
	padding-left:0;
}
#sidebar .iconbox ul li{
	list-style:none;
	display:inline;
	padding-right:10px;
}
#sidebar .iconbox ul li.last{
	padding-right:0;
}
#sidebar .iconbox a img{
	border:none;
}
#footer{
	clear:both;
	padding:10px 0;
	border-top:2px solid #C1C1C1;
}
#footer .copyright{
	float:right;
}
#footer .logos li{
	display:inline;
	padding-right:15px;
}
#footer .logos a img{
	border:none;
}



/* popup pages styles */

body.popup{
	background:white;
}
body.popup #content{
	float:none;
	width:auto;
	padding:20px;
}
body.popup #content h2{
	margin-bottom:20px;
}
body.popup #content h1{
	font-size:18px;
	line-height: 20px;
	padding-bottom: 10px;
}
body.popup #content p{
	font-size:12px;
}
div.prodpopup img{
	float:right;
	margin-left:12px;
}

/* workshop pages styles */
.courses-pink {
	background-color: #ed0577;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.courses-border {
	border: 1px solid #ed0577;
}
.courses-orange {
	background-color: #ff8300;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
.courses-blue {
	background-color: #00B2F5;
	padding: 5px;
	font-size: 12px;
}
.courses-yellow {
	background-color: #fec400;
	padding: 5px;
	font-size: 12px;
}
.courses-green {
	background-color: #8cc63f;
	padding: 5px;
	font-size: 12px;
}
.courses-blank {
	background-color: #fff;
	padding: 2px;
}
.courses-next {
	text-align: right;
	margin-top: 12px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}

/* ma: mail address */
/* mat: mail 'at' */

.ma{
	font-weight:bold;
}
.mat{
	font-style:italic;
}
.video-caption{
	height:30px;
	overflow:none;
	font-size:10px;
	line-height:11px;
}

/* extra styles for the tumblr thing */

.boxcontainerlarge{
    border-top: 2px solid #C1C1C1;
    clear: both;
    float: left;
    margin-bottom: 8px;
    padding: 7px 0;
    width: 698px;
}
#content .boxcontainerlarge .boxcontainer{
	float:left;
	width:347px;
	border-top-width:0;
	clear:none;
	padding:0;
}
.boxcontainerlarge .boxtumblr{
	float:right;
	width:331px;
}
.boxcontainerlarge .boxtumblr .wrapposts{
	position:relative;
	border-top:5px solid #FF8105;
	padding-top:2px;
	height:600px;
}
.boxtumblr .wrapposts div.theposts{
	height:575px;
	padding:10px 8px 12px 8px;
	overflow:scroll;
}
#content .boxtumblr div.wrapposts p.thelink{
	display:block;
	padding-top:70px;
	width:323px;
	background:url(images/tumblrfade.png) transparent left bottom;
	position:absolute;
	left:0;
	bottom:0;
	padding-left:8px;
	margin-bottom:0;
}
.boxtumblr div.postbody{
	padding-bottom:10px;
	border-bottom:1px dashed #000000;
	margin-bottom:20px;
}

