/*
Theme Name: geek's factory
Theme URI: http://www.geeksfactory.de
Description: blabla
Version: 1.0
Author: geek's factory
Author URI: http://www.geeksfactory.de
Tags: blue

*/


/* Neues aus der geek's factory. */

/* Gestaltung */

body
{
background: #000000 url(/images/background.png) repeat-x;
color: #000000;
font-size: 13px;
line-height: 1.5em;
font-family: Verdana, Arial, sans-serif;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#header
{
margin: 0 auto;
text-align: left;
height: 155px;
width: 760px;
}
#dercontent
{
background: #FFFFFF url(/images/contentbg.jpg) repeat-x;
padding: 5px;
margin: 0 auto;
width: 748px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
#box, .box
{
background: #DFECEC url(/images/boxbg.jpg) no-repeat;
margin: 10px 5px 0px 5px;
padding: 10px 17px 0px 17px;
}
#boxbottom, .boxbottom
{
background: #DFECEC url(/images/boxbottom.jpg) no-repeat;
margin: 0px 5px 10px 5px;
height: 11px;
}
#footer
{
height: 26px;
width: 760px;
background: #000000 url(/images/footer.jpg);
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: center;
padding: 14px 0 0 0;
margin: 0 auto 10px auto;
}

/* Navigation */

#navi
{
background: #000000;
margin: 0 auto !important;
height: 46px;
width: 760px;
}
#navi ul
{
margin: 0 auto !important;
}
#navi li
{
margin-left: 0 !important;
float: left;
list-style: none;
}
#navi li a
{
float: left;
display: block;
color: #FFFFFF;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding: 0 0 0 16px;
height: 46px;
line-height: 46px;
text-align: center;
}
#navi li a b
{
float: left;
display: block;
padding: 0 24px 0 8px;
margin-right: 10px;
}
#navi li.current a, #navi li a:hover
{
color: #000000;
background: url(/images/navi_left.jpg) no-repeat;
background-position: left;
}
#navi li.current a b, #navi li a:hover b
{
color: #000000;
background: url(/images/navi_right.jpg) no-repeat right top;
}

/* Links */

#dercontent a, #dercontent  li a:visited
{
color: #235A70;
text-decoration: none;
}
#dercontent a:hover
{
color: #467C91;
}
#dercontent a[target="_blank"]:after, a[target="_blank"]:visited:after
{
content: url(/images/target_blank.gif);
}
#dercontent a[target="_blank"]:hover:after
{
content: url(/images/target_blank_h.gif);
}
#imgbox a:after  {
content: "" !important;
}
a img, a:hover img, a:visited img
{
color: none;
text-decoration: none;
border: none;
}

/* Ueberschriften */

h1
{
display: none;
}
h2
{
margin: 5px auto 0px auto;
padding: 5px 5px 5px 10px;
font-size: 16px;
color: #555555;
border-bottom: 1px solid #DDDDDD;
width: 725px; 
}
h3
{
margin: 5px auto 0px auto;
padding: 5px 5px 5px 10px;
font-size: 14px;
color: #555555;
border-bottom: 1px solid #DDDDDD;
width: 725px; 
}
h4
{
margin: 5px auto 0px auto;
padding: 5px 5px 5px 20px;
font-size: 13px;
color: #555555;
border-bottom: 1px solid #DDDDDD;
width: 725px; 
}

/* Linie */

hr
{
border: none;
border-bottom: 1px solid #DDDDDD;
}

/* Klassen */
.navigation {
	margin-left: 15px;
	margin-right: 15px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.post {
	clear: both;
}
.text, .entry p, .entry table, .entry img, #commentform
{
margin: 15px;
}
.post small, .postmetadata {
    font-size: 10px;
    background-color: #edf3f2;
    margin-left: 15px;
    display: block;
    padding: 5px;
}
.softwareimage {
    float: left;
    margin: 15px;
    width: 250px;
}
.softwaredesc {
    margin-left: 280px;
}
textarea {
    width: 300px;
}
#seeearch {
    position: absolute;
    left: 50%;
    top: 165px;
    margin-left: 140px;
}
#rss {
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: 335px;
}
.meeta {
    font-size:11px;
}
code pre {
    width: 695px;
    overflow: auto;
    margin-left: 30px;
    border-left: 3px solid #aaa;
    background: #eee;
    padding-left: 5px;
}
