/*  
Theme Name: erlando.dk
Theme URI: http://erlando.dk/
Description: New theme for erlando.dk. Graphics by <a href="http://slagtenhelligko.dk">slagtenhelligko.dk</a>.
Version: 1.0
Author: Erlando
Author URI: http://erlando.dk/
*/

body { 
    font : 10pt sans-serif;
    background-color: #D5C7A4;
    margin-left:0px;
    margin-top:0px;
    background-repeat: repeat-y;
    background-image: url("images/body.jpg");
    background-position: 75px;
    padding-left: 75px;
}

A:link {
    color: #5B6648;
    text-decoration: none;
}

A:visited {
    color: #5B6648;
    text-decoration: none;
}

A:active {
    color: #5B6648;
    text-decoration: none;
}

A:hover {
    color: #5B6648;
    text-decoration: underline;
}

#header {
    margin: 0px;
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    height: 155px;
}

#design {
    float: right;
    position: relative;
    top: 138px; right:30px;
    color: #5B6648;
}

#design A {
    color: #5B6648;
}

#navbar {
    background-image: url("images/bar.jpg");
    background-repeat: no-repeat;
    height: 44px;
}

#navlinks {
    float: right;
    font-variant: small-caps;
    color: #5B6648;
    position: relative;
    right:30px; top:10px;
}

#page {
    position: absolute;
    width:800px;
}

#content {
    position: absolute;
}

.narrowcolumn {
    left: 25px; right: 250px;
}

.widecolumn {
    left: 25px; right: 250px;
}

#sidebar {
    position: absolute;
    left: 570px; right: 25px;
}

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.post {
    margin: 10px 0px 10px 5px;
    border-bottom: 1pt dashed #BEC6AF;
}

.post h2 {
    font-variant: small-caps;
}

.post h2 A {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.postdate {
    font-size: 150%;
    font-weight: bold;
    color: #BEC6AF;
    font-variant: small-caps;
    text-align:right;
}

.itemcontent {
    text-align: justify;
    margin-bottom: 10px;
}

.itemcontent:first-letter {
    float: left;
    font-weight: bold;
    color: #5B6648;
    font-size: 300%;
}

.postmetadata {
    text-align: right;
}

.entrytext {
    text-align: justify;
}

.entry p:first-letter {
    font-weight: bold;
    color: #5B6648;
    font-variant: small-caps;
}

.entry {
    text-align: justify;
    margin-bottom: 10px;
}
