/*
Theme Name: Simple
Author: Jingleman
*/

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body {
	background:url("images/bg.png") repeat-x rgb(40,40,40);
	font:12px/18px "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin:20px 0;
}

.bg {
	position:absolute;
	z-index:-10;
	top:0;
}

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

#wrapper {
	background:#fff;
	border:1px solid rgb(150,150,150);
	margin:0 auto;
	margin-top:150px;
	padding-bottom:30px;
	width:960px;
/*	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
	-webkit-box-shadow: 0px 0px 15px #888;
	-moz-box-shadow: 0px 0px 15px #888; */
}

nav, footer {
	margin:0 auto;
	width:960px;
}

nav {
	background:url("images/nav.png") repeat-x;
	color:#fff;
	height:50px;
	margin-bottom:10px;
}

nav a {
	color:rgb(150,150,150);
}

nav a:hover {
	color:rgb(250,250,250);
	text-decoration:none;
}

nav ul {
	margin:0 20px;
}

nav li {
	float:left;
	list-style:square;
	margin:15px 30px 0 0;
	text-transform:uppercase;
}

nav li a {
	font-size:18px;
	font-weight:bold;	
}

nav h3 {
	float:left;
	font-size:28px;
	font-weight:bold;
	margin:11px 40px 0 10px;
	text-transform:uppercase;
}

nav h3 a {
	color:#fff;
}

header {
	border-bottom:5px solid #000;
	font-size:6em;
	line-height:1em;
	margin:10px 10px 10px 10px;
	padding-bottom:5px;
}

header a {
	color:#000;
	text-decoration:none;
}

header a:hover {
	text-decoration:none;
}

#feature, .single {
	margin:0px 10px 30px 10px;
}

.column {
	float:left;
	width:50%;
}

ul#slideshow img { border:0; }

ul#slideshow{
	display:block;
	width:940px;
	height:400px;
	overflow:hidden;
}

ul#slideshow li {
	width:940px;
	height:400px;
	display:block;
	position:relative;
}

ul#slideshow li h3 {
	background:rgba(0,0,0,0.8);
	bottom:100px;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	height:35px;
	padding:7px 0 5px 20px;
	position:absolute;
	text-transform:uppercase;
	width:960px;
	behavior: url("ie-css3.htc");
}

ul#slideshow li h4 a {
	display:block;
	width:180px;
	height:36px;
	position:absolute;
	right:8px;
	bottom: 5px;
}

aside {
	margin-bottom:20px;
	width:940px;
}

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

h1, h2 {
	margin:10px 0;
}

h1 {
	font-size:3em;
	line-height:1em;
}

h2 {
	font-size:22px;
	line-height:1em;
}

#column {
	float:left;
	height:570px;
	padding:0 10px;
	overflow:hidden;
	width:215px;
}

	#column h3 a {
		color:#999;
		text-transform:uppercase;
	}

	#column img {
		margin:0;
		width:215px;
	}

	#column #meta {
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
		font-size:10px;
		font-weight:bold;
		padding:5px 0;
	}

	#column h2 {
		display:block;
		height:50px;
	}

	#column section {
		font-size:10px;
	}

.c1, .c2, .c3 {
	border-right:1px solid #ccc;
}

.single section {
	float:left;
	margin-right:20px;
	width:600px;
}

.single #meta {
	border-top:4px solid #000;
	float:left;
	padding:5px 0 0 5px;
	margin-top:10px;
	width:300px;
}

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

a:hover {
	text-decoration:underline;
}

p {
	padding:5px 0;
}

section ul {
	margin-left:20px;
}

.sociable {
	margin-top:20px;
}

.sociable ul {
	list-style:none;
}

.sociable ul li {
	float:left;
	margin-right:5px;
}

#clear {
	clear:both;
	height:0;
}

footer {
	color:rgb(170,170,170);
	padding:20px 10px;
	text-align:right;
}

/* BILLEDER */
.ngg-album {
	border-bottom:1px solid #ccc;
	margin-top:10px;
}

.ngg-albumtitle {
	font-size:2em;
	line-height:1.5em;
}

.ngg-gallery-thumbnail-box {
	float:left;
	margin-right:5px;
}