/*
Theme Name: WorldPerfect
Theme URI: http://cybertree.dk/
Description: Double Blog System by Designing for Cavemen
Version: 2.0
Author: Bjørn Popp
Tags: 
*/

body {
	background: #502c1d url('img/bg_body.gif');
	font: 11px/14px helvetica,arial,'sans-serif';
	color: #111;
	margin: 0;
	padding: 0;
	*text-align: center;
}

td, th {
	font-size: 11px;
}
td img {
	padding: 1px;
	border: solid 1px #888;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	font-family: 'courier new',courier;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: solid 1px #444;
}
h2 a {
	color: #111;
}
h3 {
	font-size: 14px;
	color: #f58220;
	margin: 5px 0;
	font-weight: normal;
	line-height: 16px;
}
h4 {
	font-size: 10px;
}
p {
	margin: 5px 0;
}
a {
	color: #f58220;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}

#container_outer {
	margin: 0 auto;
	width: 875px;
	text-align: left;
}
#container_inner {
	position: relative;
	left: 0;
	width: 875px;
}

#newsletter {
	position: absolute;
	top: 170px;
	left: 0;
	width: 25px;
	height: 110px;
	background: url('img/btn_nyhedsbrev.png') top left no-repeat;
	*background: url('img/1x1.gif');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/world_perfect/img/btn_nyhedsbrev.png',sizingMethod='scale');
}

.blog {
	position: absolute;
	width: 350px;
	background: #ddd url('img/bg_content.gif');
	padding: 15px 25px;
}
.blog ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog h2 {
	
}
.blog ul {
	padding: 0 15px;
}
.blog input.text {
	border: solid 1px #ccc;
	font-size: 12px;
	padding: 2px;
	width: 140px;
}
.blog input.submit {
	border: solid 1px #666;
	background: #ccc;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.archive_image {
	display: block;
	width: 350px;
	height: 200px;
}

#blog1 {
	top: 90px;
	left: 25px;
}

#blog2 {
	top: 90px;
	right: 25px;
}


.archive_more {
	display: block;
	text-align: right;
	font-weight: bold;
}

h3#comments {
	font-size: 12px;
	border-top: solid 1px #aaa;
	padding-top: 10px;
}
#respond {
	border-top: solid 1px #ccc;
	padding: 5px 0;
}
textarea#comment {
	border: solid 1px #ccc;
	width: 100%;
	height: 140px;
}


