body {
	background-color: #ccffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}

div#site {
	width: 923px;
	margin: 0 auto;
	padding: 0 17px;
	background: url(../images/bg.png) repeat-y;
}

div#header {
	background: url(../images/top_bg.png) no-repeat;
	margin: 0 -17px;
	padding: 18px 17px 0 17px;
}

div#header * {
	margin: 0;
}

div#footer {
	background: url(../images/bottom_bg.png) no-repeat bottom;
	margin: 0 -17px;
	padding: 0 17px 18px 17px;
	font-size: 0.65em;
	text-align: center;
	clear: both;
}

div#footer * {
	margin: 0;
}

div#videos {
	width: 240px;
	float: left;
}

div#videos h2, div#archives h2 {
	font-size: 0.87em;
	color: #669933;
	text-align: center;
}

div#photos {
	width: 460px;
	float: left;
}

div#photos h2 {
	font-size: 1em;
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 3px 10px;
	margin: 0;
}

div#photos h2 span {
	color: #CC6600;
	font-weight: bold;
}

div#photos .inside {
	background: url(../images/main_bg.png) bottom center no-repeat;
	padding: 0 19px 20px 19px;
}

div#journalentry {
	background-color: #EFEFEF;
	font-size: 0.8em;
	padding: 5px;
}

div#archives {
	width: 223px;
	float: left;
}

h1 {
	color: #cc6600;
	font-weight: bold;
	font-size: 1.125em;
}

div#videos .video {
	text-align: center;
	color: #666666;
}

div#mainvideo {
	text-align: center;
}

div#archives ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	text-align: center;
}

div#archives ul li {
	padding: 0 0 0.5em 0;
	margin: 0;
}

div.relatedphotos p.photo {
	display: block;
	float: left;
	width: 95px;
	padding: 5px;
	margin: 0;
}

a img {
	border: 0;
}

div#videos p {
	font-size: 0.8em;
}

div.pentry p {
	margin-top: 0;
	margin-bottom: 1em;
}