/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.ratetable {
float:left;
width:600px;
}

ul, li {
list-style-type:none;
}

.col2 {
padding:4px 0 4px 17px;
text-align:center;
width:165px;
}

.ratetable .middle_col li.sub_heading {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F0EEE1 none repeat scroll 0 0;
border-bottom:1px solid #D5CFC8;
border-left:1px solid #D5CFC8;
border-top:1px solid #D5CFC8;
border-right:1px solid #D5CFC8;
color:#333333;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
height:27px;
padding:4px 11px 0 0;
}


.ratetable .middle_col li.inner_data {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #D5CFC8;
border-left:1px solid #D5CFC8;
border-top:1px solid #D5CFC8;
border-right:1px solid #D5CFC8;
color:#333333;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
height:25px;
padding:8px 11px 0 0;
}

.format_text ul {
margin:0 0 0 0;
}

.custom .comments_closed p {
  display: none;
}




.hotels #sidebars { display: none; border: none; }


.hotels .comments_closed { display: none; }




.home .comments_closed { display: none; }


.home-featured-advert h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#4F9C00 url(http://www.brisbaneaustralia.com.au/images/bg.jpg) repeat-x scroll left bottom;
color:#FFFFFF;
font-family:"Trebuchet MS",Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
padding:3px 10px;

width:55%;
float:right;
padding-top:5px;
}

.home-featured-advert img {
background-color:#FFFFFF;
border:1px solid #D4D4D4;
display:inline;
float:left;
height:90px;
margin-right:5px;
padding:4px;
width:120px;
}



div.leftcol div.navbox-visitors {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF;
margin-right:20px;
padding-bottom:9px;


float:left;
}

div.leftcol ul.navlist li a:hover {
border-bottom:1px solid #DDDDDD;
color:#0066AA;
text-decoration:none;
}

div.leftcol ul.navlist li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.brisbaneaustralia.com.au/images/bullet-arrow.png) no-repeat scroll right center;
border-bottom:1px solid #EEEEEE;
color:#333333;
display:block;
font-size:13px;
font-weight:bold;
padding:4px 8px;
text-decoration:none;
width:127px;
}

body.custom {
border-top:0.3em solid #434444;
}

.custom.ie #container, .custom.ie .full_width { font-size: 100%; }

.custom #s {
width:200px;
height:20px;
}