
/** Documentation **/
/*______________________________________________________________________________

    flametag.default.css

    Last Update: $date$
    Author: Tom at klenwell@gmail.com

    NOTES
    Call this first in each view.

______________________________________________________________________________*/


/* initialize */
h1, h2, h3, h4, h5, h6 { margin:0 0 .5em; padding:0; }
p, pre, blockquote, ul, ol, dl, address { margin: .5em 0; padding: 0; }
ul li { list-style:none; margin-left:.5em; }
form, fieldset { margin: 0; padding: 0; }
dd, blockquote { margin-left: .5em; }
form label { cursor: pointer; }
img, fieldset { border: none; }
input, select, textarea { font-size: 100%; }
table { border-collapse:collapse; }
td { vertical-align:top; }
.left { float:left; } .right { float:right; }
.clear { clear:both; }
input[type=checkbox], input[type=radio] { clear: left; float: left; }

/* Document */
body {
 margin:0;
 background-color:#000;
 background-image:url('/img/home/page_bg.jpg');
 background-position:top center;
 background-repeat:repeat-y;
}
.page {
 width:800px;
 margin:0 auto; padding:0;
 font-family:Arial, Helvetica, sans-serif;
 color:#330000;
 background:#930;
 border-top:1px solid #ffa500;
 border:1px solid #cc6600;  border-width:0 1px;
}


a { color:#EE7700; text-decoration:none; }
a:hover { color:#FFCC00; }
#masthead a, #footer a { color:#990E0E; }
#masthead a:hover, #footer a:hover { color:#ff0000; }

.honey { display:none; }

tr.head {
 background-color:#fff;
 border:1px solid #ccc; border-width:1px 0;
}
tr.even {
 background-color:#f3f3ff;
}
tr.odd {
 background-color:#fff;
}


/* Metabar */
#metabar {
 text-align:right;
 padding:8px;
 font-size:.9em;
 background-color:#993300;
}
#metabar a { margin:4px; }
#metabar a:hover { }


/* Masthead */
#masthead {
 padding:10px 0;
 color:#993300;
 background-color:#cc6600;
}
#masthead h1 {
 margin:0;
 padding-left:8%;
 font:44px Trebuchet MS, Helvetica, sans-serif;
}
#masthead p {
 margin:0;
 padding-left:9%;
}


/* Core */
#core {
 padding:10px 0;
 background-color:#993300;
}



/* Footer */
#footer
{
 margin:0 auto;
 padding:4px 0;
 clear:both;
 text-align:center;
 font:11px/1.4em Verdana, Geneva, sans-serif;
 color:#993300;
 background-color:#cc6600;
 border-bottom:0px solid #ffa500;
}
#footer_left
{
 float:left; width:200px;
 margin-left:4px;
 text-align:left;
}
#footer_right
{
 float:right; width:200px;
 margin-right:4px;
 text-align:right;
}

/* Error Pages */
#page-default {

}
div.error404 div.error {
 padding:2em;
 color:#cc9900;
}
div.error404 h2 {
 margin:0;
 font:44px Trebuchet MS, Helvetica, sans-serif;
 padding:10px 8%;
 color:#990000;
 background-color:#cc6600;
}
div.error404 div.error a { color:#cc9900; }
div.error404 div.error a:hover { color:#ffcc00; }



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

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

.cake-sql-log 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%;
	background: #f4f4f4;
        clear:both;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
.cake-sql-log 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;
}

