body {
	background: #006D8F url(img/background.png) repeat-y 50%;
	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

/* @group general */

a:link {
	color: #0044ee;
}
a:visited {
	color: #7744aa;
}
a:hover {
	color: #ee0000;
	text-decoration: underline;
}
a:active {
	color: #ff0055;
}

#content dl, #content ul, #content ol {
	padding-bottom: .5em;
}

dt {
	font-weight: bold;
	padding-bottom: .2em;
}

dd {
	padding-bottom: .3em;
}

hr {
	display: none;
}



/* @end */

/* @group header */

#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background: url(img/page_bg.png) repeat-y;
}

h1 {
	padding: 0;
	margin: 0;
	background: url(img/header.png) no-repeat;
	width: 780px;
	height: 210px;
	position: relative;
}

#header h1 a {
	font-size: 4px;
	display: block;
	position: absolute;
	left: 190px;
	top: 24px;
	width: 589px;
	height: 131px;
	text-decoration: none;
	color: #fff;
}

#header .description {
	position: absolute;
	font-size: 6px;
	width: 300px;
	left: -3000em;
}



/* @end */

/* @group content */

/* @group postmetadata */

.postmetadata {
	padding: 6px;
	background-color: #eee;
	border: dotted 1px #ccc;
	color: #666;
}

/* @end */

/* @group navigation */

.navigation {
	font-size: 90%;
	font-style: italic;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	text-align: right;
}
.navigation a {
	text-decoration: none;
	color: #49d;
}
.navigation a:hover {
	text-decoration: underline;
	color: #c00;
}

/* @end */

#content {
	width:550px;
	float: right;
	margin-right: 10px;
}

#content h2 {
	color: #369;
}
#content h2 a {
	text-decoration: none;
	color: #006D8F;
}
#content h2 a:hover {
	border-bottom: 1px dashed #C2C400;
}
#content div.post {
	border-bottom: 1px dotted #C2C400;
	margin-bottom: 2em;
	clear: both;
}
div.entry img {
	padding: 6px;
	border: 1px solid #666;
	margin: 3px 0;
}
div.entry img.floatleft {
	float: left;
	margin-right: 6px;
}
div.entry img.floatright {
	float: right;
	margin-left: 6px;
}

textarea#comment {
	width:90%;
}

.thumbnail {
	margin:0;
	padding:0;
}

.thumbnail li {
	margin:0 12px 12px 0;
	padding:0;
	list-style:none;
	display:inline;
}


/* @end */

/* @group sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding: 0;
	margin: 1em 0 5em;
	background: #eee url(img/lower_right_round_corner.png) no-repeat 100% 100%;
}
#sidebar * {
	padding: 0;
	margin: 0;
}
#sidebar h2 {
	font-size: 1.1em;
	padding: .4em 0 0 12px;
	margin: 0 0 .3em 0;
	color: #666;
	height: 24px;
	background-color: #e1e8e8;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#sidebar .pagenav h2 {
	background-image: url(img/top_right_round_corner.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-top: none;
}
#sidebar ul ul {
	margin-left: 1em;
}
#sidebar li {
	list-style: none;
}
#sidebar p {
	margin: 0 0 3px 12px;
	color: #666;
	font-style: italic;
}
#sidebar li li {
	margin: 0 0 3px 12px;
	padding: 2px 0;
	line-height: 1.3;
}
#sidebar li li a:link {
	text-decoration: none;
	color: #1f7a92;
}
#sidebar li li a:visited {
	text-decoration: none;
}
#sidebar li li a:hover {
	text-decoration: underline;
	color: #c00;
}
#searchform {
	padding: 0 0 6px 0;
}
#searchform #s {
	margin-left: 12px;
	width: 6em;
}



/* @end */

/* @group footer */

#footer {
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ccdcdc url(img/footer_bg.png) repeat-y;
	clear: both;
}

#footer p {
	margin: 1em 1em 0 205px;
	padding: 0.5em 0 1em 0;
	color: #337788;
	font-size: 90%;
}


/* @end */
