@CHARSET "ISO-8859-1";

body {
	margin-top: 10px;
	padding: 0px;
	background: #787878 url('../img/page_bg.jpg') repeat left top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 1.4em;
	margin-top: 3px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #528dc8;
}

a:hover {
	border-bottom: none;
	color: red;
}

a img {
	border: none;
}

input, select, textarea {
	background-color: #ffffcc;
}

input.button {
	padding: 4px;
	font-size: 14px;
	background-color: buttonface;
}

textarea {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffffcc;
	font-size: 12px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 132px;
}


#logo {
	width: 960px;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
	color: 528dc8;
}

logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	padding: 47px 0 0 3px;
	text-transform: uppercase;
	font-size: 10px;
	color: #110e0f;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #528dc8;
}

#menu {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	height: 52px;
	background: url('../img/menu_bg.jpg') no-repeat left top;
}

#wrapper {
	clear: both;
}

#page {
	width: 960px;
	margin: 0px auto;
	background: url('../img/page_mid.jpg') repeat-y left top;
}

#page-bgtop {
	background: url('../img/page_top_alt.jpg') no-repeat left top;
}

#page-bgbtm {
	background: url('../img/page_bottom.jpg') no-repeat left bottom;
}

#latest-post {
	padding: 20px;
	border: 1px solid #e7e7e7;
}

#content {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}

#content_wide {
	float: left;
	width: 726px;
	margin: 0px;
	padding: 12px 0px 20px 0px;
}

.post {
	padding-bottom: 10px;
	line-height: 150%;
	clear: both;
}

.post h1 {
}

.title {
	height: 32px;
	margin: 0px 10px;
	padding: 5px 0px 4px 10px;
	background: url('../img/title_bg.jpg') no-repeat left top;
	/*
	font-size: 16px;
	font-weight: bold;
	*/
}

.title_wide {
	height: 50px;
	margin: 0px 10px;
	padding: 13px 0px 4px 10px;
	font-weight: normal;
	background: url('../img/title_bg_wide.jpg') no-repeat left top;
	/*
	font-size: 16px;
	font-weight: bold;
	*/
}

.title a { }

.title a:hover { }

#page_content {
	margin: -10px 13px 0px 13px;
}

table.list {
	font-size: 12px;
}

table.list td {
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: bold;
	text-align: left;
}

.byline {
	margin: -10px 20px 0px 20px;
	font-size: 0.8em;
}

.tag {
	padding: 0 15px;
}

.info {
	font-size: 12px;
	font-style: italic;
}

.entry {
	padding: 0 20px 0px 20px;
}

.entry p {
	margin-top: 0px;
}

.links {
	padding: 4px 0;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover { }

.gallery_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#leftbar {
	float: left;
	padding-top: 12px;
	padding-left: 10px;
}

#rightbar {
	float: right;
}

#leftbar ul {
	padding-bottom: 0px;
}

#leftbar li {
	background: url('../img/sidebar_bottom.jpg') no-repeat left bottom;
}

#leftbar li ul {
	background: url('../img/sidebar_mid.jpg') repeat-y left top;
}

#leftbar li li {
	background: url('../img/sidebar_more.gif') no-repeat 0 13px;
}

#leftbar li h2 {
	height: 25px;
	padding-top: 15px;
	background: url('../img/sidebar_top.jpg') no-repeat left top;
	color: #333333;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 2px 0 0 0;
	font-size: 11px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 5px 0;
}

.sidebar li.left {
	padding: 0 0 20px 0;
}

.sidebar li ul { }

.sidebar li li {
	margin: 0 10px 0 15px;
	padding: 8px 0px 8px 20px;
	border-bottom: 1px #b5b5b5 dashed;
	background: url('../img/sidebar_more.gif') no-repeat 0 13px;
	text-align: left;
}

.sidebar li h2 {
	height: 30px;
	margin: 0px;
	padding: 6px 15px 0px 35px;
	background: url('../img/sidebar_bg.jpg') no-repeat left top;
	font-size: 12px;
	color: #ffffff;
}

/*.sidebar a { }*/

#footer {
	width: 940px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	font-size: 10px;
	padding-top: 8px;
}