/*
Theme Name: Custom Livsaskadning
Theme URI: http://www.livsaskadning.com/
Description: This is the custom theme you designed, stupid.
Version: 1.0
Author: You
Tags: mantle color, variable width, two columns, widgets
*/

@charset "utf-8";
body {
	background:url(img/bgMain.png);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #00407d;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContainer {
	background:url(img/bg.png);
	background-repeat: no-repeat;
	width: 746px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
}
#banner {
		background:url(img/bannerBg.png);
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		height: 178px;
}
#navMain {
	margin-top: 132px;
	margin-left: 39px;
}
#navCategories {
	margin-top: 132px;
	margin-left: 3px;	
}
#navArchives {
	margin-top: 139px;
	margin-left: 5px;	
}
#navAbout {
	margin-top: 139px;
	margin-left: 7px;
}
#navLeft {
	margin-top: 141px;
	margin-left: 6px;	
}
#navContact {
	margin-top: 132px;
	margin-left: 10px;
}
#midContainer {
	background:url(img/midBg2.png);
	background-repeat: no-repeat;		
	padding-left: 8px;
	padding-right: 8px;	
}
#midBg {
	background:url(img/midBg.png);
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
}
#contentContainer {
	background:url(img/contentBg.png);
	background-repeat: no-repeat;
	background-color: #0071a6;
	width: 480px;
	float: left;
	padding: 20px;
	font-size: 11px;
	color: #fff;
	line-height: 17px;
	list-style-image: url(img/arrowRight2.png);	
}
#contentContainer h1 {
	margin: 0px;
	line-height: normal;
	padding: 0px;
	font-family: "Arial Narrow",Arial;
	font-size: 18px;
	color: #ffa32a;
	text-transform: uppercase;
}
#contentContainer h2 {
	margin: 0px;
	line-height: 17px;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}
#contentContainer a {
	color: #ffa32a;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
#contentContainer a:hover {
	background-color: #ffa32a;
	padding: 2px;
	color: #003b75;
}
#contentContainer hr {
	border: 0px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 20px;
}
#contentNoPad {
	background:url(img/contentBg.png);
	background-repeat: no-repeat;
	background-color: #0071a6;
	width: 480px;
	float: left;
}
#entryFooter {
	text-align: right;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
#entryFooter a {
	margin: 0px;
	background-color: #fff;
	color: #003b75;
}
#contentContainer blockquote {
	line-height: 15px;	
	margin: 15px;
	background-color: #ffa933;
	background-image:url(img/quoteBg.png);
	background-repeat:repeat-x;
	color: #5e4b32;
	padding: 10px;
	font-style: italic;
}
#contentContainer img {
	margin-left: auto;
	margin-right: auto;
	border: solid #fff 5;
}
#imageRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
#paginate a {
	background-color: #ffe090;
	color: #003b75;
}
#pageLeft {
	float: left;
}
#pageRight {
	float: right;
}
#clear {
		clear: both;
		height: 0px;
		width: 740px;
}
#sideBar {
	background:url(img/sidebarBg.png);
	background-repeat: repeat-x;
	background-color: #ffb240;
	width: 200px;
	float: right;
	list-style-image: url(img/arrowRight.png);
}
#sideBar ul {
	padding: 0px;
	line-height: normal;
	margin-left: 17px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sideBarContent {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 10px;
	color: #5d4b32;
}
#sideBarContent h1 {
	margin: 0px;
	line-height: normal;
	font-family: "Arial Narrow",Arial;
	font-size: 15px;
	text-transform: uppercase;
}
#sideBarContent hr {
	border: none;
	margin-top: 5px;
}
#sideBarContent a {
	text-decoration: none;
	color: #5d4b32;
	padding: 1px;
}
#sideBarContent a:hover {
	background-color: #ff8e1d;
}
#sideBarContent a img {
	border: none;
	margin-right: 3px;
}

#footer {
	background:url(img/footerBg.png);
	background-position: bottom;
	background-color: #fff;
	height: 58px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	color: #a56715;
	font-size: 9px;
	padding-top: 20px;
	line-height: 15px;
}
#footer b {
	font-weight: normal;
	padding: 2px;
	background-color: #a56715;
	color: #fff;
}
#footer a {
	padding: 2px;
	color: #a56715;
	text-decoration: none;
}
#footer a:hover {
	background-color: #ffa32a;
	color: #fff;
}
#base {
	background-image:url(img/baseBg.png);
	background-repeat: repeat-y;
	height: 50px;
	
}