/* ================================ +
   			   LIEVESTRO
 + ================================ */



/* 
** Made by: Thomas Lievestro
** Email:	info@lievestro.com
** Website:	www.lievestro.com
*/



/* ================================ +
               STANDARDS 
+  ================================ */

/* start RESET DEFAULT styles */
*{ 
	margin:					0;
	padding:				0; 
	border: 				0;
}

*:focus { 
	outline: 				0; 
}

html {
	background: 			#000000;
}

body { 
	font-family: 			helvetica, verdana,  sans-serif;
	font-size:				12px;
	line-height:			17px;
	color: 					#000000;
}
	
img { 
	border:					0px; 
}	

ul { 
	list-style:				none; 
	white-space: 			nowrap; 
}

li a {
	height:					1%; /* geen whitespace tussen link list items */
}

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

a:hover{ 
	text-decoration:		underline; 
	color:					#cccccc;
}

a img {
	border: 				0px;	
}

.clear {
	clear:					both;
}

p {
	margin-bottom:			12px;
}

address{
	font-style:				normal;
}

textarea {	
	overflow:				auto;
}

/* end RESET DEFAULT styles */



/* ================================ +
             GLOBAL LAYOUT
+  ================================ */

#wrapper {	
	width:					950px;
	margin-left:			auto;
	margin-right:			auto;
	padding-bottom:			100px;
}

#header {
	width:					100%;
	height:					;
	margin:					0 0 0 2px;
	overflow:				hidden;
}

#logo{
	position:				relative;
	display:				block;
	width:					235px;
	height:					72px;
	margin:					80px 0 80px 0;
	background:				url('../images/logo.png') no-repeat;	
	z-index:				200;
}

#nav {
	position:				absolute;
	width:					150px;
	top:					15px;
	margin-left:			796px;
	text-align:				right;
	color:					#ffffff;
	z-index:				200;	
}

#info {
	width:					660px;
	margin:					0 0 70px 2px;
	height:					70px;	
	color:					#ffffff;
	font-size:				13px;
	overflow:				hidden;
}

#info p {
	margin-bottom:			0px;
}
	
#info #partners p {
	margin-bottom:			12px;
}

.more {
	margin-top:				10px;
	color:					#00a5e3;
}

.more:hover {
	color:					#00a5e3;
}

#info h2 {
	margin:					0 0 3px -1px;
	font-size:				20px;
	color:					#00a5e3;
}

#partners {
	margin:					70px 0 0 0;
}

#partners a {
	color:					#00a5e3;
}

#partners a:hover {
	color:					#00a5e3;
}

#portfolio_items {
	width:					948px;
	margin-left:			2px;
	
}

	

.portfolio_item {
	width:					235px;
	height:					150px;
	float:					left;	
	border-right:			2px solid #000000;
	border-bottom:			2px solid #000000;
	cursor:					pointer;
}

.portfolio_item_img {
	position:				absolute;
	width:					235px;
	height:					159px;
	background:				url('../images/bg_thumbs.png') no-repeat  center top;
	z-index:				2;
}

.portfolio_item_img img {
	width:					235px;
	height:					150px;
}


.portfolio_item_content {
	position:				absolute;
	width:					225px;
	height:					85px;
	padding:				65px 0 0 10px;
	background:				#333333;
	z-index:				1;
}

.portfolio_item_content h2 {
	margin-bottom:			6px;
	font-size:				15px;
	line-height:			18px;
	color:					#00a5e3;
}

.portfolio_item_content h2 a,
.portfolio_item_content h2 a:hover {
	color:					#00a5e3;
	text-decoration:		none;
}

.portfolio_item_content h3 {
	font-size:				12px;
	line-height:			14px;
	color:					#ffffff;
}

#footer {
	width:					100%;
	height:					150px;
	margin-top:				140px;	
	border-top:				10px solid #333333;
	background:				#555555;
}

#footer_inner {
	width:					948px;
	margin:					20px auto 0 auto;
}

#copyright {
	width:					472px;
	margin-left:			2px;
	float:					left;
	color:					#333333;
}

#contact {
	width:					474px;
	float:					left;	
}

#contact h3 {
	font-size:				16px;
	color:					#00a5e3;
}

#contact a {
	color:					#000000;
}

#footer2 {
	width:					948px;
	margin:					60px auto;
	color:					#ffffff;
	font-size:				12px;
}

#footer2 h3 {
	font-size:				16px;
	color:					#00a5e3;
	display:				inline;
}





#contact_item {
	width:					235px;
	height:					150px;
	float:					left;	
	border-right:			2px solid #000000;
	border-bottom:			2px solid #000000;
}

.contact_details {
	position:				absolute;
	width:					215px;
	height:					120px;
	padding:				20px 10px 10px 10px;
	background:				#000000;
	color:					#ffffff;
	z-index:				2;
}

.columnleft {
	text-align:				right;	
	padding-right:			5px;
	color:					#00a5e3;
	font-weight:			normal;
}

.contact_details h3 {
	font-size:				16px;
	color:					#00a5e3;
	display:				inline;
}

.contact_eastern_egg {
	position:				absolute;
	width:					225px;
	height:					85px;
	padding:				65px 0 0 10px;
	background:				#333333;
	z-index:				1;
	color:					#ffffff;
}


/* ================================ +
            
+  ================================ */









/* LIGHTBOX */

#overlay_bg_container {
	display:				none;
	position:				fixed;
	top:					0;
	left:					0;
	width:					100%;
	height:					100%;
	z-index:				100;
 
}

#overlay_bg {
	width:					100%;
	height:					100%;
	top:					0;
	left:					0;
	background:				#000000;
	z-index:				101;
	filter:					alpha(opacity=90);
	opacity:				0.90;
}

#overlay_portfoliodetail {
  	position:     			absolute;
	top:					272px;
	width:					946px;
	margin-left:			2px;
	z-index:				102;
	display:				none;
}

#portfoliodetail_content {
	width:					215px;
	height:					505px;
	padding:				10px;
	background:				#ffffff;
	float:					left;
	overflow:				hidden;
}

#portfoliodetail_content h1 {
	margin-bottom:			5px;
	font-size:				18px;
	line-height:			22px;
	color:					#00a5e3;
	font-weight:			normal;
}

#portfoliodetail_content h2 {
	font-size:				13px;
	color:					#333333;
}

#portfoliodetail_content h2 span {
	font-weight:			normal;
}

#portfoliodetail_content p{
	font-size:				12px;
	color:					#333333;
}

#portfoliodetail_content a { 
	text-decoration:		none; 
	color:					#00a5e3;
}

#portfoliodetail_content a:hover{ 
	text-decoration:		underline; 
	color:					#00a5e3;
}

#portfoliodetail_thumbs {
	width:					116px;
	height:					500px;
	margin:					0px 2px;	
	float:					left;
}

.portfoliodetail_thumb {
	display:				block;
	width:					80px;
	height:					55px;
	margin:					20px 0 0 18px;
	background:				#000000;	
}

#portfoliodetail_thumbs img {	
	display:				block;
	filter:					alpha(opacity=100);
	opacity:				1;
	cursor:					pointer;
}

#portfoliodetail_thumbs img.active {	
	filter:					alpha(opacity=40);
	opacity:				0.4;
	cursor:					default;
}

#portfoliodetail_big {
	width:					591px;
	float:					left;
}

#portfoliodetail_big .file_holder{
	position:				absolute;
	padding-bottom:			70px;
}

#portfoliodetail_big_description {
}


#loader {
	position:				absolute;
	width:					24px;
	height:					24px;	
	margin:					200px 0 0 283px;
	background:				url('../images/ajax-loader.gif');
	display:				none;
}

#close_lightbox {
	display:				block;
	position:				absolute;
	width:					120px;
	height:					20px;
	margin:					-32px 0 0 815px;
	z-index:				103;
	text-align:				right;
	font-size:				12px;
	color:					#ffffff;
}

#close_lightbox:hover {
	text-decoration:		underline; 
	color:					#00a5e3;
}








/*mediaquery*/

/*styles for viewports between 950px and 713!*/

@media screen  and (max-width: 974px) {
	#wrapper {	
		width:					713px;
	}
	
	#portfolio_items {	
		width:					711px;
	}
		
	#nav {
		margin-left:			559px;
	}
	
	#info {
		width:					660px;
	}
	
	#close_lightbox {
		margin:					-32px 0 0 580px;
	}
	
	#overlay_portfoliodetail {
		width:					709px;
	}
	
	#portfoliodetail_content {
		width:					689px;
		height:					auto;
		margin-bottom:			20px;
		float:					none;
	}
	
	#portfoliodetail_thumbs {
		float:					none;
		width:					709px;
		margin:					0px ;
		height:					auto;
	}

	.portfoliodetail_thumb {
		margin:					0 20px 20px 0;
		float:					left;
	}
	
	#portfoliodetail_big {
		width:					709px;
		float:					none;
	}
	
	#portfoliodetail_big img {
		width:					709px;
		float:					none;
	}
}



/*styles for viewports between 712px and 476!*/

@media screen and (max-width: 736px) {
	#wrapper {	
		width:					476px;
	}
	
	#portfolio_items {	
		width:					474px;
	}
		
	#nav {
		margin-left:			322px;
	}
	
	#info {
		width:					474px;
	}
	
	#close_lightbox {
		margin:					-32px 0 0 343px;
	}
	
	#overlay_portfoliodetail {
		width:					472px;
	}
	
	#portfoliodetail_content {
		width:					452px;
		height:					auto;
		margin-bottom:			20px;
		float:					none;
	}
	
	#portfoliodetail_thumbs {
		float:					none;
		width:					472px;
		margin:					0px ;
		height:					auto;
	}

	.portfoliodetail_thumb {
		margin:					0 20px 20px 0;
		float:					left;
	}
	
	#portfoliodetail_big {
		width:					472px;
		float:					none;
	}
	
	#portfoliodetail_big img {
		width:					472px;
		float:					none;
	}
}



/*styles for viewports between 475px and less!*/ /* optimalized for landscape mode for iphone */

@media screen and (max-width: 479px) {
	
	#wrapper {	
		width:					239px;
	}
	
	#portfolio_items {	
		width:					237px;
	}
		
	#nav {
		margin-left:			95px;
	}
	
	#info {	
		width:					237px;
		height:					142px;	
	}
	
	#info p {
		margin-bottom:			12px;
	}
	
	
	#close_lightbox {
		margin:					-32px 0 0 102px;
	}
	
	#overlay_portfoliodetail {
		width:					235px;
	}
	
	#portfoliodetail_content {
		width:					215px;
		height:					auto;
		margin-bottom:			30px;
		float:					none;
	}
	
	#portfoliodetail_thumbs {
		position: 				relative;
		width:					315px;
		height:					auto;
		margin:					0px 0 0 -40px;
		float:					none;
		overflow: 				hidden;
	}
	
	#paging, .paging {
	    position: 				absolute;
		top:					0px;
		left:					0px;
		width:					235px;
	}

	.portfoliodetail_thumb {
   		display: 				none;
		width:					235px;
		height:					500px;
   		margin: 				10px;
	    float:					left;
   		background:				transparent;
    	cursor: 				pointer;	
	}

	.portfoliodetail_thumb:first {
   		margin: 				0 10px 0 30px;	
	}
	

	.portfoliodetail_thumb img {
		width:					235px;
		height:					auto;
	}

	#portfoliodetail_thumbs img.active {	
		filter:					alpha(opacity=100);
		opacity:				1;
		cursor:					default;
	}
	
	#portfoliodetail_big {
		display:				none;
		width:					235px;
		float:					none;
		left:					0px;
	}
	
	#portfoliodetail_big .file_holder {
		left:					0px;
	}
	
	#portfoliodetail_big img {
		float:					none;
		width:					235px;
	}
		
	
}
