body {
	font-size:12px;
	color:#666;
	background-color:#F4F4ea;
}

#wrapper { /* wrapper to the whole thing*/
	background-color: #ffffff;
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}

/* colour */
h1 {
	margin:0 0 10px 0;
	color:#990;
	font-size:20px
}
h2 {
	color:#660;
	font-size:18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h3 { margin:0 0 10px 0; font-size:16px; color:#660; }
h4 { margin:0 0 10px 0; font-size:14px; color:#903; }
h5 {
	font-size:12px;
	color:#660;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
td , txt , html{
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
}

p { margin-top: 0px;
	margin-bottom:6px;
	}

a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#660;
}

#banner { /* banner dimensions */
    height:220px;
	width:850px;
	margin:0 auto 0 auto;
}
#menubar { /* navbar dimensions */
	width:850px;
	margin:5px auto 5px auto;
}
#menubar a {
	font-size:13px;
	font-weight:bold;
	color:#660;
}

.topdivide { /* top image break */
	width:850px;
	height:25px;
	margin:0 auto 0 auto;
	background-image: url(../includes/divide.png);
}
.botdivide { /* bottom image break */
	width:850px;
	height:25px;
	margin:0 auto 0 auto;
}
.leftmena { /* upper left menu */
	border:1px solid #ffffff;
	padding:3px 0 3px 0px;
}
.leftmena:hover { /* upper left menu hover */
	color:#990000;
}

.leftmena a { color:#660; font-weight:bold}

.leftmenb { /* lower left menu */
	border:1px solid #ffffff;
	padding:3px 0 3px 12px;
}
.leftmenb:hover { /* lower left menu hover */
	border:1px solid #333333;
	color:#000000;
	background:#cccccc;
}

#sublinks a { color:#990; font-weight:bold; }

body#nav1 #N1, /* header active link */
body#nav2 #N2,
body#nav3 #N3,
body#nav4 #N4,
body#nav5 #N5,
body#nav6 #N6,
body#nav7 #N7 {
	color:#666666;
	background:#ffffff;
}

body#nav1 a#F1, /* footer active link */
body#nav2 a#F2,
body#nav3 a#F3,
body#nav4 a#F4,
body#nav5 a#F5,
body#nav6 a#F6,
body#nav7 a#F7 {
	color:#666666;
}

.whitenav { /* navbar */
	padding:5px 20px 5px 20px;
	margin:0;
	float:left;
	font-size:14px;
	text-align:center;
}
.whitenav:hover { /* navbar hover */
	color:#666600;
}
.whitenav a { /* navbar link */
	font-size:14px;
}

#leftdiv { /* left frame */
	position:relative;
	width:245px;
	float:left;
	z-index:10;
	padding-left:15px;
}
#leftdivimageregion {
	width:221px;
	overflow:hidden;
	vertical-align:top;
}

#rightdiv { /* right frame */
	position:relative;
	width:595px;
	float:left;
	overflow:hidden;
	min-height:360px;
	z-index:0;
}

#rightdiv a { text-decoration:underline; color:#990000 }

#rightdiv2 { /* right frame */
	position:relative;width:645px;float:right;overflow:auto;min-height:360px;z-index:0;
}
.backer { /* back button div */
	position:absolute;
	visibility:hidden;
	z-index:0;
}
.images1 { /* image box */
	border:3px solid #D6D6AB;
}

.seperator{ /* not used at mo */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	height:2px;
}
#red { /* red text */
	color:#990000;
	font-size:12px;
	font-weight:500;
}
#blu { /* blue text */
	color:#0000FF;
	font-size:12px;
	font-weight:500;
}
#gre{ /* green text */
	color:#00C000;
	font-size:12px;
	font-weight:500;
}
#yel { /* yellow text */
	color:#FBC30A;
	font-size:12px;
	font-weight:500;
}
#LK1 { /* links left div */
	float:left;
}
#LK1 a{ /* links left div hyperlink */
	color:#006666;
}
#LK1 a:hover{ /* links left div hyperlink hover */
	color:#666666;
	background:#dedede;
	text-decoration:underline;
}
#LK2 { /* links right div */
	float:right;
}
#LK2 a{ /* links right div hyperlink */
	color:#006666;
}
#LK2 a:hover{ /* links right div hyperlink hover */
	color:#666666;
	background:#dedede;
	text-decoration:underline;
}
/* -------------------------------------------------------------------------------------------------------------------------*/
.infobox { /* box padding */
	padding:3px;
	
}
.opening-times-box { /* contains all the opeing times of the pub */
	padding:3px;
	margin-bottom: 5px;
}

.whatsonthisweektable { /* table with the weeks events */
	padding:3px;
	margin-bottom: 10px;
}
.indentinfo {  /* table information cell */
	padding-left:15px;
	border-bottom:solid 1px #CCC;
	padding-bottom:6px;
}

.infoboxtop { /* box text bg */
	padding:2px;
	background:#FFFFFF;
}
.floter { /* FIXED FOOTER */
	position:fixed;bottom:0px;width:850px;background-image:url(../includes/colourfoot.png);margin:0 auto 0 auto;text-align:center;padding:3px 0 3px 0;
	border-top:1px solid #333333;font-size:11px;z-index:400;
}
.floter #rightdiv a { font-size:11px;color:#ffff00;text-decoration:none; }
.floter a:hover { text-decoration:underline;}

.fixter { /* BOTTOM FOOTER */
	width:850px;
	background-image:none;
	margin:0 auto 0 auto;
	text-align:center;
	padding:3px 0 3px 0;
	/*border-top:1px solid #666666;*/
	font-size:11px;
	z-index:400;
	color: #666666;
}
.fixter a { font-size:11px;color:#666666;text-decoration:none; }
.fixter a:hover { text-decoration:underline;}

/* --------------- Events ----------------------- */

table#musichometable {
	background-color:#F4F4EA;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#musichometable td {
	vertical-align: top;
	padding: 6px;
	}
	
#imagecell img{
	margin:6px;
	border:solid;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}

.highlight-red {
	color: #930;
}

.music-date-and-time {
	color: #663;
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
}
/* -------------- Cast and Crew ---------------- */

table#twocolumn-imgovertext-table    {
	background-color:#F4F4EA;
	float: left;
	width: 100%;
}
table#twocolumn-imgovertext-table td {
	padding-left:20px;
	padding-right:20px;
	width:50%;
}
td#imagecell { vertical-align:middle; text-align: center;padding:0;}

.largetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #930;
}

