/* @override http://bangblog.dk/wp-content/themes/infimum/style.css */

/* @override http://bangblog.dk/wp-content/themes/infimum/style.css */

/*
/* whole page */
body {
	padding: 0em;

	color: black;
	
	font-family: "Courier", "Helvetica", "Century Gothic", "Futura", "Verdana", sans-serif;
	font-size: 12px;
	
	line-height: 1.5em;
	margin: 0;
	background-color: white;
}

div.entry p { font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#page {
	padding: 0em;
	
	width: 70em;
	margin: 70px auto 8em;
}

#sidebar ul li a {
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
	
}

h3 a {
	color: black;
	font: italic 25px/30px "Georgia", "Times New Roman", Times, serif;
	text-decoration: line-through;
}

a {
	color: #444;
	text-decoration: underline;
}

a:visited {
	color: ##444;
}

a:hover {
	color: ##444;
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 2em 2em 2em 2em;
	
	font-size: 1.0 em;
}
/* end whole page */

/* header */
#header {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	width: 60em;
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	font-size: 6em;
	line-height: 0.75em; /* weird IE7 bug fix */

	float: left;

}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 10px white;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin: 1em 0em 4em;
	padding: 0em;
	width: 600px;
	
	float: left;
	font-weight: normal;
	font-style: normal;
}

#content h2 {
	display: none;
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	
}

#content .post {
	margin: 2em 0em 0em;
	
}

#content h3 {
	margin: 0em 0em 16px;
	color: #292929;
	font: italic 15px/28px "Georgia", "Times New Roman", Times, serif;
	text-decoration: none;
}

#content .postmetadata {
	color: #777777;
	margin: 15px 0px 50px 0px;
	font-size: 0.9em;
	border-bottom: 1px solid silver;
	padding-bottom: 40px;
}

input#s {
	width: 165px;
	height: 18px;
	background-color: white;
	border: 1px solid silver;
	margin-top: 5px;
}

input#searchsubmit {
	
	background-color: white;
	border: 1px solid silver;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#submit {
		background-color: white;
	border: 1px solid silver;
	padding: 6px 7px;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

textarea#comment {
	width: 600px;
	height: 200px;
	border: 1px solid silver;
}

input#email {
	width: 300px;
	height: 23px;
	border: 1px solid silver;
	margin-right: 10px;
}

input#url {
	width: 300px;
	height: 23px;
	border: 1px solid silver;
	margin-right: 10px;
}

input#author {
	width: 300px;
	height: 23px;
	border: 1px solid silver;
	margin-right: 10px;
}

#content .commentmetadata {
	color: #777777;
	background: inherit;
	border-bottom: 1px solid silver;
	margin: 0em 0 30px 0em;
	padding-bottom: 20px;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: none;
	text-align: center;
	background-color: white;
	padding-top: 4px;
	margin: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 9px;
	line-height: 8px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 80px 0em 0;
	padding: 0em;

	width: 210px;
	float: right;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 11px;
	color: #444;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.8em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 60em;
	clear: both;
	text-align: center;
	text-transform: uppercase;
}
#header_image {
	background: url(http://www.bangblog.dk/images/bangblog_logo.jpg) no-repeat 0 0;
	height: 150px;
	margin-bottom: 10px;
	margin-top: -60px;
}
#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: left;
	text-transform: uppercase;
}

label.screen-reader-text {
	font-size: 11px;
		font-weight: bold;
	color: #444;
}

/* end footer */
