/*  
Theme Name: jcorneille
Theme URI: http://wordpress.org/
Description: Für Netti und so...
Version: 1.0
Author: mo.
Author URI: http://phlow.net
*/

* {
margin: 0;
padding: 0;
}

/* --- LAYOUT --------------------------------------------------------------------- */

html, body {
font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
color: #000;
background: #300;
font-size: 12px;
z-index: 1;
}

#nav {
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
background: #300 url('images/nav-bg.jpg') no-repeat;
width: 990px;
height: 1300px
}
#nav li, #nav li a {
padding: 0;
margin: 0;
line-height: 0px;
}
#nav img {
border: none;
float: none;
} 

.aktuelles img {
height: 45px;
width: 290px;
} 
.maus-bildschirm img {
height: 37px;
width: 290px;
}
.garn-stoff img {
height: 37px;
width: 290px;
} 
.papier-schere img {
height: 44px;
width: 290px;
} 
.stift-pinsel img {
height: 38px;
width: 290px;
} 
.kunden img {
height: 39px;
width: 290px;
} 
.kontakt img {
height: 75px;
width: 290px;
}
.biografie img {
height: 50px;
width: 290px;
} 

#content-bg {
position: absolute;
top: 65px;
left: 290px;
z-index: 50;
width: 699px;
height: 493px;
background: url('images/content-bg.png') no-repeat;
}
#content {
position: absolute;
top: 65px;
left: 295px;
z-index: 100;
width: 694px;
height: 493px;
}
.entry {
margin: 40px 0 0 10px;
}
.text {
font-size: 12px;
width: 120px;
float: left;
}
h1 {
font-size: 12px;
line-height: 12px;
}
p {
padding: 0 0 7px 0;
}
.text h1 {
margin: 0 0 10px 0;
padding: 0 0 0 23px;
font-size: 12px;
line-height: 12px;
width: 97px;
background: url(images/h1-striche-rot.gif) no-repeat top left ;
}
.entry-category {
padding: 0 0 10px 0;
font-size: 12px;
font-weight: bold;
}
.entry ul {
margin: 4px 0 0 0;
list-style: none; 
}
.entry li {
padding: 0 0 4px 10px;
background: url(images/li-strich-rot.gif) no-repeat top left ;
}
.entry li a {
text-decoration: none;
}
.entry li a:hover {
color: #d4021c;
}
.entry-startbild {
float: right;
}
.clear {
clear:both;
}
img {
float:left;
}
a {
color: #000;
}
a:hover {
color: #d4021c;
text-decoration: none;
}
a img {
border: none;
}

#edit-article-button {
position: fixed;
top: 15px; right: 15px;
z-index: 20;
}
#edit-article-button a {
font-size: 12px;
background: #af0;
padding: 2px 4px 3px 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-decoration: none;
border: none;
color: #fff;
}
#edit-article-button a:hover {
background: #fa0;
}


#footer {
position: relative;
top: 1300px;
z-index: 130;
}
#footer p {
color: #900;
padding: 0 0 5px 5px;
font-size: 10px;
}
#footer a {
color: #900;
}