	/*
	THEME NAME: Albany Gardens
	
	DESCRIPTION: A Wordpress theme created by Orla Larkin at Media on Mars
	VERSION: 1.0
	AUTHOR: Media on Mars
	AUTHOR URI: http://www.mediaonmars.com.au
	.
	The Albany Gardens Theme is copyright Media on Mars http://www.mediaonmars.com.au
	This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
	.
	*/
	
	
	/* CSS Document */
	
	html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
	del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
	h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, 
	dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
		vertical-align: baseline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		outline: 0;
		padding: 0;
		margin: 0;
		border: 0;
	
		}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
		}
	body {
		line-height: 1;
		color: black;
		}
	ul {
		list-style: circle;
		}
	/* tables still need cellspacing="0" in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
		}
	caption, th, td {
		font-weight: normal;
		text-align: left;
		}
	/* remove possible quote marks (") from <q> & <blockquote> */
	blockquote:before, blockquote:after, q:before, q:after {
		content: "";
		}
	blockquote, q {
		quotes: "" "";
		}
		
	
		
		
	/* Styling Begins Here CSS reset above this line do not change ******************/	
	

a {
	color: #009bc9;
	text-decoration: none;
}

a:link {
	color: #009bc9;
}

a:hover {
	color: #F89723;
	text-decoration: underline;
}


a:active {
	color: #009AC7;
}

p {
	color: #666666;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 10px;
}

h2 {
	color: #225c9c;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0 20px 0;
	line-height: 120%;

}	

h3 {
	color: #0058a0;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0 20px 0;
	line-height: 120%;
}

h4 {
	color: #0058a0;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 20px 0;
	line-height: 120%;
}

h5 {
	color: #0058a0;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0 20px 0;
	line-height: 120%;
}

h6 {
	color: #0058a0;
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 20px 0;
}

ol
	{
	  
	  color: #333333;
	  font-size: 14px;
	  line-height: 120%;
	  margin-bottom: 15px;
	  padding-left: 20px;
	}
	
	dl
	{
	  
	  color: #333333;
	  font-size: 14px;
	  line-height: 120%;
	  margin-bottom: 15px;
	  padding-left: 20px;
	}
	
	dt
	{
	  font-weight: bold;
	  margin-bottom: 5px;
	  margin-top: 10px;
	}
	
strong
	{
	  font-weight: bold;
	}
	
em
	{
	  font-style: italic;
	}
	
cite
	{
	  font-style: italic;
	  color: #966b4a;
	}

body 
	{
		background-color: #ffffff;
		background-image: url('images/bg.png');
		background-repeat: repeat-y;
		background-position: center top;
	}
	
#header 
	{
		background-image: url('images/header-bg.jpg');
		background-repeat: no-repeat;
		background-position: 330px 0;
		width: 960px; /*Width of Header*/
		height: 240px;
		margin: 0 auto; /*Center container on page*/
	}
	
	
.logo{
	float: left;
}

.slideshow{
	float: right;
}


#container{
	width: 960px;
	clear: both;
	margin: 0 auto; /*Center container on page*/
}

#sidebar{
	width: 180px;
	min-height: 360px;
	float: right;
	padding: 0 20px 30px 20px;
}

#sidebar a{
	color: #FFCC33;
}

#sidebar a:hover{
	color: #f8ad1d;
}

#sidebar h3{
	text-transform: uppercase;
	color: #f8ad1d;
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: normal;
}

#sidebar p{
	color: #ffffff;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
}

#sidebar ul{
	list-style-type: disc;
	list-style-image: url('images/point.png');
	list-style-position: inside;
	color: #d5e14d;
	font-size: 12px;
	margin-bottom: 20px;
}

#sidebar li {
	padding: 5px 0 5px 0;
}

#sidebar ul a, #sidebar ul a:active, #sidebar ul a:hover, #sidebar ul a:visited{
	color: #ffffff;
}

#sidebar ul a:hover{
	color: #d5e14d;
}



.date{
	font-size: 11px;
	color: #d5e14d;
	
}

.divider{
	border-bottom: 1px dotted #5fc5ba;
	width: 100%;
	height: 20px;
	margin: 10px 0 20px 0;
}

#content{
	width: 700px;
	padding: 30px 20px 30px 20px;
}


#content ul {
	list-style-type: disc;
	list-style-image: url('images/bullet.png');
	list-style-position: inside;
	color: #225c9c;
	font-size: 14px;
	margin-bottom: 20px;
}

#content li {
	padding: 5px 0 5px 0;
}

#home-text{
	float: left;
	width: 440px;
	padding: 0 0 0 20px;
}

#home-images{
	float: right;
	width: 200px;
	padding: 0 20px 0 0;
}

.home-img{
	padding-bottom: 15px;
}

#social{
	width: 680px;
	height: 80px;
	margin-top: 20px;
	text-align: center;
	clear: both;
	padding-right: 240px;
	padding-left: 40px;
}

.social-spacer{
	padding-right: 17px;
	border: 0;
}

.mom{
	
	float: right;
	margin-right: 15px;
	margin-top: 12px;
}

.mom-p{
	font-size: 10px;
	text-decoration: none;
	color:#CCCCCC;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mom a{
	text-decoration: none;
	color:#CCCCCC;
}



	
/*Footer Items ------------------*/

html, body {    
   height: 100%; 
}

#wrapper {
   min-height: 100%;
   margin-bottom: -30px;
   position: relative;
}

#footer {
   height: 10px;
   width: 960px;
   position: relative;
   	margin: 0 auto; /*Center container on page*/
	background-color: #5fc5ba;
	color: #ffffff;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 11px;
	letter-spacing: 1px;
}

.clearfooter {
   height: 30px;
   clear: both;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:link {
	color: #ffffff;
}

#footer a:hover {
	color: #d5e14d;
	text-decoration: underline;
}


#footer a:active {
	color: #ffffff;
}


/*Blog Bits n' bobs*/

#blog-content{
	width: 660px;
	padding: 30px 40px 30px 40px;
}

#blog-content img{
border: 1px solid #cccccc; 
padding: 5px;
}

#blog-content h1{
	color: #f39803;
	font-size: 24px;
	font-weight: normal; padding-top:12px;padding-bottom:6px;
}

#blog-content h2{
	color: #f8981d;
	font-size: 20px;
	font-weight: normal;
	margin: 0; padding-bottom:6px;padding-top:4px;
}
#blog-content h3{
	margin: 0px 0 4px 0;
	line-height: 120%;
}
#blog-content p{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin: 10px 0 10px 0;
}
#blog-content a{
	line-height: 90%;
}
#blog-content blockquote{
	line-height: 90%; vertical-align:top;
}
blockquote {
	margin-left:20px;
}
.blog-divider{
	border-top: 1px dotted #5fc5ba;
	width: 100%;
	height: 10px;
	margin: 5px 0 20px 0;
	
}

.blog-divider2{
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	height: 10px;
	margin: 5px 0 5px 0;
	
}
#blog-content div{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin: 10px 0 10px 0;
}

.end-post{
	border-bottom: 1px dotted #5fc5ba;
	width: 100%;
	height: 10px;
	margin: 50px 0 5px 0;
	
}

.end-entry{
	border-bottom: 1px dotted #5fc5ba;
	width: 100%;
	height: 10px;
	margin: 15px 0 5px 0;
	
}

.date{
	height: auto;
	width: 40px;
	float: right;
	color: #f8981d; 
	text-align: center;
	margin-top: 6px;
	line-height: 150%;	
	}
	
	.day{ font-size:20px; font-weight: bold;}
	
	.month{ font-size:16px; font-weight: bold;}
	
	.year{ font-size:12px;}
	
.comment{
	font-size: 11px;
	font-style: italic;
}


.search-go{
	margin-top: 10px;
}

.previous-entries{
	font-size: 12px;
	float: left;
	margin-bottom: 5px;
}

.next-entries{
	font-size: 12px;
	float: right;
}



.comments{
	width: 660px;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}



.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.commentlist li{
	padding: 5px 10px;
	color: #666666;
}
.commentlist .alt {
	background: #efefef;
}
.commentlist cite {
	font-style: normal;
	text-transform: capitalize;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #009bc9;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
}

/* Pages ^^^^^^^^^^^^^^^^^^^ */

#page-content{
	width: 660px;
	padding: 30px 40px 30px 40px;
}

#page-content h1{
	color: #f39803;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

#page-content ul {
	list-style-type: disc;
	list-style-image: url('images/bullet.png');
	list-style-position: inside;
	color: #225c9c;
	font-size: 14px;
	margin-bottom: 20px;
}

#page-content li {
	padding: 5px 0 5px 0;
}

img #page-content li {
	padding: 5px 0 5px 0;
}


img.alignleft, div.alignleft
{
	float:left;
	margin:0 20px 20px 0;
}
img.alignright, div.alignright
{
	float:right;
	margin:0 0 4px 20px;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}

#thumbnail-right{
	width: 210px;
	height: auto;
	float: right;
	margin-left: 30px;
}

.thumbnail-class{
	margin:0 0 20px 0;
	width: 210px;
}

.facilities{
	margin:0 0 40px 0;
	width: 290px;
}

#thumbnail2-right{
	width: 290px;
	height: auto;
	float: right;
	margin-left: 30px;
}



/* Navigation & Book now ^^^^^^^^^^^^^^^^^^^ */


#nav {
	width: 940px;
	padding-left: 20px;
	height: 70px;
	margin: 0 auto; /*Center container on page*/
	list-style: none;
	background-image: url('images/nav-bg.jpg');
	background-repeat: repeat-y;
}

#nav li {
	float: left;
	margin: 20px 0 0 5px;
	color: #d5e14d;
	position: relative;
		width: auto;
		border-right: none;
}

#nav a{
	color: #009bc9;
	text-decoration: none;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: bold;
	border-right: 1px solid #009bc9;
	display: block;
}

#nav a:hover {
	color: #f8981d;
}

.book-now{
	float: right;
}

#dropmenu, #dropmenu ul {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	z-index:300; 
	width:100%; 
	background:#FFFFFF; 
	}
	
#dropmenu a {
	display:block; 
	color:#009bc9; 
	text-decoration:none;
	}
	
#dropmenu a:hover {
	color: #f8981d;
}

#dropmenu li {
	float:left; 
	position:relative;
	}
	
#dropmenu ul {
	position:absolute; 
	display:none; 
	background:#b7dcef;
	border: 1px solid #009bc9; 
	
	}
	
#dropmenu ul a { 
	border: none; 
	width: auto; 
	background:#b7dcef; 
		font-size: 14px;
		line-height: 120%;
		margin-top: -18px;
			padding-right: 20px;
}

#dropmenu li ul {}
#dropmenu li ul a {float:left;}
#dropmenu ul {top:auto;}
#dropmenu li ul  {}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li:hover ul {display:block;}


/* Pages */

.contact-img{
	float: right;
	margin: 0 0 20px 30px;
}

.links li {
	padding: 5px 0 20px 0;
	line-height: 150%;
}

.cms-text{
	color: #666666;
	font-size: 14px;
	line-height: 120%;
	
}


.activities{
	border-top: 1px dotted #5fc5ba;
	padding-top: 20px;
	width: 100%;
	height: 230px;
	margin-bottom: 20px;
}

/* Accomodation calendar table */

#table-bg{
	height: 70px;
	width: 640px;
	background-image: url('images/check-avail-bg.png');
	background-repeat: no-repeat;
}

.avail-table {
	position: relative;
	top: 13px;
	left: 15px;
	font: 12px/24px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 500px;
	color: #666666;
	float: left;
	}
	
.avail-btn{
	float: right;
	width: 85px;
	position: relative;
	top: -2px;
	left: 0px;
}

.input-colour{
	color: #666666;
}
.textwidget p {
	line-height:18px;
}
th {
	color: #666666;
	font-size: 14px;
	line-height: 120%; font-weight:bold;
}
td {
	color: #666666;
	font-size: 14px;
	line-height: 120%;
}


