/* 
    ----------------------------------------
    Stylesheet: Godsbanen.dk
	Version: 0.1
	Updated: 4/5/2009
	Author: Jesper Wøldiche
	----------------------------------------
	
	========================================
	SCREEN LAYOUT
	========================================

	* Basic layout
	* Header
		* Search form
		* Menu
	* Content
		* Content header-image
		* Content
		* Sidebar
	* Frontpage
		* Newsletter
		* Newslist
		* Udvalgte billeder
	* Secondary Content
		* Comment-list
		* Comment-form
	* Common classes

*/



/*  
    ----------------------------------------  
    BASIC LAYOUT
	---------------------------------------- 
*/

body {
	width: 952px;
	margin: 10px auto 35px;
	padding: 8px 15px 40px; 
	}

.content-page #content {
	min-height: 700px;
	}
		
#secondary-content {
	clear: both;
	}

.frontpage #secondary-content {
	margin-top: 16px;
	margin-bottom: 28px;
	}
	
/*  
    ----------------------------------------  
    HEADER
	---------------------------------------- 
*/

#header {
	position: relative;
	margin: 0 -15px 0 0;
	padding: 0 15px 0 0;
	}
	
#site-search {
	position: absolute;
	right: 15px;
	top: 0;
	}
	
	#site-search div {
		border: 1px solid #555;
		background: #fff;
		padding-right: 4px;
		float: left;
		}
	
	#site-search input.text {
		border: none;
		padding: 6px 8px 6px;
		width: 200px;
		float: left;
		}

#menu {
	border-top: 6px solid;
	position: relative;
	height: 3.2em;
	padding-bottom: 12px;
	}

#menu li {
	float: left;
	padding-right: 4px;
	}
	
#menu a {
	float: left;
	padding: 0 6px;
	}

#nav_sub, .nav_sub {
	display: none;
	position: absolute;
	top: 1.7em;
	left: 0;
	width: 100%;
	border-top: 1px solid;
	z-index: 10;
	background: #fff;
	}
	
.active #nav_sub, .active .nav_sub {
	display: block;
	}
	
li:hover #nav_sub, li:hover .nav_sub {
	display: block;
	z-index: 100;
	}

/*  
    ----------------------------------------  
    CONTENT
	---------------------------------------- 
*/

#content {
	position: relative;
	}
	
.content-page h1,
.news-page h1 {
	position: absolute;
	left: 0;
	padding-left: 6px;
	padding-right: 40px;
	max-width: 902px
	}
	
	.news-page h1 {
		top: 26px; 
		}
		
#category-heading {
	position: absolute;
	top: 26px;
	right: 0;
	width: 300px;
	padding: 4px 6px 4px 6px;
	}	
	
#breadcrumb { 
	position: absolute;
	top: 200px; 
	left: 0; 	
	padding: 4px 2em 4px 6px;
	max-width: 902px; 
	}
	
	.content-page h1 { top: 232px; }
	
#article, #news, #faq-list {
	width: 554px;
	padding: 0 0 25px 6px;
	float: left;
	margin-top: 17px;
	}
	
#article {
	position: relative;
	}	
	
	#article ul.schedule-entry,
	#article ul.schedule-entry li {
		margin-left: 0;
		list-style: none;
		}

h2 span {
	padding: 3px 25px 3px 6px;
	max-width: 95%;
	margin-left: -6px;
	}
	
#article img {
	margin: 0 8px 8px 0;
	}

/*  
    ----------------------------------------  
    NEWSLISTING
	---------------------------------------- 
*/	

ul#news>li {
	padding: 6px 6px 12px;
	margin-left: -6px;
	background: transparent url(/images/graphic/border-news-1px.gif) 50% 100% no-repeat;
	margin-bottom: 6px;
	position: relative;
	}
	
	#news .date-sheet {
		top: auto;
		}
		
.schedule-entry {
	padding: 4px 0 0 56px;
	height: 5.6em;
	margin-bottom: 8px;
	margin-right: -8px;
	}
		
	.schedule-entry li {
		font-size: 1.1em;
		line-height: 1.6em;
		border-top: 1px dotted #ccc;
		}
		
	.schedule-entry li:last-child {
		border-bottom: 1px dotted #ccc;
		}
		
	.schedule-entry .label {
		font-weight: bold;
		width: 7em;
		float: left;
		}
		
		

.pagination {
	float: left;
	clear: left;
	width: 560px;
	padding-bottom: 22px;
	padding-left: 6px;
	margin-top: -12px;
	}
	
	.pagination a {
		margin-right: 30px;
		}

/*  
    ----------------------------------------  
    SIDEBAR
	---------------------------------------- 
*/
	
#sidebar {
	margin-left: 640px;
	padding-left: 6px;
	margin-top: 17px;
	}
	
	#sidebar h2 {
		margin: 0 0 4px -6px;
		padding-left: 6px;
		}
		
	
		
.menu {
	padding-left: 20px;
	padding-top: 8px;
	margin-bottom: 22px;
	}

.menu li {
	list-style-image: url(/images/graphic/back-dot-3x3.gif);
	list-style-position: outside;
	}
	
.menu li.active,
.menu li:hover  {
	list-style-image: url(/images/graphic/back-dots-13x13.gif);
	}
		
.thumbnails {
	margin-top: 12px;
	}

.thumbnails li {
	float: left;
	margin: 0 16px 16px 0;
	border: 1px solid #999;
	}
	
.thumbnails img {
	display: block;
	width: auto;
	height: 70%;
	min-height: 81px;
	min-width: 108px;
	}
	
#content .thumbnails a,
#secondary-content .thumbnails a {
	display: block;
	width: 108px;
	height: 81px;
	overflow: hidden;
	padding-bottom: 0;
	border-bottom: none; 
	}

/*  
    ----------------------------------------  
    NOTICE
	---------------------------------------- 
*/
	
.frontpage .notice {
	width: 472px;
	min-height: 213px;
	padding: 11px 0;
	margin-top: 11px;
	}
	
	#prod-center {
		float: right;
		}
		
	#city-dev p {
		margin: 0 6px 0.8em 212px;
		}
		
	#prod-center p {
		margin: 0 190px 0.8em 6px;
		}
	
.frontpage h1 {
	margin-bottom: 10px;
	}

.frontpage h1 span {
	padding-left: 6px;
	padding-right: 12px;
	display: inline;
	}
	
/*  
    ----------------------------------------  
    NEWSLETTER
	---------------------------------------- 
*/

#newsletter {
	width: 312px;
	float: right;
	padding-bottom: 22px;
	}
	
	#newsletter div {
		padding: 2px 6px 12px;
		}
		
	#newsletter input {
		display: block;
		width: 90%;
		padding: 4px 6px;
		margin-top: 8px;
		}
		
	#newsletter #inp-newsl-email {
		width: 70%;
		}
		
	#newsletter .button {
		width: auto;
		padding: 2px;
		}
	#sidebar #newsletter {
		margin-left: -6px;
		float: none;
		}
		
	#sidebar #newsletter h2 {
		margin: 0 0 4px 0;
		padding-top: 0;
		padding-left: 0;
		background: none;;
		}	
/*  
    ----------------------------------------  
    NEWS-LIST
	---------------------------------------- 
*/
	
#news-list {
	width: 312px;
	margin-right: 8px;
	float: left;
	}
	
#calendar-list {
	width: 312px;
	margin-left: 320px;
	}

h2.news-list {
	padding-left: 6px;
	float: left;
	width: 306px;
	margin-top: 0;
	}
	
h2.calendar-list {
	padding-left: 6px;
	margin-top: 0;
	}

ul.news-list {
	float: left;  /* MSIE7 Bugfix */
	}

ul.news-list li,
ul.calendar-list li {
	padding: 0 6px 6px;
	margin: 0 0 2px 0;
	border-bottom: 1px dotted #999;
	position: relative;
	}
	
ul.news-list li:last-child,
ul.calendar-list li:last-child {
	border-bottom: none;
	}
	
h2.photo-list {
	clear: both;
	padding-left: 6px;
	margin-top: 22px;
	}
	
.date-sheet {
	background: url(/images/graphic/back-calendar.png) left top no-repeat;
	height: 60px;
	width: 53px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 0.9em;
	padding-top: 4px;
	}
	
.date-sheet .day {
	color: #fff;
	display: block;
	line-height: 12px;
	float: left;
	width: 53px;
	}
	
.date-sheet .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	display: block;
	float: left;
	width: 53px;
	}
	
.calendar-list h3,
.calendar-list p {
	margin-left: 56px;
	margin-top: 0;
	}
	
/*  
    ----------------------------------------  
    PHOTOLIST
	---------------------------------------- 
*/	
	
ul.photo-list {
	width: 800px;
	padding-left: 6px;
	}

#secondary-content .photo-list a {
	opacity:0.79;  
	filter:alpha(opacity=79);  
	-moz-opacity:0.79;
	}
	
#secondary-content .photo-list a:hover {
	opacity:0.99;  
	filter:alpha(opacity=99);  
	-moz-opacity:0.99;
	}

/*  
    ----------------------------------------  
    COMMENTS
	---------------------------------------- 
*/

#comments {
	border-top: 5px solid #333;
	width: 460px;
	padding: 6px 6px 50px;
	float: left;
	}

	#comments ul {
		margin-left: -6px;
		margin-right: 10px;
		}
	
	#comments li {
		border-top: 2px solid;
		padding: 6px;
		margin-bottom: 15px;
		} 

	#comments .author h3 span {	
		padding-right: 22px;
		padding-left: 6px;
		margin-left: -6px; 
		}
	
		
#comment-form {
	border-top: 5px solid #666;
	margin-left: 480px;
	padding: 6px 6px 50px;
	}
	
	#comment-form p.input,
	#comment-form p.textarea,
	#comment-form p.helptext,
	#comment-form p.button {
		padding-left: 80px;
		} 
		
	#comment-form .input label {
		margin-left: -74px;
		width: 68px;
		text-align: right; 
		float: left;
		padding: 4px 0;
		}
		
	#comment-form .textarea label {
		display: block;
		padding: 2px 0;
		}
		
	#comment-form .helptext {
		margin-top: -0.5em;
		}

	#comment-form .input input, 
	#comment-form textarea {
		border: 1px solid;
		padding: 4px 6px;
		}
		
	#comment-form .input input {
		width: 245px;
		}
		
	#comment-form textarea {
		width: 352px;
		height: 250px;
		}
		
#secondary-content .introtext {
	margin-bottom: 24px;
	}
	
/*  
    ----------------------------------------  
    FOOTER
	---------------------------------------- 
*/

#footer {
	clear: both;
	border-top: 3px solid;
	padding-top: 22px;
	padding-left: 6px;
	}
		
/*  
    ----------------------------------------  
    COMMON CLASSES
	---------------------------------------- 
*/

.hidden {
	position: absolute;
	left: -1000em;
	}
	
/*  
  ----------------------------------------  
  DISQUS MODULE
	---------------------------------------- 
*/
body  {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:62.5%;
}

#secondary-content #disqus_thread p {
  font-size:1.1em;
  line-height:1.6em;
  margin-bottom: 0.8em;
}

#secondary-content #disqus_thread {
  margin-bottom:10px;
  overflow:hidden;
}

#secondary-content #dsq-new-post {
  border-top: 2px solid #333333;
  float: right;
  padding-top: 8px;
  width: 472px;
}

#secondary-content #dsq-content .dsq-dc-logo {
	display: none;
}

#secondary-content #dsq-comments-title {
	border-top:2px solid #333333;
  margin-bottom:16px;
  padding-top:8px;
  width:472px;
}

#secondary-content #dsq-content .dsq-options {
  display: none;
}

#secondary-content #dsq-content #dsq-comments {
	width: 48%;
}

#secondary-content #dsq-content #dsq-comments li {
  border-top:1px dotted #999999;
  margin-left:0;
  margin-top:8px;
  padding-top:8px;
}

#secondary-content #dsq-content .dsq-thread-settings {
  width: 456px;
	padding: 3px 8px;
}