/*
Theme Name: Gardens Apartments
Theme URI: http://www.singergroup.co.za
Author: Duncan
Author URI: http://www.nookdigital.com
Description: A consistent theme for SG hotels.
Version: 1.1
License: 
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

*/

/* =Structure
-------------------------------------------------------------- */

body {
	padding:0;
	margin:0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:10pt;
	background:url("images/body-bg-blue.jpg") repeat-x scroll 0 0 #eee;
	color:#333333;
	letter-spacing: 0.1px;
}
a, a:link, a:active{
	outline: 0 none;
	color:#333333;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link{
	text-decoration:none;
	color:#666666;
}
h1, h2, h3, h4, h5{
	color:#666666;
	font-weight:normal;
	text-shadow:1px 1px 2px #aaaaaa
}
h1{font-size:18pt;}
h2{font-size:18pt;}
h3{font-size:15pt;}
h4{font-size:13pt;}
h5{font-size:10pt;font-weight:bold;}

#main{
	background-color: #FFFFFF;
    width: 100%;
}

#page {
	display: block;
	margin: 0;
	max-width:960px;
	margin:0 auto;
}
#primary {
	width: 100%;
}
#secondary h2{
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 6px;
	font-size: 15pt;
}
#secondary ul{
	padding-left: 15px;
	margin-top:6px;
}
.archive #primary,
.single-post #primary,
.blog #primary {
	width: 75%;
	float:left;
}
.archive #secondary,
.single-post #secondary,
.blog #secondary {
	width: 25%;
	float:left;
}
#content {
}
.entry-content{
	padding:30px;
	font-size:10pt;
	line-height: 1.3;
}
#colophon {
	clear: both;
	display: block;
}


/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#branding hgroup{
    margin: 15px 0 4px;
	display:block;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 0 10px;
	float: left;
}
#site-title a{
	background: url("images/gardens-centre-holiday-apartments-logo.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    overflow: hidden;
    text-indent: -9999px;
    width: 550px;
	display: block;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}
#header-info{
	color: #fff;
    margin-left: 550px;
	padding-top:18px;
	text-align:right;
	margin-right:10px;
}
#header-info p{
    margin: 0 0 3px;
}
#header-info a,
#header-info span.skype_pnh_textarea_span span.skype_pnh_text_span{
	color: #fff!important;
}
a.phone,
a.phone:hover{
	text-decoration: none;
	cursor: text;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	letter-spacing: 0.2px;
	font-size: 14px;
}
#access a {
	display: block;
	line-height: 2.3em;
	padding: 0 20px;
	text-decoration: none;
	text-transform:uppercase;
	color:#666;
	text-shadow: 1px 1px 1px #DDDDDD;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2.3em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #ffffff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 15em;
	height: auto;
}
#access li:hover > a{
	color: #333;
}
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
#access .menu {
	padding:0 20px;
}
#access li.current-menu-item a{
	color: #333;
}

/* =Home slideshow
-------------------------------------------------------------- */
#slideshow h2{
    font-weight: normal;
    margin: 0;
    padding: 0;
	color:#333;
	text-transform:uppercase;
	font-size: 16px;
	text-shadow: 1px 1px 2px #999999;
}
#slideshow p{
    font-weight: normal;
    margin: 0;
    padding: 0;
	color:#333;
}
#slideshow a{
    color:#333;
}

/* =Section Headings
-------------------------------------------------------------- */
.entry-header {
	background: url("images/headers/default.jpg") no-repeat scroll 400px 0 transparent;
	display:block;
	height:200px;
	padding:0;
	overflow:hidden;
	border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
}
.entry-header h1 {
	margin:50px 0 0 30px;
	width:370px;
}
.entry-header p {
	margin:0 0 0 30px;
	width:350px;
	color: #999999;
}


/* =Content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: block;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	font-size:80%;
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
	padding:8px;
}

/* Class for labelling required form items */
.req {
	color: #cc0033;
}

.wpcf7-form input,
.wpcf7-form select{
	padding:5px;
}

.wpcf7-form select{
	width:260px;
}
.wpcf7-form input[type="text"]{
	width:250px;
}
.wpcf7-form input[type="submit"]{
	cursor: pointer;
    font-size: 1.5em;
    padding: 20px;
}
/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
    background-color: #FFFFFF;
    border-top: 1px dotted #CCCCCC;
}
#footer-cols{
	margin:0 30px;
}
#footer-cols div{
	width: 280px; 
	float: left; 
	margin-right: 20px;
}
#footer-logos  {
	padding:20px 0;
}
#footer-logos a.singer {
    background: url("images/singer-logo.png") no-repeat scroll center -40px transparent;
    display: block;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px;
    width: 97px;
}
#footer-logos a.singer:hover {
    background-position: center -40px;
}

/* =specific styling
-------------------------------------------------------------- */
.rates-table{
	font-size:10pt;
	width:70%;
	margin:20px;
}
.rates-table a{
	color: #666;
}
.rates-table th {
    color: #666666;
    font-size: 15pt;
    font-weight: normal;
    text-align: left;
}
td,
th{
	border-bottom: 1px dotted #CCCCCC;
	padding:8px 25px;
}
.period span{
	color:#666666;
}
col.price {
	padding-right:5px;
	width:40%;
	text-align:center;
}
col.price td {
	padding-right:5px;
}
td.price span {
	font-size:18px;
	display:block;
}
#gallery-ff {
margin: auto;
}
#gallery-ff .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 20%;
}
#gallery-ff img {
border: 2px solid #cfcfcf;
}
#gallery-ff .gallery-caption {
margin-left: 0;
}
#cboxTitle {
    font-weight: bold;
}

/* =clearfix
-------------------------------------------------------------- */
#contacts td{
	padding:7px 30px;
}
.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%;
}

.archive .wp-post-image,
.blog .wp-post-image{
	float:right;
	margin:0 0 12px 12px;
}
.post .item-title{
	margin-bottom:6px;
}

div#specials-link{
	float: left;
	margin-left:20px;
}

#header-info a.button,
a.button,
.button {
	background: none repeat scroll 0 0 #0771B0;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    display: inline-block;
    padding: 7px 25px;
    box-shadow: 2px 2px 4px #333;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
	text-shadow: 1px 1px 2px #333333;
}
#header-info .button:hover,
.button:hover {
    box-shadow: 2px 2px 4px #000;
	background-color: #04639d;
}
#header-info .button:active,
.button:active{
    box-shadow: 1px 1px 2px #999;
}

.page-id-112 #page {
    max-width: 1000px;
}