/* SVN FILE: $Id: cake.generic.css 6311 2008-01-02 06:33:52Z phpnut $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 6311 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
margin:0;
padding:0;
}
body, html {
	height: 100%;
}
/* General Style Info */
body {
	background: #535353;
	color: #fff;
	font-family:'Arial',arial;
	font-size:13px;
	margin: 0;
}
a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #536fbb;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
	float: left;
	margin-top: 25px;
	font-weight: bold;
}
h2 {
	color: #e32;
	font-size: 130%;
	margin: 0 0 0.5em;
	padding-top: 0;
	font-weight: bold;
}
h3 {
	color: #5f5f5f;
	font-size: 130%;
	margin: 1em 0 0.5em;
	padding: 0;
	font-weight: bold;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
	font-weight: bold;
}
ul, li {
	margin: 0 12px;
}

/* Navigation */
#nav-top {
	float: right;
	clear: right;
}
#nav-main {
	float: left;
	clear: left;
}
#nav-main ul {
	margin: 0;
	padding: 0;
	margin-top: 23px;
	width: 800px;
}
#nav-top ul, #nav-main ul, #subnav ul {
	list-style: none;
}
#nav-top ul li, #nav-main ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav-main ul a {
	text-indent: -9999px;
	overflow: hidden;
}
#footer .right a:hover {
	text-decoration: underline;
}
#nav-top ul a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	letter-spacing: -0.2pt;
	padding: 10px 20px;
	display: block;
}
#nav-top ul a:hover {
	text-decoration: underline;
}
/*
#nav-top ul #donate a {
	color: #fff;
	background: #535353;
}
#nav-top ul #donate a:hover {
	background: #568f3f;
	text-decoration: none;
}
*/

#nav-main #home a {
	display: block;
	width: 72px;
	height: 39px;
	background: url('../img/main_nav/home.jpg');
}
#nav-main #home a:hover, #nav-main #home a.on {
	background: 72px url('../img/main_nav/home.jpg');
}
#nav-main #about a {
	display: block;
	width: 130px;
	height: 39px;
	background: url('../img/main_nav/about.jpg');
}
#nav-main #about a:hover, #nav-main #about a.on {
	background: 130px url('../img/main_nav/about.jpg');
}
#nav-main #experience a {
	display: block;
	width: 155px;
	height: 39px;
	background: url('../img/main_nav/experience.jpg');
}
#nav-main #experience a:hover, #nav-main #experience a.on {
	background: 155px url('../img/main_nav/experience.jpg');
}
#nav-main #help a {
	display: block;
	width: 149px;
	height: 39px;
	background: url('../img/main_nav/help.jpg');
}
#nav-main #help a:hover, #nav-main #help a.on {
	background: 149px url('../img/main_nav/help.jpg');
}
#nav-main #dancing-heart a {
	display: block;
	width: 162px;
	height: 39px;
	background: url('../img/main_nav/dancingheart.jpg');
}
#nav-main #dancing-heart a:hover, #nav-main #dancing-heart a.on {
	background: 162px url('../img/main_nav/dancingheart.jpg');
}
#banner {
	background: url('../img/logo/banner.gif') no-repeat;
	width:451px;
	height:79px;
	display: block;
	position:absolute;
	right:193px;
	top:26px;
	z-index:15;
}
#flash {
	width: 621px;
	height: 307px;
	overflow: hidden;
	float: left;
}
span#logo {
	height: 114px;
	width: 180px;
	position: absolute;
	top: 42px;
	right: 40px;
}
span.home span#logo {
	background: url('../img/logo/home.jpg');
}
span.about span#logo {
	background: url('../img/logo/about.jpg');
}
span.experience span#logo {
	background: url('../img/logo/experience.jpg');
}
span.help span#logo {
	background: url('../img/logo/help.jpg');
}
span.dancing-heart span#logo {
	background: url('../img/logo/dancingheart.jpg');
}

/* Layout */
#home #content h2.statement {
	color: #5071de;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}
#home #content h2 {
	color: #5f5f5f;
	font-weight: bold;
}
#home #content a, #home #main-lower a {
	color: #7f97e7;
	font-size: 13px;
}

#home #content a:hover, #home #main-lower a:hover {
	color: #536fbb;
	text-decoration: underline;
}

#home #content a, #home #main-lower a.more {
	float: right;
}

.margin_top {
	padding-top: 25px;
}
.wrap {
	width: 984px;
	margin: 0 auto;
	position: relative;
}
.col {
	width: 288px;
	height: 250px;
	float: left;
	text-align: left;
	color: #5f5f5f;
	font-size: 12px;
	font-family: arial;
	line-height: 150%;
	padding: 0 20px;
	margin-top: 10px;
}
#content #subnav {
    background:transparent url(../img/bg/banners.gif) no-repeat scroll right bottom;
    float:left;
    height:auto;
    min-height:100px;
    padding-bottom:40px;
    width:176px;
}
#subnav ul li, #subnav ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#subnav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 3px 5px;
	margin: 0;
}
#subnav ul li a:hover {
	color: #ccc;
/*	background: #808080;*/
}
#header{
	background: #fff 0 97px url('../img/bg/header.jpg') repeat-x;
	height: 180px;
}
#header h1 {
}
#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	width: 295px;
	height: 67px;
	display: block;
	background: url('../img/kairos_dance.jpg');
}
#content {
	background-color: #fff;
	clear: both;
	color: #333;
	overflow: auto;
}
#home #main-lower {
	margin-top:-30px;
}

#home #main-lower .col p {
    margin-bottom: 8px;
}
#main-content {
	float: left;
	width: 495px;
	background: url('../img/bg/content.jpg') no-repeat;
	padding-left: 41px;
	min-height: 354px;
}

#main-content.wide {
	width: 738px;
}
#sidebar {
	width: 257px;
	float: left;
	background: url('../img/bg/sidebar.jpg');
	height: 389px;
}
#sidebar span.border {
	border:1px solid #fff;
	background: #3a3a3a;
	padding: 8px;
	height: 232px;
	width: 230px;
	display: block;
	margin: 5px;
}

#main-content .wrap {
	width: auto;
	background: right top url('../img/bg/content-right.jpg') no-repeat;
	padding-right: 23px;
	min-height: 354px;
}
#main-content h1 {
	display: block;
	color: #000;
	font-size: 16px;
}
#main-content h2 {
	color: #000;
}

#main-content p, #main-content p.MsoNormal {
    margin: 0 0 1.1em 0;
    line-height: 1.3;
}

#main-content ul li, #main-content p ul li {
    
}

#main-content a:link, #main-content p.MsoNormal a:link {
    color: #fa7534;
}

#main-content a:visited, #main-content p.MsoNormal a:visited {
    color: inherit;
}

#main-lower {
	background: url('../img/bg/home_lower.gif') repeat-x;
	clear: both;
	height: 250px;
	padding-top: 50px;
}
#white {
	background: #fff;
	padding-bottom: 30px;
}
.date {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#home .left {
	margin: 12px 10px;
}
#footer {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#footer .wrap {
	padding: 20px;
	height: 50px;
}
#footer .right {
	margin-right: 20px;
}
#footer .right a {
	text-decoration: none;
	margin-left: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#home #content {
	position: relative;
	height: 307px;
	margin-top: -24px;
	background: none;
}
#home .col h2 {
	font-size: 15px;
	color: #5f5f5f;
}
#content .col-1 {
	float: left;
	width: 635px;
}
.side {
	background: url('../img/bg/home_mid.gif') no-repeat;
}
#home #content .wrap {
	position: relative;
}
#content .col-2 {
	float: right;
	width: 340px;
}
#content .col-2 p {
	padding-bottom: 5px;
}
#content .col-2 h2.statement {
    margin-bottom: 20px;
}
.right {
	float: right;
}
.left {
	float: left;
}
/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #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 {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/*kris*/
#home_story {
margin-top: 40px;
}

/* 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: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
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;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	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=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=hidden] {
    visibility: hidden;
}

form#cse-search-box {
	padding: 0;
	background: transparent;
    margin-right: 0;
    clear: none;
    width: auto;
}

input#search {
        padding: 0;
	margin-top: 5px;
        display: block;
        float: left;
        width: 130px;
        font-family: Arial;
}

input#searchsubmit {
	clear: none;
        display: block;
        float: left;
        font-size: 11px;
        margin-left: 3px;
        margin-top: 9px;
	padding: 0;
        font-family: Arial;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
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-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: 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: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	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: #000000;
	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: #FFFF00;
	padding: 4px;
}

.clear {
	clear: both;
}

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

#footer a:hover {
	text-decoration: underline !important;
	color: #536fbb !important;
}