/*  
Theme Name: WordPress standardtema
Theme URI: http://www.kjosbakken.no/
Version: 0.5
Author: Erik Kjosbakken
Author URI: http://erik.kjosbakken.com/
*/

/*------------LINKS-------------*/


/*------------MAIN LAYOUT-------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fbfbf0;
}

#container {
    width: 760px;
    margin: 0 auto;
    background: url(images/cn_bg_sp.jpg) top left repeat-y;
}

#header {
    height: 71px;
    position: relative;
    background: #4C5C75;
}

#menu {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Helvetica, Verdana;
    text-align: left;
    font-size: 12px;
    color: #FFF;
}

#sidebar {
    float: left;
    width: 160px;
    margin:0px;
    padding:0px;
}

#content {
    width: 550px;
    padding: 20px;
    float: left;
    background: #FFF;
}

#footer {
    clear: both;
    padding: 0px 15px;
    height: 26px;
    line-height: 26px;
    background: #4C5C75;
    font-family: Helvetica, Verdana;
    font-size: 11px;
    text-align: left;
    color: #FFF;
}

/*------------MENU-------------*/
#menu ul {
    position: absolute;
    bottom: 4px;
    left: 20px;
    height: 16px;
}

#menu li {
    display: inline;
}

#menu li a {
    color: #FFF;

    text-decoration: none;
    letter-spacing: 1px;
    margin-right: 20px;
}

#menu li a:hover {
    color: #F0C000;
    text-decoration: none;
}

/*------------SIDEBAR-------------*/
#sidebar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#sidebar li a {
    padding: 4px 10px;
    background: #3E4B65;
    width: 139px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-family: Helvetica, Verdana;
    font-size: 12px;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #FFF;
}

#sidebar li a:hover {
    background: #B59823;
}

#sidebar ul ul a {
    width: 129px;
    padding: 3px 15px;
    border: 0;
    border-bottom: 1px solid #FFF;
    color: #444C63;
    background: #a1acc3;
}

#sidebar ul ul a:hover {
    background: #515C72;
    color: #FFF;    
}

#sidebar ul ul ul a {
    width: 109px;
    padding: 3px 25px;
}

#sidebar ul ul ul ul a {
    width: 89px;
    padding: 3px 35px;
}

/*
#sidebar ul .current-cat a {
    background: #B59823;
}
*/

#search {
    background:  #515C72;
    border-top: 1px solid #FFF;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search {
    width: 110px;
}
/*------------TEXT-------------*/
h1 {
    font-family: Helvetica, Verdana;
    font-size: 18px;
    color: #444C63;
    margin-bottom: 10px;
}

h2 {
    font-family: Helvetica, Verdana;
    font-size: 11px;
    color: #444C63;
    margin-bottom: 3px;
}

h3 {
    font-family: Helvetica, Verdana;
    font-size: 25px;
    color: #444C63;
    margin-bottom: 10px;
}

#header h1 {
    color: #FFF;
    font-family: Georgia;
    text-align: right;
    font-weight: normal;
    font-style: italic;
    font-size: 25px;
    padding: 10px 10px;
}

p {
    font-family: Helvetica, Verdana;
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.post table {
    font-family: Helvetica, Verdana;
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

blockquote p {
    font-family: Georgia, Times;
    color: #B69723;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
}

/*------------IMAGES-------------*/
img {
    margin-top: 10px;
    margin-bottom: 10px;
}

img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

/*------------POST-------------*/
.post {
    margin-bottom: 30px;
}

.entry {
    border-bottom: 1px solid #DDD;
}

.entry ul {
    font-family: Helvetica, Verdana;
    font-size: 12px;
    color: #555;
    margin-left: 20px;
    margin-bottom: 10px;
}

.post a {
    text-decoration: none;
    color: #444C63;
}

.post a:hover {
    color: #7283A4;
    border-bottom: 1px dashed #444C63;
}

.byline {
    margin-bottom: 10px;
    font-family: Helvetica, Verdana;
    font-size: 11px;
    text-align: right;
    color: #515C72;
}

/*------------COLUMS-------------*/
.two_cols {
    width: 250px;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}

.two_cols p {
    font-size: 11px;
}

.three_cols {
    width: 150px;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}

.three_cols p {
    font-size: 11px;
}

/*------------FORM-------------*/
#two {
    margin:20px auto;
}
#two fieldset {
    display:block;
    background: #E8E8E8; 
    border:1px solid #444C63; 
    padding:5px; 
    font-family:verdana, helvetica; 
    margin-bottom:0.5em; 
}
#two legend {
    font-family: Helvetica, Verdana; 
    font-size:12px; 
    padding: 2px 5px;
    color: #FFF;
    background: #444C63; 
}
#two label {
    clear:left; 
    display:block; 
    float:left; 
    width:100px; 
    text-align:right; 
    padding-right:10px; 
    color:#888; 
    font-size: 12px;
    margin-bottom:0.5em;
}
#two label.radio {
    margin:0;
        
}
#two input {
    background:#fff; 
    padding-left:0.5em; 
    margin-bottom:0.6em;
    width: 150px;
}
#two #button1, form#two #button2 {
    color:#c00; 
    padding-right:5px; 
    width:70px;
    margin-top: 10px;
    margin-left:11px;
}

