@charset "UTF-8";
/* CSS Document */

body {
	background-color: #383838;
}

#header {
	margin: 0 auto;
	margin-top:75px;
	text-align:center;
}

#wrapper{
	margin:0 auto;
	width: 600px;
	padding-bottom:50px;
	
}
#content{
	padding:30px;
	text-align:center;
}
#about{
	margin:0 auto;
	padding:15px;
	text-align:left;
	color: #a5a5a5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	
}

#content img:hover{
	-o-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-moz-trasition: opacity .3s linear;
	opacity:.5;
	
}
img{
	transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
	-moz-trasition: opacity 1.5s linear;
	border-style:none;
}
	
#content img{
	transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
	-moz-trasition: opacity 1.5s linear;
	margin:2px;
	border-style:none;
}
	

h3 {
     font-size: 9px;
	 font-family: 'MenschMenschRegular';
	 color: #a5a5a5;
	 font-weight:100;
}

hr{
	color: #88c421;
	background-color: #88c421;
	height: 2px;
	border-style:none;
	width:600px;
}
h1{
	font-family: 'MenschMenschRegular';
	font-size:18px;
	word-spacing:25px;
	color:#a5a5a5;
	font-weight:100;
}

h1 a:hover{
	color:#88c421;
	-o-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-moz-trasition: color .3s linear;
	border-style:none;
}
h2{
	font-family: 'MenschMenschRegular';
	font-size:24px;
	color:#88c421;
	font-weight:100;
}
h4{
	font-family: 'MenschMenschRegular';
	font-size:14px;
	color:#88c421;
	font-weight:100;
}

a:link, a:visited{
	color: #a5a5a5;
	text-decoration:none;
	transition: color 1.5s linear;
	-webkit-transition: color 1.5s linear;
	-moz-trasition: color 1.5s linear;
	border-style:none;
}

@font-face {
    font-family: 'MenschMenschRegular';
    src: url('mensch-webfont.eot');
    src: url('mensch-webfont.eot?#iefix') format('embedded-opentype'),
         url('mensch-webfont.woff') format('woff'),
         url('mensch-webfont.ttf') format('truetype'),
         url('mensch-webfont.svg#MenschMenschRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}