/*
Theme Name: Patrik Forsberg
Theme URI: http://patrikforsberg.com
Description: Patrik patrik patrik
Version: 1.6
Author: Kalle Lundgren
Author URI: http://netzorz.se
Tags: blue, custom header, fixed width, two columns, widgets


*/


@charset "UTF-8";
/* CSS Document */


/*    P A T R I K   F O R S B E R G 
      
	   
design:
Theresa Flodman (www.theresaflodman.se)
Joanna Salo
Joanna Schmidt (www.joannaschmidt.se)

programming:
Joanna Schmidt (www.joannaschmidt.se)
			
			
			 
*/




* {
	margin:0;
	padding:0;
	border:none;
}

body {
font-family:"Trebuchet MS", Arial, Tahoma, sans-serif;
font-size:76%;
background-color:000;
background-image:url(img/dirtbg2.jpg);
background-repeat:none;
background-position:50% 0%;
}

#wrap{
	margin:auto;
	width:100%;}

#header{
	text-align:center;
	}
	
#menybg{
	margin-top:20px;
	padding:5px 0;
	width:100%;
	background-color:#000;
	color:#fff;
}

#meny{
	width:503px;
	height:17px;
	margin:auto;
}

#content{
	overflow:auto;
	margin:auto;
	margin-top:25px;
	padding:10px 0 0 10px;
	color:#fff;
	width:655px;
	clear:both;
	background-color:#000;
	}
	

#innercontent1 {
	width:320px;
	float:left;
	margin-right:15px;
}

#innercontent2 {
		width:320px;
		float:left;
}

	
#galleri{
	width:655px;
}

#bild{
	float:left;
	width:121px;
	margin:0 10px 10px 0;
	opacity: 0.6; 
	filter: alpha(opacity=50);
}

#bild:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

#galleri img {
	width:121px;
	height:121px;
}

#bildinfo{
	padding:5px;
	height:43px;
	width:111px;
	margin:0 10px 0 0;
	background-color:#fff;
	color:#000;
}

#footer{
	clear:both;
	padding:20px 10px 10px 10px;
	height:20px;
	color:#fff;
	text-align:center;
	}


/*--------------formatering ------------------*/

p {
	font-size:0.96em;
	clear:left;
}

a {
	text-decoration:none;
	color:#666;
}

h1 {
	font-size:1em;
	font-weight:bold;
}


/*--- KLASSER --- */

.logo{
	margin-top:20px;
}

.bold{
	font-weight:bold;
}

.kursiv {
	font-style:italic;
}

.grejs{
	color:#999;
}

.rubrik {
	margin-left:-2px;
	margin-bottom:5px;
	}
	
.tillbaka {
	margin-bottom:5px;
}
	
.copy {
	font-size:0.92em;
}

.patrik {
	clear:both;
	margin-top:-50px;
	margin-left:-10px;
}
	
	
	
/*----------- MENYN ---------------*/
#m_nyheter{
	
	float:left;
	width:55px;
	height:18px;
	background-image:url(img/meny/nyheter0.jpg);
	background-repeat:no-repeat;
	margin-right:27px;
	}
	
	#m_nyheter:hover{
	background-image:url(img/meny/nyheter1.jpg);
	}
	
#m_portfolio{
	float:left;
	width:67px;
	height:18px;
	background-image:url(img/meny/portfolio0.jpg);
	background-repeat:no-repeat;
	margin-right:27px;
	}
	
	#m_portfolio:hover{
	background-image:url(img/meny/portfolio1.jpg);
	}
	
#m_live{
	float:left;
	width:27px;
	height:18px;
	background-image:url(img/meny/live0.jpg);
	background-repeat:no-repeat;
	margin-right:27px;
	}
	
	#m_live:hover{
	background-image:url(img/meny/live1.jpg);
	}
	
#m_studio{
	float:left;
	width:42px;
	height:18px;
	background-image:url(img/meny/studio0.jpg);
	background-repeat:no-repeat;
	margin-right:27px;
	}
	
	#m_studio:hover{
	background-image:url(img/meny/studio1.jpg);
	}
	
#m_produkter{
	float:left;
	width:67px;
	height:18px;
	background-image:url(img/meny/produkter0.jpg);
	background-repeat:no-repeat;
	margin-right:27px;
	}
	
	#m_produkter:hover{
	background-image:url(img/meny/produkter1.jpg);
	}
	
#m_ovrigt{
	float:left;
	width:43px;
	height:18px;
	background-image:url(img/meny/ovrigt0.jpg);
	background-repeat:no-repeat;
	margin-right:27px;
	}
	
	#m_ovrigt:hover{
	background-image:url(img/meny/ovrigt1.jpg);
	}
	
#m_info{
	float:left;
	width:29px;
	height:18px;
	background-image:url(img/meny/info0.jpg);
	background-repeat:no-repeat;
	margin-right:0;
	}
	
	#m_info:hover{
	background-image:url(img/meny/info1.jpg);
	}
	
#nyheter #m_nyheter{background-image:url(img/meny/nyheter1.jpg)}
#portfolio #m_portfolio{background-image:url(img/meny/portfolio1.jpg)}
#live #m_live{background-image:url(img/meny/live1.jpg)}
#studio #m_studio{background-image:url(img/meny/studio1.jpg)}
#produkter #m_produkter{background-image:url(img/meny/produkter1.jpg)}
#ovrigt #m_ovrigt{background-image:url(img/meny/ovrigt1.jpg)}
#info #m_info{background-image:url(img/meny/info1.jpg)}

	
/*--------------------------------------------------------*/

/* ----------- SLIDESHOW -------*/
#imageSlideshowHolder{

		width:645px;
		height:300px;
		
		background-color:#000;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:645px;
		height:300px;
		background-color:#000;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}
	
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
		position:absolute;
		color:#FFFFFF;
		padding:10px;
		right:5px;
		bottom:5px;
		z-index:100;
		/*height:200px;*/
		background-color:#000;
		font-size:0.96em;
		}
	.imageInGallery_DESC h1{
		color:#999;
		font-weight:100;
		font-size:1.2em;
		margin:0px;
		padding:0px 0px 5px 0px;
		}
		

/*-------------- LIGHTBOX -----------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000; width: 250px; height: 250px; margin:0 auto; }
#imageContainer{ padding:2px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/lightbox/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 0.92em "Trebuchet MS", Arial, Tahoma, sans-serif; color:#fff; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 2px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight:normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding:0.5em;	}			
#imageData #bottomNavClose{ width: 45px; float: right; margin:0.5em; outline: none; background-image:url(img/lightbox/closelabel.gif); height:22px;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }






/* -------------------- FORMULÄR ------------------------*/
#form_gb fieldset{
border:none;
}


#flt_button {
	padding: 12px 0 0 0;
}

.form {
	border: 1px dotted #b8d8eb;
	background-color:#fff;
	margin:3px 0 9px 0;
	font-family:"Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size:1em;
}


/*** wordpress null ***/

.entry p {
	margin: 0px;
	padding: 0px;
}

.post {
	padding: 0px;
	margin: 0px;

}
