/*------------------------------------------------------------------

project:	Kalgoorlie Overland Motel
date created: 	2 Feb 2009
author:	Paul Crawford

-------------------------------------------------------------------*/


@import url('../libraries/reset.css');
@import url('../libraries/baseforms/baseforms.css');
@import url('../libraries/jquery.datepicker/jquery-ui-1.7.2.custom.css');



/*-------------------------------------------    
    Gobal Settings
-------------------------------------------*/
*, html, div, span, body, p, h1, h2, h3, h4, h5, ol, ul, img { margin: 0; padding: 0; border: 0; }

body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 62.5%; line-height: 1.8em; color: #ffffff; background: #040c15 url("../images/core/bg.jpg") repeat-x 50% 0; }
table, th, tr, td { vertical-align: top; border: none; }
p, h1, h2, h3, h4, h5 { margin-bottom: 1.35em; font-weight: normal; }
p, ul { font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 1.8em; color: #e1c466; margin-bottom: 1em;  }
h2 { font-size: 1.6em; color: #e1c466;}
h3 { font-size: 1.4em; color: #666666; }
h4 { font-size: 1.2em; color: #000000; }
h5 { font-size: 1em; }
ul { list-style-type: disc; margin: 0 0 20px 30px; }

a { color: #b0c6e1; text-decoration: none; }
a:hover { color: #e1c466; text-decoration: underline; }

.clearfix:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
.clearfix { display: inline-block; clear: both; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {clear:both;}

/* File Download Icons */
a.file { background: url('../images/core/icon-file.gif') 0 0 no-repeat; padding-left: 25px; display: block; }
a.pdf { background: url('../images/core/icon-pdf.gif') 0 0 no-repeat; padding-left: 25px; display: block; }
a.doc { background: url('../images/core/icon-doc.gif') 0 0 no-repeat; padding-left: 25px; display: block; }


/*-------------------------------------------    
    Main Layout
-------------------------------------------*/
#container { width: 946px; height: auto; display: block; margin: 0 auto 3em; background: none; clear: both; }


/*-------------------------------------------    
    Header - logo + nav
-------------------------------------------*/
#header-container { width: 913px; height: auto; padding: 0 16px 0 17px; display: block; clear: both; }

#header { width: 913px; height: 140px; display: block; clear: both; position: relative; }
#header h1 { background: url("../images/core/logo_dsa.gif") no-repeat; width: 200px; height: 100px; display: block; text-indent: -9999px; position: absolute; top: 29px; left: 6px; }
#header h2 { background: url("../images/core/slogan.gif") no-repeat; width: 658px; height: 23px; display: block; text-indent: -9999px; position: absolute; top: 71px; right: 31px; }


/*navigation*/
#navigation { width: 913px; height: 13px; display: block; clear: both; padding: 17px 0; }
ul#nav { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.2em; text-transform: uppercase; list-style-type: none; width: 913px; display: inline; overflow: hidden; margin: 0; }
ul#nav li { display: block; float: left; padding: 0 25px; }
ul#nav li a { color: #ffffff; overflow: hidden; display: block; float: left; }
ul#nav li a:hover { color: #e1c466; text-decoration: underline; }

body#p-index a#home, body#p-accommodation a#accommodation, body#p-rates a#rates, body#p-book a#book, body#p-restaurant a#restaurant, 
body#p-function a#function, body#p-contact a#contact { color: #e1c466; text-decoration: underline; }


/*-------------------------------------------    
    Banner
-------------------------------------------*/
#banner { width: 890px; height: 204px; padding: 7px 11px 8px 12px; display: block; overflow: hidden; background: url("../images/core/bg_banner.gif") no-repeat; }
#banner img { width: 890px; height: 204px; }


/*-------------------------------------------    
    CTA
-------------------------------------------*/
#cta-container { width: 590px; height: 207px; display: block; clear: both; padding: 16px 174px 5px 149px; }
#cta { width: 559px; height: 113px; display: block; padding: 53px 16px 41px 15px; background: url("../images/core/bg_cta.jpg") no-repeat; }
#cta ul { list-style-type: none; margin: 0; display: block; font-family: Georgia, "Times New Roman", Times, serif; }
#cta ul li { float: left; display: block; }
#cta ul li.cta-room, #cta ul li.cta-contact { width: 149px; padding: 16px 13px; }
#cta ul li.cta-room { margin-right: 15px; }
#cta ul li.cta-room h2, #cta ul li.cta-contact h2 { font-size: 1.5em; color: #502700; margin-bottom: 0.5em; }
#cta ul li.cta-room a, #cta ul li.cta-contact a { color: #7f6229; text-decoration: none;  }
#cta ul li.cta-room a:hover, #cta ul li.cta-contact a:hover { color: #0f155e; text-decoration: underline;  }
#cta ul li.cta-logo { width: 179px; height: 113px; background: url("../images/core/logo_kalgoorlie.jpg") 0 0 no-repeat; display: block; overflow: hidden; text-indent: -9999px; margin-right: 15px; }


/*-------------------------------------------    
    Main body - left + right
-------------------------------------------*/
#content-container { width: 921px; height: auto; padding: 4px 13px 0 12px; display: inline-block; clear: both; }
#content { width: 842px; height: auto; padding: 25px 38px 25px 41px; display: block; clear: both; background: #123053 url("../images/core/bg_content.gif") 0 0 repeat-x; }
#content:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }

#left-content { width: 470px; height: auto; float: left; display: block; }
#right-content { width: 280px; height: auto; float: left; display: block; margin-left: 52px; padding: 0 0 40px 38px; border-left: 1px solid #131c27; }
body#p-accommodation #right-content, body#p-restaurant #right-content, body#p-function #right-content { width: 320px; height: auto; float: left; display: block; margin-left: 40px; padding: 0; border-left: none; }
#wide-content { width: 800px; display: block; clear: both; }


/*----- left content -----*/
.left-list { width: 235px; float: left; display: block; } 

/* our rates */
table { width: 670px; border-top: 1px solid #81a5d1; border-left: 1px solid #81a5d1; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif;  }
th { color: #123053; background: #81a5d1; padding: 5px; text-align: left; }
td { color: #123053; background: #e1edfa; border-right: 1px solid #81a5d1; border-bottom: 1px solid #81a5d1; padding: 3px 5px; }
td.blue { background: #c4d6ec; }

/* book online */
#book-online { width: 430px; height: auto; padding: 15px 25px; display: block; background-color: #3d5f86; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; }

/* contact */
ul#contact-detail { list-style-type: none; margin: 0; display: inline; }
ul#contact-detail li { float: left; display: block; }
ul#contact-detail li.contact { width: 150px; }
ul#contact-detail li.map { width: 300px; height: 350px; margin-left: 20px;  }
span.blue { color: #b0c6e1; }

#top { height: 400px; border-bottom: 1px solid #284f7d; margin-bottom: 2em;  }
#enquiryform { width: 430px; height: auto; padding: 15px 25px; display: block; background-color: #3d5f86; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; }


/*----- right content -----*/
#reception-info { margin-bottom: 3em; }

#location a.directions { background: url("../images/core/button_directions.gif") no-repeat; width: 282px; height: 60px; display: block; overflow: hidden; text-indent: -9999px; }
#location a:hover.directions { background-position: 0 -60px !important; }

.right-banner { width: 320px; display: block; /*overflow: hidden;*/ }
.right-banner img { width: 320px; height: 320px; padding-bottom:10px; }


/*----- wide content -----*/


/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer-container { background: url("../images/core/bg_footer.png") no-repeat; width: 889px; height: 36px; padding: 24px 27px 22px 30px; display: block; clear: both;  }
#footer { font-size: 1.1em; color: #b0c6e1; font-family: Arial, Helvetica, sans-serif;  }
#footer a { color: #b0c6e1; text-decoration: none; padding: 0 5px; }
#footer span.first { padding: 0 5px 0 20px; }
#footer a:hover { color: #e1c466; text-decoration: underline;}

#footer img.wflogo { width: 67px; height: 22px; float: right; display: block; margin-top: 5px; }







