/*
Theme Name: Typecase-960.gs -Svanekegaarden.dk
Theme URI: http://www.typecase.dk
Description: A blank canvas theme for developers based on the 960 CSS framework.
Version: 1.0
Author URI: http://www.typecase.dk
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */
@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-repeat: repeat-x;
}

/*----- HEADER -----*/


h1{
	font-size: 60px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #535353;
}

#header p{
	font-size: 18px;
	color: #535353;
	margin: 0;
}

#header {
	margin-top: 20px;
	background-color: #000000;
	width: 960px;
}



#info{
	
	float: left;
}


#globalNav {
	display: inline;
	float: none;
	background-color: #000000;
	width: 940px;
}

#globalNav ul{
	display: inline;
	float: none;
	background-color: #000000;
	width: 960px;
}

#globalNav ul li{
	display: inline;
	padding-top: 5px;
	list-style: none;
	float: left;
	background-color: #161616;
	
}

#globalNav ul li{
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 10px;
	padding: 5px;
	width: 25px;
}

#globalNav ul li a{
	color: #6d6d6d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
		padding: 5px;
}

#globalNav ul li a:hover{
	color: #fff;
	background-color: #FFCC00;
	padding: 5px;
}



#globalNav ul li.current_page_item a{
	color: #fff;
	background-color: #FFCC00;
	padding: 5px;
}



#s{
	width: 200px;
	border-right: none;
}

#searchSubmit{
	border-left: none;
	margin-left: -5px;
	cursor: pointer;
	color: #6d6d6d;
}

/*----- CONTENT -----*/
#theirs, #main, #sidebar{
	margin-bottom: 15px;
	background-color: #161616;
	min-height: 500px;
	margin-top: 25px;
}

#sidebar h2, p{
	margin-bottom: 15px;
	background-color: #161616;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	}


#main{
	min-height: 500px;
	padding: 15px;
	padding-top:0px;
}


.post{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8C8C8;
}

.post h2{
	margin-bottom: 10px;
}
 
.post p{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8C8C8
	margin: 0px;
	padding: 0px;
	margin: 0px;
}
.entry-post p{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8C8C8
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.post a{
	color: #FFCC00;
	text-decoration: none;
}

.post a.more-link{
	text-decoration: underline;
	display: block;
}

#theirs>strong, #sidebar>strong{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e49c00;
}

#theirs img{
}

#theirs .post{
	border-bottom: 1px dotted #9e9e9e;	
}

#theirs .post h4, #sidebar h2,{
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	margin-top: 1em;
}

h2{
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	margin-top: 1em;
}

#header h2{
	font-size: 16px;
	display: none;	
	margin-top: 1em;
}


#theirs .post p{
	margin-bottom: 0.5em;
}

#featuredPost{
	border-bottom: 2px solid #8b8b8b;
}

#featuredPost h2{
	font-size: 48px;
	font-weight: normal;
	color: #5c5c5c;
	margin: 0;
}

.post .postMetaData{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	color: #9a9a9a;
	border-bottom: 1px dotted #9a9a9a;
}

.post .postMetaData a{
	color: #9a9a9a;
	text-decoration: none;
}

#main .post h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	color: #909090;
	margin: 1em 0 0 0;
}

#main .post a.more-link{
	float: right;
}

#main .post a img{
	float: left;
	padding:10px 20px 30px 3px;
}

#sidebar ul{
	list-style: none;
	margin-left: 5px;
}

#sidebar ul li a{
	color: #FFCC00;
	text-decoration: none;
	line-height: 14px;
	font-size: 11px;
	
}

#sidebar ul li {
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	margin-bottom: 15px;

}


#sidebar ul li a:hover{
	

}
/*----- FOOTER -----*/
#footer{
	clear: both;
	color: black;
	padding: 0px;
	background-color: #000000;
	}

#footer p{
	margin: 0;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6D6D;
}
#footer ul{
	list-style: none;
	margin-bottom: 0;
}

#footer ul li{
	margin: 0;
	display: inline;
	padding: 0 1em 0 0;
}

#footer ul li a{
	color: white;
	text-decoration: none;
}

#footer ul li a:hover{
	border-bottom: 1px dotted white;
}

.slideshow {
	margin-left:auto;
	margin-right:auto;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-align:center;
	width: 940px;
}
.slideshowlink {
display: none;}


ul.nav{
	list-style:none;
	background-color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type:none;
	width: 940px;
}
.nav li{
	float:left;
	display:block;
	
		}
	
	.nav {
	padding-left: 0px;	
	}
	
.nav li a{
	font-size:11px;
	outline:none;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:auto;
	height: 20px;
	padding-top: 4px;
	padding-right:20px;
	padding-bottom: 12px;
	padding-left: 5px;
	text-align: center;
}

.nav li.current_page_item a{
	font-size:11px;
	outline:none;
	color:#FFCC00;
	text-decoration:none;
	display:block;
	width:auto;
	height: 20px;
	padding-top: 4px;
	padding-right:20px;
	padding-bottom: 12px;
	padding-left: 5px;
}

.nav li.current_page_item a:hover{
		font-size:11px;
	outline:none;
	color:#FFCC00;
	text-decoration:none;
	display:block;
width:auto;
	height: 20px;
	padding-top: 4px;
	padding-right:20px;
	padding-bottom: 12px;
	padding-left: 5px;
}

.nav li a span{font-size:11px;color:#777;text-transform:lowercase;}
.nav li a:hover{
	font-size:11px;
	outline:none;
	color:#ffcc00;
	text-decoration:none;
	display:block;
width:auto;
	height: 20px;
	padding-top: 4px;
	padding-right:20px;
	padding-bottom: 12px;
	padding-left: 5px;
	}
* html .nav li a:hover{background:#333;width:99px;}
.nav li.skip{border-left:1px solid #DDD;float:right;display:block width:100px;}
.nav li.skip a{width:100px;}
li.top{border-left:1px solid #DDD;float:right;display:block width:100px;}
li.top a{width:100px;}

.menu {
	padding-left: 0px;
		width: 940px;
	height: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
.logo {
	padding-left: 0px;
	width: 100px;
	height: 60px;
	float: left;
	margin-right: 90px;
	margin-left: 10px;
	margin-top: -15px;
	}
	
.english {
	padding-left: 0px;
	width: 100px;
	height: 60px;
	float: right;
	margin-right: -10px;
	margin-left: 10px;
	margin-top: 0px;
	}		
		
.english img{
	margin-left: 10px;
	margin-top: 0px;
	}		
				
	
	
#header-slide .ngg-galleryoverview {
clear:both;
display:block !important;
margin-top:0px;
width:940px;
}



/* sidebar rules sub menu */
#killersidebar{
	float:left;
	width:150px;
	margin-top: 23px;
	margin-left: 10px;
	list-style-type:none;
	}

#theirs ul{
	list-style-image:none;
	list-style-type:none;
	margin-top: 15px;
	}


#theirs ul li{
	list-style-image:none;
	list-style-type:none;
	}



#theirs ul li a{
	list-style-type: none;
	list-style-image:none;
	list-style-type:none;
	}
#ksidebar ul li a{
	padding-bottom: 15px;
	margin-bottom: 15px;
}


#theirs ul li a {
	display: block;
	color: #FFCC00;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	list-style-type:none;
	font-size: 11px;
	}


.textwidget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #6D6D6D;
	}
	
.top {
	padding-left: 0px;
	background-color: #161616;
	width: 940px;
	height: 23px;
	margin-bottom: 15px;
	margin-top: 25px;
	}	
	
#header li{
	float: left;
	}	
	
	
.ngg_slideshow widget{
	float: left;	
	}	
	
h2 widgettitle{
	display: none;	
	}	
#sponsor{
	float: left;
	background-color: #FFFFFF;
	padding-left: 0px;
	width: 140px;
	}	
		
