/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
hr {
	color: #fff; 
	background-color: #fff; 
	border: 2px dotted #86c243; 
	border-style: none none dotted;
	padding-top:5px;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.mainWrapper {
	width:906px; /*881->906*/
	border-right:2px solid #da802a;
	margin:0px auto;
	padding-right:1px;
}
.headerWrapper {
	padding-right:11px;
}
.header {
	background: url(images/header_bg.jpg) no-repeat top left; /*right->left*/
	height:175px;       
	position:relative;
	width:545px;
	float:left;
}
.header a.logo {
	background:url(images/logo.jpg) no-repeat top left;
	height:175px;
	width:545px;
	display:block;
	position:absolute; top:0px; left:0px;
}
.newHeaderMenu{
	background: url(images/header_bg.jpg) no-repeat top left;
	height:175px;
	width:348px;
	position:relative;
	float:left;
}
.headerWrapper .headerMenu {
    margin-top: 5px;
    text-align: right;
    position: relative;
    width: 100%;
    clear: both;
    padding-top: 5px;
}
.headerMenu a {
	text-decoration:none;
	color:#000;
	line-height:20px;
}
.headerMenu form {
	display:inline;
	margin-left:5px;
}
.headerMenu input#searchText {
	height:15px;
	background:#d1e5b5;
	border:1px solid #a7a6aa;
	width:82px;
}
.contentWrapper {
	background:url(images/content_bg.jpg) repeat-y top left;
}
.leftSide {
	width:175px;
	float:left;
}
ul.mainMenu li {
	margin-top:2px;
	margin-bottom:0px;
}
ul.mainMenu li ul {
	margin-top:2px;
}
ul.mainMenu li ul li {
	margin-top:0px;
	border-bottom:none;
}
ul.mainMenu a {
	line-height:21px;
	display:block;
	background:#86c243;
	color:#000;
	height:21px;
}
ul.mainMenu a:hover {
	background:#da802a;
}
ul.mainMenu li.current_page_item a, ul.mainMenu li.current_page_parent a {
	background:#da802a;
}
ul.mainMenu a span.bullet {
	width:12px;
	height:21px;
	display:block;
	background:#da802a;
	float:left;
	border-right:2px solid #fff;
	margin-right:10px
}
ul.mainMenu ul {
	display:none;
}
ul.mainMenu ul.blogCategories {
	display:block;
}
ul.mainMenu li.current_page_item a span.bullet, ul.mainMenu li.current_page_parent a span.bullet {
	background:#86c243;
}
ul.mainMenu li.current_page_item ul {
	display:block;
}
ul.mainMenu li.current_page_parent ul {
	display:block;
}
ul.mainMenu a:hover span.bullet {
	background:#86c243;
}
ul.mainMenu ul {
	margin-left:14px;
}
ul.mainMenu ul a {
	padding-left:10px;
	background:#da802a;
}
ul.mainMenu ul a:hover {
	background:#86c243;
}
ul.mainMenu ul a span.bullet {
	display:none;
}
ul.mainMenu ul li.current-cat a {background:#86c243; !important}

.rightSide {
	float:left;
	width:685px;
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
	background:url(images/rightSide_bg.jpg) repeat-y top right;
}
.rightSide p {
	margin:0px 0px 10px 0px;
}
.rightSide .content {
	width:517px;
	float:left;
}
.rightSide .sideBar {
	float:left;
	width:155px;
	padding-left:10px;
}

.rightSide .sideBar ul {
    Width: 181px;
}
.sideBar li {
	padding-right:10px;
	border-bottom:2px dotted #86c243;
	padding-top:5px;
	padding-bottom:5px;
}
.sideBar li .title {
	font-size:24px;
	color:#da802a;
	font-weight:bold;
}
.sideBar li h2 {
	margin:0px;
	font-size:12px;
}
.sideBar li .date {
	font-style:italic;
	margin-bottom:5px;
	font-size:11px;
}
.sideBar li a.readMore {
	float:right;
	font-size:11px;
	color:#000;
}
.sideBar li a.readMore:hover {
	text-decoration:underline;
}
.AdvancedText .newspane {
    height: 66px;
}
.rightSide .rightFooter {
	background:url(images/rightFooter.jpg) no-repeat top right;
	height:99px;
	width:711px;
	border-top:10px solid #fff;
	position:relative;
}
.rightFooter .contact {
	position:absolute; top:75px; left:10px;
}
.content h1 {
	margin:10px 0px 0px 0px;
	color:#da802a;
	font-size:30px;
}
.frontPageText {
	margin:0px 0px 0px 0px;
	color:#000; /*color:#da802a;*/
	font-size:20px;
}
.content h2 {
	margin:10px 0px 0px 0px;
	color:#da802a;
	font-size:15px;
}
.content h2 a {
	color:#da802a;
	font-size:15px;
	text-decoration:none;
}
h2.homepageTitle {
	color:#da802a;
	font-size:30px;
}
.content a.read_more {
	float:right;
	margin-right:20px;
	margin-top:-10px;
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.content a.read_more:hover {
	text-decoration:underline;
}
.helplist ul {
    list-style: disc;
    margin-left: 15px;
    /*list-style-image: url(images/helpbullet.png);*/
}
.helplist ul li {
    margin-bottom: 10px;
}
.rightFooter .contact a {
	color:#000;
}
.rightFooter .contact a:hover {
	text-decoration:underline;
}
.content a {
	text-decoration:underline;
	color:#000;
}
.alignright {
	float:right;
	margin-left:5px;
}
.alignleft {
	float:left;
	margin-right:5px;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
}
.largeClear {
	clear:both;
	height:5px;
	line-height:5px;
}

/* 
-----------------------------------------
Facebook box
-----------------------------------------
*/
.fb-box{
    clear: both;
    height: 110px;
    margin-top: 10px;
    border-top: 2px dotted #86C243;
    padding-top: 10px;
}
#fb-root{
	float:left;
}
.ozlem-fb-box{
	width:363px;
	height:100px;
	padding:0;
	float:left;
	border:1px solid #ccc;
	overflow:auto;
}
.fb-icon-vertical{
	float:left;
}
.helppane{
	float:left;
	width:184px;
	margin-left:4px;
}
/* 
-----------------------------------------
Searchbox
-----------------------------------------
*/
.searchbox {
    margin: 6px 1px 6px 0px;
    border-bottom: 2px dotted #86C243;
    padding: 0 4px 6px 13px;
}
input#searchText {
    background: none repeat scroll 0 0 #D1E5B5;
    border: 1px solid #A7A6AA;
    height: 15px;
    width: 82px;
}
.searchbox a {
    color: #000000;
    line-height: 20px;
    text-decoration: none;
}

/*
-----------------------------------------
Indsat af Storm
----------------------------------------- 
*/
.latest-content_wrapper{
	width:517px; 
	float:left;
}
.latest-post{
	position:relative; 
	float:left;
}
.latest-post img {
    float: left;
    margin-right: 10px;
}
.latest-post-wrap{
	float:left; 
	margin-right:7px;
    margin-bottom:5px;
	border-bottom:2px dotted #86c243;
    padding-right:5px;
    padding-bottom: 5px;
}
.latest-post-wrap_end{
	margin-bottom:5px;
}
.latest-post-wrap_2_line{
	margin-right:7px;
    margin-bottom:5px;
	border-right:2px dotted #86c243;
	border-top:2px dotted #86c243;
	padding-right:5px;
}
.latest-post-wrap_2_end{
	margin-bottom:5px;
	border-top:2px dotted #86c243;
}
.latest-title h2{	
	text-transform:none; 
	padding-bottom:0;
	border-bottom:0;
	color:#da802a;
	font-size:15px;
	margin:0; /**/
}
.latest-title h2 a{
	color:#da802a; 
	text-decoration:none;
	font-size:15px;
}
.latest-title h2 a:hover{
	color:#da802a;
        font-size:15px;
}
.latest-title{
	background:#fff; 
	display:block;
	bottom:0;
}
.latest-content{
	position:relative; 
}
.latest-content p{ 
	margin-top:3px; /*margin-top:8px;*/ 
	text-align:left;
}
.latest-post a.readMore {
	position:absolute;
	font-size:11px;
	color:#000;
}

/*Facebook hack*/
.pts .fan_box .connect_top {
    padding: 5px 0px 8px 5px !important;
}
#stream_content {
    background: #ccc ;
    height: 156px;
    width: 163px;
}
