/*FONT IMPORTING**********************/

@import url(fonts/stylesheet.css);

*{
	margin: 0;
	padding: 0;
}


.clear
{
	display: block;
	clear: both;
}

html, body {
	height: 100%;
}

html{
	background: #e5f6fd url('../images/bg-slice.jpg') repeat-x left top;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/bg-clouds.gif') no-repeat center top;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
	
}

h2{	font-family: 'WindsongRegular'; font-weight: 400; font-size: 3em; /*48px*/ display: block; height: 49px; margin-bottom: 10px; overflow: hidden;}
h3{	font-size: 1.5em; /*24px*/ margin-bottom: 10px;}
h4{	font-size: 1.25em; /*20px*/ margin-bottom: 10px;}
h5{	font-size: 1em; /*16px*/ margin-bottom: 10px;}

h6{ /*substituted for span in CMS therefore needs to be same size as p tag */
	color: #32ccfe;
	float: left;
	font-family: Verdana;
	font-size: 0.8125em;
	font-weight: 400;
	margin-right: 0.3em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	font-size: 0.8125em;
	margin-bottom: 10px;
}

address{
	font-size: 0.8125em;
	font-style: normal;
	margin-bottom: 10px;
}

/* LIST STYLES *************************/

#content ul, #sidebar ul 
{
	list-style-position: outside;
	margin-bottom: 10px;
}

#content ol, #sidebar ol{
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 8px;
}

#content li, #sidebar li
{
	font-size: 0.8125em; /*needs to match p font-size*/
	margin-left: 15px;
	margin-bottom: 10px;
	
}

/* LAYOUT DIVS *************************/

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
	width: 926px;
}

#header
{
	float: left;
	width: 100%;
}

	#header h1 a{
		background: url('../images/header-logo.png') no-repeat left top;
		display: block;
		float: left;
		margin-left: -10px;
		position: relative;
		height: 225px;
		text-indent: -9999px;
		width: 520px;
	}

	#facebook{
		background: url('../images/facebook-logo.png') no-repeat left top;
		color: #000;
		display: block;
		float: left;
		font-size: 0.6875em;
		height: 72px;
		padding: 23px 0 0 63px;
		
		text-decoration: none;
		width: 117px;	
	}
	
	#header address{
		margin-top: 20px;
		margin-right: 15px;
	}
	
	#header address, #header li{
		color: #fff;
		font-family: 'CenturyGothicBold';
		font-size: 1.075em;
		text-align: right;
	}
	
	#header ul{
		list-style: none;
		margin-right: 15px;
	}

#nav
{
	background: url('../images/top-nav.png') no-repeat left top;
	clear: left;
	display: inline;
	float: left;
	height: 40px;
	margin: 14px 0 0 40px;
	padding: 5px 0 0 17px;
	width: 518px;	
}
	#nav li{
		display: block;
		float: left;
	}
	
	#nav a
	{
		color: #000;
		font-size: 0.8125em;
		font-weight: 700;
		text-decoration: none;
	}
	
	#nav a:visited
	{
		color: #000;
		text-decoration: none;
	}
	
	#nav a:hover, #nav a.active
	{
		color: #000;
		text-decoration: underline;
	}
	#nav li #nav-home{
		color: #fff;
		font-weight: 400;
		margin-right: 234px; 
	}
	
	#nav li #nav-events{
		border-left: 1px solid #000;
		margin-left: 10px;
		padding-left: 10px;
	}

#content
{
	display: inline;
	float: left;
	height: auto;
	margin: 8px 0 20px 40px;
	width: 550px;
}

#sidebar
{
	background: url('../images/sidebar-top.png') no-repeat left 10px;
	float: right;
	height: auto;
	margin-top: -120px;
	width: 330px;
}
	#sidebar h2{
		float: left;
		color: #fff;
		display: block;
		height: 49px;
		margin-bottom: 0;
		padding: 0 0 0 18px;
		overflow:hidden;
	}
	
	#sidebar a{
		color: #32ccfe;
		text-decoration: none;
		font-weight: 700;
	}
	
	#sidebar a:visited{
		color: #32ccfe;
		text-decoration: none;
	}
	
	#sidebar a:hover{
		color: #32ccfe;
		text-decoration: underline;
	}
	
	#sidebar ul{
		list-style: none;
		margin-left: -15px;
	}
	
	#sidebar #full-diary{
		color: #fff;
		float: right;
		font-size: 0.8125em;
		margin: 27px 34px 0 0;
	}
	
	#diary-wrapper{
		background: url('../images/sidebar-bottom.png') no-repeat left bottom;
		padding-bottom: 25px;
		margin-bottom: 14px;
	}
	
	.diary-entry, .contact-entry{
		background: url('../images/diary-entry-slice.png') repeat-y left top;
		padding: 10px 34px;
	}
	
	.diary-entry h3, .contact-entry h3{
		font-family: Verdana;
		font-size: 0.8125em;
		font-weight: 700;
	}
	
	.diary-entry h3{
		float: left;
		width: 165px;
	}
	
	.diary-entry a{
		font-size: 0.8125em;
		font-weight: 700;
	}
	
	.event-date, .main-event-date{
		
		float: right;
		font-weight: 700;
		text-align: right;
	}
	
	.event-date{
		width: 90px;
	}
	.entry{
		background: #fff;
		padding: 10px;
		margin-bottom: 10px;
	}
	.entry h3{
		font-size: 0.8125em;
	}
	
	.entry a{
		font-size: 0.8125em;
	}
	
	
	#booking{
		background: url('../images/booking.png') no-repeat left top;
		display: block;
		height: 75px;
		margin-left: 14px;
		text-indent: -9999px;
		width: 301px;
	}
	
#footer
{
	background: url('../images/footer.gif') no-repeat 10px top;
	clear: left;
	display: block;
	margin: 0 auto;
	height: 25px;
	width: 900px;
}
	#footer ul{
		list-style: none;
		padding-left: 35px;
		padding-top: 3px;
	}
	#footer li{
		display: block;
		float: left;
	}
	#footer p{
		margin-bottom: 0;
	}
	
	#footer a, #footer a:visited{
		color: #fff;
		font-size: 0.8125em;
		text-decoration: none;
	}
	
	#footer a:hover{
		text-decoration: underline;
	}
	
	#footer li #footer-events{
		border-left: 1px solid #fff;
		margin-left: 10px;
		padding-left: 10px;
	}
	
	#footer li #footer-home{
		margin-right: 590px;
	}
.push{
	display: inline;
}

#footer, .push {
	height: 25px; /* .push must be the same height as #footer */
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}



#content a{
	color: #000;
	text-decoration: underline;
}

#content a:visited{
	color: #000;
	text-decoration: underline;
}

#content a:hover{
	color: #000;
	text-decoration: none;
}



/* IMAGE ALIGNMENT */

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

.img-center{
	text-align: center;
	margin: 0 10px 10px;
}

/* TABLE STYLING **/

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

table{
	width: 100%;
	margin-bottom: 10px;
}

th{
	font-weight: 700;
}

td, th{
	font-size: 0.8125em;
	padding: 3px;
	vertical-align: bottom;
}

/* FORM **/

fieldset{
	border: 0;
	margin-bottom: 10px;
}

label
{
	display: block;
	font-size: 0.81253em;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #000;
	padding: 3px;
	width: 75%;
}

input[type=text]:focus, textarea:focus{
	background: #d1f4ff;
}

textarea
{
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	width: 75%;
}

input[type=submit]{
	display: block;
	margin-bottom: 10px;
	padding: 2px;
}

.ieformfix{
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 3px;
	width: 75%;
}

#btnsubmit{
	display: block;
	clear: left;
}

/* SLIDER STYLING **/

#slider, .slide
{
	clear: left;
	overflow: hidden;
	height: 203px;
	width: 534px;
	margin-bottom: 10px;
}

#slider{
	position: relative;
}

.slide p{
	background: url('../images/transparency.png') repeat left top;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	margin-bottom: 0;
	padding: 6px 8px;
	width: 518px;
}
