/**********************************************************\
*	Description: photographer jonas lindström
*	URI: 
*	Version: 1.0
*	Author: Niklas Hultgren
*	Author URI: http://www.litchi.se
*	Date: 2010-02-09
**********************************************************/
html, body{}
body{
	margin:0;
	padding:0;
	background-color:#000;
}

body.page{ background-color:#fff; }

/**********************************************************
** [ MENU ] **********************************************/
#MenuArea{
	position:absolute; 
	top:40px; 
	left:40px;
}

#MenuItems{
	padding:0 0 24px 0;
	margin:0;
	padding:0;
}

#MenuItems .item{
	float:left;
	width:auto;
}
/*********************************************************/


#ContentArea{
	position:absolute; 
	top:220px; 
	left:40px;
	padding:0 0 20px 0;
}

#ContentArea ul{
	list-style:none;
	margin:0;
	padding:0;
}

#ContentArea ul li{}

.set{
	display:block;
	padding:0 0 28px 0;
}

.set .item{
	width:220px;
	float:left;
	margin-right:6px;
}


.set .item .image{
	font-size:1px;
}


.set .item .text{
	color:#646464;
	padding:4px 0 0 0;
	text-transform:uppercase;
}

#Heading{
	width:600px;
	padding:0 0 16px 0;
}

.navigation{
	float:right;
	width:auto;
	color:#646464;
	text-transform:uppercase;
}


.main-image{
	width:600px;
	float:left;
	margin:0 12px 0 0;
}

.main-image .inner{
	width: 100%; 
	text-align: center; 
}

.thumbs{	
	width:auto;
	float:left;
}


.thumbs .row{
	padding:0 0 8px 0;
}

.thumbs .row .item{
	width:80px;
	float:left;
	margin:0 8px 0 0;
	font-size:1px;
}

#foto{
	float:left;
	width:400px;
	padding:0 10px 0 0;
}

#info{
	float:left;
	width:350px;
}

.movie-wrapper{
	width:600px;	
	margin:0 12px 0 0;
}

.movie-wrapper .inner-movie{} /*dummy */

/* misc */
.clear{
	clear:both;
}
.logo{
	cursor:pointer;
}
img, div { behavior: url(iepngfix.htc) }
