/* CSS Document */

body {
	background-color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	margin-bottom: 2em;
	padding:0;
	color: #000;
	line-height: 1.6;
	}

.content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
	}


a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #b29d07;
	font-weight:bold;
	}

a:hover {
	text-decoration: underline;
	color: #b29d07;
	}
	
img{
	border: 0;
	}
	
.container{
	width: 100%;
	}

#logo{
	clear: both;
	}

.top {
	background: #353535 url(images/topbg.png) no-repeat;
	background-position: 70% 50%;
	}

.top ul, .top li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.top li {
/*	border-right: solid 1px #fff; */
	float: left;
	width: 73px;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	}
	
.top a {
	color: #FFF!important;
	}
	

	
	
.top ul{
/*	border-left: solid 1px #FFF;  */
	float: right;
	}

	
li.active{
	background-color: #444884;
	color: #000!important;
	}

.active a{
	color: #000!important;
	}

	
	
.top img{
	padding-top: 2em;
	padding-bottom: 2em;
	}

	
	
.banner, .banner_line {
	background-color: #444884;
	}

.banner{
	height: 80px;
	}

.banner_line{
	height: 70px;
	}


#banner{
	
	}

.banner	h1 {
	color: #000;
	font-size: 140%;
	margin: 0;
	padding: 0;
	padding-top: 2.5em;
	}
	
.start{
	padding-top: 2em;
	font-size: 110%
	}
	


.center_col{
	padding-left: 50px;
	padding-right: 290px;
	}
	
.center_col_2{
	padding-left: 50px;
	}	

.right_col{
	float: right;
	width: 260px;
	}


h1{
	font-size: 160%;
	margin-bottom: 0;
	padding-bottom: 0;
	}

h2{
	font-size: 120%;
	margin-bottom: 0;
	padding-bottom: 0;
	}

h3{
	font-size: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	}

p {
	margin-top: 0;
	padding-top: 0;
	}
	

.right_col h1, .right_col h2{
	font-size: 100%;
	margin: 0;
	}

.right_col h1 {
	font-size: 140%;
	color: #000;
	}


code {
	font-size: 125%;
	}

.marked {
	background-color: #ffe84e;
}


table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	}

td {
	padding: 1em;
	vertical-align: top;
	}



.gallery_img img{
	margin-bottom: 0.3em;
	}

.gallery_img{
	width:           210px;
	height:          210px;
	text-align:      center;
	background-color:#eee;
	padding: 1px;
	padding-top: 5px;
	margin-right:  0; 
	margin-bottom: 10px;
	float:left;
	}




.clearboth {
	clear: both;
}

#current_projects .current_projects_h1{
	background: #e4c600; 
	padding: .5em 0 .5em 1em;
	}


.current_projects_top, .current_projects_content{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;

	}


#current_projects .current_projects_top, #current_projects .current_projects_content{
	background: #DCDCDC; 
	padding: 1em; 
	border-bottom: 1px solid #ccc;
	}
#current_projects .hidden{
	display:none;
	}


#current_projects .current_projects_content{
	background: #DCDCDC; 
	}


.current_projects_top img, .current_projects_content img{
	padding-left: .6em;
	}
	
.current_projects_top span, .current_projects_content span{
	float: right;
	}

hr {
	border:0;
	border-bottom: dashed 1px #333;
	height:1px;
	}


.current_projects_content h2, .current_projects_top h2{
	font-size: 140%;
	}

#current_projects h2{
	font-size: 100%;
	}

.story_img img{
	padding: 1em;
	margin: 1em;
	border: #CCC solid 1px;
	margin-right: 0;
	margin-top: 0;
	float:right;
	}

#iconbar {
	padding: 2em 0 0 0;
	clear: both;
	float: right;
	}

#iconbar a img {
	margin: 0 5px 10px 0;
	border: 0;
	padding: 0;
	}


/* Tutorial spesific */

#tut h2{
	background-color:#eee;
	margin-bottom: 1em;
	padding: .5em 0;
	}
	
.nr{
	background: #e4c600;
	color: #353535;
	width: 3em;
	float:left;
	margin-right: 1em;
	text-align:center;
	padding: .5em 0;
	margin-top: -0.5em;
	}

.img_ref{
	display:block;
	font-weight:bold;
	padding-bottom: 1em;
}

  
pre, samp{
	font-size: 120%;
	background:#eee;
	border: 1px dashed #ccc;
	padding: 0 1em;
}


 
pre{
	display:block;
	padding: 1em;
	margin: 1em 0;
}


