/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 1.8
Description: A simple one-column theme with two corresponding random pictures in the header and a suckertree navigation thereunder. Partly widget ready. Please read the readme.txt file
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, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	display: block;
	}
table tr td {
	font-family: "Arial";
	font-size: 11px;
	}
p {
	text-align: left;
	}
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: #a1a1a1;
	}
img {
	border: none;
	}
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: 30px;
	width: 800px;
	min-height: 480px;
	}
#titleanddesc {
	padding: 20px 1px 0 1px;
	width: 800px;
	}
#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: 3px solid #000000;
	width: 282px;
	height: 377px;
	float: left;
	}
#rightbanner {
	border: 3px solid #000000;
	width: 503px;
	height: 377px;
	float: right;
	}
#navigation {
	border: 3px solid #000000;
	width: 794px;
	height: 17px;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
	}
	
/* post and entries */

.postdate {
	color: #000000;
	font-size: 1.7em;
	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 {
	background: #DDDDDD;
	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 {
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	}
.entry img{
	margin-left: 0!important;
	margin-bottom: 16px;
	}
.editpostlink {
	text-transform: lowercase;
	}

/* search form */

#search {
	float: right;
	}
#searchsubmit {
	display: none;
	}
#s {
	background: #000000 url("images/magnifier.png") no-repeat top left;
	border: none;
	color: #ffffff;
	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: #c11415;
	text-transform: uppercase;
	}

/* comments */

#comments {
	clear: both;
	padding-top: 20px;
	}
#comments h3{
	background: #DDDDDD;
}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #DDDDDD;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}