/*
Content CSS
*/

/* General */
.logo {
	width: 290px;
	height: 30px;
}


/* Index Menus */
div#index_menu {
	position: absolute;
	margin-top: 20px;
}
div.index_menu {
	position: relative;
	float: left;
	text-align: left;
	padding: 16px 20px;
	margin-left: 32px;
	background-color: rgba(16, 16, 16, 0.8);
}
div.index_menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	list-style: none;
}
div.index_menu ul.ul_last {
	margin-right: 0px;
}
div#projects_menu {
	margin-left: 0px;
}


/* Home */
.home_gallery, .home_gallery-admin {
	display: block;
	width: 280px;
	height: 326px;
	border-width: 8px;
	border-bottom-width: 0px;
}
.home_gallery-admin {
	width: 300px;
	height: 360px;
	overflow: hidden;
	border-width: 0px;
}
.home_gallery-img {
	width: 100%;
	height: 300px;
}
.home_gallery p {
	margin: 4px 0px 0px 10px;
}
.home_gallery-admin p {
	display: none;
}


/* Fade Display */
.fade-display_shell .fade-display {
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.fade-display_shell:hover .fade-display {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.fade-display_shell:hover .fade-display:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/*
.fade-display img {
	margin:3px;
	margin-bottom:-2px;
}
*/