@charset "UTF-8";

/*
dominikwit.com style sheet
copyright Dominik Wit 2010
*/

/* css reset */
address, article, aside, blockquote, body, canvas, div, em, figure, footer, h1, h2, h3, h4, h5, h6, header, hgroup, html, img, li, nav, ol, p, section, span, strong, time, ul, video {
	margin: 0;
	padding: 0;
	border: 0;
}
a {	
	text-decoration: none;
}

/* IE hack */
html, body {
	height: 100%;
}


/* html5 display */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


body {
	background: #fff;
	text-align: center;
	font-family: "Trebuchet MS", arial, sans-serif;
}

nav ul {
	list-style: none;
}



#wrapper{
	overflow: hidden; 
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding:5px;
}


#pageFooter {
	font-size: 10px;
	color: #c7c7c7;
	text-align: center;
}


nav#mainNav{
	font-size: 16px;
	text-align: right;
	
}

/*
.middle > * {
  vertical-align: bottom;
  line-height:4em;
}*/

#middle {
    line-height: 25px;
}

#middle img {
    vertical-align: middle;
}

#middle svg {
    vertical-align: middle;
}

a.navLink {
	color:#878787;
}

#mainInfo {
	margin-top: 100px;
	height: 300px;
	text-align: left;
}

#mainInfoHeader{
	
}

h1#mainName{
	color:#464646;
	font-size: 32px;
}

h2#mainName{
	color:#efefef;
	font-size: 60px;
	font-weight: bolder
}
