/*
	Author: Thomas Skaflem <ts@macsimum.no>
	Site: macsimum.no
	
	Colors:
	    White: #fff
	    Light red: #e24d4f
	    Red: #912521
	    Grey: #b5b5b9
	    
	Categories:
		- Basic stuff
		- Main wrappers
		- Navigation
		- Left content
		- Right content
		    - Clock
		    - Top-nav
		    - Content
		    	- Content lists
*/
/*
	Basic stuff
-----------------------*/
html, body {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #000;
}

h1, h2, h3, h4, h5, h6, p { color: #fff; }

h1 {
    font-size: 1.1em;
    font-weight: bold;
}
p {
    font-size: 0.7em;
    line-height: 1.35em;
    letter-spacing: 0.5px;
}

/*
    Main wrappers
-----------------------*/
div#wrapper {
    width: 800px;
    height: auto;
    margin: 100px auto;
}

div#left {
    width: 450px;
    height: 426px;
    background: #000 url(../gfx/macsimum_bg_left.jpg) no-repeat;
    float:left;
}

div#right {
    width: 350px;
    height: 426px;
    background: #000 url(../gfx/macsimum_bg_right.jpg) no-repeat;
    float:right;
}

/*
	Navigation
-----------------------*/
div#menu {
    clear: both;
    width: 800px;
    height: 39px;
    background: #000 url(../gfx/menu-_right.gif) no-repeat right;
}

    #menu h4 {
        width: 205px;
        height: 39px;
        background: #000 url(../gfx/macsimum.gif) no-repeat;
        text-indent: -9999px;
        float: left;
        margin: 0;
    }
	#menu h4 a {
	text-decoration: none;
	text-indent: -9999px;
	display:block;
	width: 180px;
	height: 39px;
	}
    
    #menu ul {
        width: 472px;
        height: 39px;
        background: #000 url(../gfx/menu.gif) repeat-x;
        float: left;
        margin:0;
        padding:0;
        text-align: center;
    }
    
    #menu li {
        float: left;
        font-size: 0.9em;
        font-weight: bold;
        margin-left: 25px; /* 10px */
    }
    
    #menu li a {
        color: #912521;
        text-decoration: none;
        width: auto;
        display: block;
        height: 39px;
        padding: 13px 5px 0 5px;
    }
    
    #menu li a:hover {
        background: transparent url(../gfx/menu_on.gif) repeat-x;
        color: #e24d4f;
    }
    #menu li a.active {
        color: #e24d4f;
    }
    
    
    
/*
    Left content
-----------------------*/
div#left-content {
    width: 450px;
    height: 214px;
    border-left: 3px solid #e24d4f;
    background: transparent url(../gfx/left.png) repeat;
    margin-top: 183px;
}
    #left-content h1 {
        padding: 30px 0 0 30px;
    }
    #left-content p {
        padding-left: 30px;
        margin-top: 20px;
    }
    #left-content img.kart {margin-left: 100px;}    	
/*
    Right content
-----------------------*/
/* Clock */
div#clock {
    width: 150px;
    height: 50px;
    margin-top: 127px;
}
    #clock p {
        font-size: 10px;
        color: #e24d4f;
        font-family: "Andale Mono", "Lucida Console";
        letter-spacing: 0.3px;
    }
        #clock p.time {
            text-align: right;
            margin-right: -1px;
            /*margin-top: -1px;*/
            letter-spacing: 0;
        }
        #clock p.title {
            text-align: left;
            margin-top: 6px;
            margin-left: 17px;
            text-transform: uppercase;
        }
        
/* Top-nav */
div#right-top-content {
    width: 350px;
    height: 71px;
    background: transparent url(../gfx/right_1.png);
    margin-top: 6px;
}
    #right-top-content ul.left {
        float: left;
        padding: 12px 0 0 16px;
    }
    
    #right-top-content ul.right {
        float: right;
        text-align: right;
        color: #b5b5b9;
        padding: 12px 16px 0 0;
    }
    
    #right-top-content li {
        font-size: 0.65em;
        font-weight: 200;
        margin: 4px 0;
        text-transform: uppercase;
        font-family: "Andale Mono", "Lucida Console";
        letter-spacing: 0.5px;
    }
    
    #right-top-content a {
        color: #e24d4f;
        text-decoration: none;
    }
    
    #right-top-content a:hover {
        text-decoration: underline;
    }
    
    #right-top-content a.active {
        color: #fff;
    }

/* Content */
#right-content {
    width: 350px;
    height: 143px;
}
	div.content-bg {background: transparent url(../gfx/right_2.png);}
	div.list-bg {background: transparent url(../gfx/list_bg.gif);}
	div.kontakt {background: transparent url(../gfx/pages/kontakt.jpg);}
	div.internett {background: transparent url(../gfx/pages/internett.jpg);}
	div.reklame {background: transparent url(../gfx/pages/reklame.jpg);}
	div.om-oss {background: transparent url(../gfx/pages/om-oss.jpg);}
	div.event {background: transparent url(../gfx/pages/event.jpg);}

    #right-content p {
        margin:0;
        padding: 40px 16px;
    }
    
    /* Content lists */
    #right-content dl {
    	width: 350px;
    	font-size: 11px;
    	list-style: none;
    	padding-left: 16px;
    	color: #fff;
    }
    
    	#right-content dt, 
    	#right-content dd {display:block;float:left;}

  		#right-content dt {width: 110px;height:20px;}
  		#right-content dd {width: 80px;height:20px;}

    	#right-content dl .heading {
			font-weight: bold;
			height: 22px;
			margin-top:6px;
    	}

#map p {
color: #000;
}
#poster{position:relative;top:180px;left:66px;}
#gazelle{position:relative;top:-505px;right:-610px;}
