/*-----------------------------------------------------------------
Basic StyleSheet (for version 6 browsers)

Version:	2.0
Author: 	Kenneth Mørk & Rasmus Schau-Seidler
Email: 		km@zornig.dk / rs@zornig.dk
website:	www.zornig.dk
-----------------------------------------------------------------*/
@import url(layout.css);
@import url(forms.css);
@import url(survey.css);

h1, h1 a, h1 a:link, h1 a:active, h1 a:visited {
	font-size: 34px;
/*	color: #c6001e; */
	color: #000;
	font-weight: bold;	
	text-transform: none;
	margin: 0px 0 20px 0;
	font-family: DaxlineOT, Arial;
	text-decoration: none;
}
.post h1, .post h1 a, .post h1 a:link, .post h1 a:active, .post h1 a:visited  {
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.post h1 a, .post h1 a:link, .post h1 a:active, .post h1 a:visited {
	display: block;
	margin: 0;
	padding-bottom: 10px;
}
.post h1 span {
	display: block;
	font-size: 12px;
	margin: 0;
}
h1 a:hover {
	text-decoration: none;
}
h2, h2 a {
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: normal;	
	text-transform: normal;
	margin: 0 0 8px 0;
}
/*.front_right h2, 
.front_right h2 a {
	color: #000;
	font-size: 15px;
	font-weight: bold;	
	text-transform: none;
	margin: 2px 0 0 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display:inline-block;	
	letter-spacing: -0.2;
	line-height: 18px;
	height: 50px;
}*/

/* ––––––––– Front Rightbar Case Style –-------- */

.front_rightbar h2 a, .front_rightbar h2 {
	position: absolute;
	margin: 114px 0 0 0px;
	padding: 2px 0 2px 2px;
	text-transform: none;
	text-align: right;
	color: #fff;
	background: #000;
}

.front_rightbar h2 a:hover, .front_rightbar a:hover h2 {
	color: #fff;
	background: #C6001E;
}

.front_rightbar a span {
}

.front_rightbar a span p {
	color: #fff;
	margin: 10px;
}

.front_rightbar a:hover span {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.front_right h4, .front_right h4 a {
	margin: 10px 0 0 0;
	text-transform: none;
	color: #FFF;
	border: 0;
}
.front_right h4 {
	margin: 0;
}

.front_rightbar h2, .front_rightbar h2 a {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;	
	text-transform: none;
	margin-left: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display:inline;	
	letter-spacing: -0.2;
	line-height: 18px;
}

.front_right p {
	font-size: 11px;
	color: #666666;
	margin: 4px 0 0 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 15px 0 0 0;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0px 0 15px 0;
}
p {
	line-height: 16px;
	font-size: 12px;
	margin: 0 0 16px 0;
}
.footer p {
	line-height: 16px;
	font-size: 11px;
	margin: 0 0 0 0;
	color: #333;
}

ul, ol {
	margin: 10px 0 10px 0;
	padding: 0;
}
ol li{
	font-size: 12px;
	list-style-position: outside;
	line-height: 16px;
	margin: 0 0 0 20px;
	padding: 0;	
}
ul li {
	font-size: 12px;
	list-style: disc;
	list-style-position: outside;
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 0;
}

hr {
	border: 1px solid #e3e3e3;
	border-width: 1px 0 0 0;
	height: 1px;
}

a:link, a:visited, a:active {
	color: #5B5B5B;
	text-decoration: underline;	
	font-size: 12px;
	outline: 0;
	-moz-transition: color 0.1s ease-out;
	-webkit-transition:color 0.1s ease-out;   
	-o-transition:color 0.1s ease-out;
	transition:color 0.1s ease-out;
}
a:hover {
	color: #000;
	-moz-transition: color 0.1s ease-in;
	-webkit-transition:color 0.1s ease-in;   
	-o-transition:color 0.1s ease-in;  
	transition:color 0.1s ease-in;
}

/*a.button-link:link,
a.button-link:visited,
a.button-link:active {
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	font-family: DaxlineOT, Arial;
	font-weight: normal;
	background: url('../images/layout/sprite.png') repeat-x 0 -118px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0px 8px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
a.button-link:hover {
	background-position: 0 -178px;
}*/

.nav li a:link, .nav li a:visited, .nav li a:active, 
.nav li.active a:link, .nav li.active a:visited, .nav li.active a:active,
input.topsearch_button {
	font-family: DaxlineOT, Arial;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}
.error {
	color: #ff0000;
	font-size: 11px;
	padding: 0 5px;
	display: inline;
	background: #fffdd1;
}

small{
	font-size: 11px;
}

blockquote {
	font-size:12px;
	line-height:18px;
	width: 420px;
	margin-left: 50px;
}
