/*
Theme Name: Godfilmvarsel
Theme URI: http://www.godfilmvarsel.com/
Description: Godfilmvarseltema
Version: 1.0
Author: Stian Andreassen
Author URI: http://www.stianandreassen.com/

*/


	body {
	background: #000;
	font: 62.5% Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	
	a {
	color: #666;
	}
	
	a:hover {
	text-decoration: none;
	}
	
	#bodybox {
	width: 600px;
	margin: 0 auto;
	background: url(images/top_bg.jpg) no-repeat top;
	}
	
	#top {
	padding-top: 280px;
	margin-bottom: 30px;
	}
	
	#top a {
	margin: auto;
	display: block;
	width: 480px;
	height: 90px;
	}
	
	#main {
	color: #eee;
	padding: 0 2.5em;
	}
	
	#sidebar {
	float: right;
	position: static;
	width: 170px;
	}
	
	#nav {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
	
	#nav li {
	margin-bottom: 5px;
	}
	
	#nav a {
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 5px;
	}
	
	#nav a:hover {
	color: #000;
	background: #999;
	}
	
	#content {
	margin-right: 180px;
	padding-right: 20px;
	border-right: 1px dashed #333;
	}
	
	#content h2 {
	color: #000;
	background: #999;
	padding: 1px 5px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
	#content h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
	#content p {
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
	.day {
	margin-bottom: 3em;
	}
	
	.metadata {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 2em;
	}
	
	.metadata a {
	color: #666;
	text-decoration: none;
	}
	
	.metadata a:hover {
	text-decoration: underline;
	}
	
	.entry {
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


a img {
border: none;
}