/*
Theme Name: Pieprincess' Grungy Design
Theme URI: http://pieprincess.at/
Description: DAS Layout fuer die einzig wahre Frau auf der ganzen weiten Welt.
Version: 0.1
Author: Llama
Author URI: http://pieprincess.at/
Tags: no tags required
*/

@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	background: #6e0089;
	font-family: Verdana, Arial, sans-serif;
}

img#background {
	width: 100%;
	z-index: -1;
	height: 100%;
	color: white;
	position: fixed;
}

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	background: transparent url(images/wrapper.png) no-repeat scroll top right;
}

div.header {
	width: 1000px;
}

div.inner {
	width: 1000px;
	background: transparent url(images/content.png) repeat-y scroll left 10px;
}

div.content {
	float: left;
	width: 729px;
	margin: 0 0 0 10px;
	background: #eee url(images/paper-content.png) no-repeat scroll center top;
}

div.spacer-form {
	height: 5px;
	width: 729px;
	background: #eee url(images/spacer-form.png) no-repeat scroll center top;
}

div.form {
	background: transparent url(images/paper-form.png) no-repeat scroll left bottom;
}

div.divider {
	height: 32px;
	width: 700px;
	margin: 10px 0;
	background: transparent url(images/divider.png) no-repeat scroll center top;
}

div.sidebar-container {
	float: right;
	width: 246px;
}

div.sidebar {
	float: right;
	width: 246px;
	margin: 0 10px 0 0;
	background: #eee url(images/sidebar.png) repeat-y scroll right top;
}

div.sidebar-bottom {
	float: right;
	width: 241px;
	height: 205px;
	margin: 0 10px 0 0;
	background: transparent url(images/sidebar-bottom.png) repeat-y scroll right top;
}

div.footer {
	width: 749px;
	height: 148px;
	background: transparent url(images/footer.png) no-repeat scroll left top;
}

div.text {
	padding: 10px;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}

div.sidebar ul, div.sidebar ol {
	padding: 0;
	margin: 10px 0 10px 10px;
	list-style: none;
}

ol {
	list-style: none;
	padding: 0;
}

div.sidebar div.textwidget {
	margin: 10px 0;
}

label.screen-reader-text {
	display: none;
	visibility: hidden;
}

div.comment-body {
	margin: 0 0 10px 0;
}

form#searchform {
	margin: 10px 0 10px 10px;
}

input#author, input#email, input#url {
	border: 0;
	color: #333;
	width: 260px;
	height: 26px;
	font-size: 100%;
	padding: 0 0 0 5px;
	background: transparent url(images/input-normal.png) no-repeat scroll top left;
}

input#s {
	border: 0;
	color: #333;
	width: 158px;
	height: 26px;
	font-size: 100%;
	padding: 0 0 0 5px;
	background: transparent url(images/input-search.png) no-repeat scroll top left;
}

input#searchsubmit {
	display: none;
	visibility: hidden;
}

textarea#comment {
	border: 0;
	color: #333;
	width: 503px;
	height: 272px;
	font-size: 100%;
	padding: 7px 0 0 5px;
	background: transparent url(images/input-textarea.png) no-repeat scroll top left;
}

input#submit {
	border: 0;
	padding: 0;
	color: #fff;
	width: 158px;
	height: 26px;
	float: right;
	font-size: 100%;
	font-weight: bold;
	margin: 0 207px 10px 0;
	background: transparent url(images/input-submit.png) no-repeat scroll top left;
}

div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

a {
	color: #43a2c2;
}

a:hover {
	color: #333;
	text-decoration: none;
}

hr {
	border: 1px solid #eee;
	border-bottom: 1px solid #333;
}

ul#twitter_update_list li {
	line-height: 1.2em;
	padding: 0 0 5px 0;
}

div#twitpic div.text {
	padding: 10px 0 15px 10px;
}

p {
	padding: 0;
	margin: 5px 0;
}

.small {
	font-size: 10px;
}

div.totop {
	width: auto;
	padding: 5px;
	float: right;
	height: 26px;
	color: #FFFFFF;
	border: 0 none;
	font-size: 100%;
	font-weight: bold;
	position: relative;
	margin: -18px 130px 0 0;
	background: transparent url(images/input-submit.png) no-repeat scroll left top;
}

div.totop a {
	color: #fff;
	text-decoration: none;
}

div.commentnumber {
	display: none;
	visibility: hidden;
}
