/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 1.4
Description: A simple one-column theme with two corresponding random pictures in the header and a suckertree navigation thereunder. partly widget ready.
Author: Fabian Schmid
Author URI: http://www.blog.ordinary.ch/
Tags: one-column, fixed-width, white, black, light
*/

/* standards */

body {
	background: #ffffff;
	color: #000000;
	font-family: "Arial";
	font-size: .75em;
	display: block;
	}
table tr td {
	font-family: "Arial";
	font-size: 11px;
	}
p {
	text-align: left;
color: #000000;
	}
h2 {
	color: #c11415;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0;
	}
h3 {
	text-transform: uppercase;
	}
a {
	color: #c11415;
	text-decoration: none;
	}
a:hover {
	color: #93f;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
#navlink {
	margin: 25px 0 25px 0;
	text-transform: uppercase;
	font-weight: bold;
	}
.alignleft {
	text-align: left;
	}
.alignright {
	text-align: right;
	}
.aligncenter {
	text-align: center;
	}
/* header */

#contentwrap {
	/*margin-top: 100px;*/
	margin-top: 100px;
	padding-left: 290px;
	width: 800px;
	}
#titleanddesc {
	padding: 20px 1px 0 1px;
	width: 600px;
	}
#blogtitle {
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
	}
#blogtitle a {
	text-decoration: none;
	}
#blogdescription {
	text-transform: uppercase;
	font-size: 11px;
	color: #a9a9a9;
	float: left;
	}
#leftbanner {
	clear: both;
	border: solid 3px #000000;
	width: 282px;
	height: 0px;
	float: left;
	}
#rightbanner {
	border: solid 3px #000000;
	width: 503px;
	height: 0px;
	float: right;
	}
#navigation { color: #c00; border: solid 0 #066; width: 794px; height: 17px; float: left; margin-top: 0px; margin-bottom: 0px; }
	
/* post and entries */

.postdate {
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.pagetitle {
	color: #000000;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}
.posttitle a {
	color: #c11415;
	text-decoration: none;
	}
.posttitle a:hover {
	color: #000000;
	}
.category a {
	text-decoration: none;
	}
.postmetadatabottom { color: #fff; background: #999; margin: 0 0 0 10px; padding: 0; text-transform: uppercase; width: 100px; }
.postmetadatabottom a {
	color: #000000;
	text-decoration: none;
	}
.postmetadatabottom a:hover {
	color: #ffffff;
	}
.entry { border-bottom: 1px dotted #a9a9a9; padding-bottom: 10px; font-size: 13px; line-height: 18px; margin-top: 5px; }
.entry img{
	margin-left: 0!important;
	margin-bottom: 16px;
	}
.editpostlink {
	text-transform: lowercase;
	}

/* search form */

#search {
	float: right;
	}
#searchsubmit {
	display: none;
	}
#s {
	background: #000 url(images/magnifier.png) no-repeat left top;
	border: none;
	color: #fff;
	padding: 1px 2px 1px 17px;
	width: 180px;
	}

/* footer */

#footer {
	border-top: 3px solid #000000;
	padding: 0 1px 30px 1px;
	width: 800px;
	font-size: 11px;
	}
#footer a {
	font-weight: bold;
	text-decoration: none;
	}
#footerleft {
	float: left;
	text-transform: uppercase;
	}
#footerright {
	float: right;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	}

/* comments */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #a9a9a9;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}
#nav9 {
	position:absolute;
	width:200px;
	height:px;
	z-index:1;
	left: 6px;
	top: 15px;
}
}