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

	/* General Layout */
body {
	margin: 0;
	padding: 0;
	background: #f6f6f6;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center; /* added by Alex King for compatibility with IE 5 */
	font-size: px;
}

#rap {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 750px;
	border: 3px solid #aabbaa;
	background: #fff;
    background-image: url('/img/tmpl/wp_new/slant-whitegray.gif');
	overflow: hidden;
	text-align: left; /* added by Alex King for compatibility with IE 5 */
}

#header {
    background-image: url("/img/tmpl/wp_new/slant-green.gif");
	margin: 0;
    padding: 15px;
	font: normal 2.8em georgia;
    border-bottom: 2px solid #aba;
}

#header a {
    color: #666666;
	text-decoration: none;
}

#content {
	width: 500px;
	margin: 0;
	text-align: left;
	float: left;
	background-color: transparent;
	padding: 10px 25px;
    border-right: 2px dotted #aaaaaa;
}

#menu {
	margin: 0;
	padding: 0;
	width: 180px;
	background: transparent;
	overflow: hidden;
}

.credit {
	clear: both;
	width: 750px; /* changed by Alex King to match the width of the body */
	margin: 0 auto 10px auto;
	padding: 5px 3px;
	background-image: url('/img/tmpl/wp_new/slant-green.gif');
	color: #000;
	text-align: center;
}

.credit cite {
	color: #000;
	font-size: 90%;
    font-style: normal;
    letter-spacing: 1px;
}

.credit a, .credit a:link, .credit a:hover {
	color: #fff;
	text-decoration: none;
}

/* Basic XHTML styling */
h1, h2, h3 {
	font-family: georgia, palatino, serif;
}

h2 {
	margin: 0;
    padding: 0;
    font-size: 110%;
}

h3 {
	font-size: 120%;
}

p {
	font: 80%/130% verdana, 'lucida sans unicode', sans-serif;
    color: #555E55;
}

/* Links */
a {
	color: #aabbaa;
    text-decoration: none;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a img {
	border: none;
}

/* Menu styling */
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	margin: 0;
    padding: 0;
}

#menu ul {
	margin: 10px 0 5px 10px;
	padding: 0;
	color: #90a090;
    list-style-type: none;
    font: 12px palatino, georgia;
    text-transform: lowercase;
}

#menu ul li ul {
	margin: 0 10px;
    padding: 0;
}

#menu ul li ul li {
    margin-top: 2px;
}

#menu #categories, #menu #search, #menu #archive, #menu #navigation, #menu #meta, #menu #style {
    padding-top: 10px;
}

#menu form {
	margin: 0;
}

#menu input {
	font-family: 'lucida sans unicode', verdana, sans-serif;
}

#menu form #searchbox {
	width: 8em;
    padding: 2px;
}


/* Form styling */
form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 1px;
}

/* other elements */
code {
	font-style: normal;
	color: #000;
	padding-left: 15px;
	font-family: 'courier new', courier, monospace;
}

acronym, abbr {
	border-bottom: 1px dashed #aaa;
	cursor: help;
	font-size: 80%;
	letter-spacing: .07em;
    font-weight: bold;
}

/* WordPress elements */
.post {
	text-align: left;
    margin: 0 0 25px 0;
}

.storytitle {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-family: georgia, palatino, serif;
	font-weight: normal;

}

.storytitle a {
	color: #9BAA9B;
	text-decoration: none;
}

.storycontent ul, .storycontent ol {
	font: .8em 'lucida sans unicode', 'lucida grande', verdana, sans-serif;
}

.storycontent ul li, .storycontent ol li {
	margin-top: 3px;
}

.meta {
	font: 11px 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
}

.meta a {
	color: #747474;
}

.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

.feedback {
	font: 11px 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
	color: #000;
	text-align: left;
}


/* WordPress comments form */
#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #aaaaaa;
}

#commentform textarea {
	width: 100%;
}

/* WordPress calendar */
#calendar {
	margin: 10px 0;
}

#calendar {
	border-left: 1px solid #aabbaa;
    border-right: 1px solid #aabbaa;
    border-bottom: 1px solid #aabbaa;
	empty-cells: show;
	margin: 0;
	width: 80%;
}

#calendar caption {
	padding: 3px;
	text-align: center;
    background-color: #aabbaa;
    color: #ffffff;
}

#calendar #next a {
	margin-top: 5px;
	padding-right: 10px;
	text-align: right;
}

#calendar #prev a {
	margin-top: 5px;
	padding-left: 10px;
	text-align: left;
}

#calendar a {
	display: block;
	text-decoration: none;
    font-weight: bold;
}

#calendar a:hover {
	background: #000000;
	color: #fff;
}

#calendar td {
	color: #777777;
	font-family: 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
	letter-spacing: normal;
	padding: 3px 0;
	text-align: center;
}

#calendar #today {
	background: #aabbaa;
	color: #fff;
}

#calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#calendar, #polltable {
	font-size: 90%;
}
