/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults
 * 
 * Base background colour: 410b0b
 * 
 * -------------------------------------------- */
 
#styleTest {
	position:absolute;
	z-index:999;
	width:580px;
}
#styleTest h4 {
	margin-left:20px;
	width:30%;
}
#styleTest p {
	margin:0 10px;
	background-color:#222;
}
* {
	margin: 0;
	padding: 0;
}
html {
	background: #410b0b url(../images/curtains.jpg) fixed no-repeat 30% top;
}

body {
	color: #333;
 	font-size: 90%;
 	margin:0;
	padding:0;

	font-family: Georgia, Baskerville, Caslon, Palatino, Arial;
	font-style: italic;
/*
	font-family: Garamond, Baskerville, Caslon, Palatino, Georgia, serif;
*/
	
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

:focus {
	outline:none;
}

.clear{
	clear:both;
}

.loading {
	background: transparent url(../images/ajax-loader.gif) no-repeat center bottom;
}

.opaque {
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	opacity:0.4;
	
	background-color:#000;
}


/* CONTAINER
----------------------------------------- */
#Wrap {
	width:900px;
	margin:0 auto;

}
#Main {
	width: 900px;
 	overflow:visible;
	position:relative;
	padding-top:10px;
}
#Overlay {
  width: 900px;
  background: #000;
}
#top {
	position:relative;
	width:900px;
	height:20px;
	background: transparent url(../images/topround-trans.png) no-repeat top left; 
}

#banners {
	position:absolute;
	left:8px;
	width:874px;
	height:372px;
	overflow:hidden;
}

#bot {
	position:relative;
	
	width:900px;
	height:20px;
	top:0;
	
}
#Container { 
	position:relative;
	background: transparent url() no-repeat top left;
	min-height:435px;
}

#Logo {
	background: transparent url(../images/logo-trans.png) no-repeat 0 0;
	position:fixed;
	z-index:999;
	top:243px;
	margin-left:35px;
	height:176px;
	width:246px;
	text-align:center;
}
#Logo #Name {
	display:none;
	text-indent:-9999px;
}

span#Address {
	font-size:110%;
	position:relative;
	top:180px;
	text-align:center;
	line-height:1.2em;
}

#Logo a.bookingLink {
	position:absolute;
	top:302px;
	left:58px;
	width:130px;
	height:30px;
	border:none;
	background: transparent url(/hargate/book.gif) left top no-repeat;
}
#Logo a.bookingLink span {
	margin-left:-9999px;
}
#Logo a.bookingLink:hover {
	border:none !important;
	background: transparent url(/hargate/book.gif) left bottom no-repeat;
}
#Logo .bookingLink img {
	border:none;
}
#Layout {
	position:relative;
}


#PageContent {
	float: right; 
	position:relative;
	right:20px;
	width: 574px;
	padding:0;	
	margin: 0 0 5px 0;
	text-align: left;
}
#PageContent .opaque {
	width: 580px;
}
#PageContent .text {
	font-size:105%;
	margin:30px 10px 0;
	position:relative;	
}


/* ------ images -------------- */
div#banners div {
	position:absolute;
	top:0;
	height:366px;
	border:3px solid transparent;
	background-repeat:no-repeat;
}
div#imageLeft {
	position:absolute;
	top:0;
	left:4px;
	background-position:1% top;
	background-repeat:no-repeat;
	width:556px;
}
div#imageRight {
	left:563px;
	background-position:left 99%;
	background-repeat:no-repeat;
	width:332px;
}
div#imageTripleLeft {
	left:4px;
	width:365px;
}
div#imageTripleMid {
	left:371px;
	width:204px;
}

div#imageTripleRight {
	left:577px;
	width:318px;
}

div#banners div#imageWide{
	left:4px;
	border-top:3px solid #333;
	width:870px;
	height:366px;
	background-position:1% top;
	background-repeat:no-repeat;
}


/* HEADER
----------------------------------------- */
#Header { 
 	width: 100%; 
 	margin: 0 auto;
	overflow: hidden;
	background: transparent url() no-repeat top left;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */

#Sidebar .opaque {
	margin-left:56px;
	width:120px;
	background: #000 url();
	background-repeat:no-repeat;
	overflow:hidden;
}

#Sidebar {
	position:relative;
	float:left;
 	width: 180px; 
	left:710px;  
	margin: 0;
	padding: 0 0 0 30px;
	height:302px;
	overflow:visible;
	z-index:99;
}
#Sidebar .notopaque {

	position:relative;
	margin-right:4px;
	width:141px;
}
	#Sidebar .GalleryPage,
	#Sidebar ul {		
		position:relative;	
		margin:15px 0 0 30px;
	}
		#Sidebar li {
			position:relative;
			height:28px;
			margin: 8px 5px 8px -15px;
			list-style: none;
			font-size:115%;
			border-left: 20px solid transparent;
			overflow:visible;
		}
		
		#Sidebar li a {
			position:absolute;
			left:5px;
			line-height:28px;
			color:#aaa;
			letter-spacing:1.5px;
			margin-left:-15px;
			border-bottom:none;	
			
		}
		
		#Sidebar li:hover {
			border-left: 20px solid #311a1a;			
			
		}	
		#Sidebar li:hover a {
			color:#fff;
		}
		#Sidebar li.section,
		#Sidebar li.current,
		#Sidebar li.current:hover {
			font-weight:bold;
			margin-left:-15px;
			border-left: 20px solid #410b0b;
		}
		#Sidebar li.section a,
		#Sidebar li.current a,
		#Sidebar li.current a {			
			letter-spacing:0px;
			left:0px;
			color:#fff;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		
	}

	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
	div#Menu2Holder {
		position:absolute;
		top:302px;
		left:306px;
	}
	div#Menu2Holder .opaque{
		opacity:0.2;
		right:0;
		background-color:#000;
	}
	div#Menu2Holder h3 {
		
	}
	#Menu2Holder ul.Menu2 {
		width:566px;
		position:relative;
		height:25px;
		margin: 0;
		z-index:55;
	}
	
    ul.Menu2 li { 
    	font-size: 0.9em; 
    	margin: 0;
        list-style: none;
		display:inline-block;
		float:left;
    }
    	ul.Menu2 li a {
            display: block;
			padding:0 7px;
            letter-spacing:0;
            line-height: 25px;
            color: #aaa;
			border-bottom:5px solid transparent;
			font-weight:normal;
      	}

      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul.Menu2 li a.section,
      	ul.Menu2 li a.section:hover,
		ul.Menu2 li.current a,
      	ul.Menu2 li a:hover,
      	ul.Menu2 li a.current,
      	ul.Menu2 li a.current:hover {

        	/*
background: #DCDCDC url() no-repeat right center;
*/
        	color: #fff;
			cursor: pointer;
            text-decoration: none;
			border-bottom:5px solid #7d1515;
      	}
	  	ul.Menu2 li a:hover {
	  		/*
background: #ddd url() no-repeat right center;
*/			
	  	}
		
		ul.Menu2 li a.current {
	  		font-weight: 700;
	  	}


      		ul.Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url() no-repeat bottom left;
      		}
      			ul.Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul.Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul.Menu2 li li a.current,
      				ul.Menu2 li li a.section,
      				ul.Menu2 li li a.section:hover,
      				ul.Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul.Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}

			/* Sub Menu */
      		ul.Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul.Menu2 li a.levelb:hover,
      		ul.Menu2 li li a.current,
      		ul.Menu2 li li a.current:hover,
      		ul.Menu2 li li a.section,
      		ul.Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
ul.Menu3 {
	position:relative;
	width:120px;
	float:right;
	z-index:10;
}


ul.Menu3 li { 
	width:120px;
	float:left;
	font-size: 0.9em; 
	margin: 0;
}

ul.Menu3 li a {
	color:#999;
}
ul.Menu3 li a.current,
ul.Menu3 li a:hover {
	color:#fff;	
}
ul.Menu3 li a.current:hover {
	border-bottom:1px solid transparent;	
}
/* COMMENTS
---------------------------------------- */
#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;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#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;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #aaa;
	border: 4px solid #333;
	background: #111;
}
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;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}

/* GALLERY & FADER
----------------------------------------------- */
ul#Fader,
ul#Gallery {
	text-align:left;
	width:754px;
	height:302px;
	position:absolute;
	margin:0 0 0 10px;
	padding:0;
	overflow:hidden;
	border-right:3px solid #111;
}

ul#Fader * {
	border:0;
	padding:0;
	margin:0;
}
ul#Fader img {
	border:3px solid #1f1f1f;	
}

.TriplePage ul#Gallery {
	width:auto;
	border-right:none;	
}
ul#Gallery li {
	height:302px;
	float:left;
	display:inline;	
	margin:0;
	overflow:hidden;
	position:relative;
}
ul#Gallery li.loading {
	background: none;
}


ul#Gallery li.l {
	width:460px;
}

ul#Gallery li.p {
	width:294px;	
}
ul#Gallery li#gNum-1 a{
	position:fixed;
}
ul#Gallery li#gNum-2 {
	z-index:1;
}
ul#Gallery li#gNum-2.p {
	width:180px;
}
ul#Gallery li#gNum-2.p.last {
	width:294px;
}
ul#Gallery li#gNum-1.l {
	width:460px;
}

ul#Gallery li#gNum-2.l.last {
	position:absolute;
	width:461px;
	float:right;
	right:-1px;
	top:0;
}

ul#Gallery li#gNum-3 {
	width:280px;
	z-index:2;
}
ul#Gallery li a {
	border:none;
	margin:0;
	padding:0;
}

ul#Gallery li img {
	border:3px solid #111;
	padding:0;
}

ul#Gallery li img:hover {
	border-top:3px solid #1c1c1c;
	border-bottom:3px solid #7D1515;
	border-left:3px solid #1f1f1f;
	border-right:3px solid #1f1f1f;
}
/* Triple Page Gallery stuff */

.TriplePage ul#Gallery li#gNum-1 {
	width:364px;
}
.TriplePage ul#Gallery li#gNum-2 {
	width:161px;	
}
.TriplePage ul#Gallery li#gNum-3 {
	width:232px;
}	
.TriplePage ul#Gallery li.EvenlySpaced {
	width:251px !important;
}
.TriplePage ul#Gallery li.EvenlySpaced.last {
	width:254px !important;
}
/* Quotes
----------------------------------------------- */
#quotes {
	list-style-type:none;
}
#quotes p {
	color:#ccc;
	opacity:0.4;
}

#quotes p.comment {
	
	text-indent:-10px;
	margin-left:70px;
	margin-bottom:5px;
}

.GuestbookPage #quotes p.comment {
	margin-left:0;
	margin-right:42px;
}
#quotes p.guest {
	color:#777;
	margin-left:210px;
	margin-bottom:25px;
}
ul#quotesPager {
	border-top:1px solid #333;
	text-align:center;
	list-style-type:none;
}

ul#quotesPager li {
	display:inline-block;
}

/* FOOTER
----------------------------------------------- */

#Footer {
	position:relative;
	clear: both;  
	width: 900px;
	height: 5em;	
	text-align: center;
	font-size:75%;
	overflow:visible;
}
	#Footer .footerTop {
		opacity:0.4;
		width: 100%;
		background: transparent url(../images/botround-trans.png) no-repeat top left;
		display: block;
		height: 20px;
	}
	#Footer #Address {
		font-size:145%;
		width:100%;
		position:absolute;
		top:-6px;
		z-index:9999;
	}
	#Footer #Address span {
		color:#fff;
	}
  	#Footer p { 
		color: #888;
		font-size: 1.1em;
		margin-top:2px;
	}
	body.home #Footer p { 
		margin-left:-9999px;
	}
	body.home #Footer p#Address { 
		margin-left:0;
	}
  		#Footer a { 
	   		color: #555;			
			text-decoration: none;
	   		border-bottom:1px solid transparent;
		}
			#Footer a:hover {
				color: #fff;
				border-bottom:1px dotted #666;
			}
			
#gadgetLoader {
	position:relative;
}
#gadgetLoader select,
#gadgetLoader select *,
#gadgetLoader button span {
	color:#222;	
}

#gadgetLoader .rfa_gadgetLoading {
	background:transparent url(../images/ajax-loader.gif) 240px 22px no-repeat;	
}

#gadgetLoader * {
/*	font-family:serif;
*/	font-style:normal;
	font-size:95%;
}
#gadgetLoader td {
	padding:1px;
	border:1px solid transparent;	
}
#gadgetLoader tr {
	padding:0 0 2px;
}

#gadgetLoader tr:hover {
	background:#999;
}
#gadgetLoader tr:hover td{
	color:#111;
}
#gadgetLoader td.headerRow {
	width:35px;
}
#gadgetLoader table.gridData {
	background:transparent;
}



#gadgetLoader td {
	background:transparent;
	color:#ddd;
}
#gadgetLoader td.dataRow-even-sold,
#gadgetLoader td.dataRow-odd-sold,
#gadgetLoader td.dataRow-even-currNights-sold,
#gadgetLoader td.dataRow-odd-currNights-sold {
	color:#555;
}
#gadgetLoader tr:hover td.dataRow-even-currNights,
#gadgetLoader tr:hover td.dataRow-odd-currNights {
	background:#2b0203;
	color:#fff;
}
#gadgetLoader td span.dateDay,
#gadgetLoader td span.dateNum, 
#gadgetLoader td span.dateMonth {
	color:#666;
}
#gadgetLoader td.headerRow-currNights span{
	color:#bbb;
}
#gadgetLoader td.dataRow-even-currNights {
	background-color:#400504;	
}
#gadgetLoader td.dataRow-odd-currNights  {
	background-color:#47100f;		
}
#gadgetLoader .dataRow-even-headerColumn {
	
}
.rfa_LinkContainer {
	opacity:0.1;
}

/* Homepage */

#imgmap {
 width: 413px;
 height: 93px;
 background:transparent url(/hargate/homePage.png) top left no-repeat;
 padding: 0; margin:0;
 position: relative;
 top:-27px;
 left:20px;
}
#imgmap li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#imgmap a {display: block; text-indent: -9999px; text-decoration: none; height:47px; border:none}

#experience {width: 155px; height: 49px; z-index: 40; background: transparent url(/hargate/experience.png) 0 0 no-repeat; opacity:0}
#finest {right:1px; top: 4px; width: 87px; height: 45px; background: transparent url(/hargate/finest.png) 0 0 no-repeat; opacity:0}
#indulgent {left: 118px; top: 41px; width: 127px; height: 45px; background: transparent url(/hargate/indulgent.png) 0 0 no-repeat;opacity:0}

/*
#experience a {background: transparent url(/hargate/experience.png) -9999px -9999px no-repeat;}
#finest a {background: transparent url(/hargate/finest.png) -9999px -9999px no-repeat;}
#indulgent a {background: transparent url(/hargate/indulgent.png) -9999px -9999px no-repeat;}

*/

#experience:hover {background: transparent url(/hargate/experience.png) top left no-repeat;}
#finest:hover {background: transparent url(/hargate/finest.png) top left no-repeat;}
#indulgent:hover {background: transparent url(/hargate/indulgent.png) top left no-repeat;}


#IEwarning {
	width:400px;
	font-size:80%;
	padding:5px;
	position:absolute;
	top:0;
	left:10%;
	border:5px dotted red;
	background:#333;
	color:#ddd;
}
#IEwarning a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

#IEwarning a:hover {
	border-bottom:none;	
}

#EmailUs {
	position:relative;
	top:135px;
	left:-20px;
	background:transparent url(/hargate/email.png) no-repeat left top;
}
#EmailUs:hover {
	background:none;
}
#EmailUs a {
	border:none;
	display:block;
		width:245px;
	height:55px;
	opacity:1;
	background:transparent url(/hargate/email.png) no-repeat left top;
}
#EmailUs a:hover {
	background:transparent url(/hargate/email.png) no-repeat left bottom;
}
#EmailUs span {
	margin-left:-9999px;
	left:-9999px;
	position:absolute;
	height:0;
	width:0;	
}
#Launceston {
	display:block;
	background:transparent url(/hargate/ltn.png) no-repeat left top;
	position:relative;
	top:145px;
	left:15px;
}
#Launceston a{
	padding:0;
	border:0;
	height:75px;	
	display:block;
	opacity:0;
	text-align:left;
	left:0;
	position:relative;
	background:transparent url(/hargate/ltn.png) no-repeat left bottom;
}

#Launceston a:hover {
	border:none;
	opacity:1;
	background:transparent url(/hargate/ltn.png) no-repeat left bottom;
}
#Launceston span {
	margin-left:-9999px;
	left:-9999px;
	position:absolute;
	height:0;
	width:0;	
}
#Phone {
	display:block;
	position:relative;
	top:95px;
	left:-25px;
	padding:0;
	border:0;
	height:50px;
	width:245px;	
	display:block;
	text-align:left;
	background:transparent url(/hargate/ph.png) no-repeat left top;
}
#Phone span {
	margin-left:-9999px;
}
