/*
Design by Marijke
http://www.collieweb.net
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EAE589;
}

textarea {
	background: #EAE589;
	border: 1px solid #EAE589;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EAE589;
}

input {
	background: #D1D1D1;
	border: 1px solid #D1D1D1;
	font: bold 13px "Trebuchet MS" Arial, Helvetica, sans-serif;
	color: #EAE589;
}

ul {
	margin-top: 0;
}

ol {
	margin-top: 0;
}

p {
	margin-top: 0;
}

h3 {
	margin-top: 0;
}

h2 {
	margin-top: 0;
}

h1 {
	margin-top: 0;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

ol {
	margin-bottom: 1.5em;
	line-height: 150%;
}

p {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #D1D1D1;
}

a:hover {
	text-decoration: none;
	color: #EAE589;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 50px;
	background: url(images/img02.jpg) no-repeat center top;
	text-transform: lowercase;
}

#logo {
	float: left;
}

#logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #D1D1D1;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 14pt;
	color: #EAE589;
}

#logo a {
	text-decoration: none;
	color: #D1D1D1;
}


/* Page */

#page {
	width: 1100px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 1100px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background: url(down.jpg) repeat;
	color: #D1D1D1;
    border: solid #D1D1D1 1px;
}

.post a {
	color: #EAE589;
}

.post a:hover {
	color: #EAE589;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #EAE589;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(img06.jpg) repeat-x left bottom;
	border-top: 1px solid #EAE589;
}

.post .links a {
	padding-left: 10px;
	background: url(img08.jpg) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #EAE589;
}

.post .links a:hover {
	color: #EAE589;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 250px;
}

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

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(astar64.gif) no-repeat 0 12px;
	border-bottom: 1px solid #D1D1D1;
}

.sidebar li li a {
	text-decoration: none;
	color: #D1D1D1;
}

.sidebar li li a:hover {
	color: #EAE589;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #D1D1D1;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #D1D1D1;
}

#footer a {
	color: #EAE589;
|