/* General re-sets first
------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { margin: 0px; padding: 0px; font-size : 100%; font-weight: normal;}

fieldset,img { border : 0; }

blockquote { margin: 0px; padding: 0px; font-size : 100%; font-weight: normal; }


p {
	margin: 0;
	padding: 0px 0px 12px 0px;
}

br { padding: 0; margin:0; line-height: 12px; }

strong { font-weight: bold; }

form {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 8px 0px 9px 22px;
	padding: 0px 0px 0px 2px;
}
li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
    list-style-position: outside;
}
.hidden {
	visibility: hidden;
	display: none;
	font-size: 9px;
}
.hidden a {
	visibility: hidden;
	text-decoration: none;
	display: none;
}
.hidden a:hover {
	visibility: hidden;
	text-decoration: none;
	display: none;
}

/* =Colours used
------------------------------------------------------------------*/
.darkgreen {
color: #54701b;
}

/* =Style resets specific to this layout
------------------------------------------------------------------*/

body {
	background-color: #54701b;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

a {
	color: #3b3d25;
	text-decoration: underline;
}
a:hover {
	color: #54701b;
	text-decoration: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	line-height: 38px;
	font-weight: normal;
	color: #54701b;
	margin: 0px 0px 14px 0px;
	padding: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #54701b;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h3 {  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #54701b;
	margin: 0px 0px 10px 0px;
	padding: 0px;
 }
 h3 a {  
	color: #54701b;
	text-decoration: none;
 }
 h3 a:hover {  
	color: #54701b;
	text-decoration: underline;
 }
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #54701b;
	margin: 0px 0px 10px 0px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #54701b;
	margin: 0px 0px 6px 0px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #54701b;
	margin: 0px 0px 4px 0px;
}









/* =Main Container
------------------------------------------------------------------*/
#topbar {
	width: 1059px;
	height: 228px;
	text-align: left;
	display: block;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/topbar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#logo {
	padding: 75px 0px 0px 75px;
}

#logo a {
	width: 180px;
	height: 105px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


#animation {
	float: right;
	display: block;
	width: 488px;
	height: 227px;
	margin: 1px -1px 0px 0px;
	background-image: url(../images/animation-crop.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#container {
	width: 1059px;
	display: block;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #3b3d25;
	background-image: url(../images/middlebg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}






/* =Main Content Area
------------------------------------------------------------------*/

#contentarea {
	float: left;
	display: inline;
	position: relative;
	z-index:5;
	width: 485px;
	text-align: left;
	margin: -6px 27px 0px 0px;
}
#contentarea-gallery {
	float: left;
	display: inline;
	position: relative;
	z-index:5;
	width: 526px;
	text-align: left;
	margin: -6px 0px 0px 0px;
}


.photo1 img {
	width: 400px;
	border: 4px solid #b69b43;
	margin: 0px 0px 16px 0px;
	padding: 1px;
	background-color: #FFFFFF;
}

.clearboth {
	height:2px;
	display: block;
	clear: both;
}

.booknow a {
	display: block;
	width: 150px;
	height: 29px;
	background-image: url(../images/booknow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}
.booknow a:hover {
	background-position: left bottom;
	text-decoration: none;
}


/* = VIDEOS
------------------------------------------------------------------*/

.videoframe {
	display: block;
	width: 477px;
	border: 3px solid #b69b43;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 16px 0px;
}


.datediv {
	color:#999999;
	display: block;
	margin: -5px 0px 6px 0px;
}


	.typography img.right {
	border: 0px solid #b69b43;
	padding: 0px;
	margin: 0px 0px 6px 20px;
	display: block;
	float: right;
	}
	.typography img.left {
	border: 0px solid #b69b43;
	padding: 0px;
	margin: 0px 20px 6px 0px;
	display: block;
	float: left;
	}

.typography img.leftAlone {
		float: left;
		border: 0px solid #b69b43;
		padding: 0px;
		display: block;
		clear: right;
		margin-right: 100%;
	}
	
	.typography img.center {
		float: none;
		border: 0px solid #b69b43;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-right: 100%;
	}
	
	
/* =NAVIGATION
------------------------------------------------------------------*/
#navdiv {
	float: left;
	display: inline;
	text-align: left;
	margin: -4px 28px 58px 80px;
	padding: 0px;
}

.nav {
	display: block;
	width: 190px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#2b2e22;
	line-height: 23px;
}

.nav a{
	text-decoration: none;
	display: block;
	color:#2b2e22;
	padding: 4px 10px 4px 2px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nav a:hover{
	text-decoration: none;
	color:#2b2e22;
	background-position: right bottom;
}
.nav a.current{
	text-decoration: none;
	color:#2b2e22;
	background-position: right bottom;
}
.nav a.section {
	text-decoration: none;
	color:#303326;
	background-position: right bottom;
}


/* =SUB-NAVIGATION
------------------------------------------------------------------*/
.subnavbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 4px;
	text-align: left;
	vertical-align: top;
}

.subnav {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	display: block;
	}

.subnav a {
	color: #54701b;
	text-decoration: none;
}
.subnav a:hover{
	color: #54701b;
	text-decoration: underline;
}
.subnav a.current{
	color: #54701b;
	text-decoration: none;
	font-weight: bold;
}
.subnav a.section{
	color: #54701b;
	text-decoration: none;
	font-weight: bold;
}


.thirdnav {
	margin: 0px;
	padding: 6px 0px 0px 15px;
	display: block;
	font-size: 12px;
	}
.thirdnav a {
	color: #3b3d25;
	text-decoration: none;
}
.thirdnav a:hover{
	color: #54701b;
	text-decoration: underline;
}
.thirdnav a.current{
	color: #3b3d25;
	text-decoration: none;
	font-weight: bold;
}
.thirdnav a.section{
	color: #3b3d25;
	text-decoration: none;
	font-weight: bold;
}



.sociallinksbox {
	width: 190px;
	display: block;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#7c704b;
	line-height: 18px;
}

.sociallinksbox i {
	display: block;
	font-size: 28px;
	color:#54701b;
	margin: 0px 0px 4px 0px;
	line-height: 34px;
	font-style: italic;
}

.nav-facebook a, .nav-twitter a, .nav-vimeo a, .nav-flickr a {
	display: block;
	width: 190px;
	height: 27px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/socialinks.gif);
}

.nav-facebook a {
	background-position: 0px 6px;
}
.nav-facebook a:hover {
	text-decoration: none;
	background-position: -191px 6px;
}
.nav-twitter a {
	background-position: 0px -21px;
}
.nav-twitter a:hover {
	text-decoration: none;
	background-position: -191px -21px;
}
.nav-vimeo a {
	background-position: 0px -48px;
}
.nav-vimeo a:hover {
	text-decoration: none;
	background-position: -191px -48px;
}
.nav-flickr a {
	background-position: 0px -75px;
}
.nav-flickr a:hover {
	text-decoration: none;
	background-position: -191px -75px;
}



/* = RIGHT SIDE Area
------------------------------------------------------------------*/

#rightside {
	float: left;
	display: inline;
	position: relative;
	z-index:5;
	width: 170px;
	text-align: left;
}

#booktickets a {
	display: block;
	float: right;
	width: 109px;
	height: 109px;
	text-decoration: none;
	margin: -8px 0px 30px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/booktickets.gif);
	background-position: left top;
}
#booktickets a:hover {
	text-decoration: none;
}

#booktickets2 a {
	display: block;
	float: right;
	width: 214px;
	height: 311px;
	text-decoration: none;
	margin: -8px 0px 20px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/booktickets2.gif);
	background-position: left top;
}
#booktickets2 a:hover {
	text-decoration: none;
}



.rightpics {
	display: block;
}
.rightpics img {
	width: 164px;
	border: 2px solid #b69b43;
	margin: 0px 0px 23px 0px;
	padding: 1px;
	background-color: #FFFFFF;
}





/* = AUTO LISTING PAGE STYLES
------------------------------------------------------------------*/
#listing {
	display: block;
	width: 570px;
	margin: 14px 0px 0px 0px;
}

.listing-text {

}

.listing-thumb img{
	border: 2px solid #b69b43;
	padding: 1px;
	margin: 0px 0px 6px 16px;
	display: block;
	float: right;
	width: 140px;
}

#clear-listing {
	display: block;
	clear: both;
	height: 16px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/line.gif);
}


.galleryimage {
	float: left;
	border: 2px solid #b69b43;
	margin: 0px 14px 14px 0px;
	padding: 1px;
	background-color: #FFFFFF;
}
.galleryimage img {
	height: 100px;
}


/* =BASE
------------------------------------------------------------------*/

#base {
	width: 1059px;
	height: 207px;
	text-align: left;
	display: block;
	margin: -38px auto 0px auto;
	padding: 0px;
	background-image: url(../images/base.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.basetext {
	display: block;
	padding: 120px 0px 0px 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #e0e8cf;
}
.basetext a {
	color: #e0e8cf;
	text-decoration: none;
}
.basetext a:hover {
	color: #fff;
	text-decoration: underline;
}


#credit {
	float: right;
	padding: 0px 7px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #827a7a;
}
#credit a {
	color: #827a7a;
	text-decoration: none;
}
#credit a:hover {
	color: #675f5f;
	text-decoration: none;
}







/* Default Silverstripe Stuff
	------------------------------------ */


/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}




/* COMMENTS
---------------------------------------- */
#PageComments_holder h4 {
	margin: 20px 0px 6px 0px;
	padding: 0px;
}

#PageComments_holder form {
	margin: -19px 0px 0px 0px;
	padding: 0px;
}


#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

#PageComments li.odd p.info {
			color: #3AA0C3;
		}

.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
.actionLinks li.last {
      			border-right: none;
   			}

#CommentsRSSFeed {
	margin: 29px 0px 0px 0px;
}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
}

#PageCommentsPagination p {
	text-align: center;
}
#PageComments p {
	
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
	
	
	

