body {
	color: #164546; background: #426865 url(../graphics/bgtop2.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}

img {
	border: 0;
}

a:link {
	color: #461630;
	text-decoration: none;
}
a:visited {
	color: #461630;
	text-decoration: none;
}
a:hover {
	color: #461630;
	text-decoration: underline;
}

h1 {
	color: #164546;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
}

h2 {
	color: #164546;
	font-size: 15px;
	font-weight: normal;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

/* Text Styles */

.bold {
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.center {
	text-align: center;
}

/* Input */

.textbox {
	background: FFF;
	border: solid #9BA2B7 1px;
}

.button {
	color: #FFEEC0; background: #5E3F56 url(images/hnav_texture.jpg) top;
	border: solid #382227 1px;
	margin: auto;
}

/* Spacers */

.vspace3 {
	height: 3px;
}

/* Everything Else */

#centre {
	background: url(../graphics/transparent_purple.png);
	width: 850px;
	border: solid #2F2E3A;
	border-width: 0px 1px;
	padding: 0px 15px;
	margin: auto;
}

#container {
	background: #FAF5EA url(images/nav_texture.jpg) top right repeat-y;
}

#content, #nav, #footer {
	padding: 20px;
}

#header {
	background: url(images/header_bg.jpg) no-repeat;
	text-align: center;
	height: 250px;
	padding: auto 20px;
}

#hnav, #footer {
	color: #FFEEC0; background: #5E3F56 url(images/hnav_texture.jpg) top;
	border: solid #382227;
}

#hnav {
	width: 810px;
	border-width: 2px 0px;
	padding: 3px 20px;
}

#hnav a:link {
	color: #A3C9B8;
	text-decoration:none;
}
#hnav a:visited {
	color: #A3C9B8;
	text-decoration: none;
}
#hnav a:hover {
	color: #BFDBCE;
	text-decoration: none;
}

#content, #nav {
	padding: 0px 10px 40px 10px;
}

#content {
	float: left;
	width: 640px;
}

#topstuff {
	background: #C6BEAC;
	width: 680px;
	min-height: 75px;
	margin: 0px 0px 40px -10px;
	padding: 10px;
}

.entry .header {
	/*color: #F6E6BC;*/ background: #ECE4D1;
	width: 700px;
	/*border: solid #2E4C4B;
	border-width: 3px 0px;*/
	padding: 3px 0px;
	margin-left: -10px;
}

.entry .title {
	font-size: 20px;
	margin-left: 10px;
}

.entry .date {
	font-size: 11px;
	margin-left: 40px;
	margin-bottom: 20px;
}

.entry .thumb {
	background: url(../graphics/transparent_purple.png);
	max-width:550px;
	padding: 5px;
}

.entry .entrytext {
	margin: 20px 0px 20px 40px;
}

.entry .entrytext a:link {
	text-decoration: underline;
}
.entry .entrytext a:visited {
	text-decoration: underline;
}
.entry .entrytext a:hover {
	text-decoration: none;
}

.entry .mood {
	float: left;
	width: 200px;
	margin-left: 40px;
}

.entry .commentlink {
	float: right;
	width: 200px;
	text-align: right;
}

.entrydivide, #prevnext {
	color: #C6B4B4;
}

.entrydivide {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

.commentarea {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

.box {
	padding: 0px 20px;
}

.entrysubmit {
	text-align: center;
}

#prevnext {
	text-align: center;
	padding-top: 40px;
}


#nav {
	float: right;
	text-align: center;
	width: 130px;
	padding-top: 40px;
}

#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 25px;
}

#footer {
	clear: both;
	text-align: center;
	border-width: 2px 0px 0px 0px;
}

#footer a:link {
	color: #A3C9B8;
	text-decoration:none;
}
#footer a:visited {
	color: #A3C9B8;
	text-decoration: none;
}
#footer a:hover {
	color: #BFDBCE;
	text-decoration: none;
}

