/*
Theme Name: Misty Morning for bbPress
Theme URI: http://www.refueled.net/bbpress-themes/
Description: A bbPress theme based on our Misty Morning Wordpress theme.
Version: 1.0
Author: Nate from Refueled Dot Net
Author URI: http://www.refueled.net
*/



/* Basics */

* { margin: 0; padding: 0; }

body {
	background: white repeat-x fixed;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
  }

a { color: #555; text-decoration: none; }

a:hover {
	color: #555;
	text-decoration: underline;
  }

a:visited {
	color: #555;
  }

.alt { background: #fff; }

code { font: Verdana, Arial, Helvetica, sans-serif; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	font-weight: 300;
	}
	
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 300;
	margin: 6px 0 6px 0;
	}


/* Container */

#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #fff repeat-y;
/*	border: solid 6px #fff; */
	overflow: hidden;
	}
	
#spacer {
	height: 25px;
	background: white;
	}
	
/* Header */

/* #header { width: 900px; background: #fff url(images/misty-morning.jpg) no-repeat center top; height: 180px; margin-top: 0; color: white; text-transform: uppercase; }
*/
#header { width: 960px; background: #fff url(http://ordentligmat.no/wp-content/themes/Equilibrium/images/header_pancetta1.jpg) no-repeat center top; height: 170px; margin-top: 0; color: white; text-transform: uppercase; }

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 20pt; */
	font-size: 2.4em;
	font-weight: 300;
/*	padding: 110px 0 0 18px; */
	padding: 95px 0 0 10px; 
	margin:0;
	color: #fff;
	}
	
#header h1 a { color: white; font-weight: bold; text-decoration: none; }
	
#header h1 a:hover {
/*	color: #D2D1CC;
	text-decoration: none;*/

-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#353434;
	}
	
#header h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: 300; font-style: italic; padding: 0 0 0 18px; margin:0; color: #fff; }
	
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	}
	
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 300;
	}
	
#header p { margin-bottom: 0; }

/* RUnes hacks for toppnavigasjonen */
#top_nav {
float:right;
margin-top:1.2em;
text-align:left;
color:#222222;
font-family:Arial,Helvetica,sans-serif;
font-size:62.5%;
}

#top_nav ol,#top_nav ul,#top_nav li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#top_nav li {
display: inline;
}

#top_nav a:link, #top_nav a:visited {
color:#FFFFFF;
display:block;
float:left;
font-size:1.4em;
font-weight:bold;
margin-right:10px;
padding:5px;
text-decoration:none;
text-transform:uppercase;
}

#top_nav a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
color:#353434;
}
/* Navigation */

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 25px;
	background: #0e0e0e;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
	border-top: 1px solid #fff;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#fff;
	text-decoration: none;
}

#nav a:hover {
	background-color:#fff;
	color: #0E0E0E;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: black;
	width: 180px;
	left: -999em; 
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{
	background: #0E0E0E;
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
	background: #fff;
	color: #5B5B5B;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
  
  

/* Main Content */


#main { color: black; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13pt; margin: 0; padding: 12px; float: left; width: 680px; }

#frame { 
	padding: 0 0 0 2px;
}


h3.bbcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 12px 0 6px 0;
}

.notice { 
	border: solid 2px black; 
	background: white; 
	color: #343434; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form */

.login { 
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #797979;
	margin: 19px 12px 0 0;
	padding: 12px 6px 0 6px;
	width: 670px;
	float: left;
	background-color: #F0F0F0;
}

.login a, .login a:visited {  color: #666666; text-decoration: none;}
.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p { padding: 0; margin-top: 0px;}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 16px;
	height: 18px;
	padding: 0 4px 6px;
	color: black;
	border: solid 1px;
	background-color: #fff;
}

p.login {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-bottom: 12px;
	
}

form.login input { 
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 3px;
	margin-bottom: 13px;
	border: solid 1px black;
	padding: 2px;
}

p.submit{margin-top: 12px;}

/* Sidebar + Hottags */

#sidebar {
	width: 220px;
	float: right;
	color: #000;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #fff;
  }

#sidebar h2 {
/*	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: black;
*/
border-bottom:4px solid #C9C9C9;
color:#222222;
font-size:1.2em;
margin-bottom:0;
margin-top:28px;
text-align:right;
text-transform:uppercase;
font-weight:bold;
padding-bottom:4px;
font-family:Arial,Helvetica,sans-serif;
  }


#sidebar a {
	color: #676767;
	text-decoration: none;
	padding: 0;
  }

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
  }

#sidebar ul { 
	background-color: white;
	list-style-type: none;
	margin: 0; 
	font-size: 11px;
	padding: 12px;
/*	border-right: 1px solid #e3e3e3;*/
  }

#sidebar li { 
	margin: 0;
	line-height: 14pt; 
	padding: 0;
  }
  
#sidebar li a{ 
	margin: 0;
	padding: 0;
  }

#sidebar ul li ul { 
	margin: 0 14px 0 14px;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	color: #797979; 
  }

tags-input {
	border: solid 1px black;
	}

#hottags { 
	width: 220px;
	overflow-x: hidden;
	float: left;
	margin: 0 0 12px 0;
}

.frontpageheatmap {
	background-color: white;
	list-style-type: none;
	margin: 0; 
	font-size: 11pt;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	line-height: 14pt;
}

#hottags h2 {
/*  font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	color:  #fff;
	background: black;
  */
border-bottom:4px solid #C9C9C9;
color:#222222;
font-size:1.2em;
margin-bottom:0;
margin-top:28px;
text-align:right;
text-transform:uppercase;
font-weight:bold;
padding-bottom:4px;
font-family:Arial,Helvetica,sans-serif;
}
  

/* Search */

#searchform{
	padding: 0;
	font-family: verdana, arial, times;
}

#searchform input#s{
	width: 70%;
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #B7B7B7;}

#searchform input#searchsubmit{
	width: 24%;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	border: solid 1px #b7b7b7;
	background-color: white;
	color: #0e0e0e;
}


/* Front Page or Forum Section */

#forums {
  padding: 0 0 20px 0px;
  }

textarea {
	border: 1px solid #0E0E0E;
	}
	
select {
	border: 1px solid #0E0E0E;
	}
	
input {
	border: 1px solid #0E0E0E;
	}

#front-page #discussions { 
	margin: 0;
	padding: 0 0 12px 0;
	float: left;
width: 670px;
  }

#front-page #main h2, #userlogin, #currentfavorites, #register {
	color: #333;
	margin: 0 0 10px;
	padding: 12px 0 12px 0;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12pt;
	font-weight: 300;
  }
  
h2.post-form{
	color: #333;
	margin: 22px;
	padding: 12px;
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12pt;
	font-weight: 300;
	}
	
#post-form {
	padding: 12px;
	}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { 
	background: black; 
	}


/* Topic Page */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 16px;
	float: right;
	overflow: hidden;
	width: 620px;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-tags {
	border-left: 1px solid #ccc;
	margin-top: -2em;
	padding: 0 1em 1em;
	float: right;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
  clear: both;
	background: #eee;
	list-style: none;
	margin: 20px 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadpost{font-family: verdana, arial, times; font-size: 8pt;}

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #fff;
	padding: 0;
}

.postform textarea { color: black; height: 12em; margin: 5px 0; padding: 5px; width: 90%; display: block; }

.postformsub {
  font-family: verdana, arial, tahoma; font-size: 7pt; background-color: #fff;
  }

.postform label { display: block; }

.admin { padding: 10px 0 0; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 16pt;
	font-weight: normal;
	display: inline;
}

/* Other Content */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-family: verdana, arial, times; font-size: 8pt; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #E0E0E0; }

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #adadad;
	color: black;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:black;
}

#latest, #forumlist, #favorites {
	background: #F7F7F7;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }



/* Search Page */

.results{margin: 24px; }



/* Profile Page */



#profile-menu {
	list-style-type:none;
	text-align:right;
	margin: -51px 0 0 0;
	padding:0;
	float: right;
	
}


#profile-menu li {
	float:left;
	text-align:center;
}

#profile-menu li a {
  font-family: verdana, arial, times;
	font-size:8pt;
	display:block;
	text-decoration:none;
	color:#333;
	padding:6px;
	background:#FFF;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	}	

#profile-menu li a:hover {
	background:transparent;
	text-decoration:none;
	color: black;
}



#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }


/* Profile Edit Page*/

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 640px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; padding-left: 4px; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}


/* 48 x 48 avatars */

.post {
	min-height: 60px;
}

.view  {
	font-size: 8pt;
	list-style-type: none;
	margin-left: -14px;
	}
	
	


/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	background: black url(images/footer.jpg);
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
#footer .left{
	float:left;
	}

#footer .left p {
	padding: 8px;
	margin: 0;
	font-size: 7pt;
	}


#footer .left a {
	color: #989898;
	text-decoration: none;
	border:none;
}

#footer .left a:hover {
	color: #f5f5f5;
  text-decoration: underline;
  border:none;
}

#footer .right{
	float:right;
	}
	
#footer .right p {
	padding: 8px;
	margin: 0;
	font-size: 7pt;
	}

#footer .right a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
	}

#footer .right a:hover {
	color: #f5f5f5;
	text-decoration: underline;
	border:none;
	}

