/*
	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: 450px;
    background: #000 url(../gfx/macsimum_bg_left.jpg) no-repeat;
    float:left;
}

div#right {
    width: 350px;
    height: 450px;
    background: #000 url(../gfx/macsimum_bg_right.jpg) no-repeat;
    float:right;
}

/*
	Navigation
-----------------------*/
div#menu {
    clear: both;
    width: 800px;
    height: 62px;
    /*background: #000 url(../gfx/menu-_right.gif) no-repeat right;
	*/
}

    #menu h4 {
        width: 211px;
        height: 62px;
        background: #000 url(../gfx/macsimum_event_logo.gif) no-repeat;
        text-indent: -9999px;
        float: left;
        margin: 0;
    }
	#menu h4 a {
	text-decoration: none;
	text-indent: -9999px;
	display:block;
	width: 180px;
	height: 62px;
	}
    
    #menu ul {
        width: 569px !important;
        height: 62px;
      /*  background: #000 url(../gfx/menu.gif) repeat-x;
     	*/  
	  float: left;
        margin:0;
        padding:0;
		padding-left:20px;
        text-align: center;
    }
    
    #menu li {
        float: left;
        font-size: 0.9em;
        font-weight: bold;
        margin-left: 20px; /* 10px */
    }
    
    #menu li a {
        color: #45c8f5;
        text-decoration: none;
        width: auto;
        /*display: block;*/
	display: inline;
        height: 62px;
        padding: 9px 5px 0 5px;
    }
    
    #menu li a:hover {
        /*
			background: transparent url(../gfx/menu_on.gif) repeat-x;
       */ 
			color: #fbad18;
    }
    #menu li a.active {
        color: #ffffff;
    }
    
    
    
/*
    Left content
-----------------------*/
div#left-content {
    width: 445px
    width: 450px !important;
    height: 214px;
    border-left: 3px solid #fbad18;
    background: transparent url(../gfx/left3.png) repeat-y;
    margin-top: 183px;
}
    #left-content h1 {
        padding: 20px 0 5px 30px;
    }
    #left-content p {
        padding-left: 30px;
		padding-right: 40px;
        margin-top: 10px;
    }
    #left-content img.kart {margin-left: 100px;}    	

    #left-content a {
	color: #45C8F5;
	text-transform: uppercase;
	text-decoration: none;
	/*text-shadow: 1px 1px 2px #515B5A;*/
    }

    #left-content a:hover {
	text-decoration: underline;
    }

/*
    Right content
-----------------------*/
/* Clock */
div#clock {
    width: 150px;
    height: 50px;
    margin-top: 127px;
}
    #clock p {
        font-size: 10px;
        color: #fbad18;
        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: #45c8f5;
        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: 12px 16px 0px 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: 95px;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;}

table.contactTable{
		font-size:11px;
		color:#fff;
}

.contactTable th{
	width: 120px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}


.contactTable th.phone{
	width: 60px;
	padding-left: 0;
	padding-right: 0;
}

.contactTable th.headtext{
	width: 90px;
}
.contactTable th.brtext{
	width: 220px;
	padding-right: 0;
}

.contactTable td{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

button::-moz-focus-inner { border: 0; }

.button-pane{
	position: relative;
	display: run-in;
	float: left;
}
.navi-button{
	position: relative;
	display: run-in;
	height: 143px;
	width: 10px;
	margin: 0;
	padding: 0;
	border: 0;
}
.left-button{
	float: left;
	background-image: url('/static/gfx/l_orange.png');
}

.left-button:hover{
	background-image: url('/static/gfx/l_blue.png');
}
.right-button{
	float: right;
	background-image: url('/static/gfx/r_orange.png');
}

.right-button:hover{
	background-image: url('/static/gfx/r_blue.png');
}

.reference-carousel-item{
	width: 110px;
	height: 143px;
}


.reference-carousel-item img{
	border-left: 6px solid rgba(82,136,138,0.95);
	border-right: 6px solid rgba(82,136,138,0.95);
	border-top: 11px solid rgba(82,136,138,0.95);
	border-bottom: 11px solid rgba(82,136,138,0.95);
}

#videooverlay{
	background: transparent url('/static/gfx/black_75.png') repeat;

	z-index: 10000;
	position: absolute;
	width: 800px;
	height: 450px;
}

li.reference-carousel-item img {
	cursor: pointer;
}

