/*
Theme Name: Geelong Functions
Theme URI: http://geelongfunctions.com.au
Description: Geelong Functions theme for WordPress.
Author: Kayne Richens
Author URI: http://kayno.net
Version: 1.0
Tags: Geelong Functions

License: 
License URI:

General comments (optional).
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */



body {
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
    
    font-family: Arial, sans-serif;
    font-size: 10pt;
 
    line-height: 1.25;
}

h1 { font-weight: bold; font-size: 16pt; margin: 1px 0 5px 0; }
h2 { font-weight: bold; font-size: 14pt; margin: 1px 0 5px 0; }
h3 { font-weight: bold; font-size: 12pt; margin: 1px 0 5px 0; }

ul { list-style: disc; margin-left: 20px; line-height: 1.3; }
ol { list-style: decimal; margin-left: 20px; line-height: 1.3; }

p { margin: 10px 0; line-height: 1.3; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

strong { font-weight: bold; }
em { font-style: italic; }

blockquote { padding: 0 50px; }

#heading-container {
    background-color: #333738;
    color: #fff;
}

#heading, #content-container, #footer-container {
    margin: 0 auto;
    width: 970px;
}

#heading {
    padding: 10px 0;
}

#heading h1, #heading h2 {
    display: none;
}

#heading-navigation {
    float: right;
    margin-top: 15px;
}

#heading-navigation li {
    display: inline;
    padding: 0;
    color: #0d90c1;
}

#heading-navigation li:after {
    content: ' | ';
}

#heading-navigation li.last:after {
    content: '';
}

#heading-navigation li a, #site-footer a {
    color: #0d90c1;
}

#heading h1 {
    text-transform: lowercase;
}

#content-container {
}

#content {
    background-color: #fff;
    padding: 10px 20px;
    margin: 20px 0;
}


#site-footer {
    background-color: #333738;
    color: #fff;
    padding: 10px;
    margin: 20px 0;
}

.room-search {
    background-color: #0075b6; 
    padding: 10px; 
    margin: 10px 0; 
    color: #fff;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

.room-search-details {
    width: 385px; 
    margin-right: 10px; 
    float: left; 
    background-color: #fff; 
    color: #000; 
    padding: 10px 20px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

.room-search-details label.search-label {
    width: 150px; 
    float: left; 
    text-align: right; 
    padding: 3px 10px 0 0;
    font-weight: bold;
}

.room-search-info {
    width: 475px; 
    float: left; 
    padding: 10px;
    font-weight: bold;
}

.room-search-info a {
    color: #fff;;
    text-decoration: none;
}

.room-search-info a:hover {
    text-decoration: underline;
}

.sponsored-links {
    font-style: italic;
}

.room-search-results {
    background-color: #fff; 
    color: #000; 
    padding: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

.room-search-results-count {
    font-size: 120%;
}

.room-search-results-back {
    float: right;
}

.room-sort {
    font-weight: bold; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 5px; 
    border: 2px solid #918f8f; 
    background-color: #fff; 
    margin: 10px 0; 
    padding: 3px 20px;
}

.room-results {
    background-color: #fff; 
    padding: 10px; 
    margin: 10px 0; 
    color: #000;
}

.room-results table {
    width: 100%;
}

.room-results thead {
    background-color: #0075b6; 
    color: #fff; 
    font-weight: bold; 
}

.room-results tr.room-results-heading-row-one {
    font-size: 12pt; 
}

.room-results tr.room-results-heading-row-one th {
    padding: 5px;
    vertical-align: middle;
}

.room-results tr.room-results-heading-row-two {
    font-size: 9pt;
}

.room-results tr.room-results-heading-row-two th {
    padding: 0 0 5px 0; 
    text-align: center;
    vertical-align: middle;
}

.room-results tbody tr.alt {
    background-color: #d1d2d4;
}

.room-results tbody tr.hover {
    background-color: #0075b6;
    color: #fff;
}

.room-results tbody tr.no-hover {
    background-color: #fff;
    color: #fff;
}

.room-results tbody tr.hover a {
    color: #fff;
    display: block;
}

.room-results tbody td {
    vertical-align: middle;
    color: #000;
}

.room-results tbody a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 7px 3px;
}

.room-preview {
    position: absolute;
    margin-left: -140px;
    margin-top: -30px;
    width: 140px;
    height: 90px;;
    background-color: #0075B6;
    background-image: url('images/preview-arrow.jpg');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.room-preview img {
    margin: 5px;
}

.room-preview a {
    padding: 0 !important;
}

.room-column-one {
    width: 640px; 
    margin-right: 20px; 
    float: left; 
    background-color: #fff; 
    color: #000;
}

.room-column-two {
    width: 270px; 
    float: left; 
    background-color: #fff; 
    color: #000;
}

.room-widget {
    margin-bottom: 20px;
}

.room-tabs {
    background-image: url('images/tab-background.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    
    margin-bottom: 20px;
}

.room-tabs ul.tabs {
    list-style: none;
    margin: 0;
    width: 100%;
}

.room-tabs ul.tabs li {
    float: left;
    background-image: url('images/tab.jpg');
    background-repeat: no-repeat;
    background-position: left top;

    color: #2c8bc0;
    font-weight: bold;
    
    height: 18px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding: 4px 15px;
    
    cursor: pointer;
}

.room-tabs .tab {
    padding: 5px;
    display: none;
    min-height: 200px;
}

.room-tabs .label {
    width: 30%;
    font-weight: bold;
}

.room-tabs .tab table {
    width: 100%;
}

.room-tabs .tab tr.alt {
    background-color: #c7ebfc;
}

.room-tabs .tab tr td {
    padding: 5px 2px;
}

#room_image_gallery img {
    margin: 3px;
}

#contact_venue_header {
    font-weight: bold; 
    -moz-border-radius-topleft: 10px; 
    -webkit-border-top-left-radius: 10px; 
    -moz-border-radius-topright: 10px; 
    -webkit-border-top-right-radius: 10px; 
    padding: 3px; 
    font-size: 160%; 
    background-color: #036cb7; 
    color: #fff; 
    text-align: center;
}

#contact_venue {
    background-color: #c7ebfc; 
    padding: 10px;
}

#contact_venue .sent_message {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

#contact_venue .contact_label {
    margin-top: 3px;
    float: left;
}

#contact_venue textarea {
    width: 98%;
}

#contact_venue div {
    text-align: right;
    margin-bottom: 3px;
}

#contact_venue label.invalid_label {
    font-weight: bold;
    display: block;
}

#contact_venue #preferred_date {
    background-image: url('images/calendar.jpg');
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-color: #fff;
    cursor: pointer;
}

#contact_multiple {
    color: #000; 
    text-decoration: none; 
    text-align: center; 
    display: block; 
    height: 58px; 
    margin-bottom: 20px; 
}

#room_phone {
     background-color: #58ccf5; 
     color: #fff; 
     font-weight: bold; 
     text-align: center; 
     padding: 10px;
}

#room_phone_heading {
    font-size: 160%;
}

#room_map_canvas {
    width: 270px; 
    height: 270px;
}

#sort_options {
    display: inline;
}

#sort_options li {
    display: inline;
    padding: 0;
}

#sort_options li:after {
    content: ' | ';
}

#sort_options li.last:after {
    content: '';
}

.room-list {
    background-color: #fff; 
    padding: 10px; 
    margin: 10px 0; 
    color: #000;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

.search-button {
    margin: 5px 0 0 -40px;
}