 
	@import url('lightbox.css');
	
	.right { float: right; }
	.left	 { float: left; }
	.clear { clear: both; display: block; }
	
	.divid {
		margin: 0 0.2em;
		/**/
		border-left: 1px solid #DDDDDD; 
		font-size: 125%; 
		color: #CCCCCC;
	}
	
	.divider { 
		display: block;
		padding-bottom: 5px;
    border-bottom: 1px dotted #222222; 
	}
	
	
	body {
		margin: 1em;
		background-color: #060203;
		/**/
		background-image: url('../images/background.gif');
	}
	
	#wrap {
		width: auto;
		text-align: center;
	}
	
	#container {
		width: 820px;
		margin: auto;
		padding: 0;
		/**/
		text-align: left;
	}
	
	#header {
		width: auto;
		padding: 10px 0;
		text-align: center;
	}
	
		#header h1  { margin: 0 auto; }
		
		#header h1 a { 
			display: block;
			width: 350px;
			height: 100px;
			margin: auto;
			/**/
			background-image: url('../images/gpda-logo.gif');
			background-position: left center;
			background-repeat: no-repeat;
			/**/
			border-bottom: none;
			text-align: center;
		}
	
		#header h1 a span { display: none; }
	
	#content { 
		clear: both;
		position: relative;
	}
	
		#sidebar {
			width: 220px;
			padding: 25px 0 120px 0;
		}
		
			#sidebar li {
				list-style: none;
				margin: 0.6em 0;
			}
		
		#body {
			width: auto;
			margin: 0 240px 0 0;
			padding: 10px 0;
		}
		
		.timetable #body { margin: 0 0 0 0; }
	
	#footer {
		padding: 0;
		color: #CCCCCC;
		background-color: #F5F5F5;
	}
		
		#footer p { color: #666666; }
		
		#copyright { 
			width: 820px;
			margin: auto;
			padding: 5px 0;
			text-align: left;
			color: #999999;
		}

		#copyright a { color: #555555; }

	/* Navigation */
	
	#navigation { 
		height: 30px;
		padding: 15px 0 0 0;
		clear: both;
		/**/
		border: 1px dotted #222222;
		border-left: none;
		border-right: none;
	}
	
	#navigation ul, #navigation li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#navigation li {
		float: left;
	}
	
	#navigation a {
		display: block;
		margin: 0 1em;
		padding: 0 0 0 5px;
		border: none;
		color: #AAAAAA;
		font-family: Georgia, Times, serif;
		font-size: 110%;
	}		
	
		#navigation a:hover, #navigation a.current {
			color: #EEEEEE;
		}
		
		#navigation a.current {
			font-weight: bold;
		}
		
		li.navs {
			padding: 0 0 0 20px;
			background-image: url('../images/navs.gif');
			background-position: left center;
			background-repeat: no-repeat;
		}
		
	
	/* Gallery */
	
	.photo-gallery br { display: none; }
	
	a.thumb {
		margin: 0 8px 8px 0;
		float: left;
		border: 2px solid #310E1F;
	}	
	
		a.thumb:hover { border: 2px solid #99215D; }
		
	a.thumb img {
		width: 130px;
		height: 130px;
		border: none;
	}
	
	
	/* Typography */
	
	h1, h2, h3, h4 {
		margin: 1em 0 0.4em 0;
		font-weight: normal;
	}
	
	h2 { 
		color: #E52093;
		font-size: 175%;
	}
	
	h3 {
		margin: 1em 0 0.3em 0;
		color: #E2659F; 
		font-size: 125%;
	}	
	
		.clear h3 { clear: left; }
		
	h4 { 
		color: #656565; 
		font-weight: bold; 
	}

	p, td, li, div {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
		font-size: 12px;
		line-height: 1.4em;
		color: #D4D5D8;
	}
	
	p { margin-bottom: 1em; }
	

	hr {
		height: 1px;
		margin: 0.5em 0;
		clear: left;
		/**/
		border: none;
		border-top: 1px solid #DDDDDD;
		color: #DDDDDD;
	}
	
	a {
		color: #999999;
		text-decoration: none;
		border-bottom: 1px dotted #DDDDDD;
		font-weight: bold;
	}
	
		a:hover { border-bottom: 1px dotted #141414; }
		
		a.pdf, a.ext {
			padding: 0 16px 0 0;
			background-position: right center;
			background-repeat: no-repeat;
		}
		
			a.pdf { background-image: url('../images/a-pdf.png'); }
			a.ext { background-image: url('../images/a-ext.png'); }
		
			a#morgan {
				width: 55px;
				height: 12px;
				background-image: url('../images/morgan-link.jpg');
				background-position: top center;
				background-repeat: no-repeat;
				float: right;
				border: none;
			}
			
				a#morgan:hover { background-position: bottom center; }
				
				a#morgan span { display: none; }
	
		a img {
			border: none;
		} 
	
		ul, li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	form { 
		border: 1px solid #E5E5E5;
		padding: 10px;
	}
	
	label {
		display: block;
		float: left;
		clear: left;
		width: 120px;
		/**/
		font-weight: bold;
	}
	
	.contactForm, 
	form { padding: 0 0 0 0; border: none; }
	
	
	.contactForm textarea {
		width: 220px;
		height: 120px;
	}
	
	.contactForm input,
	.contactForm textarea {
		background-color: #141516;
		border: 2px solid #222222;
		color: #FFFFFF;
	}
	
	input.submit {
		border: none;
	}
	
	.hotpink {
		border: 5px solid #222222;
	}
	

	
	/* Timetable */
	
	tr {
		background-color: #151618;
		border-bottom: 1px solid #151515;
	}
	
	tr.th td {
		background-color: #151515;
		font-size: 110%;
		color: #666666;
	}
	
	tr.even {
		background-color: transparent;
	}
	
	td { 
		padding: 10px;
		vertical-align: top;
		text-align: center;
		font-weight: bold;
		color: #BBBBBB;
	}
	
	td span {
		display: block;
		font-size: 90%;
		font-weight: normal;
		padding: 3px 0 0 0;
		color: #99215D;
	}
	

	/* Workshops */
	
	h4 {
		width: auto;
	}
	
	h4 strong {
	}
	
	
	/* Home Page Carousel */
	.jcarousel-container {
	    position: relative;
	}
	
	.jcarousel-clip {
	    z-index: 2;
	    padding: 0;
	    margin: 0;
	    overflow: hidden;
	    position: relative;
	}
	
	.jcarousel-list {
	    z-index: 1;
	    overflow: hidden;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin: 0;
	    padding: 0;
	}
	
	.gallery .jcarousel-list li,
	.gallery .jcarousel-item {
	    float: left;
	    list-style: none;
	    width: 315px;
	    height: 210px;
	}
	
	.jcarousel-next {
	    z-index: 3;
	    display: none;
	}
	
	.jcarousel-prev {
	    z-index: 3;
	    display: none;
	}
		
	
	.hens-and-ladies-nights .package {
		margin: 10px;
		width: 220px;
	}
	
	.hens-and-ladies-nights p {
		display: inline;
	}
	

		
	
	
	