@charset "UTF-8";

/*
Theme Name: Ditselskab.dk
URL: http://www.ditselskab.dk
Description: Ditselskab.dk er et WordPress theme udviklet til virksomheden Ditselskab medio august 2011.
Version: 1.0
Author: Ditlev Tøjner
Author URI: http://www.ditlev.me
*/

@import url("./style/reset.css");
@import url("./style/common.css");
@import url("./style/pages/home.css");
@import url("./style/pages/blog.css");

body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #eee;
	background-image: url(./img/page-bg.png);
}

#pageWrapper {
	width: 960px;
	margin: 0 auto;
	/*background-color: #FFF;*/
	/*border-top: solid 4px #000;*/
}

/* ------------------------------------- Header */
#pageHeader {
	width: 960px;
	padding: 15px 0 0 0;
}
/* Header Indhold */
#headerLogo {
	float: left;
	width: 247px;
	height: 59px;
	margin: 5px 0 -36px 0;
}
#headerImage {
	width: 960px;
	height: 140px;
	/*border-bottom: solid 4px #2f89b2;*/
	
	background-image: url(./img/1.png);
}
/* ------------------------------------- Navigation */
.headerNavigation {
	width: 960px;
	float: right;
	margin: 5px 0 10px -32px;
	border-bottom: 1px solid #ccc;
}
.headerNavigation ul {
	float: right;
	margin: 0px 0px 2px 0px;
	list-style-type: none;
}
.headerNavigation ul li {
	float: left;
	height: 32px;
	/*border-left: 1px solid #e5e5e5;*/
}
.headerNavigation ul li a{
	float: left;
	font-size: 16px;
	color: #000;
	padding: 9px 0px 4px 15px;
	border-bottom: 1px solid #ccc;
	font-family: 'Abel', sans-serif;
}
	
.headerNavigation ul li a.last_link{
	padding: 9px 0px 4px 10px;
}
	
.headerNavigation ul li a:hover,
.headerNavigation ul li a.active{
	color: #000;
	border-bottom: 3px solid #000;
	text-decoration: none;
}

/* ------------------------------------- Body */
#pageBody {
	width: 920px;
	padding: 10px 20px 10px 20px;
	
	background-color: #fff;
}
.body-one-column-box {
	width: 920px;
	padding: 5px 0 5px 0;
	
	background-color: #FFF;
}
.body-two-column-box-small {
	width: 342px;
	padding: 0 10px 0 5px;
		
}
.body-two-column-box-large {
	width: 535px;
	padding: 0 15px 0 0;
}
.body-half-column {
	width: 455px;
}
.body-three-column {
	width: 290px;
	margin-right: 20px;	
}
.body-three-column-end {
	width: 300px;
	margin:0 ;
}
.help-expand-box {
	width: 940px;
	margin: 0;
	clear: both;	
}
.meeting-box {
	background-color: #b54848;
	width: 940px;
	color: #FFF;
	font-size: 16px;
	font-family: 'Abel', sans-serif;
	padding: 10px;
	font-weight: 100;
}
.contact-form {
	width: 900px;
	background-color: #b54848;
	border-radius: 10px;
	padding: 10px;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* ------------------------------------- Breadcrumbs */
#breadCrumbs {
	display: block;
	background-color: #F5F5F5;
	border-radius: 5px;
	border: solid 1px #CCC;
	padding: 10px;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ------------------------------------- Footer */
#pageFooter {
	width: 940px;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 0 0;
	border-top: solid 1px #ccc;
	
	background-image: url(img/footer-bg.png);
}
/* Footer Indhold */ 
.footerContact {
	width: 330px;
	height: 200px;
	float: left;
	font-size: 12px;	
}
#footerInformation {
	width: 250px;
	float: right;
	text-align: right;
	
	font-size: 12px;	
}
.sticky {
	min-height: 820px;
}

/* temp */
.large-meeting-box {
	background: #b54848;
	margin: 10px 0 20px 0;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	width: 540px;
	border-radius: 3px;
	text-align: center;
}
.large-meeting-box input {
	width: 90%!important;
}