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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
	color: #006082;
}

body {
	background: url('../../../../../img/blogHeader.jpg') no-repeat #000000;
	font: 75%/18px Georgia, "Times New Roman", Times, serif;
}

#title{
	position: absolute;
	width:621px;
	height:13px;
	left:0px;
	color: #fff;
	font: 12px Verdana, Vrinda, Arial;
	text-align:right;
	padding-top:62px;
	cursor:pointer;
	letter-spacing:2px;
}

#treeOverlay{
	position: absolute;
	right:0px;
	z-index: 100;
}

#hillOverlay{
	position: absolute;
	width:550px;
	height: 140px;
	background: url('../../../../../img/hillOverlay.png') no-repeat ;
	z-index: 50;
	bottom:0px;
	left: -100px
}

#containerWrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 100px;
	min-width: 700px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 700px;
}

#header {
	display: block;
}


#interfaceWrapper {
	margin-right:190px;
	position: relative;
	top:200px;
	
}


#contentBox{
	width:100%;
	height:40px;
}

#contentBoxTopLeft{
	position: relative;
	left:-35px;
	top: 80px;
	width:35px;
	height:40px;
	background: url('../../../../../img/contentBoxTopLeft.png') no-repeat;
}

#contentBoxTopRepeat{
	position:relative;
	top:40px;
	left:0px;
	width: 100%;
	height: 40px;
	background: url('../../../../../img/contentBoxTopRepeat.png') repeat-x;
}

#contentBoxTopRight{
	position:relative;
	right:-35px;
	top:0px;
	width:100%;
	height:40px;
	background: url('../../../../../img/contentBoxTopRight.png') no-repeat top right;
}




#contentBoxBottomLeft{
	position: relative;
	left:-35px;
	top: 0px;
	width:35px;
	height:40px;
	background: url('../../../../../img/contentBoxBottomLeft.png') no-repeat;
}

#contentBoxBottomRepeat{
	position:relative;
	top:-40px;
	left:0px;
	width: 100%;
	height: 40px;
	background: url('../../../../../img/contentBoxBottomRepeat.png') repeat-x;
}

#contentBoxBottomRight{
	position: relative;
	right:-35px;
	top: -80px;
	width: 100%;
	height:40px;
	background: url('../../../../../img/contentBoxBottomRight.png') no-repeat top right;
}


#contentBoxMiddle{
	position:relative;
	left:-35px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top: none;
	border-bottom: none;
	width:100%;
	background: #fff;
	padding: 23px 35px 0 33px;
	top:0px;
}


/*catPanel*/

#catPanelTopLeft{
	position: relative;
	top:22px;
	left:-20px;
	width:171px;
	height:11px;
	background: url('../../../../../img/catPanelTL.png') no-repeat;
}

#catPanelTopRepeat{
	position:relative;
	top:33px;
	width: 180px;
	height: 11px;
	background: url('../../../../../img/catPanelTM.png') repeat-x;
}

#catPanelTopRight{
	position:relative;
	top:-1px;
	width:183px;
	height:23px;
	background: url('../../../../../img/catPanelTR.png') no-repeat top right;
}

#catPanelMiddle{
	position:relative;
	top:-1px;
	left:-20px;
	background: url('../../../../../img/catPanelM.png') repeat-y top left;
}

#catPanelBottomLeft{
	position: relative;
	top:-12px;
	left:-20px;
	width:171px;
	height:11px;
	background: url('../../../../../img/catPanelBL.png') no-repeat;
}

#catPanelBottomRepeat{
	position:relative;
	top:-1px;
	width: 180px;
	height: 11px;
	background: url('../../../../../img/catPanelBM.png') repeat-x;
}

#catPanelBottomRight{
	position:relative;
	top:-23px;
	width:183px;
	height:23px;
	background: url('../../../../../img/catPanelBR.png') no-repeat top right;
}

#catContentWrapper{
	margin-left:15px;
	width:180px;
}

#catContentWrapper h1{
	font-weight:bold;
}

.categories{
	font-size:11px;
}

.categories a{
	text-decoration:none;
}

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

.selectedCategory{
	font-size:11px;
	background-color:#fff;
}

.selectedCategory a{
	color:#BF3100;
	text-decoration:none;
	background-color:#fff;
	position:relative;
	left:-12px;
	padding: 3px 0px 3px 12px;
}

.selectedCategory a:hover{
	text-decoration:underline;
}
	

/* search panel */

#searchAdmin {
	color: #898989;
   	text-align: left;
}

#searchAdmin form{
	padding-bottom:10px;
}

#searchAdmin input[type=text]{
	width:120px;
	position:absolute;
	left:0px;
}

.goButton{
	position:absolute;
	right:0px;
	top: -1px;
	width:43px;
}

#searchAdmin .searchCriterio{
	color: #000;
}

#searchAdmin .searchDefault{
	color:#999999;
}



#navigator{
	position: absolute;
	left:45px;
	width:170px;
}

#footer {
	padding: 5px;
	text-align: center;
}

.body, .comment .commentMessage, .paging, #CommentForm, #NoComments, #CommentList, #SearchHeader, #CommentsClosed {
	display: block;
	clear: right;
	background-color: #ffffff;
	margin-left: 170px;
	padding: 0 15px 3em 45px;
}
.comment .commentMessage, #SearchHeader {
    padding-top: 0em;
    padding-bottom: 1em;
}
#CommentList {
    padding-bottom: 0em;
}

.body h1, #CommentForm h1, #CommentList h1, #SearchHeader h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.body h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.body h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.body h4, .body dt, .body legend {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.body li, .body dd {
	margin-left: 20px;
}

.body p {
	margin-top: 10px;
	font-family: arial,helvetica,verdana;
	padding-right:30px;
}

.body abbr, .body acronym {
	display: inline;
	border-bottom: 1px dotted #000000;
}

.body pre, .body code {
	font-family: "Curier New", curier, monospace;
}

.body sub, .body sup {
	display: inline;
	font-size: 8px;
}
.body sup {
	vertical-align: top;
}

.body blockquote {
	margin-left: 20px;
	font-style: italic;
}

.body table {
	background-color: #e4e4e4;
	border-spacing: 1px;
}
.body table tr {
}
.body table td {
	padding: 2px;
	background-color: #ffffff;
}
.body table th {
	font-weight: bold;
	padding: 2px;
	background-color: #f4f4f4;
}

.body .caption {
	background-color: #e4e4e4;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.body .caption-text {
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.meta {
   color: #898989;
   padding-right:30px;
}


.comment .meta {
    padding-top: 0em;
    padding-bottom: 0em;
}
.meta_head {
	font-weight: bold;
	padding-bottom: 1em;
}


#CommentForm .input {
	clear: right;
	margin-bottom: 3px;
}
#CommentForm .input label {
	text-align: left;
	display: block;
	float: left;
	overflow: hidden;
	width: 60px;
	margin-right: 15px;
}
#CommentForm .text input, #CommentForm select, #CommentForm textarea, #CommentForm input {
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 380px;
	padding: 1px;
}
#CommentForm .error input, #CommentForm .error textarea {
	border: solid 1px #ff0000;
}
#CommentForm .error-message {
	margin-left: 135px;
	color: #ff0000;
	font-size: 80%;
}
#CommentForm .submit {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 77px;
}
#formnote {}

#PostComment{
	padding: 10px 0 10px 0;
}

#emptySearch{
	padding: 0 0 250px 200px;
}

/* nav elements */

#navElement{
	margin: 20px 0 0 0;
}

#navElement h1{
	color:#333333;
	font-weight:bold;
	font-size:14px;
}

.latestPost{}

.latestPost a{
	text-decoration:none;
}

.latestPost a:hover{
	text-decoration:underline;
}

.latestPost h2{
	position:relative;
	top:-5px;
	color:#999;
	font-size:10px;
}

/* sql output: */
.cake-sql-log{
	color:#e4e4e4;
	background: #333333;
	margin-right: 175px;
}

.cake-sql-log caption {
	margin: 30px 0 0 0;
	background: #999;
	border: solid 1px #ccc;
	margin-top: 200px;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

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

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0 0 200px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0 0 200px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0 0 200px;
}
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 0 200px;
}
.success {
	background: green;
	color: #fff;
	margin: 1em 0 0 200px;
}

.imagewrapper{
	width:100%;
	text-align:center;
	padding: 15px;
}

.nav_image{
	padding:0 20px 20px;
}
