/*
Theme Name: Adeline
Theme URI: 
Description: 
Version: 1
Author: Arvid Janson
Tags: 


*/

* {
	margin: 0;
	padding: 0;	
}

html, body {
	height: 100%;	
}

body {
	background: #6d6c69 url(images/adeline.jpg) bottom left no-repeat fixed;	
	color: #e7e1e4;
	color: #fff;
	font-family: Verdana, Georgia, Serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;	
}

h1, h2 {
	font-family: Garamond;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}
h1 span {
	text-transform: lowercase;
}
h2 {
	letter-spacing: 2px;
	font-family: Garamond;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
}

#header {
	height: 80px;
	margin-bottom: 80px;
}
	#header #logo {
		float: left;	
		margin: 10px 0 0 20px;
		width: 240px;
		height: 120px;
	}
	#header #menu {
		font-family: Garamond;
		list-style: none;
		margin-top: 87px;
		margin-left: 40px;
		float: left;
		width: 520px;
	}
	#header #menu li {
		display: block;
		float: left;
		padding: 2px 30px 2px 0;
		text-transform: uppercase;
		font-size: 12px;
	}
	#header #menu li a {
		color: #fff;
		border: 0;
	}

#pagecontainer {
	margin: 25px;
	width: 800px;
	height: 100%;
}

#content {
	float: left;
	width: 575px;
	margin-bottom: 100px;
}
#content h2 {
	margin-top: 30px;	
	letter-spacing: 1px;
	text-transform: none;
}
#content a img {
	border: 1px solid #fff;
}
#postlist h2 {
	margin-top: 3px;
	margin-bottom: 6px;
	letter-spacing: 1px;
	text-transform: none;
}

#sidebar {
	width: 200px;
	float: right;
	margin-left: 25px;	
}
#newsletter-input {
	width: 190px;
	border: 0;
	background: url(images/trans.png);
	padding: 5px;
	margin-bottom: 5px;
}

#tabs {
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 25px;
	border-bottom: 1px solid #999;
	margin-bottom: 25px;	
}
#tablist {
	width: 150px;
	float: left;
}
	#tablist h2 {
		color: #999;
		padding: 3px; 
		cursor: pointer;
		margin-bottom: 5px;	
		margin-top: 0;
	text-transform: uppercase;

	}
	#tablist h2.active {
		color: #fff;
	}

#tabcontent {
	padding: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	width: 404px;
	float: left;	
	border-left: 1px solid #999;
	background: url(images/trans.png);
}
	#tabcontent .tabitem {
		color: #fff;
		margin-bottom: 10px;	
	}
	#tabcontent .tabitem.active {
	}

#puff {
	font-family: Georgia;
	font-size: 20px;
	margin-bottom: 25px;
	padding-bottom: 100px;
	padding-right: 25px;
	border-bottom: 1px solid #999;
}

.thickbox {
	margin-right: 10px;
	margin-bottom: 10px;
}


#comment, #author {
	border: 0;
	background: url(images/trans.png);
	padding: 5px;
	margin-bottom: 5px;
}

#comments_header {
	cursor: pointer;
}
.clearfloat {
	clear: both;
	line-height: 1px;
}

#postlist {
	padding-bottom: 70px;
}

#links a img {
	margin-right: 15px;
}

#links a, #links a img {
	border: 0;
}

