/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
/*	font-family: Verdana, Lucida, sans-serif;  */
	font-family: Arial;
    height: 100%;
}

html {
	background-color: black;
    height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
    visibility: none;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 960px;  
	margin: 0 auto; 
    padding-top: 4px;
}
#Container { 
	width: 944px;
    margin-top: 4px;
}
#Layout {
	width: 649px;
    float: right;
	clear: right;
}
#ContentContainer {
	width: 653px;
    background: url(../images/contentBackgroundGradient.gif) repeat-y top left transparent;
    padding-bottom: 20px;
    min-height: 379px;
}
#Content {
    padding: 0 23px;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 614px; 
 	height: 109px; 
	overflow: hidden;
	background: black url(../images/mainTitle.gif) 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;
	}
#TopImage {
    height: 175px;
}

#Title {
    background-image: url(../images/greyTitleBar.gif);
    width: 653px;
    height: 72px;
}
#Title p {
    color: #000000;
    font-size: 28px;
    font-style: italic;
    line-height: 70px;
    margin: 0;
    padding-left: 22px;
}

#NineThousandMegGif {
    height: 485px;
    width: 646px;
    background-image: url(../images/notsepia.jpg);
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Content,
#Navigation {
    height:100%; 
    height:auto !important; 
    min-height:100%;
}
#Navigation {
    min-height: 646px;
	width: 944px;
	background: url(../images/menuBackgroundVerticalRepeater.gif) repeat-y 52px top black;
}

#Navigation ul.Menu {
    float: left;
    width: 291px;
    list-style: none;
    background: url(../images/menuBackground.jpg) no-repeat top left;
    height: 646px;
}

#Navigation ul.Menu li {
    list-style: none;
    width: 100%;
    background-image: url(../images/menuButtonGold.gif);
    height: 32px;
    margin-bottom: 6px;
    text-align: right;
}

#Navigation ul.Menu li:hover {
    background-image: url(../images/menuButtonGrey.gif);
}

#Navigation ul.Menu li a {
    text-decoration: none;
}
#Navigation ul.Menu li a span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    width: 273px;
    padding: 7px 18px 7px 0;
}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#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;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* 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:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		padding: 0;
            		font-size: 0.8em;
            		margin: 2px 0 0 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;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* 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#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
/*	width: 88%; */
}
    #PageComments a {
        color: #000;
    }
	#PageComments li.odd {
		background: #fff url(../images/commentBgAlt.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
    	border-bottom: 2px solid #777;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
		border-bottom: 2px solid #777;
    }

		#PageComments li.odd p.info {
			color: #777;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.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 {
	font-size: 1.2em;
    margin: 24px 0 8px;
}
#PageCommentsPagination a {
    color: #333;
}
#PageComments p {
	font-size: 1em;
	margin: 8px 0;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
#SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
	#SearchForm_SearchForm .middleColumn {
		float: left;
		width: 164px;
		margin: 0 5px 0 0;
		padding: 2px;
		background-color: #51a9df;
	}
	
		#SearchForm_SearchForm .middleColumn input.text {
			width: 160px;
			border: none;
			color: #666;
		}
		
	#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;
	}
	
/* 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;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 944px; 
	height: 5em; 
	text-align: center; 
    background: url(../images/footerBar.gif) no-repeat 44px 0 transparent;
    margin: 0 auto;
    postion: absolute;
    bottom: 0;
}
  	#Footer span { 
		color: #777;
		font-size: 12px;
		margin-top: 20px;
        padding-left: 53px;
        padding-right: 20px;
	}
    #Footer span span {
        padding-left: 25px;
    }

  	#Footer span.left {
        float: left;
    }
  	#Footer span.right {
        float: right;
    } 

  		#Footer a { 
	   		color: #777; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				text-decoration: underline;
			}

.fade {
    border: none !important;
    margin: 0 !important;
}
#fade {
    height: 485px;
    width: 646px;
    background-image: url(../images/sepia.jpg);
}
.lama {
/*    display: none; */
}

#PageComments_holder {

}

#CommentBorder {
    background: url(../images/frame.jpg) no-repeat top left transparent;
    height: 800px;
    padding-left: 101px;
    padding-top: 142px;
}

#CommentScrolling {
    overflow-y: scroll;
    height: 527px;
    width: 357px;
    padding: 10px;
}

#Remember label {
    float: none !important;
    text-align: left !important;
    margin: 8px 0 !important;
}

/* roamfree widget */

body div.wdDatePicker-Outer {font-family:Arial, Helvetica, sans-serif !important;}
td.propertyName {text-align: left !important; font-size:12px;}
div.displayGrid {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif !important}
div.roomTypesGadget {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif !important}
div.roomTypesGadgetRoomTypeDetails {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif !important}
td.maxGuests {font-size:12px !important}
td.data {font-size:12px !important}
b.class {font-size:12px !important}
div.roomTypesGadget div.searchTools div.checkIn a span.text {width: 8.5em !important}
div.roomTypesGadget div.displayGrid table tbody td.button a.bookable {font-size:10px !important}
td.button {font-size:13px !important}
div.roomTypesGadget div.displayGrid table thead th.lhs {font-size:12px !important}
div.roomTypesGadget div.displayGrid table tbody td.planName {font-size:11px !important}
div.roomTypesGadget div.displayGrid table thead th.maxGuests {font-size:11px !important}
div.roomTypesGadget div.displayGrid table thead th b.day {font-size:11px !important}
div.roomTypesGadget div.displayGrid table thead th b.date {font-size:11px !important}
div.roomTypesGadget div.displayGrid table thead th b.month {font-size:11px !important}
div.propertyDetails {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif !important}
div.roomTypesGadgetPropDetails div.propertyName {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif !important}
div.displayGrid table td { border-left:1px solid #CCC; }
#ringwood div.roomTypesGadget div.searchTools div { font-size:12px}
#ringwood div.roomTypesGadget div.displayGrid table thead th { font-size:12px }
#eugeneie .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #88693C;
}
#eugenie a:link {
    color: #88693C;
    font-weight: bold;
    text-decoration: none;
}
#eugenie a:visited {
    text-decoration: none;
    color: #88693C;
}
#eugenie a:hover {
    text-decoration: underline;
    color: #88693C;
}
#eugenie a:active {
    text-decoration: none;
    color: #88693C;
}

