/* 
    ----------------------------------------
    Stylesheet: Godsbanen.dk
	Version: 0.1
	Updated: 4/5/2009
	Author: Jesper Wøldiche
	----------------------------------------
	
	========================================
	FONT STYLES
	========================================
	
	* Basic Formatting
	* Header
		* Menu
	* Content + Sec. Content
		* Breadcrumbs
		* Title
		* Formatting

*/



/*  
    ----------------------------------------  
    BASIC FORMATTING
	---------------------------------------- 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
em	{
	font-style: italic;
	}	
	
strong {
	font-weight: bold;
	}
	
blockquote {
	font-style: italic;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	}
	
	blockquote:before {
		content: open-quote;
		}
		
	blockquote:after {
		content: close-quote;
		}
	
.pullquote {
	width: 50%;
	font-size: 2em;
	float: right;
	padding-left: 20px;
	margin-bottom: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
/*  
    ----------------------------------------  
    HEADER
	---------------------------------------- 
*/	
	
#menu, #site-search {
	font-size: 1.1em;
	}
	
#menu {
	text-transform: uppercase;
	}
	
#menu a:link,
#menu a:visited {
	text-decoration: none;
	line-height: 1.7em;
	}
	
/*  
    ----------------------------------------  
    CONTENT
	---------------------------------------- 
*/

#breadcrumb, #category-heading {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
	#breadcrumb em {
		font-weight: bold;
		font-style:normal;
		}	

	#breadcrumb a:hover {
		text-decoration: none;
		}

#content h1,
#newsletter h2 {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

	.frontpage h1,
	#newsletter h2 {
		font-size: 24px;
		}
		
	h1 {
		font-size: 36px;
		}
	
#article ul li,
#article ol li,
#faq-list ol li,
#article table,
.menu li,
p,
#comment-form input,
#comment-form textarea {
	font-size: 1.1em;
	line-height: 1.6em;
	}
	
#article table p {
	font-size: 1em;
	margin-bottom: 0.2em;
	}
	
#content p,
#secondary-content p,
#sidebar p,
#article ul,
#article ol,
.menu li {
	margin-bottom: 0.8em;
	}
	
h2, h3 {   
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.35em;
	margin: 4px 0;
	}
	
#article h2 span {
	padding: 0;
	margin: 0;
	}
		
#article ul,
#article ol,
#faq-list ol {
	margin-left: 20px;
	}

#article ul li {
	list-style-position:outside;
	list-style-type: square;
	}
	
#article ol li,
#faq-list ol li {
	list-style-position: outside;
	list-style-type: decimal;
	}

#article table {
	width: 100%; 
	margin: 0 0 1em -6px;
	border: none;
	}
	
#article th { 
	font-weight: bold; 
	}
	
#article td, #article th {
	padding: 1px 0 1px 6px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	}
	
#comment-form label	{ 
	font-weight: bold; 
	}

#comments li p { 
	margin-bottom: 0.2em; 
	}
	
.notice a:link, .notice a:visited,
#content a:link, #content a:visited,
#secondary-content a:link, #secondary-content a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
	#content h1 a:link, #content h1 a:visited {
		border-bottom: none;
		color: #000;
		}

.notice a:hover, .notice a:active,
#content a:hover, #content a:active,
#secondary-content a:hover, #secondary-content a:active {
	border-bottom: none;
	padding-bottom: 1px;
	}