/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for bredasdorpsquare.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 - 28 August 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: #635f5f;
	font: italic 16px/22px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	padding: 0;
}
cite {
	color: #635f5f;
	font: italic 14px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	font: normal 42px/42px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h2 {
	font: normal 22px/27px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 18px/27px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 16px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 14px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h6 {
	font: normal 13px/18px Georgia, 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;
}
small {font-size: 12px;}

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

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

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

/* General layout */
html {
	height: auto;
	min-height: 100%;
}
body {
	background: #fff url('../images/bg.png') left top repeat;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #000;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 900px; /* Minimum width of layout - this property does not work in old versions of IE */
	padding: 0;
	width: 100%;
}
#wrapper {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	padding: 0 15px;
	width: 870px;
}
#orchid {
	background-image: url('../images/orchid.png');
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
	height: 305px;
	margin-left: -40px;
	position: absolute;
	width: 180px;
}

/* Header */
#header {
	background-color: #fff;
	clear: both;
	height: 242px;
	padding: 0;
	margin: 42px 0 0 0;
	width:  870px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;	
}
#logo {
	display: block;	
}
#logo a {
	background: #fff url(../images/logo_bredasdorp_sqaure.png) top center no-repeat;
	display: block;
	height: 182px;
	margin: 0 auto;
	padding: 0;
	width: 301px;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}

/* Navigation */
#navigation {
	clear: both;
	display: block;
	font: normal 42px/42px Georgia, Helvetica, Arial, sans-serif, serif;
	height: 60px;
	letter-spacing: 0.015em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
	width: 798px;
}
#navigation ul {
	color: #b2b2b2;
	display: block;
	padding: 0;
	width: 798px;
	text-align: center;
}
#navigation ul li {
	padding: 0;
	margin: 0;
}
#navigation ul li a {
	color: #b2b2b2;
	margin: 0;
	padding: 0 12px;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #000;
	text-decoration: none;
}
#navigation ul li a.selected {
	color: #000;
	text-decoration: none;
}
#navigation ul li a:hover.selected {
	color: #000;
	text-decoration: underline;
}
/*Sub-navigation */
#sub-navigation {
	background-color: #f2f2f2;
	border-top: 1px solid #ebeaea;
	border-bottom: 1px solid #ebeaea;
	clear: both;
	display: block;
	font: normal 13px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	height: 18px;
	letter-spacing: 0.015em;
	margin: 0;
	padding: 10px 36px 10px 36px;
	text-align: center;
	width: 798px;
}
#sub-navigation ul {
	display: block;
	padding: 0;
	width: 798px;
}
#sub-navigation ul li a {
	color: #767171;
	margin: 0;
	padding: 9px 18px;
	text-decoration: none;
}
#sub-navigation ul li a:hover {
	color: #000;
	text-decoration: none;
}
#sub-navigation ul li a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#sub-navigation ul li a:hover.selected {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/* Showcase */
#showcase {
	background: #fff url(../images/bg_showcase.png) bottom center no-repeat;
	height: 295px;
	margin: 0;
	padding: 18px 0 0 0;
	width:  870px;
}
#showcase .gallery {
	float: left;
	overflow: hidden;
	height: 248px;
	width: 248px;	
	margin: 21px 21px 0 21px;
}
#showcase .gallery.left {
	margin-left: 28px;
}
#showcase .gallery.middle {
	margin-left: 14px;
}
#showcase .gallery.right {
	margin-left: 16px;
}

/* Container + Content */

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

#content {
	float: left;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 532px;
}
#content.wide {
	float: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 798px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	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.last {
	margin-right: 0;
}


/* 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: #fff;
	border: 1px solid #ebeaea;
	padding: 4px
}
.gallery-thumbnail a:hover img {
	background-color: #f2f2f2;
	border: 1px solid #000;
}
.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 a:hover {
	color: #000;
	text-decoration: none;
}
.gallery-thumbnail.end {
	padding: 0 0 18px 0;
}
.gallery-title { text-align: left; }
.gallery-title strong { display: block; color: #000; }
.gallery-title span { font-size: 11px; font-style: italic; }


/* Sidebar */
#sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding: 12px 0 0 0;
	clear: right;
	overflow: hidden;
}
#sidebar.hide {
	display: none;
}
#sidebar img {
	max-width: 230px;
}
#sidebar h3 a {
	color: #000;
}
#sidebar h3 a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#sidebar li {
	padding-bottom: 8px;
}

/* Address bar */
#contact-details {
	background: #000 url(../images/bg_contact.png) top center no-repeat;
	color: #b2b2b2;
	clear: both;
	height: 18px;
	padding: 21px 0; 
	text-align: center;
	width: 870px;
}

/* Footer */
#footer {
	color: #fff;
	clear: both;
	font-size: 11px;
	overflow: auto;
	margin: 0 auto;
	padding: 9px 0;
	width: 860px;
}
#footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline; 
}
#footer-meta {
	float: left;
	padding: 0;
	width: 560px;
}
#by-cuie{
	float: right;
	padding: 0;
	text-align: right;
	width: 300px;
}
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 {
	border: 1px solid #ebeaea;
	margin: 0 auto;
	padding: 9px;
	text-align: center;
}
.pic-left {
	border: 1px solid #ebeaea;
	float: left;
	margin: 0 18px 18px 0;
	padding: 9px;
}
.pic-right {
	border: 1px solid #ebeaea;
	float: right;
	margin: 0 0 18px 18px;
	padding: 9px;
}
#content img.no-border {
	border: none;
	margin: 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;
}
.baby-blue {
	color: #96a8b7;
}

/* Forms */
fieldset {
	margin-bottom: 18px;
}
fieldset button {
	margin-bottom: 0;
}
input, select, textarea {
	background-color: #fff;
	border: 1px solid #fff;
	color: #363434;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	padding: 6px;
	width: 198px;
}
select {
	text-align: left;
	width: auto;
}
option {
	padding: 0 6px;
}
textarea {
	width: 198px;
	height: 158px;
}
label {
	font-weight: bold;
	clear: both;
}
.error {
	color: #c93131;
	font-style: italic;	
}
button {
	background-color: #000;
	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 {
	background-color: #f2f2f2;
	border-top: 1px solid #ebeaea;
	border-bottom: 1px solid #ebeaea;
	padding: 9px;
	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: 27px;
}