/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/bg2.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #878787;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	text-transform: lowercase;
	font-family: Copperplate Gothic Light, Helvetica, sans-serif;
	font-weight: normal;
	color: #bf7e0b;
}

h1 {
	font-size: 18px;
}

h2 {
	}

h3 {
}

h4 {
}

h5 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #bf7e0b;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
    text-decoration: none;
	color: #7e3d0e;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 800px;
	height: 180px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: url(...) no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 250px 0 0 40px;
	font-size: 24px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 75px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #ffffff;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background: url(images/img02.gif) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 5px 0 0 5px;
	background: url(images/img03.gif) no-repeat;
}

.post {
	width: 700px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background: url(images/img06.gif) no-repeat right center;
}

.floatLeft{float: left;}
.floatRight{float: right;}
.image-left{float: left; vertical-align: text-top;}
.image-right{float: right; vertical-align: text-top;}
div.wrapContainer{width:99.5%; float:left;}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	background: url(...) no-repeat;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/contentbar.jpg) no-repeat;
	font-size: 18px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
	text-indent: -1em;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #c0c0c0;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}

li.cd
{
background-image: url(images/cdicon.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

/* Footer */

#footer {
	width: 710px;
	height: 40px;
	padding-top: 10px;
	margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;
	background: url(images/footerframe.png) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 0px;
	line-height: normal;
	font-size: 77%;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}
