/*
Theme Name: Drengeroeven v3
Theme URI: http://drengeroeven.dk
Description: WordPress-tema til konceptet Drengeroeven.dk
Author: Toke Ronex
Author URI: http://drengeroeven.dk
Tags: dark, gray, two columns
Text Domain: Drengeroeven
*/

body, td, input, textarea{
	font-family:Trebuchet MS, Tahoma, Geneva, Verdana, Arial;
	font-size:13px; /*15px*/
	color:#fff;
	line-height:1.9;
}
body{
	background:#222 url(images/background.png);
	margin:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow-x: hidden; 
	overflow-y: scroll;
	cursor:default;
}
a{
	color: #fff;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1, h2, h3, h4{
	font-family:Palatino, "Palatino Linotype", Georgia, Times New Roman;
	line-height:1.5;
	margin:0px;
	font-weight:600;
	letter-spacing:1px;
}
h1, h1 span{font-size:40px; margin:20px 0px 0px 0px;}
h2{font-size:30px; margin:20px 0px 0px 0px;}
h3{font-size:20px;}
h4{font-size:16px;}

.clear{clear:both; height:1px;}

.alignright{
	float:right;
	margin:0px 0px 20px 20px;
}
.alignleft{
	float:left;
	margin:0px 20px 20px 0px;
}

#tooltip{
	position:absolute;
	background:url(images/blackopacity.png);
	padding:3px 15px 3px 15px;
	color:#fff;
	display:none;
	max-width: 300px;
	text-align:left;
	font-size:13px;
}

.highlight{
	background:#555;
	color:#fff;
}

/* ---------------------------------- MAINFRAME ---------------------------------- */
#mainframe{
	width:910px;
	margin:0px auto 0px auto;
	text-align:left;
}
/* ---------------------------------- HEADER ---------------------------------- */
#header{
	
}

#logotype{
	width:285px;
	height:45px;
	margin:40px 0px 0px 0px;
	background:url(images/logotype.png) top;
}
#logotype:hover{
	cursor:pointer;
	background-position: bottom;
}
/* ---------------------------------- NAVIGATION ---------------------------------- */
#nav{
	font-family:Palatino, "Palatino Linotype", Georgia, Times New Roman;
	height:50px;
	background:url(images/nav.png);
	padding:0px 0px 0px 5px;
}
#nav div{
	height:50px;
	min-width:80px;
	float:left;
	text-align:center;
	cursor:pointer;
}
#nav div:hover{
	background:url(images/nav_hover.png) no-repeat center bottom;
}
#nav a{
	line-height:50px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	padding:0px 20px 0px 20px
}
#nav #dev{
	float:right;
}
#nav #dev a{
	color:#888;
}
#nav img{
	margin:12px 0px 0px 0px;
	border:none;	
}
/* ---------------------------------- LEFTCOL ---------------------------------- */
#leftcol{
	margin:0px 305px 0px 5px;
}
#leftcol h1 a{
	text-decoration:none;
	color:#fff;
}

/* ---------------------------------- POST ---------------------------------- */
.post{
	padding:0px 5px 0px 5px;
	margin:0px;
}
.postfooter{
	background:url(images/msg_footer.png) no-repeat bottom center;
	padding:30px 5px 25px 5px;
	color:#555;
	font-size:12px;
	letter-spacing:1px;
}
.postfooter a{
	color:#555;
}
/* ---------------------------------- RIGHTCOL ---------------------------------- */
#rightcol{
	width:270px;
	float:right;
	padding:30px 0px 10px 0px;
}
/* ---------------------------------- BOX ---------------------------------- */
.box{
	width:270px;
	margin:20px 0px 0px 0px;
}
.box_middle p{
	margin:0px;
}
.box_middle h3{
	margin:0px 0px 20px 0px;
	line-height:1;
	color:#fff;
}
.box_top{
	height:15px;
	background:url(images/box_corners.png) top;
}
.box_middle{
	background:url(images/box_middle.png) repeat-y;
	padding:10px 20px 20px 20px;
	color:#aaa;
}
.box_middle ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.box_middle li{
	list-style:none;
	margin:1px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	line-height:30px;
}
.box_middle li a{
	color:#fff;
	text-decoration:none;
}
.box_middle li:hover{
	background:#444 url(images/box_li_hover.png) no-repeat;
	cursor:pointer;
}
.box_bottom{
	height:15px;
	background:url(images/box_corners.png) bottom;
}

/* ---------------------------------- FOOTER ---------------------------------- */
#footer{
	font-family:Arial;
	font-size:10px;
	text-align:right;
	color:#444;
	padding:10px 5px 100px 0px;
	clear:both;
}
#footer a{
	text-decoration:none;
	color:#444;
}
/* ---------------------------------- POST NAV ---------------------------------- */
#postsnav{
	height:80px;
}
#postsnav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:0px;
}
#postsnav li{
	line-height:40px;
	text-align:center;
	list-style:none;
	float:left;
	margin:20px 0px 0px 5px;
	padding:0px 20px 0px 20px;
	background:#222;
	border:1px solid #333;
}
#postsnav li a{
	text-decoration:none;
}
#postsnav li:hover{
	background:#252525;
	border:1px solid #444;
}
#postsnav .selected{
	background:#444;
	border:1px solid #555;
	font-weight:bold;
}

/* ---------------------------------- INPUT-FELTER ---------------------------------- */
input{
	min-width:200px;
	background:#333;
	padding:2px;
	border:1px solid #666;
}
textarea{
	width:100%;
	min-height:150px;
	background:#333;
	border:1px solid #666;
}
input[type="submit"]{
	min-width:100px;
	line-height:40px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background:#222;
	border:1px solid #333;
}
input[type="submit"]:hover{
	background:#252525;
	border:1px solid #444;
	cursor:pointer;
}

/* ---------------------------------- COMMENTS ---------------------------------- */
#commentlist{ /* ol */
	font-size:35px;
	color:#fff;
	margin:0px 0px 0px 10px;
	font-style:italic;
	font-weight:bold;
	padding:0px 0px 0px 40px;
}
#commentlist ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#commentlist ul li{
	background:#2d2d2d;
	margin:10px;
	padding:10px;
}
#commentlist .comment-body{
	font-size:14px;
	padding:0px 20px 20px 20px;
	color:#fff;
	font-style:normal;
	font-weight:normal;
}
#commentlist ul .comment-body{
	padding:0px;
}
#commentlist .comment-author{
	color:#999;
	font-weight:bold;
}
#commentlist .comment-author a{
	color:#999;
	border:none;
	font-style:italic;
	text-decoration:none;
}
.reply{
	text-align:right;
}
.reply .comment-reply-link{
	text-decoration:none;
	text-align:center;
	padding:5px 20px 5px 20px;
	background:#222;
	border:1px solid #333;
}
.reply .comment-reply-link:hover{
	background:#252525;
	border:1px solid #444;
}
#commentlist .says{
	display:none;
}
#commentlist .comment-meta{
	position:absolute;
	margin:-25px 0px 0px 200px;
	display:none;
}
#commentlist .comment-meta a{
	color:#555;
	border:none;
	font-style:italic;
}
.thread-even, .thread-alt{
	margin:0px 0px 10px 0px;
	padding:0px 0px 1px 0px;
}
.thread-even{
	background:#222;
}
.thread-alt{
	background:#222;
}
#commentform{
	margin:0px;
}
#commentform input{
	width:300px;
	background:#333;
	padding:2px;
	border:1px solid #666;
}
#commentform textarea{
	width:100%;
	height:150px;
	background:#333;
	border:1px solid #666;
}
#commentform input[type="submit"]{
	width:150px;
	line-height:40px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background:#222;
	border:1px solid #333;
}
#commentform input[type="submit"]:hover{
	background:#252525;
	border:1px solid #444;
	cursor:pointer;
}
/* ---------------------------------- SEARCHBAR ---------------------------------- */

#searchbar_left{
	width:10px;
	margin:0px 0px 0px 5px;
	height:30px;
	float:left;
	background:url(images/searchbar_left.png) no-repeat 0px 0px;
}
#searchbar{
	width:220px;
	height:30px;
	line-height:24px;
	border:none;
	float:left;
	padding:2px 0px 0px 0px;
	background:url(images/searchbar_center.png) repeat-x 0px 0px;
}
#searchbar_right{
	width:30px;
	height:30px;
	float:left;
	background:url(images/searchbar_right.png) no-repeat 0px 0px;
}
#searchbar_right:hover{
	cursor:pointer;
	background:url(images/searchbar_right.png) no-repeat 0px -30px;
}
#searchbar:focus{
	border:none;
	outline:none;
}

/* ---------------------------------- FANCYBOX -------------------------------------------*/

div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/blog/wp-content/themes/drengeroeven_v3/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -37px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_right.png) repeat-x;
}
