/*
Theme Name: Jingleman 2
Theme Author: Kræn Bech-Petersen

*/

* {
	margin:0;
	padding:0;
}

body {
	font:12px/16px "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
}

header, nav, article, section, footer, aside {
	display:block;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#999;
}

a:visited {
	color:#333;
}

.clear {
	clear:both;
	height:0px;
}

img {
	border:none;
}

#bgimg {
	position:fixed;
	z-index:-99999;
}

nav {
	background-color:rgba(0,0,0,0.5);
	height:40px;
	top:60px;
	position:fixed;
	width:100%;
	z-index:299;
}

li.menu-item a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

li.menu-item a:hover {
	color:#999;
}

.menu-header ul {
	list-style:none;
	margin-left:80px;
}

li.menu-item {
	float:left;
	margin-right:10px;
	text-transform:uppercase;
	width:60px;
}

li.menu-item a {
	display:block;
	height:27px;
	padding:13px 0 0 0;
}

article[id] {
	margin-bottom:20px;
}

section.wrapper {
	margin:120px 0 20px 80px;
	width:535px;
}

section ul {
	margin-left:20px;
}

footer {
	margin:0 0 20px 80px;
	text-align:right;
	width:535px;
}

article[id]>section {
	background-color:rgb(255,255,255);
	padding:10px;
}

h1 {
	color:#fff;
	font-size:30px;
	margin-bottom:20px;
	text-transform:uppercase;
	text-shadow: 3px 3px 7px #000;
}

h2 {
	font-size:14px;
	padding:10px 0;
	text-transform:uppercase;
}

p {
	padding:5px 0;
}

.post-thumb {
	
}

.wp-post-image {
	height:auto;
	width:515px;
}