@charset utf-8;
/*
Theme Name: Schoolies Accommodation
Theme URI: http://www.schooliesaccommodation.com.au
Author: Jamison Banham
Author URI: http://www.jamisonbanham.com.au/
Description: -
Version: 0.9

*/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html {
	color:#000;
	background:#f8f7f5;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
 *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}












body {
	background:url(images/pagebg.jpg) top repeat-x;
	color: #444444;
    font: 12px/1.45 Arial,Helvetica,sans-serif;
}




/* -------------------- Wrapper */
#wrapper {
	width:940px;
	padding:0 10px;
	margin:0 auto;

}
#header {
	height:108px;
	position:relative;
}
#header a.logo{
	background:url(images/img.png) 0 -157px;
	display:block;
	height: 70px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	width: 276px;
}

#headernav {
	height:31px;
	text-align:center;
	float:right;
	font-size:11px;
	color:#03b2dd;
	width:400px;
	line-height:31px;
}
#headernav li a {
	display:block;
	height:31px;
	color:#03b2dd;
	text-decoration:none;
}
#headernav li a:hover {
	text-decoration:underline;
	color:#0198bd;
}
#headernav li {
	padding:0 10px;
	float:right;
	background:url(images/headernav-spacer.gif) no-repeat right;
}
#headernav li.addproperty a { 
	width:152px; 
	background:url(images/img.png) -418px -82px; 
	text-indent:-9999px  
}
#headernav li.addproperty a:hover { background:url(images/img.png) -418px -117px ; }
#headernav li.addproperty { background:none;  }









#nav {
	background:url(images/img.png);
	width:940px;
	height:41px;
	text-align:center;
	clear:both;	
}
#nav li a {
	display:block;
	height:41px;
}
#nav li {
	text-indent:-9999px;
	height:41px;
	float:left;
	position:relative;
}
#nav li.home a { width:64px; margin-left:4px; }
#nav li.home a:hover { background:url(images/img.png) -4px -41px ; }
#nav li.acco a { width:139px; }
#nav li.acco a:hover, #nav li.acco:hover { background:url(images/img.png) -68px -41px ; }
#nav li.dest a { width:117px; }
#nav li.dest a:hover { background:url(images/img.png) -207px -41px ; }
#nav li.acti a { width:94px; }
#nav li.acti a:hover { background:url(images/img.png) -324px -41px ; }
#nav li.tran a { width:169px; }
#nav li.tran a:hover { background:url(images/img.png) -418px -41px ; }
#nav li.guid a { width:139px; }
#nav li.guid a:hover { background:url(images/img.png) -587px -41px ; }
#nav li.news a { width:64px; }
#nav li.news a:hover { background:url(images/img.png) -726px -41px ; }
#nav li.foru a { width:146px; }
#nav li.foru a:hover { background:url(images/img.png) -790px -41px ; }


/* sub levels link hover */
#nav li.subnav  ul li:hover a, #nav li:hover li a {
	color: #fff;
}
#nav li.subnav ul a:hover {
	background:url(images/img.png) 0px -240px !important;
	color: #fff !important;
}
#nav li.subnav ul ul a:hover {
	background:url(images/img.png) 0px -275px !important;
	color: #fff !important;
}
/* dropdown */
#nav li.subnav:hover > ul {
	display: block;
}
#nav li.subnav ul li:hover > ul {
	display: block;
}
/* level 2 list */
#nav li.subnav ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 41px;
	left: 0;
	z-index:500;
}
#nav li.subnav ul li, #nav li.subnav ul ul li {
	margin: 0;
	padding: 0;
	height:35px;
	text-indent:0px;
	text-align:left;
}
#nav li.subnav ul li {
	background:url(images/img.png) 0px -240px;
}
#nav li.subnav ul ul li {
	background:url(images/img.png) 0px -275px;
}

#nav li.subnav ul li a, #nav li.subnav ul ul li a {
	font-weight: normal;
	float: none;
	color:#fff;
	text-shadow: 0 1px 0px #27b5e1;
	width:200px;
	height:35px;
	line-height:35px;
	padding: 0 10px;
	text-decoration:none;
}

/* level 3+ list */
#nav li.subnav ul ul {
	left: 220px;
	top: 0;
}

/* clearfix */
#nav li.subnav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav li.subnav {
	display: inline-block;
} 
html[xmlns] #nav li.subnav {
	display: block;
}
 
* html #nav li.subnav {
	height: 1%;
}

























#nav2 {
	height:33px;
	text-align:center;
	clear:both;
	float:right;
	padding-right:10px;
	margin-top:44px;
}
#nav2 li a {
	display:block;
	height:33px;
}
#nav2 li {
	text-indent:-9999px;
	float:right;
}
#nav2 li.gcsa a { width:213px; background:url(images/img.png) 0px -82px;  }
#nav2 li.gcsa a:hover { background:url(images/img.png) 0px -117px ; }
#nav2 li.bbsa a { width:205px; background:url(images/img.png) -213px -82px; margin-left:3px; }
#nav2 li.bbsa a:hover { background:url(images/img.png) -213px -117px ; }
















#content {
	width:620px;
	padding:20px 20px 20px 0;
	float:left;
}
#content p {
	margin-bottom:.65em;
}
#content h1 {
	font-size:22px;
	color:#666;
	font-weight:bold;
	margin-bottom:15px;
	line-height:28px;
	letter-spacing:-0.02em;
}



#sidebar {
	padding:20px 0;
	float:right;
	width:300px;
}



/* -------------------- Featured Accommodation */

a.viewallbtn {
	background:url(images/img.png) -573px -84px;
	display:block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 148px;
	margin-left:10px;
	float:right;
}
a.viewallbtn:hover {
	background:url(images/img.png) -573px -116px;
}




.featuredaccom, .featurednews, .accomtype {
	background-color:#fff;
	border:solid 1px #efeeeb;
	padding:10px;
	margin-bottom:5px;
	position:relative;
}
#content .featuredaccom p, .featurednews p, .accomtype p {
	margin-bottom:0px;
}
.featuredaccom .text, .featurednews .text {
	overflow:hidden;
	width:445px;
	float:right;
}
.featuredaccom .hot {
	background:url(images/img.png) -294px -157px ;
	display:block;
	height: 70px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 70px;
	left: -4px;
	top: -4px;
}
.featuredaccom .featimg, .featurednews .featimg {
	width:140px;
	height:140px;
	margin-right:13px;
	float:left;
	position:relative;
}
.featuredaccom .price {
	color:#ff9800;
	font-size:12px;
	float:left;
	line-height:26px;
}
.featuredaccom .price strong {
	font-size:14px;
}
.featuredaccom h3, .featurednews h3 {
	font-size:14px;
	color:#555;
	font-weight:bold;
	margin:1px 0 5px;
}
.featuredaccom .address, .featurednews .category-info {
	font-size:11px;
	color:#999;
	margin-bottom:6px;
}
.featuredaccom .address img {
	margin-right:10px;
}
.featuredaccom .featbtn {
	overflow:hidden;
	margin-top:10px;
}
a.viewproperty {
	background:url(images/img.png) -727px -84px;
	display:block;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	width: 109px;
	margin-left:5px;
	float:right;
}
a.viewproperty:hover {
	background:url(images/img.png) -727px -110px;
}
a.bookonline {
	background:url(images/img.png) -842px -84px;
	display:block;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	width: 96px;
	margin-left:5px;
	float:right;
}
a.bookonline:hover {
	background:url(images/img.png) -842px -110px;
}
.comment-no {
	background:url(images/img.png) -373px -157px;
	width:45px;
	height:40px;
	position:absolute;
	top:10px;
	right:10px;
	overflow:hidden;
	font-size:15px;
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	text-shadow:#999 0px 0px 1px;
}
.featurednews .readmore, .newspost .readmore {
	text-align:right;
}
#content a, .featurednews .readmore a {
	color:#006699;
}







/* -------------------- Blog Posts */

.newspost {
	background-color:#f3f3f3;
	padding:15px;
	margin-bottom:10px;
	position:relative;
}
.newspost .text {
	overflow:hidden;
	width:400px;
	float:right;
}
.newspost .featimg {
	width:190px;
	height:190px;
	margin-right:20px;
	float:left;
	position:relative;
}
.newspost h2 {
	font-size:24px;
	font-weight:bold;
	color:#666;
	margin-bottom:4px;
	text-shadow:#FFF 1px 1px 0px;
}
.newspost .category-info {
	font-size:12px;
	color:#999;
	margin-bottom:14px;
	text-shadow:#FFF 1px 1px 0px;
}

/* -------------------- Featured new front page other */



#featnews-sml .featurednews .text {
	overflow:hidden;
	width:515px;
	float:right;
	font-size:11px;
	line-height:17px;
}
#featnews-sml .featurednews h3{
	font-size:13px;
	margin:0 0 3px;
}
#featnews-sml .featurednews .category-info p {
	font-size:11px;
	margin-bottom:0px;
}
#featnews-sml .featurednews .featimg {
	width:70px;
	height:70px;
}
#featnews-sml .comment-no {
	background:url(images/img.png) -427px -157px;
	width:30px;
	height:26px;
	position:absolute;
	top:10px;
	right:10px;
	overflow:hidden;
	font-size:11px;
	color:#FFF;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	text-shadow:#999 0px 0px 1px;
}





/* -------------------- Footer */
#footer {
	background-color:#fff;
	padding:15px 0;
	clear:both;
	color:#999;
}
.footer {
	margin:0 auto;
	width:940px;

}
.footer .links {
	width:220px;
	font-size:11px;
	float:left;
	margin-right:20px;
}
.footer .links .heading {
	font-size:12px;
	margin-bottom:5px;
	font-weight:bold;
}
.footer .links li {
}





.footer p, .footer ul {
	margin-bottom:.7em;
}
.footer .imp-info {
	font-size:11px;
}
.footer .imp-info .size12 {
	font-size:12px;
}

.footer .copyright {
	clear:both;
	color:#ccc;
	font-size:11px;
	margin-top:20px;
}


.footer .copyright li {
	padding:0 5px 0;
	display:inline;
}
.footer .copyright li.first {
	padding:0 5px 0 0;
}
.footer .copyright a {
	color:#ccc;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
	color:#999;
}



/* -------------------- Top Homepage */
#top {
	overflow:hidden;
	margin:10px 0 0;
	width:940px;
	clear:both;
	color:#999;
}
#top .smllinks a {
	color:#088aab;
}
#top .box {
	width:300px;
	margin-right:20px;
	font-size:13px;
	float:left;
	line-height:1.3em;
}
#top .boxlast {
	margin-right:0px;
}
#top .box .text {
	border:solid 1px #efeeeb;
	border-top:none;
	padding:10px 65px 10px 10px;
	background:#fff url(images/arrow-bg.png) no-repeat 250px 40px;
}
#top h1 {
	font-size:18px;
	font-weight:bold;
	letter-spacing:-0.02em;
	margin-bottom:8px;
}
#top h1 a {
	text-decoration:none;
}
#top .box .text .smllinks {
	font-size:10px;
	margin-top:10px;
}
	





/* -------------------- Property Page */
#property-header {
	padding:10px 0 0 0;
}
	
	
#breadcrumbs {
	color:#888;
	font-size:11px;
	margin-bottom:5px;
}
#breadcrumbs a {
	text-decoration:none;
	color:#999;
}
	
#property-header h1 {
	font-size:30px;
	color:#009cc4;
	text-transform:none;
	font-weight:bold;
	text-shadow:#FFF 1px 1px 0px;
}
#content.property {
	padding: 10px 20px 20px 0;
}
#sidebar.property {
	padding: 10px 20px 20px;
}
#content.property h2, #content.property h3 {
	color:#009CC4;
	text-transform:none;
	font-weight:bold;
	border-bottom:solid 1px #e3decf;
	margin-bottom:8px;
	text-shadow:#FFF 1px 1px 0px;
}
#content.property h2 { font-size:24px; }
#content.property h3 { font-size:18px; }
.property .facilities {
	overflow:hidden;
	margin-bottom:5px;
}
.property .facilities li {
	float:left;
	width:199px;
}

/* -------------------- Large Property Buttons */
#largebtns {
	padding:10px;
	border-bottom:solid 1px #e3decf;
	border-top:solid 1px #e3decf;
	clear:both;
	overflow:hidden;
	text-align:center;
	background:url(images/large-btnbg.png) repeat-y;
}
.margin-auto {
	margin:0 auto;
	width:300px;
}
a.makeenquiry {
	background:url(images/img.png) 0px -322px;
	display:block;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	width: 166px;
	margin-right:5px;
	float:left;
}
a.makeenquiry:hover {
	background:url(images/img.png) 0px -361px;
}
a.bookonline-lrg {
	background:url(images/img.png) -174px -322px;
	display:block;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	width: 128px;
	margin-right:5px;
}
a.bookonline-lrg:hover {
	background:url(images/img.png) -174px -361px;
}

/* -------------------- Accommodation Types */
.accomtype h4.heading {
	font-size:14px;
	color:#555;
	font-weight:bold;
	margin:1px 0 3px;
}
.accomtype .details {
	color:#999;
	float:left;
	width:360px;	
}
.accomtype .buttons {
	position:absolute;
	bottom:10px;
	right:10px;
}

/* -------------------- Property Sidebar */
#sidebar.property {
	padding: 10px 0 20px;
}
#propertyinfo {
	background-color:#fff;
	border:solid 1px #efeeeb;
	padding:10px 15px 10px 10px;
	margin-bottom:10px;
	font-size:14px;
	overflow:hidden;
	color:#666
}
#propertyinfo ul {
	margin-bottom:10px;
}
#propertyinfo ul li{
	border-bottom:solid 1px #efeeeb;
	padding:5px 0;
	overflow:hidden;
}
#propertyinfo .price {
	color:#888;
	text-align:right;
	padding-top:0;
}
#propertyinfo .price strong {
	font-size:24px;
}
a.viewproperty-blue {
	background:url(images/img.png) -308px -322px;
	display:block;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
	width: 109px;
	margin-left:5px;
	float:right;
}
a.viewproperty-blue:hover {
	background:url(images/img.png) -308px -348px;
}





/* -------------------- Accom Special Sidebar */
#accomlist {
	color:#666;
}
#accomlist .text {
	margin-bottom:10px;
	background-color:#fff;
	border:solid 1px #efeeeb;
	border-top:none;
	padding:5px 10px 10px;
}

#accomlist .heading {
	height:32px;
	padding:0 10px;
	background-color:#4ad2ee;
}
#accomlist h4 {
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	line-height:32px;
	text-shadow:#2bb9e5 1px 1px 1px;
}
#accomlist ul li {
	border-bottom:solid 1px #efeeeb;
	line-height:28px;
}
#accomlist ul li .price {
	font-size:11px;
	font-weight:normal;
	margin-left:3px;
	color:#FF9800;
}
#accomlist ul li .price strong {
	font-size:15px;
}
#accomlist a {
	text-decoration:none;
	color:#777;
}
.smlbookonline {
	background:url(images/img.png) -467px -157px;
	display:block;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 76px;
	margin-left:3px;
	float:right;
	margin-top:3px;
}
.smlbookonline:hover {
	background:url(images/img.png) -467px -180px;
}
/* -------------------- Feature ad Sidebar */
.side-ad {
	margin-bottom:10px;
	border:solid 1px #efeeeb;
	padding:10px 65px 10px 10px;
	background:#fff url(images/arrow-bg.png) no-repeat 255px 50%;
	color:#999;
	display:block;
	text-decoration:none;
}
.side-ad .heading {
	font-size:18px;
	font-weight:bold;
	letter-spacing:-0.02em;
}


/* -------------------- Facebook comments */
#facebookcomment {
	background-color:#fff;
	border:solid 1px #efeeeb;
	padding:10px;
}
	
/* -------------------- Colours */

.lightblue, a.lightblue { color:#3bcdec; }
.blue { color:#009cc4; }
.lightorange { color:#ff9800; }
.lightred { color:#fa3434; }
.facebook { color:#0960b1; }

/* -------------------- Global Styles */
.clearfloat {
	overflow:hidden;
}
p.nomargin-bottom, ul.nomargin-bottom  {
	margin-bottom:0px;
}
.margin-top20 {
	margin-top:20px;
}
