/*
Tango Frisør
loosly based on Several Theme

*/


/* general
==========================================================================*/

body {
  margin: 0;
  padding: 0;
  background:#ffffff url('images/background3.jpg') no-repeat top center;
  font: 11px "Lucida Grande", Verdana, sans-serif;
}
a{
  color: #494949;
}
a:hover{
  color: #b82349;
}


hr{
  display: all;
    border: 0;
    width: 100%;
  color: #cecece;
background-color: #cecece;
height: 1px;
margin: 10px 0 10px 0;
}
form, img{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

.clearing {
  margin: 0;
  padding: 0;
  font: 1px/1px Verdana, Arial, Helvetica, sans-serif;
  clear: both;
}
#fix-recent-posts{
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 85px;
  overflow: hidden;
  z-index: 1;
}


/* header
==========================================================================*/

#topline{
  margin: 5;
  padding: 5;
  background: #6d6e71;
  clear: both;
 height: 8px;
  position: relative;
}

#header {
  margin: 0;
  padding: 0;
  height: 200px;
}
#header-wrap, #wrap{
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

/* logo */

#logo{
  margin: 20px 0 0 0;
  padding: 0 0 0 14px;
  float: left;
}
#logo a{
  display: block;
  width: 254px;
  height: 158px;
  background: url(images/tangologo.png) no-repeat 0% 0%;
  border: none;
  overflow: hidden;
  text-indent: -3000px;
}
#tagline{
  margin: 5px 0 0 100px;
  padding: 0;
  float: right;
  font-size: 1em;
  font-weight: bold;
  color: #848b9b;
  list-style: none;
}

#tagline ul {
display:none;
position:absolute;
margin: 26px 0 0 -40px;
z-index: 300;

} /* hide the sub nav */
*+ html #tagline ul {margin: 16px 0 0 -122px;} /* ie 7 hack */

 
/*subnav styling*/
#tagline ul li, #tagline ul li a {float:none; background:#f3f3f3; padding-left:5px; border-bottom: 1px solid #f5f5f5;}
#tagline ul li a {margin: -30 0 0 0;width:190px;}
#tagline ul li a:hover {background:#efefef;color:#000;}

#tagline li{
margin: 0;
padding: 0;
float: left;
list-style:none;
display: block;
}
#tagline a{
display: block;
float: left;
margin: 0;
padding: 8px 12px;
text-decoration: none;
 color: #cecece;
}

#tagline a:hover, #nav a:active, #nav .current_page_item a{
  background: #f3f3f3;
  padding-bottom: 8px;
  color: #7a7a7a;
  text-decoration: none;
}

/* navigation */

#nav{
  font-size: 1.2em;
  font-weight: bold;
  background: #F3F3F3;
  margin: 89px 0 0 0;
  padding: 0;
  float: right;
  list-style: none;
}
#nav li{
margin: 0;
padding: 0;
  float: left;
}
#nav a{
display: block;
float: left;
margin: 0;
padding: 8px 12px;
text-decoration: none;
  color: #7e8083;
}
#nav a:hover, #nav a:active, #nav .current_page_item a{
  background: #BB0A13;
  padding-bottom: 8px;
  color: #FFFFFF;
  text-decoration: none;
}

/* splash
==========================================================================*/

#splash{
  margin: 0 0 20px;
  padding: 0;
  background: #e3e3e3 url('images/splashbg.jpg');
  clear: both;
 height: 378px;
  position: relative;
}
#splash-wrap{
  margin-top: 10px;
margin-bottom:13px;
  padding: 0;
  width: 640px;
 height: 378px;
  position: relative;
}


/* extra */

#extra{
  margin: 0 0 0 35px;
  padding: 16px 0 16px 13px;
  float: left;
  width: 211px;
  background: url(skin/extra_bkg) no-repeat 0% 0%;
  position: relative;
  z-index: 3;
}

/* -search */

#search{
  margin: 18px 0 24px 0;
  padding: 0;
  background: url(skin/search_bkg.jpg) no-repeat 0% 0%;
  width: 204px;
  height: 34px;
}
#search #s-text {
  margin: 0;
  padding: 0;
  float: left;
}
#s {
  margin: 8px 0 0 0;
  padding: 0 0 0 8px;
  font: 12px "Lucida Grande", Verdana, sans-serif;
  width: 160px;
  border: 0;
  color: #acacac;
}
#search #s-submit {
  margin: 5px 0 0 0;
  padding: 0;
  float: left;
}
#searchsubmit {
  margin: 0;
  padding: 0;
  background: url(skin/search_submit.png) no-repeat 0% 0%;
  width: 27px;
  height: 22px;
  border: 0;
}
#search label {
  display: none;
}

/* -meta */

.meta{
  margin: 6px 0 0 6px;
  padding: 0 0 6px 23px;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
.meta a{
  text-decoration: none;
  color: #fc89a2;
}
.meta a:hover{
  text-decoration: none;
  color: #ffffff;
}

#rss-posts{
  background: url(skin/rss_posts.png) no-repeat 0% 0%;
}
#rss-comments{
  background: url(skin/rss_comments.png) no-repeat 0% 0%;
}
#login{
  background: url(skin/login.png) no-repeat 0% 0%;
}

/* content
==========================================================================*/

#content {
  margin: 0;
  padding: 0 0 35px 0;
  clear: both;
}
#content-wrap{
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

/* post area */

#posts {
  margin: 0;
  float: left;
  width: 640px;
}

.caption {
  margin: 0;
  padding: 0 0 25px 0;
  font: 18px "Lucida Grande", Verdana, sans-serif;
  color: #ff3000;
}

/* - post - */
		
.thumb {
			margin:0; padding:0;
			width:195px; height:auto;
			float:left;
		}

.innhold {
			margin:5px 25px 0 0; padding:0 0 0 10px;
			width:400px; height:auto;
			float:right;
			position:relative;
		}


.post {
  margin: 10px 0 12px 0;
  background-color: #f3f3f3;
}
.innhold h2, #comments h2, #post-comments h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #494949;
  letter-spacing: -0.03em;
  padding: 14px 0 10px 0;
  margin: 22px 0 0 0;
}
.innhold h2 a {
  color: #494949;
  text-decoration: none;
  border: none;
}
.date {
  margin: 0 0 0 5px;
  float: left;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #838383;
  text-decoration: none;
}
.lesmer a {
  margin: 0;
  font: 13px "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  color: #bd1026;
  text-decoration: none;
}
.entry {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  color: #3E4655;
}
.entry h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #494949;
  letter-spacing: -0.03em;
  padding: 14px 0 10px 0;
  margin: 22px 0 0 0;
}
.entry h2 a {
  color: #494949;
  text-decoration: none;
  border: none;
}
.entry blockquote {
  margin: 22px 0 22px 22px;
  padding: 4px 0 4px 10px;
  border-left: 4px solid #b82349;
}
.entry ul {
  margin: 0;
  padding: 0 0 18px 22px;
  list-style: disc;
}
.entry li {
  margin: 0;
  padding: 0;
}

.pageentry {
  margin:0;
  padding: 10px 40px 20px 20px;
  line-height: 1.8em;
  color: #3E4655;
}
.pageentry h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #494949;
  letter-spacing: -0.03em;
  padding: 14px 0 0 0;
  margin: 22px 0 0 0;
}
.pageentry h2 a {
  padding: 0;
  color: #494949;
  text-decoration: none;
  border: none;
}
.pageentry blockquote {
  margin: 22px 0 22px 22px;
  padding: 4px 0 4px 10px;
  border-left: 4px solid #b82349;
}
.pageentry ul {
  margin: 0;
  padding: 0 0 18px 22px;
  list-style: disc;
}
.pageentry li {
  margin: 0;
  padding: 0;
}


.salonglistentry {
  margin:0;
  padding: 10px 10px 20px 20px;
  line-height: 1.8em;
  color: #3E4655;
}
.salonglistentry h2 {
  font-size: 24px;
  font-weight: lighter;
  color: #494949;
  letter-spacing: -0.03em;
  padding: 14px 0 0 0;
  margin: 22px 0 0 0;
}
.salonglistentry h2 a {
  padding: 0;
  color: #494949;
  text-decoration: none;
  border: none;
}
.salonglistentry blockquote {
  margin: 22px 0 22px 22px;
  padding: 4px 0 4px 10px;
  border-left: 4px solid #b82349;
}
.salonglistentry ul {
  margin: 0;
  padding: 0 0 18px 22px;
  list-style: disc;
}
.salonglistentry li {
  margin: 0;
  padding: 0;
}

#salonginfor{
  padding: 0;
  list-style: none;
}
#salonginfor li{
margin: 0;
padding: 0;
}

img.floatleft {
  margin: 0 10px 10px 0;
  float: left;
}
.postmetadata {
  margin: 8px 0 0 0;
  padding: 0;
  font: 10px "Lucida Grande", Verdana, sans-serif;
  color: #565656;
  clear: both;
}
.tags a {
  margin: 0;
  float: left;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #ccc8c8;
  text-decoration: none;
}
.tags a:hover {
  margin: 0;
  float: left;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #9f9f9f;
  text-decoration: none;
}


.comments-no {
  margin: 0;
  line-height: 16px;
}
.postmetadata a {
  padding: 0;
  color: #1C2882;
  text-decoration: none;
}
.postmetadata a:hover {
  text-decoration: none;
  color: #b82349;
}

/* - comments - */

#comments {
  margin: 20px 0 0 0;
  padding: 0;
}
.add-comment{
  margin: 4px 0 0 0;
  padding: 0;
}
.add-comment a {
  padding: 2px 0 2px 20px;
  background: url(skin/add.png) no-repeat 0% 50%;
  font: 10px/1.5em "Lucida Grande", Verdana, sans-serif;
  color: #67707A;
  text-decoration: none;
  border: none;
}
.add-comment a:hover {
  color: #ff4e6a;
  text-decoration: none;
}
#comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #888888;
}
#comments ol li {
  margin: 0;
  padding: 0;
  clear: both;
}
.author {
  margin: 0;
  padding: 18px 0 6px 0;
  float: left;
  width: 170px;
  font: 10px/2.5em "Lucida Grande", Verdana, sans-serif;
  color: #bbbbbb;
}
.author a {
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #b82349;
}

.comment {
  margin: 0;
  padding: 20px 0 6px 0;
  float: right;
  width: 320px;
}
.comment span, .no-find {
  margin: 0;
  padding: 2px;
  background: #f3f3f3;
  color: #888888;
  font-style: italic;
  font-size: 12px;
  width: 600px;
  height: 400px;
  padding: 10px;
}

.comment p {
  margin: 0;
  padding: 0;
}

/* - comments form - */

#post-comments {
  margin: 0;
  padding: 40px 0 0 0;
  clear: both;
  color: #888888;
}
#reply {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 11px;
}
.comment-field {
  margin: 0;
  padding: 0 0 12px 0;
}
.comment-field textarea {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #565656;
}
.comment-field label {
  float: left;
  width: 170px;
}
.input-text {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #565656;
}
.input-button {
  margin: 0 0 0 171px;
  padding: 0 5px;
  color: #565656;
}

/* sidebar
==========================================================================*/

#sidebar{
  margin: 10px 0 0 0;
  float: right;
  width: 301px;
}
#klippedeg{
  margin: 10px 0 26px 0;
  float: right;
  width: 301px;
}
#sidebarsearch{
  margin: 10px 0 0 0;
  float: right;
  width: 252px;
  padding: 10px 0 5px 50px;
  background: #cecece;
}
#sidebar h2 {
  margin: 0;
  padding: 0 0 0 19px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #b82349;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 12px;
  background:#f3f3f3;
}

#sidebar ul.box {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 12px;
  background:#f3f3f3;
  padding: 10px 0 0 0;
}

#sidebar li.test {
  margin: 0;
  padding: 10px 0 5px 50px;
  list-style: none;
  font-size: 11px;
  line-height: 12px;
background: #cecece;
}
#sidebar li {
  margin: 0 0 10px 0;
  background: #f3f3f3;
}

#sidebar li.search {
  margin: 18px 0 24px 0;
  padding: 0;
  background: url(skin/search_bkg.jpg) no-repeat 0% 0%;
  width: 204px;
  height: 34px;
}

#sidebar ul.box li.boxed {
background:#eaeaea; 
padding:10px 0; 
margin-bottom:15px;
}
#sidebar ul li ul {
  margin: 0;
  padding: 15px 0 12px 0;
}
#sidebar ul li ul li {
  margin: 0;
  padding: 0;
}
#sidebar a.head {
  color: #b82349;
  text-decoration: none;
  padding: 0 0 0 1px;
  border: none;
  line-height: 22px;
  background: none;
}
#sidebar a.head:hover {
  color: #b82349;
  text-decoration: none;
}
#sidebar a {
  color: #34445F;
  text-decoration: none;
  padding: 0 0 0 36px;
  background: url(skin/bullet.png) no-repeat 23px 50%;
  border: none;
  line-height: 22px;
}
#sidebar a:hover {
  color: #ff4e6a;
  text-decoration: none;
}





#sidebarnav{
  font-size: 1.2em;
  font-weight: 600;
  background: url(skin/m_back.jpg) no-repeat #e9e9e9;
  margin: 10px 0 3px 0;
  padding: 0 0 75px 0;
  list-style: none;
  width:301px;
  float:right;
}
#sidebarnav h2{
  margin: 10px 0 3px;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.sidebarnav h2 a {
  text-decoration: none;
  border: none;
}
#sidebarnav li{
margin: 0;
padding: 0;
list-style: none;
}
#sidebarnav li.head{
margin: 0 10px;
padding: 0 0 5px 0;
list-style: none;
border-bottom:1px solid #CECECE;
}
#sidebarnav ul{
margin: 0;
padding: 0;
list-style: none;
}
#sidebarnav a{
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
  color: #ffffff;
}
#sidebarnav a:hover, #sidebarnav a:active, #sidebarnav .current_page_item a{
  padding-bottom: 8px;
  color: #efefef;
  text-decoration: none;
  background: #6a6464;
}
#sidebarnav a.head{
  margin: 10px 0 3px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #b82349;
}
#sidebarnav a.head:hover{
  margin: 10px 0 3px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #b82349;
}











#footer{
  
  margin: 0;
  padding: 0 0 30px 0;
}
#footer-wrap{
  margin: 0 auto;
  padding: 0 0 230px 0;
  width: 960px;
}
#copyright{
  margin: 0;
  padding: 0 0 0 14px;
  color: #697;
}


/* table
==========================================================================*/
#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
        border-top: 1px solid #cecece;
        width:100%;
}
#hor-zebra td
{
	padding: 2px 15px 2px 2px;

}
#hor-zebra .odd
{
	background: #e8edff; 
}
#hor-zebra tr:hover td
{
	background: #cecece;
        cursor: pointer;
}
/* Salongen
==========================================================================*/
.kart {
			border-left: 1px solid #cecece;
                        margin:25px 15px 20px 5px; padding:0 0 0 15px;
			width:230px; height:auto;
			float:right;
		}
 
.salonginfo {
			padding:0 0 0 20px;
			width:350px; height:auto;
			float:left;
			position:relative;
		}

/* ---------- @ Comment Styles -----------*/

#comment {
	width:100%;
	}

#commentarea {
	padding-top:35px;
	}

.commentlist, #trackbacklist {
	margin:2px 0 0 0;
	padding:10px 0 10px 0;
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #cecece;
	}

.commentlist li, #trackbacklist li {
	margin:2px 0 0 0;
	padding:10px 0 10px 20px;
        background:#f9f9f9;
        list-style:none;
	}

.commentlist .commentmetadata {
	padding-top:5px;
        font-size:0.8em;
	}

#trackbacklist .commentmetadata {
	padding-top:3px;
        font-size:0.8em;
	}
			
.commentlist cite, #trackbacklist cite {
	font:14px "Lucida Grande", Verdana, sans-serif;
	}	

cite a {
	font:14px "Lucida Grande", Verdana, sans-serif;
	}
		
.gravatar {
	float:left;
	width:65px;
	}

.gravatar img {
	padding:3px;
	border:1px solid #cecece;
	}
		
.commentinfo {
	float:left;
	padding-top:1px;
	}

.commentlist li.my_comment {
	background:#eaeaea;
        border: 0px solid #e5e5e5;
        list-style:none;
	}

.commenttext {
padding: 50px 20px 0 0;
line-height:16px;
	}

.commentlist code {
	font-size:1.3em;
	line-height:120%;
	}
.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	padding-right:12px;
	color:#87bcd2;
	}

.commentcount a {
	font-family:Georgia, "Times New Roman", Times, serif
	}
	
.module {
	background:#301e22 url(images/bg_module.jpg) top right no-repeat;
	padding:12px;
	overflow:auto;
	font-size:0.8em;
	}

.module img {
	padding:3px;
	border:1px solid #4f383d;
	float:left;
	margin:0 13px 7px 0;
	}

.module p {
	margin:0;
	}
	
.drop {
	float: left;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	margin:3px 8px 0 0;
	width:30px;
	text-align:center
	}

h3 em {
	font-style:italic;
	font-size:0.8em;
	}

#archive-list li {
	width:165px;
	float:left;
	height:60px;
	font-size:0.9em;
	margin: 0 6px 0 25px;
	line-height:140%;
	}	

.pagenavigationbox {
	color:#a19e94;
	margin-top:20px;
	}
	
.pagenavigationbox a, .pagenavigationbox a:visited, .pagenavigationbox span {
	width:24px;
	height:20px;
	display:block;
	float:left;
	font:0.7em Arial,Georgia, "Times New Roman", Times, serif;
	padding-top:4px;
	margin-right:4px;
	text-align:center;
	color:#a19e94;
	}
	
.pagenavigationbox, .pagenavigationbox a, .pagnavigationbox a:visited {
	background:url(images/bg_pagelink.gif) no-repeat;
	}
		
.pagenavigationbox a:hover, .pagenavigationbox a:active {
	background:#372529;
	text-decoration:none;
	}
	
.pagenavcurrent {
	background:url(images/bg_current_pagelink.gif) no-repeat;
	}

.button {	
	background: url(images/publiser.jpg) no-repeat ! important;
	border:none;
	font-size:0.8em;
	margin-top:7px;
        text-indent: -9000em;
        height: 35px;
        width: 99px;
	}

a.button, a.button:visited {
	color:#e0e5e9;
	width:78px;
	margin:18px 0 0 30px;
	display:block
	}

a.button:hover, a.button:active {
	text-decoration:none
	}
	
.button:focus, .button:hover {	
		background: url(images/publiser.jpg) no-repeat ! important;
	border:none;
	font-size:0.8em;
	margin-top:7px;
        text-indent: -9000em;
        height: 35px;
        width: 99px;
	}

.field {
	background:#f3f3f3 ! important;
	padding:8px;
	font-size:1.35em;
	color:#3E4655;
        border:1px solid #CECECE;
	}

.field#user-name {	
	background: #f3f3f3 5px 4px no-repeat ! important;
	width:260px;
	margin:-5px 0 0 0;
	}

.field#user-name:focus {	
	background: #e7e7e7 5px 7px no-repeat ! important;
        width:260px;
	}	
		
.field#user-email {	
	background: #f3f3f3 5px 7px no-repeat ! important;
	width:260px;
        margin:-5px 0 0 0;
	}		

.field#user-email:focus {	
	background: #e7e7e7 5px 7px no-repeat ! important;
        width:260px;
	}	

.field#user-comment {	
	background: #f3f3f3 5px 6px no-repeat ! important;
	width:609px;
	height:220px;
	margin-right:8px;	
	}	

.field#user-comment:focus {
	background: #e7e7e7 5px 6px no-repeat ! important;
	}

.field#user-url {	
	background: #f3f3f3 4px 8px no-repeat ! important;
        width:170px;
	}		

.field#user-url:focus {	
	background: #e7e7e7 4px 8px no-repeat ! important;
	}	
	
#interior .field#user-name, #interior .field#user-email,
#interior .field#user-url, #interior .field#user-url {
	width:260px
	}

#interior .field#user-comment {
	width:586px;
	height:300px;
	}	
*:focus {
	outline:none
	}
.pagenavigationbox {
	color:#858585;
	margin-top:20px;
	}
	
.pagenavigationbox a, .pagenavigationbox a:visited, .pagenavigationbox span {
	width:24px;
	height:20px;
	display:block;
	float:left;
	font:0.7em Arial,Georgia, "Times New Roman", Times, serif;
	padding-top:4px;
	margin-right:4px;
	text-align:center;
	color:#858585;
	}
	
.pagenavigationbox, .pagenavigationbox a, .pagnavigationbox a:visited {
	background:url(images/bg_pagelink.gif) no-repeat;
	}
		
.pagenavigationbox a:hover, .pagenavigationbox a:active {
	background:#cecece;
	text-decoration:none;
	}
	
.pagenavcurrent {
	background:url(images/bg_current_pagelink.gif) no-repeat;
	}			
.commentlist blockquote {
	margin:2px 0 0 20px;
	padding:10px 0 30px 20px;
	line-height:150%;
	background:#f3f3f3;
	border-bottom:1px solid #cecece;
	border-right:1px solid #cecece;
	color:#a1a1a1;
	font-size:1em;
	}
	
.skjemaleft {
float: left;
width: 50%;
margin-bottom:20px;

}

.skjemaright {
float: right;
width: 50%;
margin-bottom:20px;
}	

li.categories {
padding: 10px 0 0 0;
}
		