@charset "utf-8";
/* CSS Document */

/* DESIGNER NOTE
   This file contains the global css that will effect all pages within the website */

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}

img {
	border:0px;
}

a {
	decoration:none;
	color: #655963;
}

a:hover {
	decoration:underline;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #3C6055;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #996C8A;
}
h3{
	font-size: 1.4em;
}
p {
	font-size: 1.2em;
	color: #999999;
	margin-bottom: 7px;
}


body {
	background-image: url(/images/background/bodyTrees.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 40px;
	background-color: #2E2D32;
	font-family: arial;
	font-size: 62.5%;
}
.clearFloat {
	clear: both;
}
.clearRight {
	clear: right;
}




/* DESIGNER NOTE
   Change width to the overall width of your page */

#container{
	width:1005px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	overflow: auto;
	float: left;
	clear: left;
}
#header ul {
	width: 1005px;
}
#header ul li {
	float: left;
	list-style-type: none;
}
#header ul li a {
	display: block;
	width: 168px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 26px;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-bottom: 3px;
}
#header ul li a:hover {
}

/*Individual menu item link and hover styles*/
#header ul li a#GN01 {
	background-image: url(/images/header/menu/button.jpg);
}
#header ul li a#GN01:hover {
	background-image: url(/images/header/menu/button.jpg);
	background-position: left -33px;
}

#header ul li a#GN02 {
	background-image: url(/images/header/menu/button-02.jpg);
	margin-left: 1px;
}
#header ul li a#GN02:hover {
	background-image: url(/images/header/menu/button-02.jpg);
	background-position: left -33px;
}

#header ul li a#GN03 {
	background-image: url(/images/header/menu/button-03.jpg);
	margin-left: 1px;
}
#header ul li a#GN03:hover {
	background-image: url(/images/header/menu/button-03.jpg);
	background-position: left -33px;
}

#header ul li a#GN04 {
	background-image: url(/images/header/menu/button-04.jpg);
	background-position: left 0px;
}
#header ul li a#GN04:hover {
	background-image: url(/images/header/menu/button-04.jpg);
	background-position: left -33px;
}

#header ul li a#GN05 {
	background-image: url(/images/header/menu/button-05.jpg);
	margin-left: 1px;
}
#header ul li a#GN05:hover {
	background-image: url(/images/header/menu/button-05.jpg);
	background-position: left -33px;
}

#header ul li a#GN06 {
	background-image: url(/images/header/menu/button-06.jpg);
	width: 161px;
	margin-left: 1px;
}
#header ul li a#GN06:hover {
	background-image: url(/images/header/menu/button-06.jpg);
	background-position: left -33px;
}
#header ul li#GN04 {
	background-image: url(/images/header/menu/button-04.jpg);
	display: block;
	width: 168px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 23px;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-size: 12px;
}
#header ul li#GN05 {
	background-image: url(/images/header/menu/button-05_dud.jpg);
	display: block;
	width: 168px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 23px;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-size: 12px;
}

#header ul ul {
	list-style-type: none;
	float: left;
	position: absolute;
	font-size: 11px;
	width:auto;


	padding-top::4px;
	/*background-image: url(/images/list-head-cornert.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	visibility: hidden;
}
#header ul ul li {
	list-style-type: none;
	float: none;
	line-height: normal;
	display: block;
	margin:0;	
}
#header ul ul li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	color:#524850;
	width:168px;
	margin: 0px;
	background-image: url(/images/header/menu/drop_4.png);
	text-transform: none;
	height: 23px;
	background-position: left top;
	padding-top: 8px;
}
#header ul ul li a:hover {
	color:#33303A;
	text-decoration:none;
	background-image: url(/images/header/menu/drop_4_ro.png);
}
#content {
	float: left;
	width: 1005px;
	background-image: url(/images/background/content.png);
	margin-bottom: 5px;
	background-position: left bottom;
}
#content.noBG  {
	background-image: none;
}

#content .textpadding {
	background-image: url(/images/background/content.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 3em;
	min-height: 450px;
}

.leftCol {
	width: 256px;
	float: left;
	margin-right: 5px;
}
.mainCol {
	width: 575px;
	float: left;
}
.mainCol ul {
	margin-left: 3em;
	margin-top: 1em;
}
.mainCol ul li {
	padding-left: 10px;
}

.rightCol {
	width: 162px;
	float: right;
}
.rightCol .imagewrapper  {
	border-bottom-width: .6em;
	border-bottom-style: solid;
	border-bottom-color: #48454E;
}

.dualCol {
	width: 744px;
	float: left;
	height: 23px;
}


ul.intro {
	margin-top: 2em;
}
ul.intro li{
	list-style-image: url(/images/icons/ul_intro_bullet.jpg);
	list-style-position: outside;
}
#footer {
	float: left;
	width: 1005px;
}
a.btnRegister {
	background-image: url(/images/buttons/register.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 257px;
}
a.btnRegister:hover {
	background-image: url(/images/buttons/register_ro.jpg);
}
.leftCol .imagewrapper {
	border-bottom-width: .6em;
	border-bottom-style: solid;
	border-bottom-color: #48454E;
}
.gallery {
	float: left;
	width: 574px;
	margin-top: 8px;
	padding-left: 1px;
}
.gallery img {
	margin-right: 6px;
	margin-bottom: 8px;
	border: 1px solid #7E7E86;
	float: left;
}
.gallery    img.noMarginRight  {
	margin-right: 0px;
	padding: 0px;
	margin-left: 0px;
}

.events {
}
.events .eventsList {
}
.events .eventsList table {
	width: auto;
}
.events .eventsList table th {
	text-align: left;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.events .eventsList table td {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #3C6055;
	padding-bottom: 5px;
	text-transform: capitalize;
}


.events .eventsList table td.date {
	background-image: url(/images/background/eventBar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}
.events .eventsList table td.artist {
	background-image: url(/images/background/eventBar-02.png);
	height: 26px;
	background-position: left top;
	color: #999999;
}
.events .eventsList table td.artist a {
	text-decoration: none;
	color: #783672;
}
.events .eventsList table td.artist a:hover {
	text-decoration: underline;
}


.events .eventsList table td.genre {
	background-image: url(/images/background/eventBar-03.png);
	height: 26px;
	background-repeat: no-repeat;
}

.whatsOnItem {
	cursor: pointer;
	cursor: hand;
}
.whatsOnItem a {
	background-image: url(/images/background/whatsOnItem.jpg);
	background-repeat: no-repeat;
	height: 47px;
	text-transform: capitalize;
	display: block;
	width: 516px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItem .date {
	float: left;
	height: 40px;
	width: 48px;
	text-align: center;
	padding-left: 2px;
	padding-top: 7px;
	color: #783672;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.whatsOnItem .date .day {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #3C6055;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItem a:hover {
	background-image: url(/images/background/whatsOnItem_ro.jpg);
	text-decoration: underline;
}
.whatsOnItem .artist {
	height: 40px;
	width: 395px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #783672;
	padding-left: 10px;
	padding-top: 7px;
	cursor: pointer;
	cursor: hand;
}

.whatsOnItem .image {
	width: 60px;
	float: left;
	height: 40px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItem .artist .genre {
	text-decoration: none;
	color: #999999;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItempromo {
	cursor: pointer;
	cursor: hand;
}


.whatsOnItempromo a {
	background-image: url(/images/background/whatsOnItempromo.jpg);
	background-repeat: no-repeat;
	height: 47px;
	text-transform: capitalize;
	display: block;
	width: 516px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItempromo a:hover {
	background-image: url(/images/background/whatsOnItempromo_ro.jpg);
	text-decoration: underline;
}
.whatsOnItempromo .datee {
	float: left;
	height: 40px;
	width: 68px;
	text-align: center;
	padding-left: 2px;
	padding-top: 7px;
	color: #783672;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	text-transform: none;
}
.whatsOnItempromo .datee .day {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #3C6055;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItempromo .promoimage {
	width: 60px;
	float: right;
	height: 40px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItempromo .promoartist  {
	height: 40px;
	width: 355px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #783672;
	padding-left: 10px;
	padding-top: 7px;
	cursor: pointer;
	cursor: hand;
}
.whatsOnItempromo .promoartist  .genre {
	text-decoration: none;
	color: #999999;
	cursor: pointer;
	cursor: hand;
}
