@charset "utf-8";

* {margin:0px; padding:0px; font-size:100%}

img { border: 0; }

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {margin-top: 0;} /*IE6 Hacks added*/
p	{ margin-top: 1em; margin-bottom: .2em;}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{margin-top: 0px;}/*IE6 Hacks added*/
ul, ol {margin-top: 1em; margin-bottom: 0;}
p + ul, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, p + ol, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol  { margin-top: 1.2em; margin-bottom: 1.2em; } /*IE6 Hacks added*/

ul {
	list-style: square;
	margin: 10px 0px 5px 30px;
}

#content li + li { margin-top: .5em; }


blockquote {
	margin: 10px 5px 25px 25px;
	background-color: #eee;
	border-top: 1px solid #64748B;
	border-left: 1px solid #64748B;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0px 10px 10px 10px;
}

.hidden { top: -9999px; left: -9090px; overflow: hidden; position: absolute; }


/*tables */

th { font-weight: bold; background: #ccc; }

td, th {
	padding: 5px;
	border-bottom: 1px solid #666;
}

td {border-bottom:0;}

tr.other { background: #eee; }

/*jquery related colors styles are in theme css*/
.title {padding: 5px; margin-left: -5px; }


/* Main content area */

#spacer {
	clear: both;
	height: .1em;
}

.standout {color: #F00;}
.debug {border:1px solid #F00}


.clearfloat				{clear:both; height:0px; overflow:hidden;}
.clearleft				{clear:left; height:0px; overflow:hidden;}


/* jquery activated stuff */ 
.active {background-color:#ddd; font-weight: bold;}
.title { border-bottom: 1px solid #666; padding-bottom: 0px;}


/* cake debug */
.cake-sql-log {color:#fff;}
.cake-debug {color:#fff;}


.readernote				{position:absolute; top:-9999px; color:#565656;}

.divider {
	height:12px;
	width:100%;
	display:block;
	background: url(/img/bullet/dotted.gif) repeat-x bottom left;
}

/* =----------------------------------- floats + clearing rule */
.floatLeft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatRight {
	float: right;
	margin: 3px 0 0 7px;
}

.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.left {
	text-align: left;
}

.right {
	text-align:right;
}

.clear {clear:both; }

.fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.fix {
	display: inline-block;
}
 
html[xmlns] .fix {
	display: block;
}
 
* html .fix {
	height: 1%;
}

#flashMessage {
	color: white;
	text-align: center;
	font-size: x-large;
	margin:30px;
}
