/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for firlanehouse.co.za website.
Author: Cuie&Co - Andy Walton - andy (at) cuieandco (dot) com
Author URI: http://www.cuieandco.com */

/* Created: 9 September 2009 (Last updated - 5 May 2010)
Designed for screen */

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0;
	padding: 0;
}

/* Typography
---------------------------------------------------------- */

blockquote {
	color: #928989;
	font: italic 16px/22px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	padding: 0;
}
cite {
	color: #928989;
	font: italic 14px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	color: #d8d5d5;
	font: normal 27px/27px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
}
h2 {
	font: normal 22px/27px Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 16px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
}
h4 {
  	font: normal 15px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
}
h5 {
	font: normal 11px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h6 {
	font: normal 10px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #e3e6e5;
	cursor: help;
}


/* Links
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #d8d5d5;
}
a:hover {
	text-decoration: underline;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid #333333;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	width: 100%;
}
hr.dashed {
	border-bottom: 1px dashed #333333;
}
hr.dotted {
	border-bottom: 1px dotted #333333;
}
hr.thick {
	border-bottom: 3px solid #333333;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html {
	height: auto;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical; /* Remove if you're worried about validation */
}
body {
	background: #052d60 url(../images/bg.png) left top repeat;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #726f6f;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 870px; /* Minimum width of layout - this property does not work in old versions of IE */
	padding: 0;
	width: 100%;
}
#wrapper {
	background-color: #121111;
	clear: both;
	margin: 30px auto 0 auto;
	padding: 0;
	width: 870px;
}

/* Header */
#header {
	clear: both;
	height: 115px;
	margin: 0;
	padding: 0 36px;
	width:  798px;
}
#logo {
	display: block;	
}
#logo a {
	background: #121111 url(../images/logo_firlane_house.png) top center no-repeat;
	display: block;
	height: 115px;
	margin: 0;
	padding: 0;
	width: 300px;
}
#logo em {
	display: block;
	margin-left: -3000px;
}

/* Navigation */
#navigation {
	background-color: #272626;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	clear: both;
	display: block;
	font: normal 13px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	height: 18px;
	margin: 0;
	padding: 10px 36px;
	text-align: center;
	width:  798px;
}
#navigation ul {
	display: block;
	padding: 0;
	width: 798px;
}
#navigation ul li {
	display: block;
	float: left;
	padding: 0 18px;
	margin: 0;
	width: auto;
}
#navigation ul li.last {
	padding: 0 0 0 18px;
	border-right: 0;
}
#navigation ul li a {
	color: #767171;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
}
#navigation ul li a:hover {
	color: #d8d5d5;
	text-decoration: none;
}
#navigation ul li.selected a {
	color: #d8d5d5;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li.selected a:hover {
	color: #d8d5d5;
	font-weight: bold;
	text-decoration: underline;
}

/* Billboard */
#billboard {
	margin: 0;
	clear: both;
	overflow: hidden;
}
#billboard p {
	margin-bottom: 0;
}

/* Showcase */
.showcase {
	height: 216px;
	margin: 0;
	padding: 0;
	width:  870px;
}

/* Intro - Homepage */
#intro {
	background-color: #fff;
	margin: 0;
	overflow: auto;
	padding: 0 36px 36px 36px;
	width: 798px;	
}
#intro h1 {
	color: #645f5f;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
}

/* Container + Content */

#container {
	padding: 18px 36px 18px 36px;
	width: 798px;
	overflow: auto;
	clear: both;
}
#content {
	border-right: 1px solid #333333;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 35px 0 0;
	width: 520px;
}
#content.wide {
	border-right: none;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 798px;
}
#content.rooms {
	border-right: 0;
	border-left: 1px solid #333333;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 35px;
}
#content ul {
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}
.column {
	float: left;
	margin-right: 18px;
}
.column.one {
	width: 554px;
}
.column.two {
	width: 411px;
}
.column.three {
	width: 268px;
}
.column.four {
	width: 186px;
}
.column.last {
	margin-right: 0;
}
.column.four img, .column.four a img {
	background-color: #272626;
	border: 1px solid #333333;
	padding: 4px
}
.column.four a:hover img {
	border: 1px solid #d8d5d5;
}
.column.four a, .column.four a:link, .column.four a:visited {
	color: #726f6f;
}

/* Rooms */
#slideshow {
	background-color: #272626;
	width: 520px;
	height: 268px;
	display: block;
	margin: 0 0 18px 0;
}
#slideshow img {
	z-index: 1;
	position: relative;
	border: 1px solid #333333;
	padding: 4px;	
}
#slideshow-caption {
	text-align: right;
	font-style: italic;
}
#slideshow-menu {
	width: 520px;
	clear: left;
	overflow: auto;
}
#content ul#slideshow-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 520px;
}
#slideshow-menu li {
	float: left;
	list-style: none;
	margin: 0 5px 6px 0;
}
#slideshow-menu li.last {
	float: left;
	list-style: none;
	margin: 0 0 6px 0;
}
#slideshow-menu li a {
	background-color: #272626;
	border: 1px solid #333333;
	padding: 3px;
	display: block;
}
#slideshow-menu a.activeSlide {
	border-color: #fff;
}
#slideshow-menu a:hover {
	border-color: #fff;
}
#slideshow-menu a:focus {
	outline: none;
}
#slideshow-menu img {
	border: none;
	display: block;
}


/* Galleries */
.gallery-thumbnail {
	width: 118px;
	height: auto;
	padding: 0 18px 18px 0;
	float: left;
}
.gallery-thumbnail.albums {
	width: 252px;
	height: auto;
	padding: 0 18px 0 0;
	float: left;
}
.gallery-thumbnail img, .gallery-thumbnail a img {
	background-color: #272626;
	border: 1px solid #333333;
	padding: 4px
}
.gallery-thumbnail a:hover img {
	border: 1px solid #d8d5d5;
}
.gallery-thumbnail p {
	clear: both;
	margin-top: 6px;
	margin-bottom: 18px;
}
.gallery-thumbnail a, .gallery-thumbnail a:link, .gallery-thumbnail a:visited {
	color: #726f6f;
}
.gallery-thumbnail.end {
	padding: 0 0 18px 0;
}
.gallery-title { text-align: left; }

.gallery-title strong { display: block; }

.gallery-title span { float: right; }

/* Sidebar */
#sidebar {
	float: right;
	width: 206px;
	margin: 0;
	padding: 9px 0 0 36px;
	clear: right;
	overflow: hidden;
}
#sidebar.rooms {
	float: left;
	width: 206px;
	margin: 0;
	padding: 12px 36px 0 0;
	clear: none;
	overflow: hidden;	
}
#sidebar.hide {
	display: none;
}
#sidebar img {
	max-width: 230px;
}
#sidebar h3 a {
	color: #96a8b7;
}
#sidebar h3 a:hover {
	color: #dd1520;
	text-decoration: underline;
}
#sidebar ul {
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#sidebar li {
	padding-bottom: 8px;
}
/* Sidebar sub-navigation */

h3.rooms {
	margin-bottom: 6px;
}
#sidebar ul#sub-menu {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
	text-indent: 0;
}
#sub-menu li {
	border-top: 1px solid #333333;
	font-size: 13px;
	list-style: none;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
#sub-menu li a {
	color: #767171;
	display: block;
	margin: 0;
	padding: 9px 18px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);	
}
#sub-menu li.last a {
	border-bottom: 1px solid #333333;
}
#sub-menu li a:hover {
	display: block;
	background-color: #272626;
	color: #fff;
	text-decoration: none;
}
#sub-menu li.selected a {
	background-color: #272626;
	color: #d8d5d5;
	font-weight: bold;
	text-decoration: none;
}
#sub-menu li.selected a:hover {
	text-decoration: underline;
}
small {
	font-size: 11px;
}


/* Address bar */
#contact-details {
	background-color: #000;
	color: #a09c9c;
	clear: both;
	font-family: Times;
	font-size: 13px;
	letter-spacing: 0.15em;
	padding: 21px 0; 
	text-align: center;
	width: 870px;
}

/* Footer */
#footer {
	color: #767171;
	clear: both;
	font-size: 11px;
	overflow: auto;
	margin: 0 auto;
	padding: 9px 36px;
	width: 798px;
}
#footer a {
	color: #767171;
}
footer a:hover {
	text-decoration: underline; 
}
#footer-meta {
	float: left;
	padding: 0;
	width: 500px;
}
#by-cuie{
	float: right;
	padding: 0;
	text-align: right;
	width: 298px;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.pic-no-float {
	background-color: #272626;
	border: 1px solid #333333;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
}
.pic-left {
	background-color: #272626;
	border: 1px solid #333333;
	float: left;
	margin: 0 12px 9px 0;
	padding: 3px;
}
.pic-right {
	background-color: #272626;
	border: 1px solid #333333;
	float: right;
	margin: 0 0 9px 12px;
	padding: 3px;
}
#content img.no-border, #billboard img.no-border {
	border: none;
	margin: 0 0 18px 0;
}
#content img.no-border-left {
	border: none;
	float: right;
	margin: 0 0 18px 18px;
}
#content img.no-border-right {
	border: 0;
	float: right;
	margin: 0 0 18px 18px;
}

/* Forms */
fieldset {
	margin-bottom: 18px;
}
fieldset button {
	margin-bottom: 0;
}
input, select, textarea {
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #363434;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	padding: 6px;
	width: 174px;
}
select {
	text-align: left;
	width: auto;
}
option {
	padding: 0 6px;
}
textarea {
	width: 174px;
	height: 158px;
}
label {
	font-weight: normal;
	clear: both;
}
.error {
	color: #c93131;
	font-style: italic;	
}
button {
	background-color: #000000;
	border: none;
	display: block;
	color: #fff;
	font: normal 11px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	height: 32px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	width: 90px;
}
button:hover {
	background-color: #fff;
	color: #000;
}
#contact-form, #box {
	background-color: #272626;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 18px 9px 9px 9px;
	margin-top: -12px;
	margin-bottom: 18px;
}
#recaptcha_area {
	margin-bottom: 18px;
	width: 348px;
}
#recaptcha_area, #recaptcha_table {
	width: auto !important;
}
#recaptcha_image img {
	width: auto;
	height: inherit;
	border: none;
	margin-bottom: 12px;
	width: 188px;
}
#recaptcha_widget {
	margin: 0;
}
input #recaptcha_response_field {
	margin-bottom: 0;
}
