@CHARSET "UTF-8";


* {
margin: 0;
}

html, body {
height: 100%;
}


body {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0 1em 0;
}

ul,li  {
	margin: 1em 0 1em 0;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -5em;

}

.footer, .push {
padding: 5px;
}

.footer {
	background: #222;
	color: #ddd;
	font-family: Arial, sans-serif;
}

.footer a {
	color: gray;
	text-decoration: none;
}

.header {
	margin: 0 0 0 0;
	background: black;
	padding: 10px 10px 10px 20px;
}

.content {
	margin: 10px 10px 10px 10px;
	
}

.top-menu {
	background: #444;
}
	
.top-menu a {
	font-family: sans-serif;
	color: silver;
	text-decoration: none;
}

.top-menu a:hover {
	font-family: sans-serif;
	color: white;
	text-decoration: underline;
}

.bottom-menu {
}


.bottom-menu a {
	font-family: sans-serif;
	font-size: 10pt;
	color: silver;
	text-decoration: none;
}

.bottom-menu a:visited {
	font-family: sans-serif;
	font-size: 10pt;
	color: silver;
	text-decoration: none;
}

.bottom-menu a:hover {
	font-family: sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: underline;
}

#download-links {
	font-family: sans-serif;
	margin: 0; padding: 2px;
	text-align: right;
}

#facebook-like {
	margin: 0; padding: 2px;
	text-align: right;
}

#title {
	background: black; 
	margin: 0; 
	padding: 10px; 
	text-align: center
}


		/** fix for microsoft html wackiness in resume **/
		#menu-contact { color :silver; text-decoration: none; font-family: Arial, sans-serif; font-size: 9pt; }
		#menu-register { color :silver; text-decoration: none; font-family: Arial, sans-serif; font-size: 9pt; }
		#menu-features { color :silver; text-decoration: none; font-family: Arial, sans-serif; font-size: 9pt; }
		#menu-about { color :silver; text-decoration: none; font-family: Arial, sans-serif; font-size: 9pt; }
		#menu-blog { color :silver; text-decoration: none; font-family: Arial, sans-serif; font-size: 9pt; }
		#menu-home { color :silver; text-decoration: none;font-family: Arial, sans-serif; font-size: 9pt;  }

		#menu-contact:hover{ text-decoration: underline}
		#menu-register:hover{ text-decoration: underline }
		#menu-features:hover{ text-decoration: underline }
		#menu-about:hover{ text-decoration: underline }
		#menu-blog:hover{ text-decoration: underline }
		#menu-home:hover{ text-decoration: underline }

