/*
Theme Name: LAGG - Living easy
Theme URI: http://www.lagg.no/
Description: Laget for LAGG
Version: 1.0
Author: Anders Iglebekk & Jan Edmund Vennesland
Author URI: http://www.iglebekk.no & http://www.janedmund.com
Tags: cool
*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}
p {
	padding: 5px 0px 5px 0px;
}

body {
	background: #ccc url("gfx/main_bg.png") top center;
	font: 13px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #464646;
}
a:link, a, a:visited, h1, h2 {
	text-decoration: none;
	color: #ec008c;
}
a:hover {
	color: #464646;
}
h2 {
	letter-spacing: 1px;
}
h3 {
	margin: 10px 0 5px 0;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	
}
#wrapper {
	width: 1000px;
	margin: -660px auto 0px auto;
}
#meny {
	float: left;
	width: 150px;
	text-align: right;
	margin: 7px 0px 0px 100px;
	padding: 0px 10px 10px 30px;
	background: url("gfx/meny_bg.png") top right no-repeat;
}


#content {
	background: url("gfx/content_bg.png") top left no-repeat;
	float: left;
	width: 500px;
	min-height: 400px;
	padding: 250px 10px 10px 30px;
}
#header {
	background: url("gfx/header_bg.png") top center;
	height: 937px;
}
#clear {
	clear: both;
}
#footer {
	clear: both;
	background: url("gfx/footer_bg.png") top center;
	height: 238px;
}

.page_item {
	display: block;
	background: url("gfx/meny_rep.png") top right;
}
.page_item a, .page_item a:link, .page_item a:hover {
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 5px 5px 5px 0px;
}
.page_item a, .page_item a:link {
	background: url("gfx/meny_bg.png") bottom right no-repeat;
	color: #ec008c;
	text-decoration: none;
}
.page_item a:hover {
	background: url("gfx/meny_hover.png") top right repeat-y;
}
.postmetadata {
	font-size: 80%;
	margin-top: -2px;
}
.entry {
	margin-bottom: 30px;
}
.wp-caption-text {
	font-size: 80%;
	background-color: #FFF;
	border: 2px solid #FFF;
	margin: -2px 2px 2px 2px;
	text-align: center;
}
img {
border: 2px solid #FFF;
margin: 2px;
}
#meny ul ul a:link, #meny ul ul a, #meny ul ul a:visited {
	font-size: 10px;
}
#meny ul a:link, #meny ul a, #meny ul a:visited {
	font-size: 10px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}