/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 2.2
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: ;
	background-image:url(http://www.fidoplayszappa.com/fido/fail/TBTF_Cover_big.jpg) ;
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	display: block;
}
table tr td {
	font-family: georgia, times;
	font-size: 14px;
	border:0px solid black;
	text-align:;
}
p {
	text-align: left;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: white;
}
img {
	border: none;
        padding: 3px 3px 3px 0px;
}
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: 10px;
	width: 800px;
	min-height: 480px;
}
#left{
	float: left;
	width: 563px;
	background-color:black;
	padding-left:6px;
	border:0px solid white;
}
#right{
	background-color:black;
	float: right;
	width: 194px;
}

/* HEADER */
	
#titleanddesc {
	padding: 10px 1px 0 1px;
	width: 800px;
}
#blogtitle {
	color: black;
	text-align: left;
	font-weight: ;
	text-transform: ;
	letter-spacing:0.015em;
	font-size: 22px;
	float: left;
}
#blogtitle a {
	color: #ff0000;
	text-decoration: none;
}
#blogdescription {
	margin-left:-6px;
	text-align: left;
	text-transform:  ;
	font-size: 22px;
	letter-spacing:0.014em;
	color: white;
	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: 0px solid white;
	width: 800px;
	height: 17px;
	float: left;
	margin-top: 3px;
	margin-bottom:30px;
	background-color:black;
}

/* LEFT (POST & ENTRIES) */

.posts{
	margin-right: 10px;
}
.postdate {
	color: #000000;
	font-size: 14px;
	font-weight: ;
	margin-top: 20px;
	text-transform: uppercase;
}
.pagetitle {
	display:none;
	color: #000000;
	font-size: 22px;
	font-weight: ;
	margin-top: 20px;
	text-transform: uppercase;
}
.posttitle {
	color: #ff0000;
	font-size: 22px;
	font-weight: ;
	text-transform: uppercase;
}
.posttitle a {
	color: #ff0000;
	text-decoration: none;
}
.posttitle a:hover {
	color: white;
}
.category a {
	text-decoration: none;
	text-transform: lowercase;
}
.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: Georgia, Calibri, Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 2px dotted white;
	padding-bottom: 10px;
	margin-bottom:0px;
	font-size: 13px;
	line-height: 21px;
}
.pageentry {
	font-family: Georgia, Calibri, Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-bottom:0px;
	font-size: 13px;
	line-height: 21px;
}

/* RIGHT (SEARCH & WIDGETS) */

.search {
	display:none;
	float: right;
	margin-top: 20px;
}
#searchsubmit {
	display: none;
}
#swhite {
	background: #000000 url("images/magnifier-black.png") no-repeat top left;
	color: #ffffff;
	border: none;
	padding: 1px 2px 1px 17px;
	margin-bottom: 20px;
	width: 180px;
}
#sblack{
	background: #ffffff url("images/magnifier-white.png") no-repeat top left;
	color: #000000;
	border: none;
	padding: 1px 2px 1px 17px;
	margin-bottom: 20px;
	width: 180px;
}
.widgets{
	float: right;
	width: 193px;
	border: 0px solid #000000;
	border-top: 0;
	margin-bottom: 0px;
        margin-top: 0px;

}
.widgets ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.widgets ul li ul li{
	margin-bottom:5px;
	padding: 1px 4px;
}
.widgets ul li a{
	/*padding: 1px 4px;*/
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.widgets ul li a:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}
h2.widgettitle{
	background-color: #000000;;
	color: #ffffff;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 1px 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h2.widgettitle:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}

/* FOOTER */

#navlink {
	margin: 25px 0 25px 0;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}
#footer {
	background-color:black;
	border: 0px solid green;
	margin-top:30px;
	padding: 4px 1px 4px 1px;
	width: 800px;
	font-size: 11px;
	margin-bottom:30px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}	
#footerleft {
	
	text-transform: uppercase;
}
#footerright {
	
	font-weight: bold;
	color:;
	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%;
}
