/* @override
	http://blogg.dittdistrikt.no/wp-content/themes/dittdistrikt/style.css 
	http://localhost/dd/wp-content/themes/dittdistrikt/style.css
	http://eskildskov.no/test/wp-content/themes/dittdistrikt/style.css
*/

/*
Theme Name: Ditt Distrikt 
Description: 
Version: 1.0
Author: Eskild Skov Pedersen
Author URI: http://eskildskov.no
*/

/* @group structure */

html {
	background: #eee;
}

body {
	font-size: 67.5%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	height: 100%;
}

#content {
	overflow: hidden;
	background: #fff;
	width: 760px;
	margin: 0 auto;
	padding: 0px 40px 30px 0px;
}
/* @end */

/* @group generic */

/* @group content */

#searchform .text {
		width: 100px;
		border: 1px solid #CCC;
		padding: 3px;
		background:url(images/bg-search-field.png) repeat-x left top;
}

#searchform .text:hover {
		width: 100px;
		border: 1px solid #999;
		padding: 3px;
		background:url(images/bg-search-field.png) repeat-x left top;
}

#searchform .submit {
	padding: 2px 10px;
	border: 1px solid #CCC;
	background:url(images/bg-submit-btn.png) repeat-x left top;
	}

#searchform .submit:hover {
	padding: 2px 10px;
	border: 1px solid #999;
	background:url(images/bg-submit-btn.png) repeat-x left top;
	}

#single .post {
	border: none;
	margin: 0;
	padding: 0;
}

.post img, .alignleft {
	float: left;
	margin: 0 8px 8px 0;
}

.post .alignright {
	float: right;
	margin: 0 0 8px 8px;
}

.post ul, .post ol {
	
}

.post ul li {
	
	margin: 0 0 5px 10px;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/bullet2.png) no-repeat 0 6px;
}

.post ol li{
	margin: 0 0 5px 25px;
	list-style: decimal;
	list-style-position: outside;

}
.post-content {
	clear: both;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #222;
}

/* @end */

.post p, .post ul, .post ol, .post blockqoute {
	margin: 0 0 1em 0;
}

.post a{
	color: #0066CC;
}

.post a:hover{
	text-decoration: none;	
}

.post blockquote {
	font-style: italic;
}

h1,h2,h3,h4,h5,h6
	{
	clear: both;
}

/* @end */

/* @group header */

#header{
	width: 814px;
	margin: 0 auto 0 auto;
	/*overflow: hidden;*/
}
#header #logo{
	/*float:left;*/
}

#header #logo a {
	display: block;
	width: 814px;
	height: 127px;
	/*background: url(images/logo.png);*/
	background: url(images/logo-ddi.png);
	text-indent: -9999px;
	overflow: hidden;
}

#header p{
	display: none;
	float: left;
	font-size: 1.4em;
	margin: 12px 0 0 50px;
	color: #444;
}
/* @end */

/* @group sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar div {
	padding: 15px 10px 10px 20px;
	background: #F6F6F6 url(images/sidebar-bottom.png) no-repeat center bottom;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

#sidebar ul li {
	color: #333;
	padding: 0 0 5px 10px;
	background: url(images/bullet2.png) no-repeat 0 5px;
}

#sidebar a {
	color: #333;
}

#sidebar a:hover{
	text-decoration: none;
}

#sidebar h6 {
	color: #CC0000;
	font-size: 1.3em;
	padding: 10px 0 5px 17px;
	margin: -15px -10px 0 -20px;
	background: #F6F6F6 url(images/sidebar-top.png) no-repeat center top;
} /*f9f9f9*/

/* @end */

/* @group main */

/* @group meta */

.post-meta {
	position: relative;
	overflow: hidden;
	padding: 0 0 10px 0;
}

.page .page-title, .post-title{
	display: inline;
	line-height: 1.1em;
	font-size: 2em;
}

.page .page-title, .post-title, .post-title a {
	color: #cc0000;
	text-decoration: none;
}

.post-title a:hover{
	text-decoration: underline;
}
.page .page-title{
	display: block;
	margin: 0 0 7px 0;
}
.post-meta ul li {
	color: #999;
	list-style: none;
	margin: 0;
}

.post-meta ul li a {
	color: #999;
}

.post-meta img {
	float: left;
	margin: 0 11px 0 0;
}

.post-meta ul {
	margin: 0;
	float: left;
	position: absolute;
	bottom: 9px;
	left: 70px;
}

.post .post-meta li{
	background: none;
	margin: inherit;
	padding: inherit;

}
.post-meta a {
	
}

/* @end */

/* @group nav */

#nav ul {
	text-transform: uppercase;
	font-size: 1.1em;
	width: 800px;
	height: 55px;
	background: url(images/nav-bar.png) no-repeat;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding: 0;
}

#nav ul li a {
	float: left;
	color: #fff;
	padding: 14px 15px 15px 15px;
	margin: 0 0 0 0;
	text-decoration: none;
}

#nav ul li a:hover {
	background: url(images/nav_hover_new.png) repeat-x!important;
}
/* @end */

#main {
	line-height: 1.3em;
	float: left;
	width: 480px;
	margin-left:40px;
}

.post {
	overflow: hidden;
	width: 440px;
	padding: 15px 20px 0 20px;
	margin: 0 0 20px 0px;
	background: url(images/post-gradient.png) repeat-x;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 15px 0;

}
h2{
	font-size: 1.4em;
	margin: 0 0 15px 0;
	}

h3{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	
}

/* @end */

/* @group comments */

#comments {
	margin: 15px 0 0 0;
	font-size:1.1em;
	line-height:1.7em;
	color:#222;
}

#comments li{
	margin: 0;
	list-style: none;
	margin: 0 0 10px 0;

}
.comment {
	background:#F6F6F6 url(images/comment-bottom.png) no-repeat center bottom;
	padding: 0 15px 1px 15px;
}

.comment-meta {
	margin: 0 0 0 -15px;
	padding: 10px 0 0 15px;
	width: 425px;
	color: #555;
	background:#F6F6F6 url(images/comment-top.png) no-repeat center top;
}

.comment-author, .comment-author a {
	color: #555;
}

.comment-author a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.comment-time {
	text-transform:lowercase;
}

form#commentform ul li {
	margin: 0 0 10px 0;
	background: none;
}

#commentform label {
	display: block;
	width: 70px;
	float: left;
}

#commentform textarea {
	float: left;
	width:300px;
	margin: 0 4px 0 0;
}

#commentform #submit {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

.req {
	margin: 0 0 0 2px;
}


#commentform #submit {
	clear: both;
	float: left;
}

.post #comments .commentlist li{
	background: none !important;
	border-bottom:1px solid #7fc0c6;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
}
/* @end */

/* @group footer */

#footer {
	color: #444;
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin: 20px 0;
}

#credits {
	margin: 1px 0 0 0;
}

#credits a {
	color: inherit;
	text-decoration: none;
}

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

/* @end */

/* @group twitter */
.twitter{
	background: none;
}

.twitter img{
	float: left;
}

.twitter ul li {
	padding: 15px 15px 0 15px;
	margin: 0 0 10px;
	background:#F6F6F6 url(images/comment-top.png) no-repeat center top;
}

.twitter-meta {
	/*padding: 0 0 0 55px;*/
	margin:-7px 0 0 -15px;
	padding: 0 0 15px 70px;
	overflow:hidden;
	clear: both;
	width: 370px;
	color: #555;
	background:#F6F6F6 url(images/comment-bottom.png) no-repeat left bottom;

}

/*.twitter-meta{
	display: block;
	color: #555;
}

.twitter-meta a{
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}*/
/* @end */


}

