/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

.clear-fix {
    clear: both;
}

/* General Style Info */

html, body {
	height: 100%;
	overflow: auto;
}


body {
	background: #BBA79C;
	color: #fff;
	font-family:'Century Gothic',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}

#bg {
    height: 100%;
    left:0;
    overflow: hidden;
    position: fixed;
    top:0;
    width:100%;
    z-index: -1;
}

#bg img {
    /*position: fixed;*/
/*    Initialy no height then it gets height set correctly by the javascript methods*/
    width: 0;
    height: 0;
}

* html #bg {
    position: absolute;
}

#top-bar {
    height: 90px;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index: -1;

    background: #000;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#outer-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: auto;

}



.invisible {
    display: none;
}

#home-text {
    position: absolute;
    width: 640px;
    margin-left: 30%;
    margin-right: 30%;
    top: 65%;
    padding-left: 30px;
    /*left: 40%;*/
    font-size: 13px;
    text-align: justify;
}

#home-text a {
    color: #fff;
}


#home-text a:hover {
    color: #fff;
}


#home-text h2 {
    padding-bottom: 0;
}

#home-text p {
    margin: 10px 0;
}

a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
h2 {
    margin: 0;
    padding-bottom: 10px;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
}

.admin-content h2 {
    font-size: 20px;
}

h2 span.blog-date {
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px;
}

h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

ul, li {
	margin: 0 12px;
}

#logout {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
}

#logout a {
	text-decoration: none;
	color: #fff;
}

#logout a:hover {
	text-decoration: underline;
}

#social-network-links {
    float: right;
    text-align: right;
}

#social-network-links ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

#social-network-links ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social-network-links ul li a {
	display: block;
	height: 18px;
	width: 25px;
}

a#rss-link {
    background: url(../img/rss.png) no-repeat;
}

a:hover#rss-link {
    background-position: -25px 0;
}

a#facebook-link {
    background: url(../img/facebook.png) no-repeat;
}

a:hover#facebook-link {
    background-position: -25px 0;
}

a#twitter-link {
    background: url(../img/twitter.png) no-repeat;
}

a:hover#twitter-link {
    background-position: -25px 0;
}

#nav {
    background: url(../img/border-top.png) no-repeat -3px 0;
    height: 37px;
    width: 900px;
    padding: 15px 50px 0 50px;
}

#home-page-nav #nav {
    height: 32px; /*Nav need to be a little shorter on home page to hide the sides of the glowing white border which just pop down on either side.*/
}

#nav ul#main-links {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
	position: relative;
	left: -6px;
}

#nav ul#main-links li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	text-align: center;
}

#nav ul#main-links li a {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Century Gothic',verdana,helvetica,arial,sans-serif;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 29px;
	padding: 4px 0 0 0;
}

/*#nav ul li a.current-tab {
	background: orange;
}*/


#nav ul li#nav-home a {
	width: 52px;
	
}

#nav ul li#nav-retreats a {
	width: 68px;
}

#nav ul li#nav-instructors a {
	width: 89px;
}

#nav ul li#nav-contact a {
	width: 80px;
}

#nav ul li#nav-blog a {
	width: 52px;
}

#nav ul li#nav-users a {
	width: 52px;
}
#nav ul li#nav-home a,
#nav ul li#nav-retreats a,
#nav ul li#nav-instructors a,
#nav ul li#nav-contact a,
#nav ul li#nav-blog a,
#nav ul li#nav-users a {
	background: url(../img/nav-bg.png) no-repeat -1000px 0; /* -1000 is to make it invisible - we need this here for the png fix in IE6 */
}


#nav ul li#nav-home a.current-tab, #nav ul li#nav-home a:hover {
	background: url(../img/nav-bg.png) no-repeat -150px 0;
}

#nav ul li#nav-retreats a.current-tab, #nav ul li#nav-retreats a:hover {
	background: url(../img/nav-bg.png) no-repeat 0 0;
}

#nav ul li#nav-instructors a.current-tab, #nav ul li#nav-instructors a:hover {
	background: url(../img/nav-bg.png) no-repeat -203px 0;
}

#nav ul li#nav-contact a.current-tab, #nav ul li#nav-contact a:hover {
	background: url(../img/nav-bg.png) no-repeat -69px 0;
}

#nav ul li#nav-blog a.current-tab, #nav ul li#nav-blog a:hover {
	background: url(../img/nav-bg.png) no-repeat -150px 0;
}

#nav ul li#nav-users a.current-tab, #nav ul li#nav-users a:hover {
	background: url(../img/nav-bg.png) no-repeat -150px 0;
}

#container {
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	padding: 10px 50px;
	height: 70px;
}

#header img{
    padding-top: 8px;
}

#header h1 a {
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

/*#content-container {
    position: relative;
    overflow: hidden;
}

#content-bg {
    background: #39261a;
    z-index: 1;

    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}*/

#content{
	background: url(../img/transparent-bg.png) repeat;
	padding-bottom: 100px;
	/*background: red;*/
	clear: both;
	color: #fff;
	/*overflow: auto;*/
	min-height: 900px;

	position: relative;
	/* The top will get set in javascript */
}


#border{
	background: url(../img/border-sides.png) repeat-y -3px 0;
	padding: 0 50px;
}


div.admin-content {
    padding: 15px;
}

#footer {
	background: url(../img/border-bottom.png) no-repeat -3px 0;
	height: 79px;
	position: relative;
}


#footer-content {
    background: url(../img/transparent-bg.png) repeat;
/*    background: #39261a;
    z-index: 1;

    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;*/


    height: 36px;
    margin: 0 50px;
}

#footer a#babekuhl-link {
    display: block;
    height: 20px;
    width: 118px;
    background: url(../img/site-by-babekuhl.png)  0 -20px;;
    position: absolute;
    bottom: 12px;
    right: 43px;
}

#footer a:hover#babekuhl-link {
    background-position: 0 0;
}

/* Custom Pages */
div.instructor, div.retreat, div.blog {
    margin: 0 17px 0 16px;
    background: url(../img/section-underline-bg.gif) repeat-x bottom;
    position: relative;
}

div.instructor, div.retreat {
    min-height: 120px;
    height:auto !important; /*IE hack from http://www.dustindiaz.com/min-height-fast-hack/*/
    height:120px; /*IE hack from http://www.dustindiaz.com/min-height-fast-hack/*/
    padding: 15px 0 10px 0;
}

div.blog {
    padding: 15px 0 30px 0;
}

div.instructor div.details, div.retreat div.details {
    margin-left: 135px;
}

div.instructor div.details p {
    width: 640px;
}

div.retreats-intro {
    padding-bottom: 10px;
    padding-right: 90px;
    padding-top: 15px;
    margin: 0px 15px 10px 15px;
    background: transparent url(../img/section-underline-bg.gif) repeat-x bottom;
}

div.retreats-intro p {
    margin: 10px 0;
}


div.retreat div.details p {
    min-height: 49px;
    height:auto !important; /*IE hack from http://www.dustindiaz.com/min-height-fast-hack/*/
    height:49px; /*IE hack from http://www.dustindiaz.com/min-height-fast-hack/*/
    margin-right: 85px;
}

div.retreat div.details div.date, div.retreat div.details div.location {
    padding-top: 4px;
}

div.instructor img, div.retreat img {
    float: left;
}

div.blog img {
    margin: 0 0 8px 0;
    display: block;
}


div.instructor h2, div.retreat h2 a {
    color: #fff;
    text-decoration: none;
    background: transparent;
}


div.retreat span.sub-heading {
    font-weight: bold;
    font-size: 13px;
}

div.retreat a.request-a-booking {
    background: transparent url(../img/request-a-booking.png) no-repeat;
    height: 29px;
    width: 138px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

div.retreat a:hover.request-a-booking {
    background-position: -138px 0;
}

div.instructor h2 a:hover, div.retreat h2 a:hover {
    text-decoration: underline;
}

div.instructor a.more-info {
    background: transparent url(../img/more-info.png) no-repeat 0 -30px;
    height: 29px;
    width: 85px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

div.instructor a:hover.more-info {
    background-position: 0 0px;
}

/* Contact page */
div#contact-us-page {
    padding: 85px 0px;
}

div#flash-message {
    color: #000;
    margin-left: 165px;
}

div#contact-us-page h2 {
    margin-left: 165px;
}

div#contact-us-page span.sub-heading {
    font-weight: bold;
    font-size: 13px;
}

div#contact-us-page div.email, div#contact-us-page div.phone {
    padding-left: 165px;
    padding-top: 8px;
}

div#contact-us-page div.address-label {
    padding-left: 165px;
    padding-top: 8px;
    float: left;
}

div#contact-us-page div.address {
    padding-top: 9px;
    float: left;
}

form#ContactEmailUsForm {
    width: 100%;
    margin-right: 0;
}

form#ContactEmailUsForm div {
    margin-bottom: 0;
    padding: 0;
}

form#ContactEmailUsForm div.error-message {
    margin-bottom: 10px;
    padding-left: 168px;
}

form#ContactEmailUsForm label {
    float: left;
    text-align: right;
    width: 150px;
    font-family:'Century Gothic',verdana,helvetica,arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding-right: 10px;
    padding-top: 12px;
    color: #fff;
}


form#ContactEmailUsForm input {
    clear: none;
    width: 617px;
    border: none;
    padding: 8px;
    background: url(../img/enquiry-input-bg.png) no-repeat;
    height: 22px;
    padding-bottom: 13px;
}

form#ContactEmailUsForm textarea {
    clear: none;
    width: 610px;
    border: none;
    padding: 8px;
    overflow: auto;
    height: 152px;
    background: transparent;
}

form#ContactEmailUsForm div.textarea {
    background: url(../img/enquiry-bg.png) no-repeat 160px 0;
    height: 169px;
}

#ie6 form#ContactEmailUsForm div.textarea {
    background-position: 163px 0;
}

form#ContactEmailUsForm div.submit {
    margin-left: 706px;
    margin-top: 8px;
}

form#ContactEmailUsForm div.submit input {
    width: 84px;
    height: 29px;
    padding: 0;
    background: url(../img/submit.png) no-repeat 0 -30px;
}

form#ContactEmailUsForm div.submit input:hover {
    background-position: 0 0px;
}


/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background: transparent;
	color: #fff;
	margin-bottom: 2em;
	margin-left: 18px;
}

div.paging div.disabled {
	color: #fff;
	display: inline;
}

div.paging span {
}

div.paging span.current {
	color: #fff;
}

div.paging a {
    color: #fff;
}

div.paging a:visited {
    color: #fff;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #fff;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

form div.submit input {
	width: auto;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	color: #fff;
}

input, textarea {
	clear: both;
	font-size: 15px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
	padding-left: 160px;
}

.boxy-content div.message {
	color: #900;
}

div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
}

.boxy-content div.error-message {
	color: #900;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}

div.actions ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}