/** 
 *	Theme Name: Stall Englabo
 *	Theme URI: http://davelo.se
 *	Description: Temat skapat av davelo.se
 *	Version: 1.0
 *	Author: Davelo AB
 *	Author URI: http://davelo.se
 */
 
html, body {
	height: 100%;
}

body {
	background: #d6d6d6;
	font-family: Arial;
	padding: 0 0 0 0;
	font-size: 14px;
	color: #000;
}

h1,h2,h3, p {
	margin: 0 0 15px 0;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}


h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

h3 {
	font-size: 24px;
	font-weight: normal;

}

p {
	line-height: 17px;
}

a {
	text-decoration: none;
	color: #669933;
}

a:hover {
	color: #3b444e;
}

ol {
	list-style: decimal;
	margin: 0 30px 15px 30px;
}

ul {
	list-style: disc;
	margin: 0 30px 15px 30px;
}

li {
	margin: 0 0 5px 0;
}

div#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: transparent url(images/bg.png) repeat-y;
	width: 969px;
	padding-bottom: 50px;
}

div#header {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 10;
}

	div#header .wrapper {
		margin: 0 auto;
		position: relative;
		background: none;
		padding: 0;
		background: transparent url(images/header.png) no-repeat;
		width: 959px;
		height: 143px;
	}
	
#logo {
	width: 247px;
	height: 139px;
	position: relative;
	display: block;
	text-indent: -9999px;
	left: 40px;
	background: transparent url(images/logo.png) no-repeat;
}

div#navigation {
	position: absolute;
	top: 100px;
	left: 400px;
}

	div#navigation ul {
		list-style: none;
		margin: 0 10px;
	}
	
		div#navigation li {
			display: inline;
		}
		
		div#navigation a {
			margin: 0;
			text-decoration: none;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			z-index: 10;
			padding: 8px;
		}
		
		div#navigation li.current-menu-item a, div#navigation li.current-menu-item a:hover {
			color: #515151;
			background: transparent url(images/menu-bg.png);
			padding-top: 100px;
			padding-bottom: 15px;
			box-shadow:1px 1px 10px #333;
			-webkit-box-shadow:1px 1px 10px #333;
			-moz-box-shadow:1px 1px 10px #333;
		}
			
			div#navigation li.current-menu-item {

			}
		
		div#navigation a:hover {
			color: #515151;
			background: #fff;
			padding-top: 100px;
			padding-bottom: 15px;
			box-shadow:1px 1px 10px #333;
			-webkit-box-shadow:1px 1px 10px #333;
			-moz-box-shadow:1px 1px 10px #333;
			
		}

#main-wrapper {
	width: 100%;
	position: relative;
	background: url(images/content-bg.png) no-repeat bottom;
	padding: 0 0 23px 0;
}

div#main {
	position: relative;
	padding: 20px 50px;
	margin: 0;
}
	
	div#content {
		position: relative;
		width: 600px;
	}
	
	div#sidebar {
		position: relative;
		float: right;
		width: 250px;

	}
	
		div#sidebar ul.widgets {
			list-style: none;
			margin: 0 0 0 20px;
		}
		
			div#sidebar ul.widgets li {
				margin: 0 0 25px 0;
				display: block;
			}
			
				div#sidebar ul.widgets ul {
					margin: 0 10px;
				}
				
					div#sidebar ul.widgets ul li {
						margin: 3px 0;
						display: block;
					}


div#footer {
	width: 100%;
	position: relative;
	top: -50px;
}

	div#copyright {
		position: relative;
		margin: 0 auto;
		text-align: left;
		width: 899px;
		background: transparent url(images/footer.png) no-repeat;
		height: 25px;
		padding: 15px 30px;
		color: #fff;
	}
	
		div#copyright span {

		}
		
#wpcontent_slider_container {
	margin-bottom: 20px !important;
}
