
/* Queries --------------------------------------- */

#queries {
	position:absolute;
	background-color:#fff;
	padding:1em;
	left:900px;
	z-index:100;
	top:1em;
}
/* Queries --------------------------------------- */

#pagenavigation {
	text-align:center;
}

/* ----------------------------------------------- */
CITE {
	display:block;
	margin-top:.5em;
	margin-bottom:.5em;
}

.storycontent IMG {
	max-width: 100%;
}

#guestbook .post {
	margin-top:1em;
	margin-bottom:1em;
}

div.error,div.success {
	margin:1em;
	padding:1em;
	border:2px solid #f00;
	-moz-border-radius:16px;
	color:#000;
	background-color:#fee;
}
div.success {
	border-color:#0c0;
	background-color:#efe;
}
div.success h3 {
	color:#060;
}

div.error li, div.success li {
	margin-left:1.3em;
}

div.error ul {
	list-style-image:url(/images/icons/small/warning.png);
}

.pollBar { height:12px; width: 1px; background-color: #090; border:1px solid #000 }

#commentlist blockquote {
	font-style:italic;
}

#calendartable {
	font-size:1em;
}

/*  
	Aubergine Machine WordPress stylesheet
    Copyright 2003-2004 Ben de Groot     
    released under the GPL                
	
	Modifications by blogigo:
	http://www.blogigo.de
*/
	  
html, body {
	background: #575788 url(/img/tmpl/aubmach/aubmach.png) fixed repeat;
	color: #EEEEFF;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: 14px;
}

body {
	padding: 5px 8em;
}

#header a {
	display: block;
	text-decoration: none;
	color: #BBBBEE;
	margin: 0;
	padding: 0;
}

h1 {
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: .4em;
}

#content {
	margin: 2em 0;
	padding: 0;
	float: left;
	width: 70%;
	background: #446;
	border: 1px solid #333355;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	text-align: right;
	margin: 1em 20px 0 20px;
	padding: 0 0 .1em 0;
	color: #EEEEFF;
	border-bottom: 1px solid #9999BB;
}

h3 {
	font-weight: normal;
	font-size: 180%;
	text-align: left;
	color: #9999BB;
	margin: .3em 20px;
	padding: 0;
}

div.meta {
	text-align: right;
	font-size: 90%;
	margin: .7em 20px;
}

div.feedback {
	text-align: right;
	margin: -1em 20px 2em 20px;
}

p {
	margin: 20px;
}

.post p {
	text-align: justify;
}

#menu {
	margin: 2em 0;
	padding: 0;
	float: right;
	width: 25%;
	line-height: 130%;
	overflow: hidden;
}

#menu ul{
	margin: .2em 0 .2em 1.6em;
	padding: .5em 0;
	list-style: none;
}

#menu ul li {
	margin: 1em 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#menu ul ul {
	list-style: square;
}

#menu ul ul li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}

#menu li a {
	margin: 0;
	padding: 0;
}

body>div#rap>h1#header, body>div#rap>div#content, body>div#rap>div#menu {
	background: url(/img/tmpl/aubmach/446-70.png) repeat;
	border: 1px solid #333355;
}

* html h1#header, * html div#content, * html div#menu {
	/* star html hack for IE, because it doesn't handle PNG transparency right */
	background: #446;
	background-image: none;
	border: 1px solid #333355;
}

p.credit {
	clear: both;
	text-align: center;
	color: #bbd;
}

a {
	color: #BBBBEE;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

abbr[title], acronym[title] {
	cursor: help;
	color: #EEEEFF;
	border-bottom: 1px dotted #eef;
}

a abbr[title], a acronym[title] {
	color: #BBBBEE;
}

img {
	border: none;
}

	
td {
	text-align: center;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}

th {
	font-weight: normal;
}
	
ul {
	list-style: square;
}

blockquote, pre, var {
	font-style: normal;
	font-family: 'Andale Mono', monospace;
}

#menu input {
	display: block;
}

input {
	width: 120px;
	padding: 1px;
	margin: 3px 0;
	border: 1px solid #9999BB;
	background: transparent;
	color: #EEEEFF;
	font-family: 'Bitstream Vera Sans', verdana, sans-serif;
	font-size: 90%;
}

textarea {
	width: 95%;
	height: 15em;
	padding: .3em;
	border: 1px solid #9999BB;
	background: transparent;
	color: #EEEEFF;
	font-family: 'Bitstream Vera Sans', verdana, sans-serif;
	font-size: 90%;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	cursor: pointer;
	background: #666688;
}

form#pollform ul {
	list-style-type:none;
}

.meta ul, .meta ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#calendartable, #polltable {
	font-size: 90%;
}

