@charset "UTF-8";

/** MISC **/
* {
	margin : 0;
	padding : 0;
}
body {
	background : white;
	color : black;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 0.8em;
}
img { border : 0; }

/** CONTAINER **/
#container {
	//border-top : 8px solid #f28705;
	border-top : 8px solid black;
	margin : 0 auto;
	margin-bottom : 15px;
	width : 900px;
}

/** HEADER **/
#logotype {
	float : left; 
	padding : 25px 0 0 25px;
}
#logotype a {
	color : #777;
}
#nav {
	float : right;
	font-family : Cambria, Georgia,  "Palatino Linotype", Palatino, Garamond, "Times New Roman", Times, serif;
	font-size : 1.2em;
	margin : 45px 10px 0 0;
}
#nav li {
	display : inline;
	letter-spacing : 0.08em;
	padding : 5px 10px;
}
#nav a:link, #nav a:visited {
	color : #777;
	text-decoration : none;
}
#nav a:hover, a:active { 
	color : black;
	text-decoration : none;
}
#nav li#active a {
	color : black;
	border-bottom : 1px solid black;
}

/** CONTENT **/
#content {
	margin : 20px auto 0 auto;
	width : 750px;
}
p {
	padding : 10px 0;
}
h1 {
	font-size : 1.2em;
	padding : 10px 0 5px 0;
	text-transform : uppercase;
	letter-spacing : 0.08em;
}
a:link, a:visited {
	color : #1877d7;
	text-decoration : none;
}
a:hover, a:active {
	text-decoration : underline;
}
ul#networks { list-style-type : none; }
ul#networks li {
	display : inline;
	margin-right : 10px;
}
ul.projects {
	list-style-type : none;
}
ul.projects li {
	margin-bottom : 10px;
}
img#email {	
	border-bottom : 1px solid white;
	margin-bottom : -1px;
	vertical-align : bottom;
}
img#email:hover {
	border-bottom : 1px solid #1877d7;
}
body#resume p {
	margin : 0;
	margin-bottom : 10px;
	padding : 0;
}
/** MISC **/
.clear { clear : both; }
