/*  
Theme Name: Graumond Reloaded
Theme URI: http://www.tamagothi.de 
Description: Das WP-Theme meiner kleinen Homepage... 
Version: 1.1.1
Author: Elias Schwerdtfeger
Author URI: http://www.tamagothi.de/
*/

body {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	background-color: #333;
	background-image: url(images/graukeil.gif);
	background-repeat: repeat-x;
	color: #dfdddd;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12pt;
}

div {
	margin: 0px;
	padding: 0px;
}
	
div.inner, div.textwidget {
	padding: 4px;
}

hr {
	visibility: hidden;
}

a:link, a:visited {
	text-decoration: none;
	color: #8df;
}

a:active, a:hover {
	text-decoration: underline;
	color: #fff;
}

h1, h2, h3, h4 {
	font-size: 120%;
	font-weight: bold;
	color: #eee;
}

img {
	border: 0;
}

img.wp-smiley {
	border: 0;
	padding-left: 2px;
	padding-right: 2px;
}

.alignleft, .alignright, .aligncenter {
	text-align: center;
	padding: 2px;
	margin: 0px;
	border: 1px solid #555;
	background-image: url(images/graukeil.gif);
	background-repeat: repeat-x;
}

.alignleft img, .alignright img, .aligncenter img {
	padding: 0px;
	margin: 0px;
}

.alignleft {
	float: left;
	margin-right: 4px;
}

.alignright {
	float: right;
	margin-left: 4px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
} 

blockquote {
	margin-left: 0.5em;
	margin-right: 2em;
	padding: 0px;
	padding-left: 54px;
	min-height: 32px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 98px;
	overflow: hidden;
	background-image: url(images/mond.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}

#header a:link, #header a:visited {
	text-decoration:none;
	color: #ccc;
}

#header a:hover {
	color: #8df;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0px;
	color: #ccc;
}

#header h1 {
	margin-left: 110px;
	margin-top: 22px;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header h2 {
	margin-left: 110px;
	margin-top: -2px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#sidebar_jump {
	visibility: hidden;
	font-size: 0px;
	margin: 0px;
}
#content {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	background-color: transparent;
}

#pagebar {
	position: absolute;
	left: 7%;
	width: 86%;
	height: 16px;
	overflow: hidden;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

#pagebar ul {
	margin: 0px;
	padding: 0px;
}

#pagebar ul li {
	margin: 0px;
	padding: 0px;
	height: 16px;
	overflow: hidden;
	display: inline;
	list-style-type: none;
	background-color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
} 

#pagebar ul li a {
	color: #eee;
	padding-left: 4px;
	padding-right: 4px;
}

#pagebar ul li a:hover, #pagebar ul li a:active {
	color: #8df;
	text-decoration: none;
}

#navtitle {
	height: 0px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

#postdisplay {
	position: absolute;
	left: 7%;
	top: 40px;
	width: 63%;
	overflow: hidden;
	background-color: transparent;
	padding-bottom: 12px;
}

.sidebar {
	position: absolute;
	width: 21%;
	top: 36px;
	overflow: hidden;
	background-color: transparent;
	font-size: 85%;
	padding: 0px;
	margin: 0px;
	left: 72%;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

.sidebar a:link, .sidebar a:visited {
	color: #eee;
}

.sidebar a:hover, .sidebar a:active {
	color: #8df;
	text-decoration: none;
}

.sidebar input, .sidebar select {
	background-color: #222;
	padding: 2px;
	color: #eee;
	border: 1px solid #888;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-bottom: 8px;
}

.sidebar div {
	padding-bottom: 8px;
}

.sidebar ul li {
	margin: 0px;
	padding: 0px;
}

.sidebar ul li h2 {
	margin: 0px;
	padding: 4px;
	padding-top: 10px;
	border-top: 1px solid #555;
	letter-spacing: 1px;
	text-align:left;
	color: #e8e0c8;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
	font-size: 120%;
}

.sidebar ul li ul li a img {
	border: 0px;
}

.sidebar ul li ul {
	list-style-type: none;
	border: 0px;
}

.sidebar ul li ul li {
	margin: 4px;
	padding: 0px;
	clear: both;
}

.sidebar ul li ul li ul li {
	padding-left: 1.2em;
}

.sidebar ul li p {
	margin: 4px;
	padding-bottom: 8px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

.widgettitle img {
	width:0px;
	height:0px;
	visibility: hidden;
}

.searchsubmit {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#s {
	border: 1px solid #888;
	width: 100%;
}

.postsingle {
	margin-bottom: 16px;
	clear: both;
}

.postsingle h2 {
	margin: 0px;
	padding: 4px;
	font-size: 135%;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 2px;
	border-top: 1px solid #555;
	letter-spacing: 1px;
}

.postsingle h2 a:link, .postsingle h2 a:visited {
	color: #e8e0c8;
}

.postsingle h2 a:hover, .postsingle h2 a:active {
	color: #eee;
}

.postsingle p, .postsingle li {
	margin-bottom: 0.8em;
	line-height: 145%;
}

p.postmeta, p.postlinks {
	font-size: 85%;
	color: #999;
	font-family: 'Arial', 'helvetica', sans-serif;
}

p.postmeta {
	margin-top: 0px;
	margin-bottom: 1em;
}

p.postlinks {
	clear: both;
	margin-top: 1em;
	margin-bottom: 0px;
	text-align: right;
}

p.postlinks a:link, p.postmetalong a:link, p.postmeta a:link, p.postlinks a:visited, p.postmetalong a:visited, p.postmeta a:visited {
	color: #eee;
}

p.postlinks a:active, p.postlinks a:hover, p.postmetalong a:active, p.postmetalong a:hover, p.postmeta a:active, p.postmeta a:hover {
	color: #8df;
}

p.postmetalong {
	margin: 0.5em;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background-color: #222;
	padding: 0.5em;
	font-size: 85%;
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #999;
}

h3.respond {
	font-weight: normal;
	font-size: 110%;
}

h3.respond a {
	color: #e8e0c8;
	text-decoration: none;
}

#com_author, #com_email, #com_url, #com_comment {
	background-color: #222;
	padding: 2px;
	border: 1px solid #555;
	color: #ddd;
	width: 99%;
}

#your_name, #email, #blog, #your_subject, #msg {
	background-color: #222;
	padding: 2px;
	border: 1px solid #555;
	color: #ddd;
}

#submit {
	background-color: #222;
	padding: 2px;
	border: 1px solid #555;
	color: #ddd;
}

form dl {
	border: 1px solid #555;
	padding: 1em;
}

form dl, dl.labels {
	margin:0em;
	font-size:100%;
}

form dt, dl.labels dt {
	float:left;
	width:7em;
	margin-bottom:0.8em;
	text-align:right;
	font-weight:400;
	position:relative /*IEWin hack*/
}

form dd, dl.labels dd {
	margin-left:7.5em;
	margin-bottom:0.8em;
	font-size:100%;
	font-style:normal;
	text-align:left;
	padding-left:0.5em
}

form dt label {
	color: #ccc;
}
	
form dd.submit, dl.labels dd.submit  {
	margin-top:2em
}
	
.error_msg {
	font-weight:700;
	color:#FF0000;
}
	
.pxs_css_spamcheck {
	display: none !important;
}

div.comment, div.pingback, div.trackback {
	font-size: 85%;
	line-height: 130%;
	margin: 0%;
	padding: 8px;
	margin-bottom: 12px;
	border: 1px solid #555;
}

div.comment a, div.pingback a, div.trackback a {
	color: #e8e0c8;
}

img.avatar {
	float:left;
	padding: 2px;
	margin-right: 4px;
}

div.comment a:hover, div.pingback a:hover, div.trackback a:hover {
	color: #8df;
}

div.odd {
	background-color: #363636;
}

div.even {
	background-color: #303030;
}

.iindent, .fn, div.comment-meta a, .comment-edit-link, ul.subpages li a, ul.sitemap li a {
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left center;
}

ul.subpages {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.subpages li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.sitemap li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.posttime, .singletime, .commtime, div.comment-meta a {
	background-image: url(images/time.gif);
}

.postauthor, .singleauthor, .fn {
	background-image: url(images/author.gif);
}

.postcategories, .singlecategories {
	background-image: url(images/category.gif);
}

.posttags, .singletags {
	background-image: url(images/tag.gif);
}

.postcomment, .singlecomment, .commuser {
	background-image: url(images/exclam.gif);
}

.postedit, .singleedit, .commedit, .comment-meta a.comment-edit-link {
	background-image: url(images/edit.gif);
}

.singlecomrss {
	background-image: url(images/rssfeed.gif);
}

.singletburi {
	background-image: url(images/trackback.gif);
}

.profileedit {
	background-image: url(images/admin.gif);
}

.profilelogout {
	background-image: url(images/logout.gif);
}

.commclose {
	background-image: url(images/schloss.gif);
}

.related, ul.subpages li a {
	background-image: url(images/related.gif);
}

ul.sitemap li a {
	background-image: url(images/rellink.gif);
}

ul.subpages li a.parentpage {
	background-image: url(images/category.gif);
}

.relpost {
	background-image: url(images/rellink.gif);
}

acronym, abbr, span.caps {
	cursor: help;
}

.hilite {
	color: #000;
	background-color: #99ccff;
}

.hilite1 {
	color: #000;
	background-color: #ffcc66;
}

.hilite2 {
	color: #000;
	background-color: #99ff66;
}

.hilite3 {
	color: #000;
	background-color: #ff9999;
}

.donation label {
	margin-left: 10%;
}

#currency_code, #amount, #os0 {
	width: 80%;
	margin-left: 10%;
}

input.ppimg {
	border: 0;
	margin-left: 10%;
}

