body {
	background-color:#558C11;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
}

#header {
	height: 197px;
	width:960px !important;
	margin:0 auto;
	padding:0;
}

#footer {
	width:960px !important;
	background-image:url(../img/page_footer.jpg);
	background-repeat:no-repeat;
	padding:25px 0;
	font-size:.9em;
	font-variant:small-caps;
	color:#F1EFE2;
}

#footer a {
	font-variant:small-caps;
	color:#F1EFE2;
}

#navbar {
	list-style:none;
	margin:0;
	padding:5px 0px;
}

#navbar li {
	margin:-5px 0 0 0;
	padding:0;
}

#page {
	width:960px !important;
	margin:0 auto;
	padding:0;
	background-image:url(../img/page_bg.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

.navBarLogo {
	margin:20px 0 0 0;
}

/* util functions */
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.center {
	text-align:center;
}

.letter {
	margin: 0 auto;
	width:650px;
}

/* ---------- admin section ---------- */
#adminNav {
	margin: 0px 0px 0px 10px;
}

.navUl {
	list-style:none;
	margin: 0px 0px 0px 10px;
	padding:5px 0px;
}

.altrow {
	background-color:#F0FCE2;
}

.dataTable {
	background-color:#FFFFFF;
	border:2px solid #F0FCE2;
}

.dataTable th {
	background-color: #5E9C13;
	color:#fff;
}

.dataTable th a {
	color:#fff;
}

/* ---------- photo gallery sort section ---------- */
.dragHandleDiv {
	display:			none;
	background-color:	#558C11;
	width:				10px;
	height:				50px;
	cursor:				move;
}

#sortStopLink{
	display: none;
}

/* ---------- Display switch section ---------- */
ul.display {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display li {
	float: left;
	width: 718px;
	padding: 10px 0;
	margin: 0;
}

ul.display li a {
	color: #558C11;
	text-decoration: none;
}
ul.display li .content_block {
	padding: 0 10px;
}
ul.display li .content_block h2 {
	color: #558C11;
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 1.7em;
}
ul.display li .content_block p {
	margin: 0;
	padding: 5px 5px 5px 180px;  /*--The left padding keeps the
content from flowing under the image--*/
	font-size: 1.2em;
}
ul.display li .content_block a img{ /*--Double border technique--*/
	padding: 5px;
	border: 2px solid #558C11;
	background: #fff;
	margin: 0 15px 0 0;
	float: left;
}

ul.thumb_view li{ width: 240px; } /*--Switch the width to accommodate for the three column layout--*/
ul.thumb_view li h2 { display: inline; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block a img { margin: 0 29px 10px 0; }

a.switch_thumb {
	width: 139px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin: 10px 0;
	display: block;
	float:right;
	background: url(../img/more_less_info.jpg) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a.swap { background-position: left bottom; }

a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

img.center {
	display:block;
	margin:0 auto;
}

ul.categories {
	list-style:none;
}

ul.categories li a{
	color: #31500A;
	font-weight:bold;
	font-size:1.2em;
	text-decoration: none;
}

ul.categories li a:hover{
	text-decoration: underline;
}

.category_flyout {
	display:none;	
}

a.category_flyout_control {
	margin:10px 10px 0px 0px;	
}

/* ---------- jGrowl override section ---------- */
.jGrowl-notification .message {
	background: none;
	border: none;
	color: #fff;
}

/* ---------- Cake PHP Import section ---------- */
/* 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;
}

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