/*
Theme Name: Clean Press
Theme URI: http://daverigotti.com/clean-press-wordpress-theme
Description: Clean Press is a simple theme by &lt;a href="http://daverigotti.com">Dave Rigotti</a> that places focus on the content of the blog rather than the design and is based off of <a href="http://www.azeemazeez.com/blogs/white-as-milk/">this theme</a> and re-released under permsission.
Version: 1.1
Author: Dave Rigotti
Author URI: http://daverigotti.com
Tags: blue, white, fixed width, two columns, widgets, clean, simple, professional


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
body {
font-family: Courier;
cursor:default;
background-color:white;
color:#000000;
}


#header {
/*background-color:yellow;*/
/**background-color:yellow;*/
font-family: Courier;
margin: 0 0 0 2em;
*margin: 0 0 0 4em;
padding: 0;
height: 30px;
white-space: nowrap;
}


#navigation{
font-size: 0.9em;
float: left; 
width: 275px;
margin: 0 0 1.2em 2em;
padding: 0;
*padding: 0.4em 0 0 0;
/*border: 1px solid silver;*/
}


#text{
font-size: 0.8em;
line-height: 20px;
width:390px;
padding: 0 1em;
margin: 0 10px 1em 330px;
}


#bilder{
font-size: 0.9em;
position: absolute;
left: 770px;
width: 500px;
padding: 0;
overflow: visible;
}


#blogtext {
/*background-color:yellow;*/
position: absolute;
left:330px;
*left: 365px;
font-size: 0.8em;
line-height: 20px;
width:600px;
padding: 0 1em;
}


#blogimages{
position: absolute;
left: 930px;
*left: 1000px;
width: 150px;
padding: 0;
overflow: visible;
}


#titel{
margin-left: 9.5em;
*margin-left: 9em;
white-space: nowrap;
overfloat: visible;
}

A:link {text-decoration: none; color: white; background-color: black;}
A:visited {text-decoration: none; color: white; background-color: black;}
A:active {text-decoration: none; color: white; background-color: #555555;}
A:hover {text-decoration: none; color: black; background-color: white;}

.class2 A:link {text-decoration: none; color: black; background-color: white;}
.class2 A:visited {text-decoration: none; color: black; background-color: white;}
.class2 A:active {text-decoration: none; color: black; background-color: white;}
.class2 A:hover {text-decoration: none; color: black; background-color: white;}

li {list-style-type:none; margin-bottom: 5px; padding-left: 0px; margin-left: 0px;}


/* Begin Images */
img {
margin: 0px 0px 10px 0px;
/*max-width: 100%;*/
}

/* Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */


a img{ border: none 0; background-color: white;}
a:link img { border: none 0; background-color: white;}
a:visited img { border: none 0; background-color: white;}
a:active img { border: none 0; background-color: white;}
a:hover img { border: none 0; background-color: white;}


.aligncenter {
float: left;
}

img.centered {
float: left;
}


img.alignright {
float: left;
}

img.alignleft {
float: left;
}

.alignright {
float: left;
}

.aligncenter {
float: left;
}


.alignleft {
float: left;
}

.nachrechts {
float: right;
}

.nachlinks {
float: left;
}
/* End Images */

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/


