/* --------------------------------------------------------------

   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)

-------------------------------------------------------------- */

/*

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";

*/


/* Site
-------------------------------------------------------------- */

/* Put your site styles here */
body {
	background-color: #f0f1df;
	margin: 0px auto;
	width: 750px;
	line-height: 1.2;
	color :#333333;
	font-family :Verdana,Geneva,Arial,sans-serif;
	font-size :small;
}

a {
	color: #6d2330;
}

a:visited {
	color: #6d2330;
}

#header {
	clear: both;
	width: 100%;
	padding-bottom: 5px;
}

#header img {
	float: left;
	margin-top: 7px;
}

#header p {
	float: right;
	text-align: right;
	margin: 0px;
}

#mailinglist {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	width: 242px;
	height: 84px;
	border-color: #6d2330;
	border-style: dashed;
	border-width: 1px;
	text-align: center;
}

#mailinglist form {
	margin: 0px;
	padding: 0px;
}

.menu {
	background-color: #6d2330;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	width: 745px;
	font-family: Impact,Arial,sans-serif;
	font-size: 14pt;
}

.menu a {
	color: #ffffff;
	font-family: Impact,Arial,sans-serif;
	font-size: 14pt;
	margin-right: 10px;
	text-decoration: none;
}

.menu a:visited {
	color: #ffffff;
	font-family: Impact,Arial,sans-serif;
	font-size: 14pt;
	margin-right: 10px;
	text-decoration: none;
}

#content {
	clear: both;
	height: 100%;
	min-height: 100%;
	margin-bottom: 5px;
}

#contentleft {
	float: left;
	width: 560px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	padding-right: 5px;
	height: 100%;
	min-height: 100%;
}

#contentleftborder {
	float: left;
	width: 559px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	padding-right: 5px;
	height: 100%;
	min-height: 100%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6d2330;
}

#contentright {
	float: left;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
	min-height: 100%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #6d2330;
	width: 176px;
}

#contentrightnoborder {
	float: left;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
	min-height: 100%;
	width: 176px;
}

#contentright h1 {
	padding-top: 0px;
}

#contentleft h1 {
	padding-top: 0px;
}

#footer {
	font-size: 8pt;
}

#smallflash {
	margin-top: 5px;
	width: 175px;
	height: 131px;
}

h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: large;
	margin: 0px;
}

h2 {
	font-size: medium;
}

.whatsonevent {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.whatsonnav {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	float: right;
	font-size: large;
	text-decoration:none;
	color: #333333;
}

.whatsonnav a {
	font-size: large;
	text-decoration:none;
	color: #333333;
	font-weight: bold;
}

.twocols {
	width: 100%;
}

.col50 {
	width: 50%;
	float: left;
}

p {
	margin-top: 5px;
	margin-bottom: 13px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.whatsonevent {
	margin-bottom: 5px;
	width: 100%;
	text-align: justify;
}

.whatsonevent hr {
	height: 1px;
	background-color: #6d2330;
	color: #6d2330;
	width: 100%;
	border: 0px;
}

.whatsoneventbanner {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

.whatoneventdetails {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: medium;
	font-weight: bold;
}

.whatoneventdetails a {
	text-decoration: none;
	color: #333333;
}

.whatoneventdetails a:visited {
	text-decoration: none;
	color: #333333;
}

.whatsoneventicon {
	width: 15%;
	float: left;
	text-align: center;
	padding-top: 5px;
}

.whatsoneventdescription {
	float: left;
	width: 84%;
	text-align: justify;
}

#gigguidesubmenu {
	visibility: hidden;
	position: absolute;
	background-color: #6d2330;
	white-space: nowrap;
	padding: 3px;
	border-width: 1px;
	border-color: #6d2330;
	border-style: solid;
}

#gigguidesubmenu a {
	color: #ffffff;
	width: 745px;
	font-family: Impact,Arial,sans-serif;
	font-size: 14pt;
	text-decoration: none;
}

#gigguidesubmenu a:visited {
	color: #ffffff;
	width: 745px;
	font-family: Impact,Arial,sans-serif;
	font-size: 14pt;
	text-decoration: none;
}

.nottobemissed {
	padding-top: 0px;
	margin-bottom: 10px;
	border-color: #6d2330;
	border-style: dashed;
	border-width: 1px;
}

.nottobemissed h2 {
	font-size: large;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	width: 100%;
	background-color: #6d2330;
	color: #ffffff;
}

#chatframe {
	margin-top: 5px;
	width: 748px;
	min-height: 650px;
	height: 650px;
	border-style: solid;
	border-width: 1px;
	border-color: #6d2330;
}

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
