/*
Theme Name: Grundejerforeningen Brønsholmgård
Theme URI: http://fnok.dk/
Description: Udviklet til Grundejerforeningen Brønsholmgård af Fnok.dk
Version: 1.1
Author: Fnok.dk
Author URI: http://fnok.dk/
Tags: grundejerforening brønsholmgård, fnok, znegl, table, paper, letter

	The CSS, XHTML and design is released under CC:
	http://creativecommons.org/licenses/by-nc/2.5/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(images/bg.jpg) fixed;
	font-family: georgia, serif;
	font-size: 14px;
}
h1, h2, h3 {
	font-weight: normal;
	font-family: georgia, Courier New, serif;
	padding-top: 0.5em;
}
h1, h2 {
	font-size: 1.8em;
}
h3 {
	padding-bottom: .5em;
	font-weight: bold;
}
.search h3 {
	padding-bottom: 0em;
}
h1 a, h2 a, h3 a {
	text-decoration: inherit!important;
	color: inherit!important;
	font-weight: inherit!important;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.entry p, li.comment p, .entry ul, .entry ol {
	padding: 0.5em 0;
}
.entry p {
	padding-left: 0.5em;
	line-height: 1.4em;
}
.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.date {
	font-size: 0.8em;
	display: block;
}
a {
	color: #000; /* Stupid IE 7 - should be inherit */
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #a50;
	text-decoration: underline;
}
input {
	font-family: inherit;
}
img {
	border: 0;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
img.size-full {
	max-width: 100%;
}
#pagewrapper {
	text-align: left;
	margin: 1em auto 0;
	padding: 1em;
	width: 70%;
	min-width: 900px;
	max-width: 1050px;
	min-height: 540px;
	background: url(images/paperBg.jpg);
	box-shadow: 1px 0 7px #000000;
	-moz-box-shadow: 1px 0 7px #000000;
	-webkit-box-shadow: 1px 0 7px #000000;
}
#pagewrapper:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
#headerimg img {
	width: 100%;
}
p.description {
	padding-left: 4.5em;
}
#nav {
	display: none;
}
#sidebar {
	width: 200px;
	float: left;
	list-style: none;
	margin-top: 1em;
	border-right: 1px solid #000;
	min-height: 200px;
}
#sidebar > li {
}
#sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul ul {
	padding: 0;
	display: none;
}
#sidebar ul li a {
	background: url(images/listStyle.png) no-repeat 0 4px;
	padding-left: 1em;
	font-weight: normal;
}
#sidebar ul li.current_page_item ul, #sidebar ul li.current_page_parent ul {
	display: block;
}
#sidebar ul li ul li a {
	background-position: 0 -30px;
	margin-left: .5em;
}
#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-left: 215px;
	border-left: 1px solid #000;
	min-height: 300px;
	padding-left: 1.5em;
}
#content.search {
	
}
h1.floatRight {
	float: right;
}
.post {
	padding: 0 .75em 1.5em 0;
	margin-bottom: .5em;
}
.post.sticky {
	border-bottom: 1px dotted #555;
}
#content > ul {
	padding-left: 1.5em;
}
ol.commentlist {
	list-style: none;
}
li.comment {
	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 {
	margin: .4em auto 0;
	clear: both;
	text-align: right;
	width: 71%;
	min-width: 920px;
	max-width: 1070px;
	color: #fff;
	font-family: century gothic, trebuchet ms, tahoma, verdana, sans-serif;
	font-size: .8em;
	text-shadow: 1px 1px 3px #000000;
}
#footer a, #footer a:hover {
	color: #fff;
}
a.rss, span.rss a {
	background: url(images/rss_black.png) no-repeat 0 1.5px;
	padding-left: 1.5em;
}
#map_canvas {
	width: 100%;
	height: 340px;
}