/* 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;
}

/* General Style Info */
body {
	background: #e8e3dc;
	color: #343434;
	margin: 0; 
	font: 75% arial, helvetica, sans-serif; 
}
a {
	color: #000;
	text-decoration: underline;
}

a.new {
	color: #dd500a;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #333;
	padding-bottom: 0;
	margin: 0 0 5px; 
	font: bold 20px Arial, Helvetica, Geneva, sans-serif; 
}

h1 a { 
	color: inherit;
	text-decoration: none;
}
h2 {
	color: #333;
	padding-bottom: 0.8em;
	margin: 0 0 0.3em;
	font: normal 1.5em Arial, "Times New Roman", Times, serif;
}

p.day {
	color: #dd500a;
	margin-bottom: 5px;
}

p.eotw {
	color: #000;
	margin-bottom: 7px;
}

p.eotw span { 
	/*border-bottom: 1px solid #ccc;*/ 
	padding-bottom: 2px; 
}

h2 a {
	text-decoration: none;
}
h3 {
	color: #343434;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

p {
	line-height: 18px;
	margin-bottom: 15px;
}

p.caption {
	font-style: italic;
	font-size: 0.9em;
}

p.event-times { 
	margin-top: 10px; 
	font-size: 12px; 
	line-height: 15px;
	margin-bottom: 0;
}

p.read-more { 
	margin-top: 5px; 
	margin-bottom: 5px; 
}

p.read-more a { 
	text-decoration: none; 
}

p.excerpt { 
	font-size: 14px; 
	line-height: 20px;
	color: #555;
}

p.author {
	text-align: right;
	font-style: italic;
}

span.type {
	margin-bottom: 4px;
	color: #000;
	background-color: #ffc;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

p.type {
	margin-bottom: 5px;
}

p.publish {
	margin-bottom: 2px;
	font-size: 1em;
}

p.truncate {
	margin-top: 10px;
}

.bluelight {
	background-color: #d1faff;
}

.join-blob {
	margin-top: 15px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding-top: 0;
	position: relative;
	border-style: solid;
}
.header {
	border-bottom: 1px solid #222;
	height: 100%;
}

.header-functions {
	border-left: 1px solid #aaa;
	padding-left: 30px;
}

.social {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 49px;
}

.social p {
	margin-bottom: 0;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#menu {
	background-color: #fff;
	padding: 15px 4px 15px 20px;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 10px;
}

.menu {
	margin-bottom: 0;
	overflow: hidden;
	/*padding: 20px;*/
}

.menu a {
	font-size: 13px;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
}
#content{
	clear: both;
	overflow: hidden;
	/*background-color: #fff;*/
	padding-top: 10px;
}
#footer {
	clear: both;
	margin-top: 15px;
	margin-bottom: 60px;
	overflow: hidden;
}

#footer ul, li {
	margin: 0;
}

#footer li {
	margin-bottom: 5px;
}

#footer .content { 
	padding: 30px 30px 0; 
	background-color: inherit; 
}

.footer { 
	border-bottom: 1px solid #222;
	padding-bottom: 30px;
}

.this-week { 
	/*background-color: #fff;*/
	padding: 20px;
	/*margin-top: 20px;*/
	overflow: hidden;
	border: 1px solid #777;
}

.this-week h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #777;
}

.menu-over {
	width: 200px;
	padding: 10px;
}

.top-menu {
	color: #000;
	margin-top: 20px;
	/*border-bottom: 1px solid #888;*/
	padding-bottom: 8px;
}

.top-menu li {
	/*float: right;*/
}

.top-menu li a {
}

.content-side { 
	padding: 15px 0 0; 
	background-color: inherit;
	border-top: 1px dotted #222;
	margin-top: 0;
}

.content-side h3 {
	margin-bottom: 10px;
}

.content-side ul {
	margin: 0;
	padding: 0;
}

.content-side li {
	margin-bottom: 3px;
}

/* Front end */

.star { 
	position: absolute; 
	top: -15px; 
	right: 20px; 
	width: 69px; 
	height: 54px; 
	background: url(../img/star.png) no-repeat; 
	text-align: center; 
	color: #ffc; 
	letter-spacing: 1px; 
	padding-top: 27px; 
	padding-right: 5px; 
	padding-left: 5px; 
	font: bold 10px/12px Arial, sans-serif; 
	text-transform: uppercase; 
}

.sub-menu {
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.sub-menu ul {
	margin: 0;
	padding: 0;
}

.sub-menu li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
	font-size: 1.3em;
}

.login input {
	width: 300px;
}

p.more {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

a.view-more {
	background: url(../img/view-more.gif) no-repeat right center;
	padding-right: 22px;
	height: 20px;
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured {
	background-color: #dd500a;
	color: #fff;
	/*margin-left: -5px;*/
}

.featured a { 
	color: #fff; 
}

.featured h2 { 
	color: #fff; 
}

.featured h2 span.space { 
	color: #fff; 
}

div.sider {
	padding: 20px;
	color: #fff;
	/*margin-bottom: 20px;*/
	background: #dd500a left bottom;
	overflow: hidden;
	margin-bottom: 3px;
	/*border-left: 5px solid #fff;*/
}

div.sider p { 
	margin-bottom: 15px; 
}

div.sider p.more { 
	margin-bottom: 0; 
}

div.sider .item { 
	margin-bottom: 10px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #fff; 
}

div.sider h3 {
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 0;
	font: 18px Arial, Helvetica, Geneva, sans-serif;
}

div.sider h2 {
	color: #fff; 
	font-size: 14px; 
	margin-bottom: 0; 
	padding-bottom: 3px; 
}

div.sider .lowlight {
	font-weight: normal;
	color: #e0b89e;
}

div.sider a {
	color: #fff;
}

div.sider h3 {
	color: #fff;
	border-bottom: none;
}

div.baser {
	padding: 20px;
	color: #fff;
	/*margin-bottom: 20px;*/
	background: #dd500a left bottom;
	overflow: hidden;
	margin-bottom: 3px;
	/*border-left: 5px solid #fff;*/
}

div.baser h3 {
	color: #fff;
	border: none;
}

div.content {
	background-color: inherit;
	padding: 30px;
	overflow: hidden;
}

div.head {
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-top: 1px solid #bbb;
	padding-top: 10px;
}

div.side-head {
	border-top: 1px solid #bbb;
	padding-top: 10px;
	margin-top: 30px;
}

div.featured div.head {
	border-bottom-color: #fff;
}

div.content fieldset {
	padding: 20px;
	border: 1px solid #dfdfdf;
}

div.content input, textarea {
	width: 400px;
}

div.list {
	background-color: #fff;
	/*margin-bottom: 20px;*/
	overflow: hidden;
	/*padding: 10px;*/
	height: 100%;
	border-bottom: 1px dotted #888;
}

div.list .inner {
	padding: 30px;
	overflow: hidden;
}

div.list img {
	 
}

.clear {
	clear: both;	
}

div.altrow { 
	background: #fff;
}

.join {
	width: 147px;
	height: 147px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* Tables */
table {
	background: #fff;
	border-top:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}
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-bottom: 1px solid #ccc;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
table tr.altrow td {
	background: #f4f4f4;
}

td.title {
	width: 400px;
}

td p.quiet {
	color: #797979;
}

td h3 {
	padding: 0 0 5px;
	margin: 0;
}
td.actions {
	text-align: right;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
	color: #dd500a;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	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 {
}

/* 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 */

#search {
	overflow: hidden;
	text-align: right;
}

#search input {
	width: 150px;
	background-color: #fff;
	display: inline;
	margin-top: 0.4em;
	padding: 8px;
	line-height: 1em;
}

#search button {
	
	background-color: #bbb;
	color: #222;
	padding: 6px;
	margin: 0 0 0 3px;
	display: inline-block;
	vertical-align: bottom;
	border: 2px solid #555;
	border-top-color: #bbb;
	border-left-color: #bbb;
	font: 1.5em/1em Arial, Helvetica, Geneva, sans-serif;
}

form {
	clear: both;
	padding: 0;
	width: 100%;
}
fieldset {
	padding-top: 16px;
}
fieldset legend {
	color: #464646;
	font: 200% Georgia, "Times New Roman", Times, serif;
}
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 0;
	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: 0;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	margin-bottom: 2px;
}

div.required label {
	color: #dd500a;
}
input, textarea {
	clear: both;
	padding: 5px;
	width: 905px;
	font: 1em Arial, Helvetica, sans-serif;
	/*border: 1px solid #dfdfdf;*/
}

textarea.tinymce {
	height: 400px;
}

input.title {
	font-size: 16px;
}
select {
	clear: both;
	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: #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: #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;
}

p.counter {
	margin-bottom: 15px;
}

p.sub-menu {
	margin-bottom: 15px;
	font-size: 17px;
}

p.sub-menu a.selected {
	font-weight: bold;
	text-decoration: none;
}

.logo {
	margin-bottom: 20px;
	margin-top: 20px;
	float: left; 
	margin-left: 0; 
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
	list-style-type: disc;
	
	overflow: hidden;
}
div.actions li {
	list-style-type: none;
	float: left;
	list-style-position: outside;
	/*border-right: 1px solid #aaa;*/
	line-height: 2.5em;
}

.top-menu div.actions li {
	list-style-type: none;
	/*float: right;*/
}

div.actions li.first {
	margin-left: 0;
}

div.actions li.right {
	float: right;
	margin-right: 0;
}

div.actions li.search {
	border-left: 1px solid #aaa;
	border-right: none;
	padding-left: 1em;
}

div.actions li.login a {
	font-size: 1em;
}
div.actions ul li a {
	text-decoration: underline;
	display: block;
	background: url(../img/dot.gif) no-repeat right center; 
	padding: 1em 0.7em 1em 0; 
	margin-right: 0.7em; 
}

div.actions ul li a.last {
	background-image: none;
}
div.actions ul li a:hover {
	color: #888;
	text-decoration: underline;
}

div.actions ul li a.selected {
	background-color: #e8e3dc;
	color: #000;
	margin-bottom: -1px;
	border-bottom: 1px solid #e8e3dc;
}

div.actions ul li.selected a {
	color: #000;
}

/* 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;
}