/*
Theme Name: Tranquility white
Theme URI: http://www.roytanck.com
Description: Minimalist two-column theme with a small Flash animation. Uses SWFObject embed by Geoff Stearns to degrade gracefully on non-flash systems. Version 1.1 adds widget support, 1.2 restores WP 2.0.x support.
Version: 1.2
Author: Roy Tanck
Not quite unsubstantially modified by Markus Flatscher
*/

.active {font-weight:bold}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #190c00;
	background-color: #fff;
	text-align: center;
	padding: 0px;
}

a { color: #750907; text-decoration: none; }
a img { border: none; }
a:visited { color: #750907; }
a:hover { color: #190c00; text-decoration: none; background-color: #ffff99; }
a:active { text-decoration: none; }

#rap {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: left;
}

/* header styles */

#header{
	margin-bottom: 40px;
	padding-top: 30px;
        height: 200px;
}

#header #banner-img{
	float: left;
}

#header h1{
	margin-top: 16px;
}

#header h1 a {
	font-size: 40px;
	letter-spacing: -0.05em;
	color: #750907;
	font-weight: normal;
	text-decoration: none;
}

#header h2 {
	font-size: 15px;
	font-weight: normal;
	color: #190c00;
}

/* sidebar styles */

#menu {
	float: right;
	width: 220px;
	padding-bottom: 40px;
	list-style-type: none;
}

#menu ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#menu ul {
	padding-left: 15px;
	color: #666;
}

#menu ul li {
	list-style-type: disc;
}

#menu ul ul {
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	color: #190c00;
	margin-bottom: 6px;
}

#menu ul h2{
	font-size: 12px;
	font-weight: normal;
	color: #190c00;
	margin-bottom: 3px;
}

#menu #search {
	margin-bottom: 20px;
}

/* content styles */

#content {
	margin: 0 260px 0 15px;
}

.post {
	margin-bottom: 2em;
	line-height: 150%;
}

.storytitle {
	margin-bottom: 2px;
        width: 550px;
}

.storytitle a {
	font-size: 20px;
        letter-spacing: -0.05em;
	font-weight: normal;
	text-decoration: none;
}

.meta, .meta a {
	font-size: 9px;
	color: #2d201a;
	margin-bottom: 10px;
}

.storycontent{
	margin-bottom: 10px;
        width: 550px;
}

.storycontent img {
margin: 4px 10px 10px 0;
}

.storycontent img.wp-smiley { border: none; margin: 0; }

.storycontent ul, .storycontent ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

blockquote, code {
	display: block;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
}

/* comment styles */

.comments {
	list-style-type: none;
	margin-bottom: 20px;
	width: 560px;
	overflow:hidden;
}

.comments li {
	padding: 6px 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow:hidden;
}

.comments cite {
	font-size: 10px;
	color: #999;
}

input, textarea {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	width: 540px;
	padding: 6px 10px;
}

input {
vertical-align: middle;
}

p {
	margin-bottom: 10px;
}

/* footer styles */

.credit {
	background-color: #b3a173;
	padding-top: 10px;
	font-size: 9px;
	clear:both;
}

.credit p {
	width: 810px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
}

.credit a:hover { color: #190c00; text-decoration: none; background-color: #b3a173; }


.article-nav {
        padding-left: 2em; 
	padding-bottom: 2em;
	list-style-type: none;
}

td {
        vertical-align: top;
}

iframe {
        border: solid 1px #b3a173;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.05em;
	font-weight: normal;
	text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 1em;
}

.zemTextarea {
        width: 500px;
}

div.terms {
	width:510px;
	height:180px;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:6px;
	overflow:auto;
}
div.terms p,
div.terms li {font:normal 11px/15px arial;color:#333;}
div.terms h3 {font:bold 14px/19px arial;color:#000;}
div.terms h4 {font:bold 12px/17px arial;color:#000;}
div.terms strong {color:#000;}