/*
Theme Name: FDF Holte
Theme URI: http://fnok.dk/
Description: Udviklet til FDF Holte af Fnok.dk
Version: 0.3
Author: Thomas Grinderslev
Author URI: http://znegl.dk/
Tags: fdf, holte, fnok

	The CSS, XHTML and design is released under CC:
	http://creativecommons.org/licenses/by-nc/2.5/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/gamlepilte.jpg) 50% 0 no-repeat fixed;
	text-align: center;
	font-family: georgia, serif;
	font-size: 15px;
}
h1, h2, h3 {
	font-weight: normal;
}
h2, h3 {
	padding-top: 0.5em;
}
h1 a, h2 a, h3 a {
	text-decoration: inherit;
}
.entry p, li.comment p, .entry ul, .entry ol {
	padding: 0.5em 0;
}
.entry p {
	padding-left: 0.5em;
}
.entry ul, .entry ol {
	padding-left: 2em;
}
.comment-meta, .postmetadata {
	font-size: 0.7em;
	display: block;
	padding-left: 0.5em;
	margin-top: -0.2em;
}
small {
	padding-left: 1em;
}
small.date {
	font-size: 0.6em;
	display: block;
	margin-top: -0.4em;
}
a {
	color: inherit;
}
input {
	font-family: inherit;
	padding: .2em;
}
input[type="submit"] {
	font-size: .9em;
	padding: .3em .6em;
	display: inline-block;
	border: 1px solid #333;
	background: #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="submit"]:hover {
	background: #f0f0f0;
}
img {
	border: 0;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
img.size-full {
	max-width: 100%;
}
#pagewrapper {
	background: url(images/gray_trans.png);
	border: 2px solid #dde;
	text-align: left;
	margin: 5em auto;
	padding: 1em;
	width: 70%;
	min-width: 900px;
}
#pagewrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
#header {
	margin: -3.8em 0 1em;
}
#header h1 {
	font-size: 2.5em;
	padding-left: 2em;
}
#header h1 img {
	position: absolute;
	margin: -0.7em 0 0 -2.5em;
}
p.description {
	padding-left: 4.5em;
}
#nav {
	float: right;
	margin: -2.9em 0 0 0;
	list-style: none;
}
#nav li {
	background: url(images/gray_trans.png);
	border: 1px solid #dde;
	display: block;
	margin-left: 2px;
	float: left;
	padding: 0.3em 0.5em;
}
#nav li a {
	text-decoration: inherit;
}
#sidebar {
	width: 260px;
	float: right;
	list-style: none;
}
#sidebar > li {
	background: url(images/white_trans2.png);
	border: 1px solid #dde;
	padding: 0.5em 0 0.5em 0.7em;
	margin-bottom: 0.5em;
}
#sidebar h2 {
	font-size: 1.1em;
}
#sidebar ul {
	list-style: none;
}
#sidebar p, #sidebar div.textwidget, #sidebar ul {
	padding: 0.5em;
}
#sidebar #search label {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
#sidebar #search input:first-child {
	margin-left: 0.5em;
}
#content #searchform {
	padding-top: 1em;
}
#content {
	margin-right: 275px;
}
#content.wide {
	margin-right: 0;
}
h1.floatRight {
	float: right;
}
.post {
	margin-bottom: 2em;
}
.category-pilte h2, .category-vaebnere h2, .category-tumlinge h2 {
	border-left: 3px solid #0a0;
	margin-left: -7px;
	padding-left: 4px;
}
.category-vaebnere h2 {
	border-color: #09d;
}
.category-tumlinge h2 {
	border-color: #d00;
}
div#subPages {
	margin-top: 1em;
	background: url(images/white_trans2.png);
	border: 1px solid #dde;
	padding: 0em 1em 1em;
}
div#subPages ul {
	list-style: none;
	padding-left: 0.5em;
	-moz-column-count: 3;
	-moz-column-gap: 1em;
	-webkit-column-count: 3;
	-webkit-column-gap: 1em;
}
ol.commentlist {
	list-style: none;
}
li.comment {
	background: url(images/white_trans2.png);
	border: 1px solid #dde;
	margin: 1em 0;
	padding: 1em;
}
li.comment img {
	float: right;
}
.comment-author {
	font-size: 1.2em;
}
cite {
	font-style: normal;
}
cite a {
	text-decoration: inherit;
}
span.says {
	font-size: 0.7em;
}
.comment-meta a {
	text-decoration: inherit;
}
#respond p {
	padding: 0.5em;
}
#respond textarea {
	width: 100%;
}
#respond input[type=submit] {
	padding: 0.5em;
	float: right;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 0.7em;
}
a.rss, span.rss a {
	background: url(images/rss_black.png) no-repeat 0 1.5px;
	padding-left: 1.5em;
}

/* Fix gallery */
.ngg-galleryoverview {
	clear: none!important;
}
.slideshow {
	margin-left: 0!important;
	margin-right: 0!important;
	text-align: left!important;
}
