/* @override http://julialahme.com/wp-content/themes/julialahme/style.css */

/*   
Theme Name: Julia Lahme
Theme URI: http://www.julialahme.com
Description: Julia Lahme's super special theme
Author: Jakob Helmer
Author URI: http://www.jakobhelmer.dk
Version: 1.0
*/

/* Reset browser defaults */
@import url('reset.css');

/* Structure */

body {
	background: url(img/bg-2.jpg) center top;
	font-family: Helvetica,Arial,Geneva,sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
	width: 942px;
	margin: 0 auto;
}

#header {
	height: 60px;
}

#title a {
	background: #000;
	color: #fff;
	font-size: 18px;
	float: left;
	width: 150px;
	padding: 24px 12px 12px 12px;
	margin: -12px 210px 0 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-decoration: none;
}

#payoff {
	background: #fff2ce;
	color: #7c4d10;
	font: italic 18px Georgia,serif /*Helvetica,Arial,Geneva,sans-serif*/;
	float: left;
	width: 330px;
	padding: 24px 18px 12px 18px;
	margin: -12px 192px 0 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
}

#content {
	margin-bottom: 72px;
	display: inline-table;
}

#left {
	float: left;
	width: 174px;
	margin-right: 9px;
}

#nav {
	float: left;
	width: 174px;
	margin: 0 9px;
}

#entries {
	float: left;
	width: 330px;
	margin: 180px 9px;
	background: #fff;
	padding: 18px;
	margin-bottom: 18px;
	min-height: 126px;
	border-radius: 12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#right {
	float: right;
	width: 174px;
	margin-left: 9px;
}

#footer {

}

/* Styling */

a {
	color: #6e320f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 18px;
}

ul {
	margin-bottom: 18px;
	list-style: disc;
	padding-left: 24px;
}

ol {
	margin-bottom: 18px;
	list-style: decimal;
	padding-left: 24px;
}

ol#commentlist {
	list-style: none;
	padding: 0;
}



h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

h2 a {
	color: #7c4d10;
	text-decoration: none;
}

#news-h2 {
	float: left;
}

#rss-link a {
	padding-left: 20px;
	background: url(img/icon_rss.gif) no-repeat;
}

.home .entry {
	padding-top: 18px;
	border-top: 1px dashed silver;
	margin-top: 3px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

h3 {
	font-size: 18px;
	margin-bottom: 18px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px 0;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

input[type="submit"] {
	border: 1px solid silver;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: 20px;
	height: 25px;
	background: #F2F2F2 url('img/white-grad.png') repeat-x;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
	padding: 0 10px 0 9px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	margin-left: -1px;
}

input[type="submit"]:active {
	background: #eee url('img/white-grad-active.png') repeat-x scroll left top;
}

input[type="submit"]:hover {
	border: 1px solid #666;
}

input[type="text"] {
	height: 15px;
	width: 144px;
	margin: 0 0 6px 0;
	color: #333;
}

.response {
	margin-bottom: 12px;
}

/* Round corners */
#left div, #nav div, #nav li, #entries div, #right div {
	border-radius: 12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#left ul, #nav ul, #right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Left */

#text-5 {
	background: #9438a4;
	color: #fff;
	padding: 12px 12px 6px 12px;
	min-height: 324px;
	line-height: 18px;
	margin-bottom: 18px;
}

#text-5 p {
	font-style: italic;
	font-family: Georgia, serif;
}

#text-6 {
	background: url(img/splash-2.png) no-repeat;
	padding: 30px 18px 18px 18px;
	margin-bottom: 18px;
	height: 138px;
	text-align: center;
	line-height: 21px;
}

/* Navigation */

#pages-3 h3 {
	display: none;
}

#nav li a {
	display: block;
	padding: 12px;
	margin-bottom: 18px;
	height: 138px;
	font-size: 18px;
	overflow: hidden;
	border-radius: 12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fff2ce;
    font-weight: bold;
}

#nav li a:hover {
	text-decoration: none;
}

.page-item-2 a {
	background: url(img/om.png) #fff !important;
	color: #000;
	text-decoration: none;
	text-indent: -9999px;
}

.page-item-8 a {
	background: url(img/blog.png) no-repeat #6e320f !important;
	color: #fff;
	font-weight: normal !important;
	text-decoration: none;
}

.page-item-17 a {
	background: url(img/pressen.png) no-repeat #fff2ce !important;
	color: #6e320f;
	text-decoration: none;
	font: italic 18px Georgia, serif;
	font-weight: normal !important;
}

.page-item-27 a {
	background: #c71414 !important;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.page-item-28 a {
	background: url(img/creme-2.png) no-repeat #fff2ce !important;
	color: #6e320f;
	text-decoration: none;
	text-indent: -9999px;
}

.page-item-117 a {
	background: #47b1b1 !important;
	color: white;
}

.page-item-71 a {
	background: #ff647e !important;
	color: white;
	font: italic 18px Georgia, serif;
	font-weight: normal !important;
}

/* Entries */

.entry {
	clear: both;
}

.bookmarks-gallery {
	padding-top: 18px;
}

.bookmarks-gallery img {
    border: 1px solid silver;
    float: left;
    margin: 0 12px 0 0;
}

.bookmarks-gallery li {
	display: inline-table;
	margin-bottom: 18px;
}

.comm-link {
	margin-bottom: 18px;
	text-align: right;
}

div.post-nav {
	float: left;
	width: 330px;
	padding: 9px 0;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	margin-bottom: 36px;
}

/* Comments */

#comments-template {
	clear: both;
}

input#author, input#email, input#url {
	border: 1px solid silver;
	padding: 4px 3px;
	margin: 3px 6px 3px 0;
}

#commentform p {
	margin: 0;
}

textarea#comment {
	width: 322px;
	border: 1px solid silver;
	padding: 4px 3px;
	margin-top: 9px;
	margin-bottom: 12px;
}

#respond {
	margin-top: 18px;
	clear: both;
	padding-top: 18px;
	border-top: 1px solid silver;
}

.comment-title {
	padding: 9px 0;
	height: 36px;
	margin-bottom: 9px;
	border-top: 1px solid silver;
	border-bottom: 1px dashed silver;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

img.avatar {
	float: left;
	margin-right: 12px;
	margin-top: 2px;
}

li.comment {
	margin-bottom: 36px;
}

/* Right */

#text-10 a {
	display: block;
	background: url(img/splash-1.png) no-repeat;
	color: #fff;
	padding: 30px 18px;
	margin-bottom: 18px;
	height: 102px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}

#text-10 h3 {
	margin-bottom: 6px;
}

#text-11 a {
	display: block;
	background: url(img/mus.png) #ff647e;
	color: #fff;
	padding: 12px 60px 12px 12px;
	margin-bottom: 18px;
	height: 138px;
	text-decoration: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#text-12 {
	background: #fff2ce;
	color: #7c4d10;
	padding: 12px;
	margin-bottom: 18px;
	min-height: 318px;
}

#text-12 h3 {
	text-indent: -9999px;
	line-height: 32px;
	background: url(img/nyhedsbrev.png) no-repeat;
	margin: 0;
}

#twitter-2 {
	background: #47b1b1;
	padding: 12px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 18px;
	min-height: 138px;
}

#twitter-2 h3 a {
	color: #fff;
	text-decoration: none;
}

#twitter-2 .entry-meta a {
	color: #333;
}

#twitter-2 .entry-meta {
	color: #333;
}

#text-14 {
	padding: 12px;
}