/*
Theme Name: Skifteholdsinitiativet
Theme URI: http://marginmedia.dk
Description: Bo Skakke
Version: 1.6
Author: Bo Skakke
Author URI: http://marginmedia.dk/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


@import "reset.css";

html {background : #000 url(images/bagg_main.jpg) top center no-repeat;}

body {font-family : "trebuchet ms", trebuchet, arial,helvetica, sans-serif; text-align : center; margin-top : 15px;}
.main-wrapper {width : 784px; margin : 0 auto; text-align : left;}

.main-logo {background : url(images/toplogo.gif) left 0 no-repeat; padding: 30px 0 0 160px; height : 130px; }
h1 {font-size : 25px; }
p.description {color : #f5db00; padding-top : 0;}

a {text-decoration : none; }
a:hover {text-decoration : underline; }
h1 {margin-top : 20px;}
h1 a {color : #fff;}
h2 {font-size : 230%;}
h3 {font-size : 110%; padding-top : 15px; font-weight : bold; }
h4 {font-size : 90%; padding-top : 15px; font-weight : bold; }
p {font-size : 90%; line-height : 120%; padding : 5px 0;}

#navigation {position : relative; height : 41px; }
#navigation ul {position: absolute;right:10px;top: 0px;width: 100%px;display: inline;} 
#navigation ul li {list-style: none;display: inline; float : right; ;}

.tabbed-nav {text-align : right;}
.tabbed-nav h6 {display:none}
/*.tabbed-nav ul {list-style:none; padding:0; display : inline; }
.tabbed-nav li {display:inline; margin:0; padding:0}
.tabbed-nav a {float:left; margin:0; text-decoration:none; cursor : hand;}
.tabbed-nav a:hover {text-decoration:none}
.tabbed-nav a span {display:block; float:left}
.tabbed-nav .current_page_item a, .tabbed-nav .current_page_item a:hover {background-position:0 0px !important; border-width:0 !important}
.tabbed-nav .current_page_item a span, .tabbed-nav .current_page_item a:hover span {background-position:100% 0px !important}
.tabbed-nav a {background-position:0 -60px !important}
.tabbed-nav a span {background-position:100% -60px !important}*/

.top {clear : both;}
.main-content {background : #f5db00 url(images/bagg_content.gif) 0 bottom repeat-x; padding : 30px 100px; clear : both;}

.footer {background : #fff; text-align : center; padding : 20px 0;}
blockquote {padding : 5px 20px; border-left : 6px solid #5a5000; margin : 20px; font-size : 90%}

li.comment {padding : 5px;}
li.odd {background : #ddc600;}
p.nocomments {display : none;}
textarea#comment {width : 500px;}
strong {font-weight : bold;}
.entry ul, .entry ol {
	margin : 10px;
	padding : 10px; 
}
.entry li { list-style-type : disc;}

/* Main tabbed global navigation, top of the page */
/*
.main-tabs { text-align:center;}
.main-tabs ul {margin:auto;}
.main-tabs li {font: normal 17px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
.main-tabs a {background:transparent url("images/tab_left.gif") no-repeat 0 2px; border-bottom:1px solid #333; padding:0 0 0 12px}
.main-tabs a span {background:transparent url("images/tab_right.gif") no-repeat 100% 2px; color:#fff; padding:6px 15px 3px 3px}
.main-tabs a:hover span {color:#000}
.main-tabs .current_page_item a span {color:#000 !important; padding-bottom:4px}

.main-tabs ul li ul  {margin-top : 30px!important; position : inherit!important; display : inline!important; }
.main-tabs ul li li {font-size : 11px; display : block!important; float : none!important; border-bottom : 1px solid #000!important; background : #f5db00!important;  text-align : left;  }
.main-tabs ul li li a, ul li li a span  {background-image : none!important; background-color : #f5db00!important; display : block; width : 130px;}
.main-tabs li li a {border : 0!important;}

.main-tabs li.page-item-5 a span {padding-right : 88px!important;}
.main-tabs span.sf-sub-indicator {display : none; }
*/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	margin-top : 40px;
}

.sf-menu ul li {
	width:			100%;
	text-align:		left;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #877900;
	border-top:		1px solid #877900;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu ul a {
	border-left:	0px solid #fff;
	border-top:		1px solid #877900;
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu li {
	background:		#d9c305;
}
.sf-menu li li {
	background:		#ddc606;
}
.sf-menu li li li {
	background:		#f5db00;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#f5db00;
	outline:		0;
}
.current_page_item {background : #f5db00!important}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	color : #f5db00;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}






