/*
Theme Name: woof woof
Theme URI: 
Description: woof woof
Version: 2.8
Author: Bastian Eichenauer
Tags: woof,blog
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
background: url(img/background.jpg);
}

a{
color: black;
text-decoration:none;
}

a:hover{
background:#f1a794;
}

INPUT { font-family: monospace; }


#header{
background: url(img/woof.jpg) no-repeat center #FFFFFF;
width:500px;
height:145px;
margin-top:20px;
padding-bottom:0px;
}

#content{
background:#FFFFFF;
min-height:500px;
padding:20px;
}

#left{
font-size:9pt;
font-weight:bold;
text-transform:uppercase;
background:#FFFFFF;
width:160px;
padding:10px;
float:right;
display: inline;
margin-top:160px;
margin-right:20px;
line-height:13pt;
}

#right{
float:left;
display: inline;
background-color:#FFFFFF;
width:100px;;
margin-left:20px;
margin-top:80px;
margin-bottom:10px;
padding:20px;
font-size:9pt;
text-transform:uppercase;
line-height:13pt;
}

#right li{
float: left;
}


#searchbox{
width:140px;
margin-left:20px;
background: #FFFFFF;
clear:both;
padding-top:20px;
padding-bottom:20px;
}



#searchsubmit {
margin-left:21px;
margin-top:10px;
width:90px;
text-align:center;
}

input.btn {
border:none;
background:#f1a794;
cursor:pointer;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8pt;
padding:3px;
} 


#searchbg{
background:url(img/streifen.jpg);
height:18px;
width:105px;
margin-left:17px;
}

#searchform input{
margin-left:-2px;
margin-top:-2px;
width: 99px;
}

#footer{
background: white;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:7pt;
line-height: 11pt;
padding:10px;
text-align: center;
margin-bottom: 20px;
}

#login{
background:#D9F2F2;
margin-left:40px;
margin-top:10px;
width:90px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8pt;
color: black;
padding:3px;
}

#article a{
border-bottom: dotted 1px;
}

