/* CSS reset start */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS reset finished */

#content ol, #content ul {
	margin:20px;
	line-height:18px;
}
#content ul li {
	list-style-type: disc;
	margin-bottom:10px;
}
#content ol li {
/*	list-style-type: decimal;*/
	margin-bottom:10px;
	margin:10px;
}

body {
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Sans-Serif;
	font-size:14px;
	text-align:center;
	margin:0;
	color:#494949;
}
#container {
	width:950px;
	text-align:left;
	margin:0 auto;
}
#very_top {
/*	height:16px;*/
	text-align:right;
	padding:10px;
	background-color:#4cb175;
	padding-bottom:5px;
}
#very_top li {
	display:inline;
	margin-left:20px;
}
#very_top li a {
	color:white;
	font-weight:normal;
	font-size:16px;
}
#very_top li a:hover {
/*	color:#c3ffdb;*/
}
#header {
	padding:40px 20px;
}
#content {
	width:630px;
	float:left;
	overflow:hidden;
}
#contact_info {
	width:290px;
	float:left;
}
#contact_form {
	width:330px;
	float:left;
	margin-left:10px;
}
#contact_form .btn {
	margin-top:10px;
	margin-bottom:-10px;
}
#right_side {
	float:left;
	margin-left:50px;
	width:270px;
	margin-top:-99px;
}
#footer {
	border-top:1px solid #e8e8e8;
	font-size:12px;
	color:#666;
	padding:20px;
	text-align:center;
}
#comments {
/*	margin-top:10px;*/
}
.comment {
/*	border:1px solid #e8e8e8;*/
	margin:10px;
/*	padding:10px;*/
}
.comment_header {
	background-color:#e9f7ef;
	line-height:45px;
	height:40px;
	overflow:hidden;
	padding:2px;
}
.comment_header img {
	float:left;
	margin-right:10px;
}
.error_flash, #authMessage {
	font-size:24px;
	background-color:#a90000;
	text-align:right;
	padding:10px;
	color:#ffffff;
	padding-bottom:5px;
}
.success_flash {
	font-size:24px;
	background-color:#00a93c;
	text-align:right;
	padding:10px;
	color:#ffffff;
	padding-bottom:5px;
}
/* Tags */
h1 {
	font-size:22px;
}
a {
	color:#4cb175;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#207643;
}
label {
	display:block;
	margin:10px 0;	
}
fieldset {
	border:1px solid #e8e8e8;
	padding:20px;
	margin:20px;
}
legend {
	font-size:22px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
label.login {
	padding-top:3px;
}
.comment_delete {
	float:right;margin-top:-45px;margin-right:10px;
}
#search {
	padding:10px;
	margin-bottom:16px;
}
#search .txt_input {
/*	width:200px;*/
	margin-bottom:10px;
}
.highlight {
	background-color:yellow;
}
/* Safari Hack :EEEEWWWWWW: */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    label.login {
		padding-top:0px;
	}
	.comment_delete {
		margin-top:0;
	}
	#right_side {
		margin-top:-100px;
	}
}
#content h3 {
	font-size:18px;
	margin:20px 10px;
}
#content h3 a {
	font-size:28px;
	color:#4cb175;
}
#content .post_meat h3 a {
	font-size:18px;
/*	margin:20px 10px;*/
}
#content h3 a:hover {
}
#content .post_meat h4 {
	font-size:18px;
	margin:20px 10px;
}
#content h2, #right_side h2 {
	font-size:24px;
	background-color:#313131;
	text-align:right;
	padding:10px;
	color:#ffffff;
	padding-bottom:5px;
/*	border-top:1px solid white;*/
}
#right_side h2 {
	text-align:left;
}
#content p {
	padding:5px 10px;
	margin:10px 0;
	line-height:18px;
}
#right_side ul {
	margin:20px 10px;
}
#right_side ul li {
	list-style:none;
	margin-bottom:10px;
}
/* Classes */
.breaker {
	clear:both;
}
.li_small {
	margin-top:5px;
	font-size:11px;
}
.h2_img {
	margin-left:10px;
}
.txt_input, .txt_area {
	width:230px;
	background: #e9f7ef url('../img/txt_bg.png') no-repeat fixed top left;
	padding:5px;
	border-top:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
	border-bottom:1px solid #e7e4e4;
	border-right:1px solid #e7e4e4;
	font-family: 'Myriad Pro', Arial, Sans-Serif;
	font-size:14px;
	color:#657e6f;
}
.txt_area {
	width:230px;
	height:140px;
}
.txt_comment {
	width:500px;
}
.btn {
	color:white;
	background:transparent url('../img/btn.png') no-repeat scroll top left;
	font-size:11px;
	font-weight:bold;
	height:22px;
	border:none;
	width:69px;
}
.post_info {
	color:#888;
	font-size:13px;
	background:#e9f7ef;
}
.post_single {
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}
.counter {
	color:#888;
	font-size:11px;
}
#counter {
	text-align:center;
}
#content p.post_comments {
	text-align:right;
	margin-bottom:-10px;
}
.admin #content ul {
	margin:10px;
}
/* FROM CAKE BASE CSS */
/* 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:#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;
}
/* 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;*/
	margin-top:10px;
}
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 {
	text-decoration: none;
}
div.actions ul li a:hover {
	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;
}
