/*
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: url('images/blogbg.png');
        background-attachment: fixed;
	color: #00ADEF;
	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;
        color: #ffffff;
}
h2 {
	color: #c11415;
	font-size: 1.2em;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
}
a {
	color: #c11415;
	text-decoration: none;
}
a:hover {
	color: #00ADEF;
}
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: 30px;
	min-height: 2995px;
	width: 800px;
        background: #000000;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
}
#left{
	float: left;
	width: 600px;
}
#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 {

}
#rightbanner {
	border: 3px solid #000000;
	float: right;
	height: 377px;
	width: 794px;
}
#navigation {
	border: 3px solid #000000;
	float: left;
	height: 17px;
	margin-top: 3px;
        margin-bottom: 3px;
	width: 794px;
}

/* LEFT (POST & ENTRIES) */

.posts{
	margin-right: 10px;
        background: #000000;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        margin-bottom: 5px;
        padding-top: 5px;
}
.postdate {
	color: #00ADEF;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
.pagetitle {
	color: #000000;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
.posttitle {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}
.posttitle a {
	color: #c11415;
	text-decoration: none;
}
.posttitle a:hover {
	color: #000000;
}
.category a {
	text-decoration: none;
	text-transform: lowercase;
}
.postmetadatabottom {
	background: #000000;
	margin: 0 0 0 0px;
	padding: 0;
	text-transform: uppercase;
	width: 100px;
}
.postmetadatabottom a {
	color: #c11415;
	text-decoration: none;
}
.postmetadatabottom a:hover {
	color: #00ADEF;
       
}
.entry {
	border-bottom: 1px solid  #00ADEF;
	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{
	background: #000000 url("images/magnifier-black.png") no-repeat top left;
	border: none;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 1px 2px 1px 17px;
	width: 180px;
}
.widgets{
	border: 3px solid #000000;
	border-top: 0;
	float: right;
	margin-bottom: 18px;
	width: 193px;
}
.widgets ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.widgets ul li ul li{
	padding: 1px 4px;
}
.widgets ul li a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.widgets ul li a:hover{
	background-color: #000000;
	color: #00ADEF;
	cursor: pointer;
}
h2.widgettitle{
	background-color: #000000;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
	text-transform: uppercase;
}
h2.widgettitle:hover{
	background-color: #000000;
	color: #c11415;
	cursor: pointer;
}

/* 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: 11px;
	padding: 0 1px 30px 0px;
	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 p{
        color: #00ADEF;
}
#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: #00ADEF;
	padding: 10px;
}
.commentlist div {
	padding: 10px;
}
.comment-div {
	display: block;
}
.comment-left {
	width: 30%;
}
.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;
}

/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
