/* CSS Information
-----------------------------------------------------------
Author: Jaymie Jones
Author Company: Xtreme.com.au
Author Website: http://www.xtreme.com.au
Designed For: https://www.durhamcourt.com.au
Date: 2010/09/15
Last Modification: 2010/09/16
-----------------------------------------------------------*/

/* Summary
-----------------------------------------------------------
01. Base Element Declarations
02. Base Element Containers
03. Base Element Classes
04. General Styles
-----------------------------------------------------------*/

/* @group 01. Base element declarations
-----------------------------------------------------------*/

body,td,th { color: #fff; font-family: arial, verdana, helvetica, sans-serif; font-size: 14px; }

body { background-color: #fff; }

a { color: blue; font-weight: bold; }

a:link { text-decoration: underline; }

a:visited { text-decoration: underline; }

a:hover { text-decoration: none; }

a:active { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { margin: 3px 0px; text-transform: capitalize; }

h1 { font-size: 24px; }

h2 { font-size: 22px; }

h3 { font-size: 18px; }

h4 { font-size: 15px; }

h5 { font-size: 13px; }

h6 { font-size: 11px; }

h1, h2, h3, h4, h5, h6, strong, label, th, blockquote, abbr, acronym, b, legend { font-weight: bold; }

em, blockquote, abbr, acronym { font-style: italic; }

p { margin: 8px 0px; }

fieldset { border: 1px solid #fff; padding: 10px; }

th, td { padding: 5px; }

td { border-bottom: 1px solid #fff; }

/* @end */

/* @group 02. Base element containers
-----------------------------------------------------------*/

#wrapper { margin: 80px auto; width: 980px; }

#header { height: 65px; position: relative; }

#content-wrap { height: 470px; position: relative; }

#content-wrap-res { height: 650px; position: relative; }

#footer { margin-bottom: 10px; padding: 20px; }

#copyright { color: #000; font-size: 11px; text-align: center; }

#header, #footer { background-color: #3779B9; }

#header, #content-wrap { margin-bottom: 5px; }

/* @end */


/* @group 03. Base element classes
-----------------------------------------------------------*/

/* Clearfix
/* -------------- */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

/* Messages */

.warning {
	background: #ffffcc;
	border: 2px solid orange;
	color: #000;
	font-size: 11px;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	z-index: 99;
	width: 400px;
}

/* @end */

/* @group 04. General Styles
-----------------------------------------------------------*/

/* CSS3 */

.gradient-blue, #content-wrap, th {
	background: transparent url(../images/bg-content.png) top left repeat-x;
	background: -moz-linear-gradient(top , #51adfa, #b7e1fc);
	background: -webkit-gradient(linear, left top, left bottom, from(#51adfa), to(#b7e1fc));
}

.gradient-blue, #content-wrap-res, th {
	background: transparent url(../images/bg-content.png) top left repeat-x;
	background: -moz-linear-gradient(top , #51adfa, #b7e1fc);
	background: -webkit-gradient(linear, left top, left bottom, from(#51adfa), to(#b7e1fc));
}

.rounded, #contact-left-col #contact-form input, #contact-left-col #contact-form textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Header */

#header #logo {
	left: 405px;
	position: absolute;
	top: 5px;
	z-index: 80;
}

#header #nav {
	background: transparent url(../images/bg-nav.gif) top left no-repeat;
	height: 21px;
	position: absolute;
	right: 40px;
	top: 23px;
	width: 88px;
}

#header #nav #nav-prev, #header #nav #nav-next, #header #nav #nav-count { position: absolute; }

#header #nav a#nav-prev, #header #nav a#nav-next { display: block; height: 21px; width: 19px; }

#header #nav a#nav-prev { left: 0; top: 0; }

#header #nav a#nav-next { right: 0; top: 0; }

#header #nav a#nav-prev:hover { background: transparent url(../images/bg-nav-prev.gif) top left no-repeat; }

#header #nav a#nav-next:hover { background: transparent url(../images/bg-nav-next.gif) top left no-repeat; }

#header #nav #nav-count {
	left: 23px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	top: 0;
	width: 40px;
}

/* Content */

.content { padding: 20px; }

#content-wrap ul, #content-wrap ol { margin: 20px 35px; }

#content-wrap ul li, #content-wrap ol li { list-style-position: outside; }

#content-wrap ul li { list-style-type: disc; }

#content-wrap ol li { list-style-type: decimal; }

/* Content - Contact Page */

#contact-left-col, #contact-right-col { position: relative; top: 75px; }

#contact-left-col { float: left; font-size: 18px; width: 440px; }

#contact-left-col a { color: #fff; text-decoration: none; }

#contact-left-col #contact-info { left: 85px; position: relative; }

#contact-left-col #contact-info span { display: block; float: left; width: 80px; }

#contact-left-col #contact-form { margin-top: 20px; }

#contact-left-col #contact-form .form-item { margin-bottom: 3px; }

#contact-left-col #contact-form label {
	color: #000;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
	width: 75px;
}

#contact-left-col #contact-form input, #contact-left-col #contact-form textarea {
	border: 1px solid #000;
	color: #777;
	padding: 2px;
	width: 340px;
}

#contact-left-col #contact-form textarea { height: 120px; }

#contact-left-col #contact-form .form-item.form-submit { text-align: right; }

#contact-left-col #contact-form .form-item.form-submit input {
	background: transparent;
	border: none;
	color: #000;
	font-size: 18px;
	margin-right: 20px;
	width: 80px;
}

#contact-left-col #contact-form .form-item.form-submit input:hover { cursor: pointer; }

#contact-right-col { margin-left: 460px; width: 440px; }

/* Content - Reservations */

ul#reservation-buttons, ul#reservation-specials { margin: 0; position: relative; text-align: center; }

ul#reservation-buttons { top: 80px; }

ul#reservation-specials { top: 40px; }

ul#reservation-buttons li, ul#reservation-specials li { list-style-type: none; margin: 0; }

ul#reservation-buttons li { margin-bottom: 15px; }

ul#reservation-buttons li a {
	background-color: #2c408f;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-decoration: none;
	text-transform: capitalize;
	width: 150px;
}

ul#reservation-buttons li a:hover { background-color: #3779b9; }

/* Content - Apartments */

#app-col-left, #app-col-middle, #app-col-right { position: relative; top: 80px; }

#app-col-left, #app-col-middle { float: left; }

#app-col-left, #app-col-right { width: 290px; }

#app-col-middle { text-align: center; width: 340px; }

#app-col-left {
	height: 330px;
	overflow-y: scroll;
	margin-right: 20px;
	width: 270px;
}

#app-col-right { float: right; }

#app-col-right ul { margin: 0; }

#app-col-right ul li { margin-left: 30px; }

/* Footer */

#footer h3 { font-stretch: georgia, serif; text-align: center; }

#footer-links { overflow: hidden; margin-top: 20px; }

#footer-links h4 { font-family: georgia, serif; font-size: 18px; margin-top: -5px; }

#footer-links li {
	border-right: 1px solid #5592c7;
	float: left;
	font-size: 12px;
	height: 80px;
	padding: 20px;
	width: 270px;
}

#footer-links li.last { border: none; }

#footer-links li .link-image { float: left; width: 100px; }

#footer-links li .content { margin-left: 120px; padding: 0; }

#footer #logo-racq { left: 400px; position: relative; top: 0; }

/* @end */