/*
	Author: Thomas Skaflem <ts@macsimum.no>
	Site: friluftsarrangement.no
	
	Colors:
		grey: #9e9492		
		
	Categories:
		- Basic stuff
		- Navigation
		- Content
*/
@import 'reset.css';

/*
	Basic stuff
-----------------------*/
html, body {
	font-family: Arial;
	background: #d2c89e url(../gfx/bg.jpg) repeat-y left;
	height: 100%;
}

h1.logo {
    width: 250px;
    height: 100px;
    background: #d2c89e url(../gfx/logo.jpg) no-repeat;
    text-indent: -9999px;
    margin: 20px 0 0 165px;
}

div#wraper {
    width: 700px;
    height: auto;
    margin-top: 10px;
    margin-left: 170px;
    border-top: 1px solid #333333;
}

div#left {float: left; width: 450px;}
div#right {
    float: right; 
    width: 250px;
    text-align: right;
}

div#footer {
    clear:both;
    width:700px;
    margin-left: 170px;
    padding: 50px 0;
}
/*
    Navigation
-----------------------*/
ul#menu {
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
    ul#menu li {
        display: inline;
        margin-right: 5px;
    }
    
    /*ul#menu li a {color: #991a19;}*/
    ul#menu li a {color: #cc071e;}
    ul#menu li a:hover {color: #003882;text-decoration:none;}
    
/*
    Content
-----------------------*/
#left h1 {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 20px;
	color: #003882;
   	margin-bottom: -10px;	
} 
    #left h1.top {margin-top: 5px;}

#left p, p.normal {
    font-size: 13px;
    margin-top: 15px;
    word-spacing: 0.2em;
    line-height: 1.1em;
	color: #3b2e13;
}
p.normal {font-size:12px;}
#left label {
    font-size: 12px;
    display: block;
	color: #3b2e13;
	margin-top: 5px;
}


#left input.submit {display:block;}

#footer span {
    font-size: 12px;
    word-spacing: 0.2em;
    border-top: 1px solid #333333;
    text-align: center;
    padding-top: 10px;
    display: block;
}
    #footer p.footer {
        word-spacing: 0.15em;
        border:none;
        font-size: 11px;
        line-height: 1.2em;
    }

#mySlideshow {
    width: 230px !important;
    height: 300px !important;
    border: 1px solid #6a6a6a !important;
	float: right;
}
