body {
	margin: 0;
	padding: 0;
	background: #000000;
	background-image: url(images/backa.jpg);
	background-repeat:repeat-x;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Arial, sans-serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #5c8c9a;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;	
}

/* Header */

#header-wrapper {
}


#header {
	width: 960px;
	height: 240px;
	margin: 0 auto;
	background: url(images/imgheader.jpg) no-repeat left top;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/imgmenu.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 40px 0px 40px;
	background: url(images/imgmenubar.jpg) no-repeat right 10px;
	text-decoration: none;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7bb1c1;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_thing a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/imgmainpage.jpg) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
}

/* Content */

#content {
	float: left;
	width: 670px;
	padding: 0;
}

.post {
}

.post .title {
	height: 38px;
	padding: 0 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

.post .title a {
	color: #181818;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-align: left;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: left;
	margin-bottom: 15px;
	padding: 10px 10px 5px 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 245px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 15px;
	border-bottom: 1px solid #000000;
	padding-left: 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 36px;
	padding: 0 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 20px 20px;
	text-align: left;
}

#sidebar a {
	border: none;
	color: #34555f;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	background: #000000;
}

#footer {
	width: 960px;
	height: 44px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: url(images/imgfooter.jpg) repeat-x left top;
	font-family: Century Gothic, Arial, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	color: #7bb1c1;
}

#footer a {
	color: #7bb1c1;
}
