
/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 2.0
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 */
input { background-color: none; height:15px;}


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: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0;
}
h3 {
	text-transform: uppercase;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}
img {
	border: none;
}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

.social {
	float:right;
}

/* main containers */

#contentwrap {
	margin-top: 10px;
	width: 500px;
	min-height: 200px;
}
#left{
	float: left;
	width: 500px;
}
#right{
	float: right;
	width: 200px;
}

/* header */
	
#titleanddesc {
	width: 500px;
	padding-bottom:5px;
}
#blogtitle {
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	}
#blogtitle a {
	text-decoration: none;
}
#blogdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #a9a9a9;
	
	}
#leftbanner {
	clear: both;
	border: 0px solid #000;
	width: 500px;
	height: 150px;
	float: left;
}
#rightbanner {
	border: 0px solid #000;
	width: 495px;
	height: 150px;
	float: right;
}
#navigation {
	border-bottom: 0px solid #000;
	width: 500px;
	height: 18px;
	float: left;
	margin-top: 3px;
}

/* left (post & entries) */

.posts{
	margin-right:0px;
}
.postdate {
	color: #000000;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
}
.pagetitle {
	color: #000;
	font-size:19px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:7px;
}
.posttitle {
	font-size: 19px;
	font-weight: bold;
	margin-top: 7px;
	text-transform: uppercase;
}
.posttitle a {
	color:#000;
	text-decoration: none;
}
.posttitle a:hover {
	color: #999;
}
.category a {
	text-decoration: none;
}
.postmetadatabottom {
	background: #fff;
	margin: 0 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	width: 100px;
	
}
.postmetadatabottom a {
	color: #000000;
	text-decoration: none;
}
.postmetadatabottom a:hover {
	color: #ddd;
}
.entry {
	border-bottom: 1px dotted #000;
	width:500px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
}
.editpostlink {
	text-transform: lowercase;
}

/* right (search & widgets) */

.search {
	float: right;
	margin-top:0px;
	height:16px;
}
#searchsubmit {
	display: none;
}
#s {
	background: #ffffff url("images/magnifier.gif") no-repeat center left;
	border: none;
	color: #000;
	padding: 1px 2px 1px 20px;
	margin-bottom: 0px;
	width: 100px;
}
.widgets{
	float: right;
	width: 200px;
	border: 0px solid #000000;
	border-top: 0;
}
.widgets ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.widgets ul li a{
	padding: 1px 0px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.widgets ul li a:hover{
	color: #666;
	cursor: pointer;
}
h2.widgettitle{
	padding-top:15px;
	padding-bottom:5px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}


/* footer */

#navlink {
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	text-align:right;
}
#footer {
	border-top: 3px solid #000000;
	padding: 0 0px 0px 0px;
	width: 500px;
	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: 10px;
}
#comments h3{
	background: #fff;
}
.comment-info-split {
	clear: both;
}
.commentmetadata {
	text-transform: uppercase;
}
.commentlist div.alt {
	background: #fff;
	color: #000000;
	padding: 0px;
}
.commentlist div {
	padding: 0px;
}
.comment-div {
	display: block;
}
.comment-left {
	width: 30%;
}
.comment-right {
	width: 70%;
}

#gallery-icon {
	border-col:#F00;
}