/*
Theme Name: WordPress Skaffa pengar
Theme URI: http://wordpress.org/
*/

body, html, img, p, h1, h2, h3, h4, h5, h6, a, ul, li, hr {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	text-decoration: none;
}

body {
	background: #434c51;
}

h1 {
	color: #555;
	font-size: 32px;
	font-family: "Times New Roman";
	margin-bottom: 10px;
}

h2 {
	color: #555;
	font-size: 18px;
	font-family: Georgia;
	margin-bottom: 5px;
	font-weight: normal;
}

p {
	color: #555;
	font: normal 14px/18px Arial;
	margin-bottom: 10px;
}

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

#content {
	width: 620px;
	float: left;
	padding: 40px;
	padding-top: 20px;
}

#sidebar {
	/*background: green;*/
	width: 158px;
	float: left;
	padding: 20px;
	border: 1px solid #ccc;
	
	margin:10px 10px 0 0;
	padding:20px;
	width:148px;
}

#footer {
	font-size: 10px;
	font-family: Arial;
	text-align: center;
	padding-bottom: 10px;
	color: #333;
}

/* ##### MENY ##### */

#topmenu_full {
	background: url('img/topmenu_bkg.gif') repeat-x;
	height: 25px;
	width: 100%;
	background: #bcd5e2;
}
#topmenu {
	width: 900px;
	background: white;
	background:url('img/topmenu_bkg.gif') repeat-x;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#topmenu ul {
	
	background:url('img/topmenu_bkg.gif') repeat-x;
	color: #dbe0e3;
	height: 25px;
	overflow: hidden;
	margin-left: 10px;
}
#topmenu li {
	list-style:none;
	line-height:25px;
	float: left;
	overflow: hidden;
}
#topmenu  a {
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
#topmenu a:hover {
	color: #000;
	background: url('img/topmenu_active.gif') no-repeat;
	text-decoration: underline;
}

#topmenu .current_page_item a, #topmenu .current-cat a, #topmenu .current-cat-parent a, #topmenu .current_page_parent a {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	background: #ecf8ff;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#topmenu .current_page_item  a:hover {
	color: #000;
	background: #ecf8ff;
	text-decoration: underline;
}

#topmenu li a {
	display: block;
}
#topmenu .clicked a {
	color: #000;
}

.line {
	height: 10px;
	width: 900px;
	background: #ecf8ff;
	overflow: hidden;
}

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