
/* 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;
}

/* 
Default WordPress by Dave Shea || http://mezzoblue.com

Modifications by Matthew Mullenweg || http://photomatt.net

Modifications by Thaleia || http://www.the-id.net

Further Modifications by blogigo || http://www.blogigo.de
*/

a {
	color: #eab485;
}

a img {
	border: none;
	color: #393f3f;
}

a:visited {
	color: #404040;
}

a:hover {
	text-decoration: underline;
	color: #403c39;
}

acronym, abbr {
	border-bottom: 1px none #333;
	color: #393f3f;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
	color: #393f3f;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	color: #393f3f;
}

body {
	font-family: Georgia, sans-serif;
	margin: 0;
	padding: 0;
	background: #ebebeb;
	color: #393f3f;
}

cite {
	font-size: 90%;
	font-style: normal;
	color: #393f3f;
}

#content {
	margin: 60px 0px 0 0px;
	padding-right: 0px;
	width: 60%;
	position: absolute;
	left: 300px;
	overflow: hidden;
	color: #393f3f;
}

#header {
	background: #ffffff url(http://i1225.photobucket.com/albums/ee394/RosaMaus/Hand_Header3.jpg) no-repeat;
        font: 40px Georgia, sans-serif;
        font-weight: normal;
        font-variant: small-caps;
	margin: 0;
	border-bottom: 1px none #ccc;
	color: #393f3f;
	text-align: left;
	text-indent: 20%;
	padding: 68px 10px 68px 60px;
}

#header a {
	color: #8Fbc8F;
	text-decoration: none;

}

#header a:hover {
	text-decoration: underline;
	color: #708090;
}

#content h2 {
	font: 15px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	color: #778899;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 15px;
	padding: 2px 0 2px 5px;
	background: #ffffff;
	width: 101%;
	border-left: 1px solid #cccccc;
}

.post {
	margin: 0px 0px 20px 0px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #393f3f;
}

.storytitle {
	font-family: Georgia, sans-serif;
        font-size: 20px;
	letter-spacing: 0px;
	margin: 0;
	background: #8Fbc8F;
	padding: 2px 0px 2px 5px;
	width: 100%;
	color: #ebebeb;
}

.storytitle a {
	text-decoration: none;
	color: #ffffff;
	font-family: Georgia, sans-serif;
}

.storytitle a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-family: Georgia, sans-serif;
}

h3 {
	color: #393f3f;
}

.meta {
	font-size: .75em;
	padding: 1px 0px 1px 5px;
	background: ##ffe4e1;
	width: 95%;
	color: #393f3f;
}

.meta, .meta a {
	color: #393f3f;
	font-weight: normal;
	letter-spacing: 0;
}

.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #393f3f;
}

.meta li {
	display: inline;
	color: #393f3f;
}

.storycontent{
    padding: 0px 5px 5px 5px;
	color: #393f3f;
} 

ol#comments li p {
	font-size: 100%;
	color: #393f3f;
}

p, li {
	font: 90%/175% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing: -1px;
	padding: 0px 5px 0px 0px;
	color: #393f3f;
}

.credit {
	background: #fff;
	border-bottom: double 3px #f47f12;
	border-right: none 1px #ccc;
	color: #eab490;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	position: relative;
	bottom: 10px;
	left: 0px;
	width: 203px;
	height: 40px;
}

.credit a:link, .credit a:hover {
	color: #eab490;
}

.feedback {
	color: #eab490;
	text-align: left;
	padding: 0 0 0 5px;
	font: 90%/175% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#commentform input, #commentform textarea, #gbform input, #gbform textarea, #logincommentform input {
	background: #fff;
	border: 1px solid #333333;
	color: #393f3f;
	margin: 3px 0 1px 0;
}

#commentform textarea, #gbform textarea {
	width: 100%;
	color: #393f3f;
}

#menu {
	background: #ffffff;
	border-right: 1px none #ccc;
	padding: 20px 0 10px 20px;
	position: absolute;
	left: 0px;
	width: 210px;
	color: #393f3f;
	border-bottom-style: none;
	overflow: hidden;
}

#menu form {
	margin: 0 0 0 13px;
	color: #393f3f;
}

#menu input {
	background: #fff;
	border: 1px solid #333333;
	letter-spacing: -0.05em;
	width: 80%;
	color: #393f3f;
}

#menu ul {
	color: #eab490;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: normal 100% 'arial', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
	color: #393f3f;
}

#menu ul ul {
	list-style-type: none;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #393f3f;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/115% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
	color: #393f3f;
}

#menu ul ul li a {
	color: #393f3f;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #393f3f;
	color: #393f3f;
	font-size: 125%;
}

#calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
	color: #393f3f;
}

#calendar #next a {
	padding-right: 10px;
	text-align: right;
	color: #393f3f;
}

#calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color: #393f3f;
}

#calendar a {
	display: block;
	text-decoration: none;
	color: #393f3f;
}

#calendar a:hover {
	background: #ebebeb;
	color: #393f3f;
}

#calendar caption {
	color: #eab490;
	font-size: 16px;
	text-align: left;
}

#calendar td {
	color: #cccccc;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#calendar td.pad:hover {
	background: #fff;
	color: #393f3f;
}

#calendar td:hover, #calendar #today {
	background: #eeeeee;
	color: #bbb;
}

#calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #393f3f;
}

#calendar, #polltable {
	font-size: 90%;
}
