/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 2.5
Description: A simple theme with two corresponding random pictures in the header and a suckertree navigation thereunder. Optionally one or two columns. Two color schemes available. Widget ready. Please read the readme.txt file.
Author: Fabian Schmid
Author URI: http://www.blog.ordinary.ch/
Tags: one-column, two-columns, fixed-width, white, black, light
*/ 

/* STANDARDS */

body { 
	background: #ffffff;
	color: #000000;
	display: block; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}
table tr td {
	font-family: "Arial";
	font-size: 11px;
} 
p {
	text-align: left;
}
h2 {
	color: #c11415;
	font-size: 1.2em;
	margin: 0;
}
h3 {
font-size:1.1em;
}
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;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

/* MAIN CONTAINERS */

#contentwrap {
	margin-top: 5px;
	min-height: 480px;
	width: 800px;
}
#left{
	float: left;
	width: 600px;
}
#leftsingle{
	float: left;
	width: 800px;
}
#right{
	float: right;
	width: 200px;
}

/* HEADER */
	
#titleanddesc {
	padding: 20px 1px 0 1px;
	width: 800px;
}
#blogtitle {
	color: #000000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
#blogtitle a {
	text-decoration: none;
}
#blogdescription {
	color: #a9a9a9;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}
#leftbanner {
	/* border: 3px solid #000000; */
	clear: both;
	float: left;
	height: 240px;
	width: 794px;
}
#rightbanner {
	/* border: 3px solid #000000; */
	float: right;
	height: 377px;
	width: 503px;
}
#navigation {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	float: left;
	height: 17px;
	margin-top: 3px;
	width: 792px;
	margin-left:5px;
}

.suckertreemenu ul li, #navigation ul li {
	font-size:13px;
}

/* LEFT (POST & ENTRIES) */

.posts{
	margin-right: 10px;
}
.postdate {
	font-style: normal;
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}
.pagetitle {
	color: #000000;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
.posttitle {
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 20px;
}
.posttitle a {
	color: #c11415;
	text-decoration:none;
}
.posttitle a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000000;
}
.category a {
	text-decoration: none;
	text-transform: lowercase;
}
.author {
	color: black;
	text-decoration: none;
	text-transform: 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 {
	border-bottom: 1px dotted #a9a9a9;
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
.entry ul, ol{
	margin-left: 25px;
	padding-left: 0;
}

/* RIGHT (SEARCH & WIDGETS) */

.search {
	float: right;
	margin-top: 20px;
}
#searchsubmit {
	display: none;
}
#s {
	padding-left: 20px;
	padding-bottom: 3px;
	padding-right: 1px;
	padding-top: 2px;
	background: #000000 url("images/magnifier-black.png") no-repeat top left;
	border: none;
	color: #ffffff;
	margin-bottom: 0px;
	width: 172px;
    border-bottom: 1px dotted #383838;
}
.widgets{
	border-left: 1px solid #000000;
	float: right;
	margin-bottom: 18px;
	margin-top:5px;
	width: 193px;
}
.widgets ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.widgets ul li ul li{
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-top: 3px;
}
h2.widgettitle {
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-variant: small-caps;
	text-shadow: 1px 1px #88f17e;
	background-color: #c1e987;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
	text-transform: uppercase;
}
h2.widgettitle a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.widgets a {
	color: #1a1a18;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.textwidget { 
	padding:3px;
}

/* FOOTER */

#navlink {
	clear: both;
	font-weight: bold;
	margin: 25px 0 25px 0;
	text-transform: uppercase;
}
#footer {
	border-top: 3px solid #000000;
	clear: both;
	font-size: 8px;
	padding: 0 1px 30px 1px;
	width: 800px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}	
#footerleft {
	float: left;
	text-transform: uppercase;
}
#footerright {
	color: #c11415;
	float: right;
	font-weight: bold;
	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: 10%;
}
.comment-right {
	width: 70%;
}

/* WORDPRESS STYLES */

img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}