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

body {
	margin: 0;
	padding: 0;
	background: url(jingles.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #977D4A;
}

textarea {
	background: #977D4A;
	border: 1px solid #977D4A;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F4D568;
}

input {
	background: #977D4A;
	border: 1px solid #977D4A;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F4D568;
}

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: #977D4A;
}

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

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/) 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: #977D4A;
}

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

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

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 100px;
	height: 10px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #000000 no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #F4D568;
}

#menu .current_page_item a {
	background: #000000 url no-repeat;
}

#menu a:hover {
	background: #977D4A;
}

/* Page */

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

/* Content */

#content {
	float: left;
	width: 900px;
	padding: 0 0 0 50px;
}

.post {
	margin-bottom: 15px;
	background: url(pupsdown.jpg);
	color: #977D4A;
    border: solid #F4D568 1px;
}

.post a {
	color: #000000;
}

.post a:hover {
	color: #5D0EDB;
}

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

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

.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(images/) repeat-x left bottom;
	border-top: 1px solid #F4D568;
}

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

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

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}


/* Footer */

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

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

#footer a {
	color: #5D0EDB;
|