/*
Theme Name: Pure Thoughts
Theme URI: http://www.pure-thoughts.net/
Description: Pure Thoughts.
Version: 2.0
Author: Inge Roggen
*/

body {
	background: #404040;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #B9BAE5;
	background-image: url(images/back.png);
}

input, textarea, select, option {
	background: #C1B59C;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #5A0818;
}

td {
	background: #E1DCD9;
	margin: 2px;
	padding: 2px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 10px;
	color: #000000;
}

p {
	margin: 0px 0px 10px 2px;
	padding: 2px;
	text-align: justify;
}

h1 {
	background-color: #C1B59C;
	color: #5A3C2C;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 72px;
	width: 728px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px;
}

h3 {
	padding:2px;
}

a {
	color: #A55B33;
	font-variant: small-caps;
	text-decoration: none;
}

a:hover {
	color: #4E250E;
}

img {
	border-style: none;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

li {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.post {
	margin-top: -32px;
	margin-left: 65px;
}

.inge {
	margin-left: 700px;
}

#header {
	background-image: url(images/main.jpg);
	width: 800px;
	height: 600px;
}

#content {
	position: absolute;
	left: 0px;
	top: 600px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#footer {
	text-align: center;
}

.post img {
	border: 10px #FFFFFF solid;
	margin: 5px;
}

.wp-smiley {
	border-style: 0px;
}

.center {
	text-align: center;
}

.righta {
	text-align: right;
}

.quote {
	color: #000000;
	margin: 8px auto 0px auto;
	width: 90%;
	font-size: 12px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.quotehead {
	color: #000000;
	margin: 0px;
	height: 30px;
	font-size: 12px;
	background-color: #C0B49B;
	background-image: url(images/quotes.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
}

.comment {
	color: #000000;
	margin: 0px;
	font-size: 12px;
	text-align: right;
	min-height: 88px;
}

.quotefoot {
	color: #000000;
	margin: 0px;
	font-size: 12px;
	border-bottom: 1px solid #000000;
	height: 20px;
}

.gravatar {
	float: left;
	margin: 4px;
}