body {
	background-color:black; 	/* background:url(./grafikk/logo.jpg) left top no-repeat;	*/
	color: #B6B6B6;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	}

img {
	border:none;
	}

#title {
	text-align:center;
	margin: 25px 0 0 0;
	color: #C6C5C5;
	}

#subtitle {
	text-align:center;
	margin: 0 13% 40px 13%;
	padding: 0 0 0 0;
	color: #C6C5C5;
	}

a {
	color: #AB2F24;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	color: #C4A735;
	text-decoration: none;
	}





/****** Thumbs Galleri ******/

#thumbs_galleri {text-align:center;}
#thumbs {margin-left:79px;}






/****** Single Image - Camera Obscura ******/

#camera_obscura {
	margin-top:	10%;	// 24%;
	margin-left: 83px;
	text-align:center;
	}

#img_and_text {
	margin-top:	-90px;	// -235px;
	}
#img_frame {}
#img_info {
	text-align:center;
	font-size:  16px;
	}
#img_info a {
	color: #AB2F24;
	font-weight: normal;
	text-decoration: none;
	}
#img_info a:hover {
	color: #C4A735;
	text-decoration: none;
	border-bottom: 1px dashed #C4A735;
	}




/****** Galleri Column ******/

#column {
	position:absolute;
	top:0px;
	left:0;
	width:87px;
	border-right: solid 1px #2F2F2F;
	padding-top:20px;
	}

#logo {}
#logo a {text-decoration: none;}
#logo img {
	margin: 0;	
	padding:0;
	border:none;
	}

#back_button a {
	background: url(../img/arrow/pop_back.gif) top left no-repeat;
	border:none; 
	}
#back_button a:hover  {
	background: url(../img/arrow/pop_back_hover.gif) top left no-repeat;
	border:none; 
	}

.close_button {
	height:150px;
	margin:35px 12px 0px 17px;
	text-align:left;
	line-height: 14px;
	display:none;
	}
.close_button img {
	padding:0 0 2px 2px;
	}
.buttons {
	vertical-align:top;
	height:170px;
	margin:15px 0 0px 1px;	
	display:none;
	}
// .buttons td{
	height:35px;
	}
.arrows {
	width:35px;
	}

.copy,
.full {
	margin:0 12px 30px 15px;
	text-align:left;
	line-height: 14px;
	}
.full {margin-top:30px;}

.copy p,
.full p {margin:0;}

.close_button a {
	font-size:11px;
	text-decoration: none;
	color:#2F2F2F;
	}
.copy a,
.full a {
	font-size:10px;
	text-decoration: none;
	color:#2F2F2F;
	}
.close_button a:hover,
.copy a:hover,
.full a:hover {
	color: #6D6D6D;
	font-size:13px;
	text-decoration: none;
	}
//	.close_button img a:hover {padding-top:20px;}

#popup {
	background:#E3DCD0; // #BFB7A2; // #fff;
	color:black;
	}
#popup a {
	font-weight:bold;
	color:#AB2F24;;
	}
#popup a:hover {
	color: #C4A735;
	text-decoration: underline;
	}
