/*  
Theme Name: SH-Arkitekter
Theme URI: http://www.braathe.no/
Description: Tema for Stein Halvorsen AS, designet av Anna S. Såheim.
Version: 1.0
Author: Jesro Christoffer Cena
Author URI: http://www.braathe.no/

*/

body {
	margin: 0;
	padding: 0;
	color: #ccc;
	background-color: #022140;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#header {
	margin-top: 2em;
}

#header h1 {
	color: white;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

#sidebar {
	text-transform: uppercase;
	border-bottom: white 1px solid;
	font-size: 10px;
	/*position: relative;*/
}


#content {
	margin: 0;
	padding: 0;
	/*border-top: white solid 1px;
	border-bottom: white solid 1px;*/
	}
	
#subcats {
	padding: 0;
	margin: 2em 0;
}

#subcats li {
	display: inline;
	margin: .2em 1em .2em 0;
	border-right: 1px #ccc solid;
	padding: 0 1em 0 0;
}


.frontpage {
	height: 450px;
	min-height: 450px;
	background: transparent url('images/sameting.jpg') 100% 100% no-repeat;
}

.bgimage {
	/*height: 450px;*/
	min-height: 450px;
	background: transparent url('images/sameting.jpg') 100% 100% no-repeat;
}

.body {
	padding-bottom: 2em;	
}

#footer {
	clear: both;
	border-top: white solid 1px;
}

#footer * {
	margin: 0;
	padding: 0;
}		


#slogan {
	float: left;
	text-transform: uppercase;
}

#language {
	float: right;
}

h2, .news h3 {
	margin-top: 1em;
	color: #FF6600;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

.bgimage .body { 
	width: 300px;
	font-size: 11px;
}

a:link {
	color: #CCCCCC;
}

a:active {
	color: #FF6600;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #FF6600;
}

#sidebar a {
	text-decoration: none;
}

#content a:link, #content a:active, #content a:visited, #content a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

img {
	border: none;
}

.entrywrapper, /*.imageblock,*/ .imgwrapper, .news {
	width: 100%;
	clear: both;
}

.news {
	border-top: 1px #ccc solid;
}

.entrytext, .pagetext, .news .body {
	float: left;
	width: 350px;
}

.rightimg, .pageimages, .newsimage {
	float: right;
}

.newsimage {
	margin-bottom: 1em;
	margin-top: 1em;
}

.imgwrapper a.odd {
	display: block;
	float: left;
}

.imgwrapper a.even {
	display: block;
	float: right;
}

.imgwrapper img, .rightimg  {
	border: 1px #ccc solid;
	margin: 1em 0;
}
	

/*.imagelist {
	margin: 0 0 1em 1em;
	border: 1px #ccc solid;
}*/

	
.preview {
	margin: 10px 10px 10px 0;
}

.preview img, .pageimages img {
	border: 1px #ccc solid;
	margin-bottom: 1.5em;
}

.previewlist {
	margin-bottom: 1em;
}

div.catnav {
	text-align: right;
	clear: both;
	margin: 1em 0;
	width: 100%;
}

.contacttext table {
	clear: both;
	width: 90%;
}

.contacttext th {
	text-align: left;
}

#subcats li a:link, #subcats li a:visited, #maincat a:link, #maincat a:visited {
	text-decoration: none;
}