@charset "utf-8";
/*
Theme Name: Karin Westh
Theme URI: http://karinwesth.dk/
Description: Custom theme for karinwesth.dk.
Author: Jakob Langgaard Andersen
Version: 1.0
*/

/* GENERAL + HEADER */
body {
	background: #E2E2E2 url(images/bg.png) top center repeat-x;
	height: 100%;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.clearer {
	clear: both;
	float: none !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#page {
	width: 780px;
	margin: auto;
}

#header {
	background: url(images/header.png) top center no-repeat;
	height: 155px;
	padding: 35px 25px 0;
}

#address {
	margin: 10px 10px 0 565px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

address {
	font-style: normal;
}

/* LINKS */
a, a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover, a:active {
	color: #0066CC;
	text-decoration: underline;
}

/* LOGO */
#logo {
	float: left;
}

#logo a {
	display: block;
	width: 300px;
	height: 65px;
	margin: 25px 0 0;
}

#logo span {
	display: none;
}


/* MENU */
.menu ul {
	display: block;
	width: 555px;
	height: 25px;
	margin: 22px 0 0 10px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px;
}

.menu ul li + li {
	border-left: 1px solid #FFF;
}
	
.menu ul a {
	color: #FFF;
}

/* CONTENT + FOOTER */
#content {
	background: url(images/content.png) top center repeat-y;
}

#main-content {
	background: url(images/left.png) 10px 0px no-repeat;
	padding: 5px 15px 5px 50px;
	width: 525px;
	min-height: 310px;
}

#inner-content {
	background-image: url(images/karin.png);
	background-position: 590px 100%;
	background-repeat: no-repeat;
	padding-right: 35px;
}

#sidebar {
	float: right;
	width: 135px;
	padding: 0px 10px 195px;
}

#sidebar blockquote {
	font-style: italic;
	margin: 2em 0 0.5em;
}

#sidebar p {
	margin: 0.5em 0;
}

#footer {
	background: url(images/footer.png) top center no-repeat;
	padding-top: 55px;
	position: relative;
}

#copyright {
	text-align: center;
	font-size: 90%;
}

#mpf {
	position: absolute;
	top: 12px;
	left: 27px;
	margin: 0;
}

#mpf a {
	width: 130px;
	height: 35px;
	display: block;
}

#mpf span {
	display: none;
}

#copy {
	position: absolute;
	top: 20px;
	right: 35px;
	margin: 0;
}

#copy img {
border-width: 0px;
}
/* POSTS */
.entry-meta, .entry-utility {
	font-size: 90%;
	margin: 20px 0;
	padding: 5px 0;
	border-color: #aebfb2;
	border-style: solid;
	border-width: 0;
}

.entry-meta {
	border-bottom-width: 1px;
}

.entry-utility {
	border-top-width: 1px;
}

.entry-title {
	font-size: 180%;
}

/* NEWSLETTER */
.MailPress input {
	margin-top: 1em;
}
