/*  
Theme Name: Espen 2009
Theme URI: http://willersrud.no/blogg/
Description: Mitt eget tema for bloggen, enkelt og raskt laget en dag i 2009.
Version: 7.0b
Author: Espen Willersrud
Author URI: http://willersrud.no/
*/


/* Dokument og standard-design */

body {
	font-size: 70%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.5em;
}

#page {
	margin: 0 auto;
	width: 860px;
	background-image:url(images/mainfeeld-bg.png);
	background-repeat: repeat-y;
}

#header {
	width: 860px;
	height: 220px;
	background-image:url(images/header-over.png);
	background-repeat: no-repeat;
}

#maincontent {
	}
	#maincontent-left {
		margin-right: 300px;
	}
	#maincontent-right {
		width: 300px;
		float: right;
	}
	.maincontent-right-feeld {
		background-image: url(images/right-feeld-stroke.png);
		background-repeat:no-repeat;
		background-position:bottom;
		width: 240px;
		margin: 0 0 0 0;
		padding: 15px 30px 15px 30px;
	}
	.maincontent-right-feeld-rss {
		background-image:url(images/rss-icon.png);
		background-repeat: no-repeat;
		background-position: 26px 0px;
		width: 185px;
		height: 50px;
		margin: 10px 0 0 0px;
		padding: 4px 0px 0px 75px;
		font-weight: bold;
}

#basic-accordian {
    width:298px;
    padding: 0px 1px 0px 1px;
    cursor: pointer; cursor: hand;
}

.accordion_headings_sistekommentar {
	height:40px;
	background-image: url(images/sistekommentar.png);
}

.accordion_headings_sok {
	height:40px;
	background-image: url(images/sok.png)
}

.accordion_headings_arkiv {
	height:40px;
	background-image: url(images/arkiv.png)
}

.accordion_headings_kategorier {
	height:40px;
	background-image: url(images/kategorier.png)
}

.accordion_headings_leseliste {
	height:40px;
	background-image: url(images/leseliste.png)
}

.accordion_headings_rss {
	height:40px;
	background-image: url(images/rss.png)
}

        
.accordion_headings:hover{
}
        
.accordion_child{
	padding: 0px 5px 15px 30px;
}

.accordion_child ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.accordion_child ul li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 1px;
	padding-bottom: 3px;
}

a.espen {
	text-indent: -9999px;
	display: block;
	width: 859px;
	height: 40px;
	position: absolute;
	top: 178px;
	outline: 0;
	cursor: hand;
}

/* Typografi og linker */

#maincontent a {
	text-decoration: none;
	color: #3667b3;
}

#maincontent a:hover {
	text-decoration: underline;
}

#header h1 {
	display: none;
}

#maincontent-left h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	padding-top: 5px;
}


/* Footer */

#footer {
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	width: 860px;
	height: 20px;
	padding: 8px 0px 0px 0px;
	margin-bottom: 25px;
	text-align: center;
	color: #666;
	font-size: 9px;
}

#footer a {
	text-decoration: none;
	color: #3667b3;
}

#footer a:hover {
	text-decoration: underline;
}


.post img {
	border: solid 1px #C7C6C6;
}




/* Framside */

.post {
	padding: 0px 5px 0px 10px;
}

/* Praktiske ting til wp */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	border-left: solid 1px #C7C6C6;
	padding-left: 6px;
}
	
.alignleft {
	float: left;
	border-right: solid 1px #C7C6C6;
	padding-right: 6px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 5px;
}

.postmetadata {
	border-bottom: solid 1px #C7C6C6;
	border-top: solid 1px #C7C6C6;
	padding: 3px 5px 0px 10px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
	color: #666;
	text-align: center;
}

.titleliste {
	display: none;
}

#sidebar {
	width: 230px;
}

#sidebar li {
	padding-top: 4px;
	display: block;
	border-bottom: 1px solid #DCDCDC;
}

#flickrsiste {
	margin-left: 28px;
	margin-bottom: 12px;
}

#flickrsiste img {
	margin-right: 8px;
}


/* kommentarer */

#kommentarer {
	padding: 0px 5px 0px 10px;
}

#kommentarer h2 {
	padding: 0px 0px 0px 0px;
}

#kommentarer ol {
	list-style: none;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.commentlist li {
	border-top: 1px solid #C7C6C6;
	padding: 5px 0px 5px 0px;
	clear: both;
	min-height: 70px;
}

.kommentartekst {
	float: right;
	width: 465px;
}

.gravatar {
	widt: 80px;
	float: left;
}

.tidogsted {
	float: right;
	font-size: 9px;
	padding-right: 1px;
	margin-top: -2px;
}

#leggigjenenkommentar {
	border-top: 1px solid #C7C6C6;
	margin-top: 35px;
	padding-top: 0px;
}

/* søk */


.sokefelt {
	width: 165px;
	height: 15px;
	background:url(images/sokefelt.png) no-repeat;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	_background-attachment:fixed;
	padding-top: 7px;
	margin-left: 5px;
	padding: 6px 5px 5px 6px;
}

.kommentar {
	width: 165px;
	height: 15px;
	background:url(images/kommentar.png) no-repeat;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	_background-attachment:fixed;
	padding-top: 7px;
	margin-left: 5px;
	padding: 6px 5px 5px 6px;
}

.skrivefelt {
	width: 520px;
	height: 193px;
	background:url(images/skrivefelt.png) no-repeat;
	border: 0;
	line-height: 18px;
	font-size: 12px;
	_background-attachment:fixed;
	padding-top: 7px;
	margin-left: 5px;
	padding: 6px 5px 5px 6px;
}

.sokeknapp {
	background:url(images/sokeknapp.png) no-repeat;
	border:0;
	width: 44px;
	height: 26px;
	text-indent: -999px;
	margin-left: 5px;
}

.sendkommentar {
	background:url(images/submit_kommentar.png) no-repeat;
	width: 156px;
	height: 21px;
	border: 0;
	text-indent: -9999px;
	margin-left: 380px;
}

#twittersiste {
	/* background:url(images/twitter.png) no-repeat;
	background-position: 30px 14px; */
	padding: 14px 30px 0px 30px;
	font-size: 15px;
	/*text-align: right;*/
	line-height: 1.4em;
}

#twitterdetaljer {
	text-align: right;
	font-size:9px;
	padding: 0px 30px 5px 30px;
}

.bildegalleri {
	padding-left: 11px;
	padding-bottom: 16px;
}

.bildegalleri img {
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;

}


/*
No er det haust igjen,
sit og kikker ut igjen,
tenker over sommaren, 
og lurer på
kvar han vart av hen...
-J.E.Vold
*/