/*
	Title:		Umbraco Creative Website Wizard
	Author:		Warren Buckley
	Website:	http://www.creativewebspecialist.co.uk
*/


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
    outline: none;
}


/* 

a[href $=".aspx"] 
{
  padding-left: 12px;
  background: transparent url(/media/haveplan/icon_internal.gif) no-repeat center left;
}
*/
/* External Links */

/*
a[href ^="http://"] {
  padding-left: 16px;
  background: transparent url(/media/haveplan/icon_external.gif) no-repeat center left;
}
a[href *="dendovnehave.dk"], a[href *="haveplan.dk"] {
}
*/


/*
=================================================================================
STICKY FOOTER
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
=================================================================================
*/

html, body
{
   margin:0;
   padding:0;
   height:100%;
   width: 100%;
   font-family: Verdana,'Trebuchet MS','Tahoma','Arial',Helvetica,sans-serif;
   font-size: 12px;
   padding-top: 20px;
}

#container
{
   min-height:100%;
   position:relative;
}

#body
{
   /*padding-bottom:70px;*/   /* Height of the footer */
   padding-bottom: 10px;    /*Height of the footer + additional padding between footer & content */
}

/*
================================
MAIN STYLES
================================
*/

body
{
    background-color:#e5e5e5; /* 191919;*/
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#444;
}

#container
{

}

a
{
    color:#546F72;
    text-decoration:none;
}

a:hover
{
    color:#a05e16;
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:912px;
    padding:2px 0 2px 0;
    margin:0 auto;
}

#header .container
{
    width:912px;
}

    #header h1
    {
        width:114px;
    }
    

#header .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:360px;
}

    .searchBox
    {
        margin:0 0 0 0px;
    }
    
        .searchBox input
        {
            background-color:#fff;
            border:1px solid #515151;
            width:102px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:2px 2px;
            
            color:#666;
            font-size:12px;
        }
        
        .searchBox input:focus
        {
            border:1px solid #619ca7;
        }
        
        .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: 0;
            font-size:12px;
            color:#fff;
    	   text-align:left;

            padding:0 10px 0 3px;
	   background: transparent url(/media/haveplan/search.png) no-repeat center right;

        }

/*
================================
BODY STYLES 
================================
*/
#body
{
    width:912px;
    margin:0 auto;
    /*background-color:red;*/
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:208px;
    margin:0 10px 0 0;
/*    background-color:green; */
}
#subnav
{
    width:208px;
    margin:0 0 0 10px;
/*    background-color:Green; */
}


/*
================================
NAVI STYLES 
================================
*/
/*
#navi li
{
    color:#619ca7;
    font-size:16px;
    background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
}

    #navi li.selected a
    {
        color:#cccccc;
    }

    #navi li a
    {        
        display:block;
        padding:5px 0;
    }
*/
/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
    margin:30px 0 0 0;
}

    .secondaryNav h3
    {
        color:#748F92;
        font-size:16px;
        
        padding:0 0px 5px 0;
        margin:0 0px 10px 0;
        border-bottom: solid 1px #748F92;	
    }
    
    .secondaryNav li
    {
     	list-style-type: none;
    	background-color: #C2D197;
    	color: #FFFFFF;
    	margin: 3px 6px 3px 6px;    
    }
    
    .secondaryNav li.selected a
    {
	background-color: #748F92;
    	text-decoration: none;
    }
    
    .secondaryNav li a
    {
   	display: block;
    	border-right: solid 1px #748F92;
    	border-bottom: solid 1px #748F92;
    	padding: 5px 20px 5px 20px;  
    	color: #FFFFFF;  
    }

    .secondaryNav li a:hover
    {
	background-color: #748F92;
	text-decoration: none;
    }
        
    .secondaryNav ul.events li a em
    {
          color:#FFFFFF;
          font-size:11px;
          display:block;
    }
            
    .secondaryNav li a span
    {
          /* background:url(../media/Assets/arrow_right.gif) no-repeat center right; */
          padding:0 7px 0 0;
     }

/*
================================
CONTENT STYLES 
================================
*/
.content
{
    width:674px;    
    font-size:13px;
    line-height:18px;
/*
                margin-left: auto;
                margin-right: auto;*/
}

    .content p
    {
        margin:0px 0 10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
    .content h1
    {

        font-family:Georgia, Arial, Sans-Serif;
        font-size:18px;
        font-weight:bold;
        color:#748F92;
    }
    
    .content h1 a
        {
            color:#748F92;
        }

    .content h2
    {
        /* font-weight:bold; */
        line-height:20px; 
        font-family: Arial, Verdana, Sans-Serif, Georgia;
        font-size:16px;
        color:#546F72;
/*    	border-bottom: solid 1px #748F92; */
    }
    
    .content h2 a
    {
        color:#666;
    }
        
    h2 strong
    {
        color:#444        
    }

    .content h3
    {
        font-size:14px;
        color:#748F92;
        margin:10px 0 13px 0;
    }
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#666;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    


.content img {
   padding-top: 5px;
}

.content.oneCol
{
    width:550px;
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:342px;
}

.twoCol .col_2
{
    width:322px;
}




/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:630px;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#444;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
    .newsList div h4 a
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:28px;
        font-weight:bold;
        color:#619ca7;
    }
    
    .newsList div h4 a:hover
    {
        color:#000;
    }      

/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#eee;
    border:1px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#000;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#eee;
    border:1px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#000;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #619ca7;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #F49AC1;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border: solid 1px #444;
    background-color: #C2D197;
    color:#444;
    padding:0 7px 0 0;
    margin:10px 0;
}


/*
================================
FOOTER STYLES 
================================
*/

    /*Misc*/
    .rss a
            {
	      color:#c8751a;
            }
    
   .rss a:hover
                {
                    color:#a05e16;
                }
                
     .valid a
            {
                color:#529c46;
            }            

.rss
{
    background:transparent url(../media/haveplan/feed-icon-14x14.png) no-repeat 0px 0px;
    padding: 0px 20px 0px 20px;
}

.valid
{
    background:transparent url(../media/Assets/tick_icon.gif) no-repeat 0 0;
}





/* */
/* Main area */
div#main 
{
    width: 990px;
    background: #FFFFFF;
    border: solid 1px #AAAAAA;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 20px;
}


/* Header */
.header 
{
    width: 100%;
    height: 108px;
}
.logo 
{
     background: url("../media/haveplan/logo.png") no-repeat; 
     width: 75px;    
     height: 108px;
     margin: 10px 10px 10px 25px;
     float:left;
}

.breadcrumb
{        
    padding: 5px 0px 5px 0px;	
    font-size: 11px;
    color: #a1a1a1;
}

.breadcrumb a
{        
}

#headerimage 
{
     height: 108px;
     width: 650px;     
     float: right;    
     background: url("../media/haveplan/top1.jpg") no-repeat right;      
}

/* Menu */
.topmenu
{    
    border-bottom: solid 3px #C2D197;
    background-color: #748F92;
    color: #FFFFFF;
/*    width: auto;*/
    height: 23px;
    padding: 0px 5px 0px 16px;
}

.topmenuitem 
{
    list-style-type: none;
    float: left;    
/*    margin: 3px 6px 3px 6px;    */
}
.topmenuitem a
{
	display: block;
	width: 99%;
	padding: 3px 6px 6px 6px;
    color: #FFFFFF;  
	list-style-type: none;
}
div.topmenuitem a:hover
{
	color: #fff;
	background-color: #C2D197;
    text-decoration: none;
}

/****/

.split 
{
    margin: 1px 4px 1px 4px; 
    float: left;
    text-align: center;
}
/* Footer */
.footer 
{
    border-top: solid 1px #748F92;    
    font-size: 11px;
    color: #444;
    width: auto;    
    margin: 0px 30px 10px 30px;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

/* Content area */
.contentarea 
{
    padding: 15px 15px 15px 15px;
    text-align:justify;
}

/* ROWS STARTS */
.rows  
{
  margin-left:auto;margin-right:auto; 
}
.rows A
{
  display: block;
  text-decoration: none;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-right: 8px;
  border-left: 1px solid #fff; 
  border-right: 1px solid #fff; 
  border-top: 1px solid #fff; 
  border-bottom: 1px solid #fff; 
  width: 100%;
  height: 100%;
}
.rows A:hover
{
  background-color: #eee;
  border: 1px dotted #aaa;
}
.rows A .thumb {
  width: 220px;
 text-align: center;
 
}

.rows A .thumb div
{
   font-family: Verdana, "Trebuchet MS", "Tahoma", "Arial", Helvetica, sans-serif; 
  font-size: 10px; padding-TOP: 5px;
}
.rows A table tr td
{
  vertical-align: top;
}
/* ROWS END */

.small {
  font-size: 10px;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

