/*  
Theme Name: sec2
Theme URI: http://www.4eyes.dk
Description: Dette er mit tema.
Version: 0.3
Author: S&#248;ren Christensen
Author URI: http://www.4eyes.dk/

*/

/* nulstil margener */
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

/* side */
body{
margin: 0;
font-family: Arial, Helvetica;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #CDCDCD;
color: #000000;
}
#overwrapper{
margin: 0 auto 0 auto;
width: 754px;
height: 10px;
background-image: url('images/wrappertop.gif');
background-repeat: no-repeat;
overflow: hidden;
}
#wrapper{
margin: 0 auto 0 auto;
width: 750px;
text-align: left;
overflow: hidden;
border-right: 2px solid #006295;
border-left: 2px solid #006295;
background: #FFFFFF;
}

/* header */
#header{
float: left;
width: 750px;
height: 90px;
background-image: url('images/logo.jpg');
background-color:  #006295;
background-repeat: no-repeat;
background-position: top center;
}
#header a {  
display:block;  
width:100%;  
height:90%;  
text-decoration:none;
}


/* Header - navigation */
#navmenu {
font-family: Arial, Helvetica;
font-size: 14px;
padding: 5px 0px 5px 10px;
color: #000000;
background-color: #FFFFFF;
background-image: url('images/menutop.gif');
background-position: top left;
background-repeat: no-repeat;
}


/* container til posts */
#container{
float: left;
width: 550px;
background-color: #FFFFFF;
font-family: Georgia, Times, "Times New Roman";
font-size: 14px;
line-height: 17px;
}
/* post */
.post{
padding: 10px 10px 10px 17px;
}
.post a{
text-decoration: none;
color: #006295;
}
.post a:hover{
text-decoration: underline;
}
.post h1{
font-family: Arial, Helvetica;
font-size: 14px;
line-height: 17px;
font-weight: bold;

}
.post p{
margin-bottom: 10px;
}
.entry{
font-family: Georgia, Times, "Times New Roman";
font-size: 14px;
line-height: 17px;
}

.navigation{
padding: 10px 0 5px 10px;
font-size: 14px;
line-height: 17px;
font-style: normal;
line-height: 18px;
}
.navigation a{
text-decoration: none;
color: #006295;
}
.navigation a:hover{
text-decoration: underline;
}

p.postmetadata{
font-size: 12px;
line-height: 15px;
text-align: right;
}


/* menubaren til hojre */
.sidebar{
float: left;
width: 200px;
background: #FFFFFF;
margin: 0 0px 0 0px;
display: inline;
font-family: Georgia, Times, "Times New Roman";
font-size: 14px;
line-height: 17px;
}
.sidebar p{
padding: 2px 0 2px 10px;
border-top: 2px solid #006295;
border-left: 2px solid #006295;
border-bottom: 2px solid #006295;
}
.sidebar a{
color: #006295;
text-decoration: none;
}
.sidebar a:hover{
text-decoration: underline;
}
.sidebar ul{
list-style-type: none;
padding: 0 0px 0 10px;
}
.sidebar ul li{
padding: 10px 0 10px 0;
}
.sidebar ul li h2{
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 14px;
line-height: 17px;
background-color: #006295;
background-image: url('images/rundvenst.gif');
background-position: left top;
background-repeat: no-repeat;
color: #FFFFFF;
padding: 2px 0 2px 10px;
}
.sidebar ul ul{
border-top: 2px solid #006295;
border-left: 2px solid #006295;
border-bottom: 2px solid #006295;
}
.sidebar ul ul li{
padding: 0;
line-height: 24px
}


#footer{
padding: 5px 0 5px 0;
clear: both;
float: left;
width: 750px;
background: #006295;
color: #FFFFFF;
text-align: center;
}
#footer p{
line-height: 18px;
}