/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


/* Content Header & Breadcrump */
span .breadcrumb-title {
	display: none;
}
.title_container {
	background: #585858; /* url(../images/pf-default.png)*/
	  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}
.title_container div {
	color: #ffffff;
}
#main .title_container a {
	color: #ffffff;
}
#main .title_container .container .entry-title a{
	color: #ffffff;
}

#main .title_container .container .entry-title {
	color: #ffffff;
}



#main .small-preview{
	background: #ffffff;
	color: #ffffff;
}

#main .small-preview:hover{
	background: #ffffff;
	color: #ffffff;
	border-color: #FFFFFF;
}


#main .avia-team-icon{
	background-color: #b9b9b9;
	color: #ffffff;
}

#main .avia-team-icon:hover{
	background-color: #b9b9b9;
	color: #484848;
}

#main .team-member-name{
	font-size: 15px;
}


/* easydb boxen */
.easydb_item{
	background-color: #ffffff;
	padding: 25px 35px 18px 35px;
	text-align: center;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 3px;
	color: #666666;
}
	#digital{
		border-left: 3px solid #c8ba4d;
	}	
	#digital:hover{
	}	
	#uni{
		border-left: 3px solid #799246;
	}	
	#museum{
		border-left: 3px solid #916734;
	}	
	#archive{
		border-left: 3px solid #dc8013;
	}	
	#image{
		border-left: 3px solid #51bdcb;
	}	
	#individual{
		border-left: 3px solid #959596;
	}
	
	


#edb-digital{
	height: 55px;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}


/* do not show blogpost thumbnails in blog grid on startpage */
article.slide-entry img.wp-post-image {display: none;}

