/*
Theme Name: Din Online Profil
Theme URI: http://www.dinonlineprofil.dk
Description: Design til Din Online Profil
Version: 1.0
Author: Micki Rasander Pedersen
Author URI: http://www.blindesign.dk/

*/


* {
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

.picborder {
	padding: 1px;
	border: 1px solid #e6e6e6;
}



td {
	vertical-align: top;
}

body {
	background-color: #352e26;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Verdana;
	color: #362f27;
}

ul {
	float: left;
	margin-left: 18px;
	margin-bottom: 8px;
}

li {
	font-size: 12px;
}

div#site {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


h1 { /* The headline (see the various types in down under content area) */ 
	margin-bottom: 24px;
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;	
}

a {
	color: #3d9eba;
}

h2 a {
	color: #362f27;
}

/* Header and menu */

div#siteheader {
	float: left;
	width: 960px;
	height: 156px;
	background-image: url(images/siteheaderbg2.png);
}

div#logo {
	position: absolute;
	float: left;
	clear: both;
	width: 243px;
	height: 55px;
	padding-top: 12px;
	padding-left: 10px;
	margin-top: 38px;
	margin-left: 34px;
}

div#menu {
	position: absolute;
	width: 600px;
	margin-left: 326px;
	margin-top: 83px;
	text-align: right;
	
}
div#menu ul {
	float: right;
	list-style-type: none;	
}
div#menu li {
	float: left;
	height: 22px;
	padding-left: 14px;
}
div#menu li.first {
	padding-left: 0px;
	background-image: none;
}

div#menu a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div#menu a:hover, div#menu a.active  {
	color: #362f27;
}

div#submenu {
	position: absolute;
	width: 505px;
	margin-left: 414px;
	margin-top: 104px;
	
}
div#submenu ul {
	float: left;
	list-style-type: none;	

}
div#submenu li {
	float: left;
	height: 22px;
	padding-left: 14px;
}
div#submenu li.first {
	padding-left: 0px;
	background-image: none;
}

div#submenu a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	text-transform: lowercase;
}
div#submenu a:hover, div#submenu a.active  {
	color: #362f27;
}

/* Content area */

div#sitecontent {
	float: left;
	width: 960px;
	background-image: url(images/sitecontentbg.png);
	background-repeat: repeat-y;
}

div#leftarea ol {
	float: left;
	clear: both;
}

div#leftarea {
	float: left;
	width: 577px;
	padding-left: 53px;
}


div#leftarea h1 {
	float: left;
	clear: both;
	width: 551px;
	height: 47px;
	margin-left: -30px;
	padding-left: 29px;
	padding-top: 0px;
	background-repeat: no-repeat;

}

div#leftarea h1.orange {
	background-image: url(images/lefth1bg_orange.png);
	color: #ed8222;
}
div#leftarea h1.green {
	background-image: url(images/lefth1bg_green.png);
	color: #78ba43;
}
div#leftarea h1.blue {
	background-image: url(images/lefth1bg_blue.png);
	color: #3d9eba;
}

div#leftarea h2 {
	float: left;
	clear: both;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 16px;
}

div#leftarea h2 a {
	text-decoration: none;
}


div#leftarea h3 {
	float: left;
	clear: both;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 14px;
}

div#leftarea p {
	clear: left;
	margin-right: 72px;
	margin-bottom: 12px;
	font-size: 12px;
}

div#leftarea li {
	margin-left: 20px;
	margin-right: 72px;
}

div#leftarea hr {
	float: left;
	clear: both;
	width: 608px;
	height: 31px;
	margin-left: -30px;
	margin-top: 8px;
	margin-bottom: 12px;
	background-image: url(images/hr.png);
	border: none;
}


div#leftarea hr.small {
	height: 1px;
	width: 500px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
	border: 0;
	color: #d8ecf1;
	background-color: #d8ecf1;
	text-align: left;
}

div#leftarea table {
	float: left;
}

div#leftarea table p {
	margin-right: 5px;
}

div#rightarea {
	float: left;
	width: 283px;
	padding-right: 23px;
	padding-left: 24px;
	padding-bottom: 150px;
	
}




div#rightarea h1 {
	float: right;
	clear: both;
	width: 241px;
	height: 29px;
	padding-left: 42px;
	padding-top: 15px;
	background-image: url(images/righth1bg.png);
	background-repeat: no-repeat;
}

div#rightarea h1, x:-moz-any-link, x:default {
	padding-top: 14px;
}


div#rightarea h2 {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

div#rightarea p {
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 12px;
}


div#rightarea hr {
	height: 1px;
	width: 254px;
	margin-top: 16px;
	margin-bottom: 16px;
	border: 0;
	color: #d8ecf1;
	background-color: #d8ecf1;
	text-align: left;
}

div#smallcalendar {
	float: left;
	clear: none;
	width: 265px;
}

div#smallcalendar div.calline {
	float: left;
	clear: none;
}

div#smallcalendar span {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}
div#smallcalendar span.date {
	float: left;
	clear: left;
	width: 64px;
	padding-left: 12px;
	background-color: #ebf5f8;
	color: #3d9eba;
}
div#smallcalendar span.desc {
	float: left;
	clear: right;
	width: 173px;
	margin-left: 1px;
	background-color: #d8ecf1;
	color: #362f27;
}




/* Bottom */

div#doublegreen {
	float: left;
	margin-top: -120px;
	margin-left: 680px;
}

div#sitebottom {
	float: left;
	width: 960px;
	padding-top: 14px;
	padding-bottom: 20px;
	background-image: url(images/sitebottombg.png);
	background-repeat: no-repeat;
	text-align: center;
}

div#sitebottom address {
	color: #ffffff;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
}

div#sitebottom a {
	text-decoration: none;
	color: #ffffff;
}


/* Front page specific */

ul#banners {
	margin-left: 0px;
	display: block;
	float: left;
	clear: both;
	list-style-type: none;
}

ul#banners li {
	float: left;
	clear: both;
	width: 555px;
	height: 201px;
	margin-left: 0px;
	background-repeat: no-repeat;
	cursor: hand; cursor: pointer;
}

ul#banners li a {
	text-decoration: none;
}

ul#banners li span.paginate {
	position: absolute;
	margin-top: 184px;
	margin-left: 468px;
}

ul#banners li span.paginate span {
	padding-left: 10px;
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
ul#banners li span.paginate span.active {
	color: #3a99b4
}


/* Calendar page specific */

div#calendar {
	float: left;
	clear: both;
}
div#calendar div.entry {
	float: left;
	clear: both;
	width: 550px;
	min-height: 32px;
	font-size: 8pt;
	margin-bottom: 12px;
	color: #ffffff;
}

div#calendar div.top {
	background-image: url(images/calendartop.png);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-weight: bold;
	color: #362f27;
}


div#calendar div.entry span.date {
	float: left;
	width: 120px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left:8px;
}

div#calendar div.entry span.desc {
	float: left;
	border-left: 1px dotted #ffffff;
	width: 406px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left:8px;
	float: left;
}


div#calendar div.cat1 {
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	color: #362f27;
}
div#calendar div.cat1 span.date {
	border-right: 1px dotted #ffffff;
}
div#calendar div.cat2 {
	background-color: #1eb1c8;
	border: 1px solid #3d9eba;
}
div#calendar div.cat3 {
	background-color: #99cb56;
	border: 1px solid #75b541;
}
div#calendar div.cat4 {
	background-color: #f2a03b;
	border: 1px solid #ee872b;
}

div#calendar div.cat1 span.desc {
	border-left: 1px dotted #b4b4b4;
}
div#calendar div.top span.desc {
	border-left: 1px dotted #8e8e8e;
}

.calline a {
	text-decoration: none;
}

/* Blog page specific */

div.blog div.blogentry {
	margin-bottom: 30px;
	display:block;
}

div.blog p.meta {
	font-style: italic;
}

div.blog div.entrycontent {
	display: block;
}

ul#categories {
	float: left;
	list-style-type: none;	
}
ul#categories li {
	padding-bottom: 2px;
	font-size: 12px;
}

ol#comments {
	float: left;
	clear: both;
	margin-left: 20px;
	list-style-type: none;		
}



ol#comments span.comment-author {
	float: left;
	clear: left;
	font-size: 12px;
}

ol#comments span.comment-date {
	float: left;
	clear: both;
	font-size: 10px;
	padding-bottom: 10px;
	
	
}


div#comments-form textarea#comment {
	width: 500px;
}

div#comments-form input {
	width: 180px;
}

div#comments-form button#sub {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

div#comments-form label {
	font-size: 10px;
}




/* Presse page specific */

div#pressdownloads {
	float: left;
	margin-top: -20px;
	margin-left: 8px;
}

div#pressdownloads img {
	margin-top: 20px;
	padding: 1px;
	border: 1px solid #e6e6e6;
	clear: both;
}

div#pressdownloads td {
	width: 114px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	font-size: 11px;
}
