/*
Theme Name: Modfolio
Theme URI: http://graphpaperpress.com/themes/modfolio/
Description: A child theme for Modularity 3.0.0 or higher, showcasing your Portfolio.
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Template: modularity 
Tags: one-column, two-columns 
Version: 3.0.2
License:  GPL
*/
	
@import url("../modularity/style.css");
@import url("modfolio-style.css");
@import url("gpp-custom-style.css");


/* Testweise eingefügt wegen der vorher-nacher Bilder*/
.explanation {margin:0.5em 0em; color:#ccc; font-size:0.9em;}
.picture.one a {display:block; width:590px; height:393px; background:url("http://blog.jens-stachowitz-photography.com/wp-content/uploads/2012/04/Brandenburger-Tor-0111935.jpg") left top no-repeat;}
.picture.one a:hover img {position:absolute; left:-999em; top:-999em;}
.picture.one a:hover {zoom:1;} 

#buttonbefore {
	font-weight: bold;
	width: 295px;
	height: 50px;
	font-size: 1em;
	text-align: center;
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	border-style: none;
	background-color: white;
	color: #4f4f4f
	
}
#buttonafter {
	font-weight: bold;
	width: 295px;
	height: 50px;
	font-size: 1em;
	text-align: center;
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	border-style: none;

	background-color: #4f4f4f;
	color: white;
}


/* Testweise eingefügt Ende */