/*  
Theme Name: Unbad
Theme URI: http://www.unbad.no
Description: Unbad WP theme
Version: 1.0
Author: Peter Saevik & Mikael Andre Larsen
*/

body {
	background: #5585b9 url("img/background.png") 0 0 repeat-x;
        color: #000;
	font-family: "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 13px;
}

body,p,h1,h2,h3,h4,ul,ol,li,form,blockquote,image {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #004D80;
        background: transparent;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Wrap */
#wrap {
	width: 810px;
	margin: 0 auto;
	padding: 0 25px 0 0;
	background: transparent url(img/header.png) 42px 42px no-repeat;
}

/* Header */
#header {
	height: 260px;
	position: relative;
	padding: 0;
	margin: 0;
}

#header h1, #header p {
	display: none;
}

#header_image {
	position: absolute;
	top: 15px;
	left: 217px;
}

#header_text {
	position: absolute;
	top: 165px;
	left: 257px;
}

#header_hands {
	position: absolute;
	top: 157px;
	left: 30px;
}

/* Oppover, fremover, utover */

#ofu {
        position: absolute;
        top: 268px;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        height: 52px;
	background: transparent url(img/ofu.png) center no-repeat;
        z-index: -1;
}

/* Menu */
#menu {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma;
	color: #fff;
	position: absolute;
	top: 236px;
	right: 267px;
}

#menu ul li {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	padding: 4px;
	margin-left: 7px;
	list-style: none;
}

#menu li.page_item {
	background: transparent url(img/Ikoner/Navigasjon/nav_inaktiv.png) 0 0 no-repeat;
}

#menu li.current_page_item, #menu li.current_page_parent {
	background: transparent url(img/Ikoner/Navigasjon/nav_aktiv.png) 0 0 no-repeat;
}

* html #menu li a {
	width: 1%;
}

#menu li a:hover {
	text-decoration: none;
}


/* submenu */

#menu li.sub_page_item {
	width: auto;
	height: 15px;
	padding: 3px 0;
	margin-left: 1px;
	margin-top: 2px;
}

#menu li.sub_page_item a {
	width: 100%;
	line-height: 15px;
	color: #fff;
}

#menu div.sub_inactive {
	background: transparent url(img/Kanter/sub_inaktiv.png) center repeat-x;
	padding: 0 1px;
	
}

#menu div.sub_active {
	background: transparent url(img/Kanter/sub_aktiv.png) center repeat-x;
	padding: 0 1px;
}

#menu div.sub_farge {
	background-color: #648fbf;
	height: 18px;
	padding: 1px 3px 0 3px;
}

#menu div.sub_farge_aktiv {
	height: 18px;
	padding: 1px 3px 0 3px;
}

#menu div.sub_active a{
	color: #648fbf;
}

/* Content */
#content_wrap {
	z-index: 1;
	color: #000;
	width: 705px;
	background: transparent url(img/top.png) top center no-repeat;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 490px;
	min-height: 300px;
	padding: 5px;
	float: left;
	background: #fff url(img/Kanter/innhold_topp2.png) top center no-repeat;
}

#breadcrumbs {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", Tahoma, Georgia;
	padding-left: 35px;
	margin-bottom: 1px;
	color: #ccc;
	width: 455px;
	height: 26px;
	line-height: 26px;
	background: #6a94c1 url(img/Ikoner/breadcrumbs.png) 5px center no-repeat;
}

#content h2 {
	color: #fff;
	background: #6a94c1;
	width: 438px;
	padding: 0 15px;
	line-height: 31px;
	font-size: 17px;
	font-family: "Lucida Sans Unicode", Tahoma, Georgia;
	font-weight: normal;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	clear: both;
}

.header_kant_venstre {
	background: transparent url(img/Kanter/tittel_kant.png) left center no-repeat;
	height: 33px;
	padding-left: 1px;
}

.header_kant_hoyre {
	background: transparent url(img/Kanter/tittel_kant.png) right center no-repeat;
	width: 469px;
	height: 33px;
}

#content h2 a {
	color: #fff;
}

#content h2 a:hover {
	text-decoration: none;
}

#content_bottom {
	clear: both;
	width: 500px;
	margin: -5px;
        height: 13px;
	background: #fff url(img/Kanter/innhold_bunn.png) bottom center no-repeat;
}

/* Page */
#page_content {
	width: 446px;
	min-height: 300px;
	background: #f0f0f7;
	color: #000;
	padding: 10px 10px 15px 5px;
}

#page_content p, #page_content ul {
	line-height: 1.5em;
	padding: 5px;
}

#page_content li {
	margin-left: 20px;
}

/* Post */

#post_wrap {
	background: #f0f0f7;
	width: 470px;
	padding: 5px 10px;
}

.post {
	position: relative;
	clear: both;
	margin-bottom: 1px;
}







.post_content {
	margin: 10px 5px 15px 5px;
        clear: both;
}

.tfe {
	margin-right: 10px;
	float: left;
        width: 150px;
        height: auto;
	display: inline;
	border: none;
}

.post_text {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #333;
}

.post_content p {
	line-height: 1.5em;
}

.post_details {
	padding: 0;
	font-size: 12px;
	color: #999;
}

.post_more {
	font-size: 13px;
	line-height: 36px;
	position: absolute;
	top: -2px;
	right: 15px;
}

.post_more a {
	color: #ccc;
}

.post_more a:hover {
	color: #fff;
	text-decoration: none;
}

#content form {
	background: #FAFAFA;
	width: 445px;
	border: #EDEDED 1px solid;
	padding: 15px 0 15px 15px;
	margin: 0 auto;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 5px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode";
}


#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 415px;
	height: 170px;
	padding: 3px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode";
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */
#sidebar {
	width: 190px;
	float: right;
	background: #fff url(img/Kanter/sidebar_topp2.png) top center no-repeat;
	padding: 5px;
}

#sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Tahoma, Georgia;
	color: #fff;
	background: #5585b9;
	padding-left: 36px;
	line-height: 26px;
	margin: 0 0 1px 0;
	width: 154px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

#sidebar p, #sidebar li {
	font-family: "Lucida Sans Unicode", Tahoma, Georgia;
	font-size: 11px;
}

#sidebar p, #sidebar ul {
	padding: 10px 15px;
	background: #f0f0f7;
	color: #000;
	margin: 0 0 1px 0;
	width: 160px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul.wp-polls-ul {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar div.wp-polls p {
	padding-left: 0;
	padding-top: 0;
}

#sidebar a {
	color: #0073BF;
}

#sidebar a:hover {
	color: #5585B9;
}

#side_user h2 {
	background-image: url(img/Ikoner/Sidebar/bruker.png);
}

#side_calendar h2 {
	background-image: url(img/Ikoner/Sidebar/fremover.png);
}

#side_poll h2 {
	background-image: url(img/Ikoner/Sidebar/din_stemme.png);
}

#side_links h2 {
	background-image: url(img/Ikoner/Sidebar/lenker.png);
}

#sidebar_bottom {
	clear: both;
	width: 200px;
	margin: -5px;
	padding-bottom: 15px;
	background: #fff url(img/Kanter/sidebar_bunn.png) bottom center no-repeat;
}

.fremover_dato {
	float: left;
	clear: both;
	width: 25px;
	height: 27px;
	text-align: center;
	padding-bottom: 10px;
	color: #c7c7c7;
}

.fremover_hva {
	width: 120px;
	float: right;
	line-height: 27px;
}
#sidebar .copyright {
	width: 190px;
	background: #f0f0f7;
	padding: 0;
	margin: 0;
}

#sidebar div.copyright p {
	padding: 5px;
	margin: 0;
        color: #ccc;
	font-size: 10px;
	font-family: "Lucida Sans Unicode";
	width: 180px;
        float: right;
        text-align: right;
}

/* Footer */
#footer {
	font-family: "Lucida Sans Unicode", Tahoma, Georgia;
	font-size: 10px;
	color: #000;
	clear: both;
	width: 100%;
	height: 124px;
	background: transparent url("img/footer.png") 375px bottom no-repeat;
}

/* FORUM */
#forum {
	background: #fff;
	padding: 0;
	margin: 0;
}

/* HVA SKJER */
.hva_skjer_innlegg {
	margin: 10px 0;
}

.hva_skjer_bilde {
	margin-right: 15px;
	float: left;
        width: 200px;
	display: inline;
	border: none;
}

.hva_skjer_tekst {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #333;
	width: 250px;
	float: right;
}

.post_after {
        width: 100%;
        clear: both;
        visibility: hidden;
}

/* "Fix"
#menu :after,#menu ul:after,#content_wrap :after,#footer :after,#leave_a_comment_wrap
	:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/


