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

/* Rubric Template

   Modifications by blogigo:
   http://www.blogigo.de */
   
/* Whole page
   -------------------------------------------- */

body {
	background-image: url("/img/tmpl/rubric/gradient.gif");
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
}
	 
#content {
	margin-right: 20em;
	margin-left: 40px;
	background-color: #FFFFFF;
	padding: 0.5em;
	margin-top: 20px;
	
	border: 1px #eeeeee solid;
}

/* Image from sxc.hu (http://www.sxc.hu/browse.phtml?f=view&id=16710)
   Thanks bradleym! */

#header {
	position: relative;
	top: 40px;
	left: 0px;
	background-image: url("/img/tmpl/rubric/pen-sm.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 80%;
	margin: 0;
	height: 150px;
	
	padding-left: 45px;
	
	font-family: Georgia;
	font-weight: normal;
	font-size: 3em;
}


/* Content & menu
   -------------------------------------------- */

#menu {
	width: 14em;
	position: absolute;
	float: right;
	top: 200px;
	right: 5em;
	overflow: hidden;
	font-size: 90%;
}

* html #menu { /* make IE put it in the right place */
	right: 5em;
}

#menu ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;	
	color: #B54141;
	/*text-indent: 1000em;*/
}

#menu a:link, #menu a:visited {
	color: black;
	border: none;
}

#menu ul ul {
	margin-left: 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 0.5em;
	text-indent: 0;
	
	color: black;
}

#menu form{
	margin: 0;	 
}

#menu form br {
	display:none;
}

input {
	min-width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #000000;
	background-color: #fff;	
}

input:hover, input:focus {
	border: 1px solid #B54141;
	background-color: #eee;
}

textarea {
	width: 400px;
	min-height: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #000000;
	background-color: #fff;	
}

textarea:hover, textarea:focus {
	border: 1px solid #B54141;
	background-color: #eee;
}
 
/* Post
   -------------------------------------------- */

#content h2 {
	font-size: 90%;
	color: #666666;
	margin-bottom: 0;
	margin-top: 0;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0.33em;
}

.storytitle {
	margin-top: 0.25em;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}

.post-categories li {
	display: inline;
	margin-left: 0 3px 0 0;
	padding: 0;
}

.post .meta {
	font-size: 85%;
	color: #666;
}
.post .meta * {
	margin-top: 0;
}	

.post .feedback {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc; 
	padding-bottom: 1px;
}

/* Basic typography
   -------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, td, th, li {
	font-size: 100%;
	line-height: 1.65em;
}

a:link, a:visited {
	text-decoration: none;
	color: #B54141;
	border: 1px solid white;
}
a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}

/* blogigo Supplement */

#calendartable, #polltable {
	font-size: 90%;
}

li#poll ul li {
	list-style-type: none;
}

#menu input {
	width: 120px;
	font-size: 10px;
	padding: 0;
}
