@charset "utf-8";
/* ----------------------------------------------
	Author: 			Mari Oshaug
	Author email:	 	post@oshaugdesign.no
 ------------------------------------------------ */


/* ----------------------------------------------
	General style
------------------------------------------------ */
body {
	background-color:#000;
	padding:0px;
	color:#666;
	font-size: 11px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	padding: 20px 0 0;
	font:normal 30px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color:#464646;
}

h6 {
	padding-left:10px;
	padding-top:25px;
	font:normal 30px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color:#464646;
}

h3 a{color:#FC3; font-size:25px; }
h3 a:hover{color:#fff; font-size:25px;}
h3 {margin-top:30px;
	font-size:18px;
}

p {
	font-size:12px;
}

a {
	color:#f4f4f4;
	text-decoration:none;
}

.error { 
	border:1px solid #171717;
	color:#171717;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 8px 0;
	background:#FC3;
}

.success { 
	border:1px solid #0c9543;
	color:#0c9543;
	padding-top: 12px;
	margin: 8px 0;
	background:#e5f6ec;
}
.align_center {
	text-align:center;
}


/* ----------------------------------------------
	forms
------------------------------------------------ */
form {
	width: 300px;
	
	
	
}
	label {
		display:none;
		font-weight:bold;
		text-indent:-9999px;
		
	}
	input, textarea, select {
		padding: 3px;
		margin:7px 0;
		border:1px solid #282828;
		background:#282828;
		width:300px;
		color:#c9c9c9;
		display:block;
		
	}
		input:hover, textarea:hover, select:hover {
			border:1px solid #171717;
		}
		input:focus, textarea:focus, select:focus {
			border:1px solid #171717;
		}
	#submit {
		float:right;
		width:auto;
		margin-right:10px;
	}


/* ----------------------------------------------
	structure
------------------------------------------------ */
#top {
	height:70px;
	color:#000;
	
}
#logo {
	background: url(../img/bg_body.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	width:990px;
	height:431px;	
}

#nav {
	border-bottom: 5px solid #171717;
	padding-bottom:5px;
	margin-bottom:35px;
	margin-top:260px;
	font: bold 13px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	}

	#nav li {
		list-style:none;
		float:right;
		color:#fff;
		margin:0px;
		padding:10px;
	}
		#nav a:hover {
			color:#FC3;		}
		
.gallery_cover {
	margin-bottom:20px;
	
}
.gallery_cover img {
	width:300px;
	height:191px;
	margin-right:20px;
}
.gallery_cover h3 {
	line-height:16px;
	text-align:left;
	position:absolute;
	bottom:1px;
	left:2px;
	margin:0;
	padding:15px;
	background:#000;
	width:266px;
	z-index:101;
	cursor:pointer;
}

.gallery_item {
	margin-bottom:20px;
	height:140px;
	position:relative;
}
.gallery_item img {
	width:140px;
	height:140px;
}
.gallery_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	border:2px solid #000;
}
	.gallery_item .gallery_overlay {
		width:136px;
		height:136px;
	}

	.gallery_cover .gallery_overlay {
		width:297px;
		height:189px;
	}

.gallery_detail {
	text-align:center;
}
	.gallery_detail img {
		border: 6px solid #171717;
	}
	
.img_description h2 {
	text-align:right;
}
.img_description p {
	padding: 0 15px;
	color:#FC3;
}
	
.pagination {
	padding: 10px 0;
	font-size:14px;
}


.page_image, .page_content{
	margin-top:60px;
}

	.page_content form, .page_content p, .page_content h3, .page_content h2 {
		padding-left:15px;
	}
	


#footer {
	border-top: 5px solid #171717;
	text-align:center;
	color:#333;
	margin-top:20px;
	padding: 10px 0 0;
	background-image: url(../img/od_logo.png);
	background-repeat:no-repeat;

}
#footer a{
	margin-top:10px;
	color:#333;
	}
	
#footer a:hover{
	margin-top:10px;
	color:#FC3;
	}
