html, body {
	margin: 0;
	padding: 0;
	font-family: "Goudy Old Style", Cambria, Corbel, Palatino;
	background-color: #64A8D1;
}

a, a:visited {
	color: #FF9000;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: auto;
	padding: 10px;
	width: 450px;
	background-color: #ffffff;
}
#title {
	line-height: 100%;
	font-size: 250%;
	width: 660px;
	padding: 0;
	margin: 5% auto 20px;
	background-color: #ffffff;
}
#title img {
	margin: auto;
}

#content-body {
	width: 100%;
	position: relative;
	line-height: 110%;
	font-size: 110%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#post-title-bar {
	width: 100%;
	padding: 0;
	display: block;
	color: #000;
}

#post-subtitle-bar {
	width: 100%;
	text-align: center;
	font-style: italic;
}

#post-body-text {
	padding: 0;
	text-align: left;
	font: 100% "Goudy Old Style", Cambria, Corbel, Palatino;
}

.post-title {
	color: #000;
	font: bold 220% "Times New Roman", Times, serif;
	letter-spacing: 3pt;
	border-bottom: 1px none #25567B;
	text-align: center;
}

.post-subtitle {
	font: 130%/120% "Goudy Old Style", Cambria, Corbel, Palatino;
	width: 60%;
}

/* sidebar content */

.boxgrid{
	width: 200px;
	height: 150px;
	margin:10px;
	float:left;
	border: none;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #ff9200;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color: #fefcff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.captionfull .boxcaption {
top: 150px;
left: 0;
}
.caption .boxcaption {
top: 100px;
left: 0;
}

#menu {
	list-style-type: square;
	background-color: #ffffff;
	margin-bottom: 100px;
	padding-left: 50px;
	margin-top: 100px;
}

#menu ul {
	list-style-type: square;
	margin: 20px auto auto;
}

#menu li {
	display: inline;
	list-style-type: square;
	float: none;
	margin: 20px 50px auto auto;
}
