@import url('reset.css');
html, body, input, button, select, option, textarea {
	font-size: 12px;
	line-height: 18px;
	font-family: Tahoma, Arial, sans-serif;
}
a,a:visited {
	text-decoration: none;
}
div#header-title h1 {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 25px;
	line-height: 35px;
}
div#header-title h1 a {
	text-decoration: none;
}
div#content div.pagetitle h2 {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	line-height: 31px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
div.post div.title h2 {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
}
div.post div.title h2 a {
	text-decoration: none;
}
div.post div.title p {
	font-size: 11px;
	line-height: 20px;
	font-style: normal;
}
div.post div.title p span.group2 {
	text-transform: lowercase;
}
div.post div.title p a, div.post div.title p a:visited {
	text-decoration: none;
}

html, body, form { margin: 0; padding: 0; }
p {
	margin: 11px 0 0 0;
	text-align: center;
}
.hidden { display: none; }
div.clearer { clear: both; }
div#container {
	width: 960px;
	margin: 0 auto;
}
div#header {
	height: 100px;
	background: #999 url('images/background-header.gif');
	border-top: 10px solid;
	border-right: 10px solid;
	border-top-color: #fff;
	border-right-color: #fff;
}
div#header-wrapper {
	margin: 0 auto;
}
div#header-title {
	float: left;
	background-color: #cc0099;
}
div#header-title h1 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
div#header-title h1 a {
	display: block;
	height: 100px; width: 282px;
	border: 0;
}
div#header-title h1 a span {
	display: none;
}
div#navmenu {
	width: 940px; height: 24px;
	border-top: 10px solid;
	border-left: 10px solid;
	border-right: 10px solid;
}
div#wrapper {
	border-left: 10px solid;
	border-right: 10px solid;
	border-bottom: 10px solid;
}
div#wrapper div.clearer {
	clear: both;
}
div#content {
	width: 596px;
	margin-right: 4px;
	padding-top: 10px;
}
div#content div.pagetitle h2 {
	margin: 0; padding: 0 22px 22px 22px;
}
div.post {
	padding-bottom: 30px;
}
div.post div.title {
	padding: 5px 20px 0px 20px;
	height: auto;
}
div.post div.title h2 {
	margin: 0; padding: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #c09;
}
div.post div.title p {
	margin: 2px 0 0 0;
	height: 20px;
	display: block;
}
div.post div.title p span.group1 {
	display: block;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 18px;
}
div.post div.title p span.group2 {
	display: block;
	float: right;
	padding-left: 20px;
}
div.post div.entry {
	padding: 10px 22px 0 22px;
	text-align: center;
}
div.post div.entry p strong {
	font-weight: bold;
}
div.post div.entry a img{
	border: none;
}
div.post div.entry p a img{
	border: none;
}

body {
	background: #cc0099 url('images/background.gif');
	background-color: transparent;
	padding-bottom: 1px;
	padding-top: 1px;
}
div#container {
	border-left-color: #999;
	border-right-color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
}
div#header h1 {
	background: url('images/background-title.png') top left no-repeat;
}
div#navmenu {
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	background-color: #c09;
}
div#about {
	background: url('images/background-about.gif') top left;
	border-left-color: #fff;
	border-right-color: #fff;
}
div#about div.slide-ad {
	border-color: #fff;
	color: #fff;
}
div#wrapper {
	background: url('images/background-wrapper.gif') top left repeat-y;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
div#content div.pagetitle h2 { color: #c09; }
div.post div.title { background-color: #fec4e1 }
div.post div.title h2 a, div.post div.title h2 a:visited {
	color: #162d43;
}

div#navmenu ul { 
	display: block; 
	width: 100%; 
	height: 24px; 
	margin: 0 auto; 
	padding: 0px; 
	list-style-type: none; 
}
div#navmenu ul li {
	display: block;
	width: auto;
	float: left;
	height: 24px;
	margin: 0 1px;
		font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 0px 10px;
}
div#navmenu ul li a {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}
div#navmenu ul li.current_page_item{ 
	background-color: #066; 
	color: #fff; 
	border-bottom: none; 
}
div#navmenu ul li:hover { 
	background: #066 none;
}