body{
	background-color: #fff;
	color:#000;
	font-family: 'Arvo', sans-serif; 
	font-size:12pt;
	font-weight:700;
}

#main-container{
	margin-left:auto;
	margin-right: auto;
	width:800px;
	position:relative;
	/*border-top:4px solid black;*/
	
}

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

a:hover{
	color:#b1cfda;
}

strong{
	font-weight:700;
}

#exhibits{
	margin-top:125px;
	position:relative;
	padding-top:10px;
}

.exhibit{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	position:relative;
	
}

.exhibit div{
	width:200px;
	height:200px;
	position:absolute;
	left:0px;
	top:0px;
}

.exhibit h1 span{
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	display:block;
	padding-top:45%;
}
.exhibit h1 a{
	width:200px;
	height:200px;
	display:block;
	color:#000;
}

.exhibit h1{
	text-align:center;
	position:absolute;
	width:200px;
	height:200px;
	left:0px;
	top:0px;
	background-color:#fff;
	color:#000;
	z-index:100;
	font-size:16pt;
	/*text-shadow: 1px 1px 10px rgba(0,0,0,0.5);*/
	/*filter: dropshadow(color=#000000, offx=1, offy=1);*/
	font-size:14pt;
	
	
	
}


.exhibit img{
	width:150px;
	margin-left:25px;
}

#footer{
	height:20px;
	padding:20px;
	padding-top:60px;
	background-color:#fff;
	color:#6f6d6b;
	font-size:.7em;
	text-align:center;
}

#footer a, #footer span{
	line-height:20px !important;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
}
#footer a.license img{
position:absolute;
top:4px;
left:-20px;
}


#nav-menu{
	width:800px;
	height:54px;
	position:fixed;
	top:0px;
	padding-top:10px;
	background-color:rgba(255,255,255,0.7);
	z-index:9000;
	/*border-bottom:4px solid #ccc;*/
	
}
#nav-menu img.home{
	float:left;
	margin-right:10px;
	
}

.home-link{
	display:block;
	float:left;
	width:112px;
}
#nav-menu ul {
	float:left;
	
}
#nav-menu h2{
	float:left;
	margin-right:10px;
	padding-top:20px;
	font-weight:700;
}

#nav-menu ul li{
	float:left;
	
}
#nav-menu ul li a{
	display:block;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:3px;
	padding-top:20px;
	margin-right:6px;
	margin-left:6px;
	border-bottom:2px solid #000;
	font-weight:400;
}
#nav-menu ul li.selected a{
	border-color:#fff;
	
}

#nav-menu ul li a:hover{
	border-color:#b1cfda;
}

#nav-menu ul li.selected a:hover{
	color:#000;
	border-color:#fff;
	cursor:default;
}

#social{
	position:absolute;
	top:15px;
	right:0px;
	text-align:right;
	
}

#social img{
	width:20px;
	height:20px;
}

#social li{
	padding:0px;
	margin-right:0px;
}
pre{
	background-color:#eee;
	border:1px solid #ccc;
	padding:20px;
	border-radius:5px;
	color:#666;
	display:none;
}
.the_images{
	width:500px;
	min-height:600px;
	overflow:hidden;
	margin-top:0px;
}
.images-container{
	float:left;
	width:500px;
	position:relative;
	min-height:650px;
	
	
}

.video-container{
	padding-top:50px;
}

.video-container iframe{
	margin-bottom:10px;
	background-color:#dfdfdf;
}
.images-container img{
	max-width:500px;
	max-height:600px;
	
}
.text-container{
	float:left;
	width:300px;
	padding-top:50px;
}
.text-container p{
	line-height:1.2em;
}
.text-container h2{
	font-weight:400;
	display:block;
	text-align:center;
	margin-bottom:5px;
	font-size:15pt;
	
}
.content{
	padding:0px 20px 0px 20px;
	font-family:"Helvetica", Arial, sans-serif;
	font-size:10pt;
	line-height:12pt;
	text-align:center;
}

.content strong{
	display:block;
	font-weight:400;
	font-size:.7em;
	
}

.content em{
	font-style:italic;
}

.content a{
	text-decoration:underline;
}

.content u{
	text-decoration:underline;
}
	#carrousel-controls{
		margin-left:auto;
		margin-right:auto;
		height:50px;
		width:95px;
		padding-top:20px;
	}

	#carrousel-nav{
		height:12px;
		float:left;
		padding-top:3px;
		width:55px;
		text-align:center;
		font-size:.8em;
	}
	#carrousel-nav a{
		display:block;
		float:left;
		border:1px solid #666;
		background-color:#666;
		width:5px;
		height:5px;
		margin:3px;
		text-indent:-9999px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
	}
	
	#carrousel-nav a.activeSlide{
		border-color:#ccc;
		background-color:#ccc;
	}
	
	#carrousel-nav a:hover{
		background-color:#b1cfda;
		border-color:#b1cfda;
	}
	
	#carrousel-next, #carrousel-prev{
		z-index:100;
		padding:0px;
		background-repeat:no-repeat;
		background-position:left center;
		width:20px;
		height:20px;
		cursor:pointer;
		float:left;
	}
	#carrousel-next{
		background-image:url(../img/arrow-right.png);
		
	}
	#carrousel-next:hover,#carrousel-prev:hover{
		background-position:right center;
		
	}
	#carrousel-prev{
		background-image:url(../img/arrow-left.png);
		
	}
	.single_image .the_images{
		width:800px;
	}

	.images_column .text-container{
		width:400px;
		
	}
	.images_column .the_images{
		width:400px;
		padding-top:50px;
	}


	.blog-container{
		width:800px;
	}

	.blog-container .text-container{
		width:500px;
		float:left;
	}
	
	.blog-container .sidebar{
		width:300px;
		float:left;
		margin-top:50px;
		position:relative;
		
	}
	
	.blog-container .sidebar h2{
		font-size:1.6em;
		position:fixed;
		width:300px;
		top:180px;
		text-align:right;
	}
	.blog-container .sidebar h2 a{
		display:block;
		text-align:right;
		
	}
	
	
	.blog-container .blog-entry{
		padding-bottom:70px;
		margin-bottom:70px;
		text-align:left;
		clear:both;
		border-bottom:2px solid #ccc;
		font-family:"Helvetica", Arial, sans-serif;
		font-size:10pt;
		line-height:1.2em;
	
	
	}

	.blog-container .blog-entry h2{
		font-weight:400;
		display:block;
		text-align:left;
		margin-bottom:15px;
		font-size:15pt;
		font-family: 'Arvo', sans-serif; 
	
	}

	.blog-container .blog-entry  a{
		text-decoration:underline;
	}
	
	.blog-container .blog-entry  h2 a{
		border-bottom:2px solid black;
		text-decoration:none;
		
	}
	.blog-container .blog-entry  h2 a:hover{
			border-color:#b1cfda;
	
	}
	
	.blog-container .entry-date{
		display:block;
		font-size:.7em;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.blog-container .entry-contents{
		
	}

	.blog-container .separator{
		
		display:block;
		clear:both;
		width:100%;
		
	}

	.blog-container .separator a{
		width:100%;
		display:block;
		clear:both;
	}

	.blog-container .entry-contents br{
		display:none;
	}


	a.blogger-link{
		background-image:url(../img/social/blogger.png);
		background-repeat:no-repeat;
		background-position:right center;
		line-height:33px;
		padding-right:40px;
		
	}


.backgrounded{
	position:relative;
	height:500px;
}

.backgrounded .the_image{
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	z-index:100;
}

.backgrounded .the_image img{
	width:100%;
		
}

.backgrounded .content{
	position:absolute;
	left:0px;
	top:0px;
	padding-top:80px;
	padding-left:150px;

	text-align:left;
	font-size:1.2em;
	z-index:200;
}
