* {
	margin:0;
	padding:0;
	}
body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	background-image:url(images/background.gif);
	background-color:#636255;
	color:#444444;
	}
a {
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}

a:hover { color:#66CD00; }

img { border:0; }
p {
	margin-bottom:20px;
	line-height:20px;
}

div.captionLeft {
float:left;
margin:5px 10px 0px 2px;
}

div.captionRight {
float:right;
margin:5px 2px 0px 10px;
}

div.captionCenter {
margin:3px auto 0px auto; 
display:block;
}

div.captionLeft div, div.captionRight div, div.captionCenter {
font-style:italic;
text-align:center;
}

/* Make the body background fill to bottom even if not enough space */
.spacer {
	clear: both;
	line-height:0px;
}

#wrapper {
	width:800px;
	margin:0 auto;
	background-color:#F5F9DD;
	border-left:5px solid #DEEA8A;
	border-right:5px solid #DEEA8A;
	padding:10px;
	}
#header {
	height:90px;
	background-image:url(images/grass.jpg);
	background-repeat:no-repeat;
	border:1px dashed #777777;
	margin-bottom:10px;
	}
#body {
	width:585px;
	background-color:#FFFFFF;
	border:1px dashed #777777;
	padding:7px;
	}

.meta {
	border:1px dashed #A7E552;
	width:100%;
}

.blog {
	text-align:justify;
}

#list {
	padding-left:15px;
	list-style-type:none;
}



#nav {
	width:178px;
	float:right;
	background-color:#FFFFFF;
	border:1px dashed #777777;
	padding:5px;
	position:relative;
	top:0px;
	}

#footer {
	clear:both;
	margin-top:10px;
	text-align:right;
	}

h1 {
	font-size:22px;
	font-weight:normal;
	margin-top:20px;
}

h1#about { margin-top:0px; }

h1 a { color:#D8E673; }
h1 a:hover {
	color:#D8E673;
	}
h2 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#66CD00;
	}
/* Date */
h3 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	padding: 10px 0px 5px 0px;
}

/* errors */
h5 {
	color:red;
}

h6 a {
	font-size:36px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ffffff;
}
h6 a:hover {
	color:#F0FFF0;
}

#pageTitle {
	margin:12px 0 0 10px;
}

#slogan {
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:10px;
	padding-left:4px;
	color:#ffffff;
	}

#nav ul {
	list-style-type:none;
	}
#nav a {
	text-decoration:none;
	color:#444444;
	}
	
#nav a:hover {
	text-decoration:underline;
	color:#66CD00;
}


#upgradeBrowser {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
}


/* For the popup boxes on homepage thumbnails */
.detailsHolder {
position:absolute;
display:inline;
}


.detailPopup img {
border:3px solid #DDFFCC;
}

.detailPopup {
	display:none;
	position:relative;
	bottom:12px;
	right:264px;
	padding:0px;
}

/* Options */

#options {
	width:150px;
	float:right;
	text-align:right;
	margin: 5px 5px 0 0;
	font-size:11px;
}

#fontSizeOptions {
	margin-bottom:5px;
	
}

#themeOptions {
}

.optionBox {
	display:none;
	border:1px dashed #777777;
	text-align:center;
	opacity: .4;
	filter: alpha(opacity=40);
	color:white;
	background-color:#66CD00;
	cursor: pointer;
	cursor: hand;
}


#increaseFont {
	font-size:16px;
}

#decreaseFont {
	margin-right:4px;
}

#red {
	margin-right:4px;
}

#cream {
	margin-right:4px;
}

#green {

}

#header #caption {
	float:right;
	color:white;
	text-transform:uppercase;
	font-size:10px;
	margin-right:5px;
}

.selectedPage {
	color:#D8E673; 
	font-weight:bold;
}


