body {
	background-image: url(img/llight-sky-blue_3000x1875.jpg); /*abstract-cloudy-sky-000385-light-sky-blue.jpg*/
	background-attachment: fixed;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5; 
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Tahoma, sans-serif;
}


h2 {
	margin-bottom: 2px;
	font-size: 19px;
	font-weight: lighter;
	letter-spacing: -1px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #00A7D7;
}

a:hover {
	color: #FF599B;
}

img {
	border: none;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}




#headerDiv {
	width: 650px;
	height: 300px;
	background-image: url(img/top2.png);
	margin-left: auto;
	margin-top: -30px;
	margin-right: auto;
}

#status {
	width: 630px;
	padding-top: 180px;
	text-align: right;
}

#insideStatus {
	width: 425px;
	float: right;
	text-align: right;
	margin-top: -15px;
	line-height: 1.2;
	color: #007597;
	font-size: 12px;
}

#page {
	background: #fff;
	width: 610px;
	margin-left: auto;
	margin-top: -15px;
	margin-right: auto;
	padding: 0 20px 20px 20px;
}

#content {
	/*background: #d0f5fd;*/
	width: 560px;
	padding: 0 15px 15px 10px;
	margin-top: -30px;
}

.postDivider {
	width: 568px;
	height: 30px;
	background-image: url(img/flowerdivider.jpg);
}

.meta {
	font-size: 10px;
}
.meta a {
	color: #FF599B;
}
.meta a:hover {
	color: #00A7D7;
}

.comments {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}
.comments a {
	color: #FF552A;
}
.comments a:hover {
	color: #FFD400;
}

#author, #email, #url, #comment {
	border: 2px inset #8EBED4;
	padding: 2px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #214354;
}
#submit {
	border: 1px outset #8EBED4;
	padding: 2px 6px 2px 6px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#menu {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin-top: 10px;
	padding: 15px 7px 2px 7px;
	background: #F2FDFF;
	border: 1px outset #B3D3E2;
}

#menu li a {
	font-size: 14px;
	color: #00A7D7;
	text-transform: uppercase;
	font-family: Arial, Tahoma, sans-serif;
	letter-spacing: 1px;
}
#menu li a:hover {
	color: #006582;
}


#archDiv {
	width: 200px;
	float: right;
}
#archDiv h3 {
	margin-top: 35px;
	margin-bottom: 3px;
	letter-spacing: -1px;
}
#findDiv {
	width: 200px;
	float:left;
}
#findDiv h3 {
	margin-top: 35px;
	margin-bottom: 3px;
	letter-spacing: -1px;
}


#footer {
	text-align: center;
	
}

#footer a {
	color: #FF552A;
}

#archiveform input, #searchBtn {
	border: 1px outset #8EBED4;
	padding: 2px 6px 2px 6px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#bottomDiv {
	width: 650px;
	height: 50px;
	background-image: url(img/bottom2.gif);
	margin-left: auto;
	margin-right: auto;
}

