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

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align:center; /* center page */
	font-size: 62.5%; /* set 1 em to 10px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* enf of reset */

/* typography */

body {
	font-family:Helvetica, Arial,  sans-serif, Verdana;
	color:#757a84;
	}

h1 {
	font-size:3.6em;
	font-weight:normal;
	letter-spacing:-0.1em;
	color:#808690;
	line-height:1.1em;
	}
	h1 a {text-indent:-5000px;}
	
h3 {
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-0.5px;
	color:#8aa2cf;
	}
	
p {
	font-size:1.4em;
	line-height:1.6em;
	}
a {
	text-decoration:none;
	}

a:link, a:visited {
	color:#596d94;
	}
	
a:hover {
	color:#8aa2cf;
	text-shadow:0px 0px 3px #578DF7;
	}
	
ul#nav li a.active {
	color:#757a84;
	}
	
	
ul {
	font-size:1.4em;
	}
	
#nav {
	font-size:1.4em;
	font-weight:bold;
	}
	
#social li a span {
	font-weight:bold;
	font-size:1.285em;
	color:#aaa;
	}
	
#footer p {
	font-size:1em;
	color:#253258;
	text-transform:uppercase;
	}
	
/* end of typography */

body{ background:#000307 url('images/grill.gif') ; }


h1 a{
	background: transparent url('images/michael.png') no-repeat 61px 0px;
	display:block;
	height:45px;
	}
	h1 a:hover {
		background-image:url('images/mike_hover.png');
		}

p {
	padding-bottom:20px;
	margin-right:20px;
	}

#wrap {
	text-align:center;
	padding-top:50px;
	background:transparent url('images/gradient.png') no-repeat top center;
	height:611px;
	}
	
#innerwrap {
	text-align:left;
	width:354px;
	margin:0 auto;
	}

#header {
		text-align:left;
		background:transparent url('images/header.png') no-repeat ;
		padding-left:20px;
		padding-top:20px;
		width:354px;
		padding-bottom:4px;
	
		}
	
#header img {
	float:left;
	margin-right:10px;
	}
	
#navigation {
	width:358px;
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
	background:transparent url('images/navigation.png') no-repeat ;
	}
	
#navigation ul li {
	display:inline;
	width:354px;
	}
	
	#navigation ul li.networks {
	margin-left:30px;
	margin-right:30px;
	}
	
	
	
#main {
	width:354px;
	padding-left:10px;
	background:transparent url('images/main.png') repeat-y ;
	}



#social li a {
	height:56px;
	display:block;
	width:317px;
	padding-left:10px;
	padding-top:10px;
	}
	
#social li a:hover {
	background:transparent url('images/buttons.png') no-repeat top ;
	}
	
#social img {
	float:left;
	margin-right:10px;
	}
	#social span {
	display:block;
	}
	
#contacts li {
	height:56px;
	display:block;
	width:317px;
	padding-left:10px;
	padding-top:10px;
	}	


	
#contacts img {
	float:left;
	margin-right:10px;
	}
#contacts li p {
	font-size:1em;
	padding-top:10px;
	line-height:1em;
	}
#contacts li:hover {
	background:transparent url('images/buttons.png') no-repeat top ;
	}

#footer {
	background:transparent url('images/footer.png') no-repeat bottom left ;
	padding-top:10px;
	padding-bottom:10px;
	
	}
#footer p {
	margin-bottom:0px;
	display:inline;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;
	margin-left:2px;}

.alignright {float:right;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	display:inline;
	}
	
