/*
Theme Name: Energisnalahus
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

* {
	border: none;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 21px;
}

.slogan {
	position: absolute;
	color: #ffc139;
	margin-left: 350px;
	line-height: 78px;
	font-size: 24px;
	font-family: Georgia;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #555;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#content h2 a {
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content ul.page-numbers li {
	margin: 0;
}

#content ul.page-numbers li a {
	text-decoration: none;
}

#content #wp_page_numbers ul li {
	margin: 0;
}
	#content #wp_page_numbers ul li a {
		font-size: 12px;
		padding: 5px;
	}
	#content #wp_page_numbers ul li.page_info {
		font-size: 12px;
		padding: 7px;
		margin-right: 10px;
	}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

#header {
	background: url('images/header.gif');
}

#logo a {
	width: 800px;
	height: 78px;
	background: url('images/logo.gif') no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content, #footer p, #topmenu ul {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#topmenu ul {
	width: 750px;
}

#topmenu {
	background: url('images/topmenu.gif') repeat-x;
}

#topmenu li {
	float: left;
}

#topmenu li a {
	font-family: Verdana, Arial;
	color: #000;
	line-height: 26px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#topmenu li a:hover {
	background: #fddb82;
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#content p {
	margin-bottom: 10px;
}

#content strong {
	font-weight: bold;
}

#content img {
	
}

#content a img {
	border: 1px solid #ccc;
	display: block;
	padding: 3px;
}

#content a:hover img {
	border: 1px solid #fbc834;
}

#content a {
	text-decoration: underline;
}

#content ul {
	margin-bottom: 10px;
}

#content ul li {
	list-style: disc;
	margin-left: 15px;
}

#footer {
	background: url('images/footer.gif');
}

#footer p {
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	color: #ccc;
	font-size: 10px;
	
	width: 900px;
}
#footer p a {
	color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

#footer p a:hover {
	color: #fff;
}

.clear {
	float: none;
	clear: both;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.aligncenter.size-medium {
	width: 300px;
	display: block;
}

.post.blog {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#content .readmore {
	width: 700px;
}
	#content .readmore a {
		float: right;
		text-decoration: none;
		padding: 3px;
	}
	#content .readmore a:hover {
		background: #fddb82;
		color: #000;
	}

#content img.no-border, #content a img.no-border {
	border: none;
}
