body, #page_body
{
	background: url("/images/site/leftbg.jpg") repeat-y #e9f1ff;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color: black;
}

input, textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

div
{
	padding: 0;
	margin: 0;
}

#logo
{
	height: 148px;
	background: url("/images/site/logomain.jpg") no-repeat white;
	text-align: left;
	margin: 0;
	padding: 0;
}

#copyright
{
	position: absolute;
	top: 94px;
	left: 466px;
	color: #006;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 7pt;
	min-width: 490px;
}

#copyright a, #copyright a:visited, #content a, #content a:visited
{
	color: #006;
	text-decoration: none;
}

#copyright a:hover
{
	color: red;
	text-decoration: underline;
}

#sociallinks
{
	position: absolute;
	top: 120px;
	right: 15px;
	color: #006;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	min-width: 490px;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

#leftcol
{
	float: left;
	width: 170px;
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 7pt;
	xbackground: url("/images/site/leftmain.jpg") no-repeat;
	min-height: 800px;
	z-index: 10;
}


.lmenu
{
	margin: 0 0 2px 0;
	padding: 6px 0 0 6px;
	background: url("/images/site/btn-green1.png") no-repeat;
	width: 156px;
	height: 25px;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.lmenu a, .lmenu a:visited, .lmenu a:hover
{
	padding: 6px 0 0 5px;
	color: black;
	text-decoration: none;
}

#content
{
	background-color: #e9f1ff;
	color: black;
	margin: 0 10px 0 190px;;
	padding: 8px 0 8px 8px;
	text-align: justify;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	vertical-align: top;
	min-width: 750px;
}

#content h1
{
	color: #036;
	margin: 0;
	padding: 0;
	font-size: 15pt;
}

#content h3
{
	font-size: 11pt;
}

#boxright, #diarylist
{
	float: right;
	border: 1px solid black;
	padding: 8px;
	width: 250px;
	text-align: left;
	font-size: 10px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: #777 2px 2px 4px;
	-webkit-box-shadow: #777 2px 2px 4px;
	box-shadow: #777 2px 2px 4px;
}

#boxright
{
	margin: 0 0 10px 20px;
	background-color: white;
}

#diarylist
{
	margin: 5px 0 10px 20px;
	background-color: #fff8e0;
}

#boxright h2
{
	padding: 3px 2px;
	background-color: black;
	color: #eee;
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#boxright h3
{
	color: black;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#boxright a, #boxright a:visited
{
	color: blue;
	font-weight: bold;
}

#boxright a:hover
{
	color: red;
	text-decoration: underline;
}

#boxright img.newsimg
{
	text-align: center;
	padding-bottom: 5px;
}

#diarylist #diaryheader
{
	text-align: center;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 10pt;
	background-color: black;
	color: white;
	padding: 2px 0 3px 0;
}

#diarylist h2
{
	padding: 3px 2px;
	background-color: #620;
	color: #eee;
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

#diarylist h2 a, #diarylist h2 a:visited
{
	color: #ff8;
	text-decoration; none;
}

#diarylist h2 a:hover
{
	color: #ff0;
	text-decoration; underline;
}

#diarylist h3
{
	padding: 3px 2px;
	color: #620;
	margin: 0 0 2px 0;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

#diarylist h4
{
	padding: 1px 2px;
	color: #866;
	margin: 0 0 2px 0;
	text-align: left;
	font-size: 8pt;
}

#diarylist.date
{
	text-align: right;
	font-size: 7pt;
	font-style: italic;
}

.diary
{
	margin-bottom: 10px;
	font-size: 7pt;
}

.diarytext
{
	text-align: justify;
	padding: 0 2px;
}

.newspub
{
	font-size: 7pt;
	color: #999;
	text-align: right;
	margin-bottom: 5px;
}

.mempics
{
	text-align: center;
}

.mempic
{
	margin: 0 10px 10px 0;
}

.mempicb
{
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

.businessblock
{
	width: 220px;
	height: 50px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #555;
	float: left;
	background: url("/images/site/busbg.jpg") no-repeat white;
	margin: 2px 3px 4px 1px;
	padding: 3px;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

/* Events and Gigs */

.event
{
	background: url("/images/site/eventbg.jpg") repeat-x #cbe9f0;
	padding: 8px;
	margin: 5px 10px 10px 10px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

.eventm
{
	background: url("/images/site/eventbg.jpg") repeat-x #cbe9f0;
	padding: 8px;
	margin: 5px 275px 10px 10px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

#content .event h2, #content .eventm h2
{
	margin: 0;
	padding: 2px 0 3px 6px;
	color: #f0f8ff;
	font-size: 10pt;
	background-color: #404fb0;
/*	border-top: 1px solid #e9f1ff;
	border-left: 1px solid #e9f1ff;
	border-right: 2px solid #003;
	border-bottom: 2px solid #003;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.7), inset -1px -1px 5px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.7), inset -1px -1px 5px rgba(100, 100, 100, 0.9);
	box-shadow: inset 1px 1px 5px rgba(255, 255, 255, 0.7), inset -1px -1px 5px rgba(0, 0, 0, 0.9);
}

#content .event h3, #content .eventm h3
{
	margin: 5px 0 0 0;
	padding-left: 10px;
	line-height: 1.6em;
	font-size: 10pt;
}

#content .event h4, #content .eventm h4
{
	margin: 3px 0 0 0;
	padding-left: 10px;
	line-height: 1.6em;
	font-size: 8pt;
	font-weight: bold;
}

.eventtext
{
	padding-left: 20px;
	font-size: 8pt;
}

.imgl, .medialeft
{
	float: left;
	padding: 0 10px 10px 0;
}

.ximgr
{
	float: right;
	margin: 0 0 10px 20px;
	padding: 10px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
}


.imgr, .mediaright
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
}

.imgb
{
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 10px;
	background-color: white;
}

.imglb
{
	float: left;
	padding: 10px 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 10px 10px 0;
	background-color: white;
}

.imgrb
{
	float: right;
	padding: 10px 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 0 10px 10px;
	background-color: white;
}

#map
{
	margin: 0;
	border: 1px solid #558;
}

#mapinfo
{
	font-size: 7pt;
	height: 37px;
	width: 250px;
	overflow: auto;
}

.exbox
{
	background-color: #e9f1fe;
	border: 1px solid #999;
	text-align: center;
	margin: 2px 0 8px 4px;
	width: 150px;
}

.extitle, .extitle a, .extitle a:visited
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: black;
	padding: 2px 4px 4px 4px;
	text-decoration: none;
}

.exloc, .exloc a, .exloc a:visited
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: black;
	padding: 2px 4px 4px 4px;
	text-decoration: none;
}

.extitle a:hover, .exloc a:hover
{
	color: #ff0;
}

.extxt
{
	padding: 3px;
	text-align: left;
}

.mapbtn
{
	margin: 10px 10px 0 0;
	float: right;
}

/* ********** FAQs ********* */


.faqcat
{
	margin: 0;
	padding: 2px 0 2px 4px;
	color: #f0f8ff;
	font-size: 10pt;
	font-weight: bold;
	background-color: #404fb0;
	border-top: 1px solid #e9f1ff;
	border-left: 1px solid #e9f1ff;
	border-right: 2px solid #003;
	border-bottom: 2px solid #003;
}

.faqq
{
	font-size: 10pt;
	font-weight: bold;
	color: #008;
	margin: 10px 0 5px 10px;
}

.faqa
{
	font-size: 8pt;
	text-align: justify;
	color: #004;
	margin: 0 0 15px 30px;
	padding: 5px;
	border: 1px dashed #99e;
	background-color: white;
}

.faqa a
{
	font-weight: bold;
}


#errormsg
{
	margin: 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: red;
	background-color: #ffc;
	border: 2px solid red;
	padding: 10px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#errormsg li
{
	font-size: 11px;
	font-weight: normal;
}

/* **** Add Event Box/Table **** */

#addeventtitle
{
	color: red;
	font-size: 13px;
	font-weight: bold;
}

#addentrytbl
{
	float: left;
	margin: 0 12px 20px 0;
}

#addentrytbl table.addeventtbl
{
	padding: 5px;
	background-color: #eee;
	border: 1px solid #666;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#addentrytbl table.addeventtbl td
{
	background-color: #f8f8f8;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

