/*
Theme Name: Bergen Reggae Festival 2010
Theme URI: http://www.bergenreggaefestival.no/
Description: Håndsydd design for BRF 2010
Version: 1.0
Author: Simen Justdal & Stian Andreassen
Author URI: http://www.stianandreassen.no/
Tags: gult, sort, to kolonner
*/

	body {
	background: #ffdc18;
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, Garamond, Times, 'Times New Roman', serif;
	}
	
	a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}
	
	a:visited {
	color: #999;
	}
	
	a:hover {
	color: #fff;
	}
	
	#wrapper {
	width: 820px;
	margin: 0 auto;
	}
	
	#top a {
	border: none;
	}
	
	#main {
	clear: both;
	margin-top: 3px;
	background: #000 url(images/main_bg.png) repeat-y;
	min-height: 300px;
	padding: 0 20px 20px;
	border-top: 20px solid #000;
	border-bottom: 20px solid #000;
	}
	
	#nav {
	margin: -20px 0 0 -10px;
	background: #000;
	width: 100%
	display: block;
	}
	
	#nav img {
	border: none;
	}
	
	#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	#nav ul li {
	float: left;
	}
	
	#nav a {
	border: none;
	}
	
	#content {
	width: 500px;
	padding: 20px;
	float: left;
	margin-right: 20px;
	min-height: 300px;
	}
	
	#content p, #content ul, #content ol {
	font-size: 1.4em;
	line-height: 1.4em;
	}
	
	#content ol ol, #content ul ul, #content ol ul, #content ul ol, #content ol p, #content ul p {
	font-size: 1em;
	}
	
	#sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	min-height: 300px;
	}
	
	#sidebar p {
	font-size: 1.2em;
	}
	
	h2 {
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 2px solid #000;
	}
	
	h2 a, h3 a, h2 a:visited, h3 a:visited, .page-id-216 a {
	color: #000;
	text-decoration: none;
	border: none;
	}
	
	h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
	}
	
	#news h3 {
	margin-bottom: -.5em;
	}
	
	hr {
	clear: both;
	border: 10px solid #000;
	margin: 2em -20px;
	}
	
	hr.blank {
	clear: both;
	border: 1px solid transparent;
	margin: 0;
	}
	
	p img {
	max-width: 100%;
	max-height: auto;
	}
	
	.date {
	float: left;
	color: #ffdc18;
	margin-top: 1px;
	padding-left: 5px;
	}
	
	.readmore a {
	display: block;
	background: #000;
	color: #fff;
	text-align: right;
	padding: 3px 5px;
	text-decoration: none;
	}
	
	.readmore a:hover {
	color: #ff3300;
	}
	
	address {
	font-size: .8em;
	background: #000;
	color: #ffdc18;
	font-style: normal;
	padding: 0 20px 20px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	}


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

/*	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 */



