/* RESET CSS *******************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET *******************************************/

body {
  background: #111 url(../images/bg.jpg) no-repeat center top;
  font-family: georgia, helvetica, sans-serif;
}
#container {
  margin: 150px auto 10px auto;
  border: 10px solid #0c0c0c;
  width: 550px;
  text-align: center;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
ul {
  border: 7px solid #000;
  border-bottom: 0;
  padding: 30px;
}
ul li a:link,
ul li a:visited {
  display: block;
  font-size: 35px;
  text-decoration: none;
  padding: 30px 20px;
  color: #b7c9cf;
  border: 1px solid #fff;
  text-indent: -100000px;
}
ul li.site a:link,
ul li.site a:visited {
  background: url(../images/site.jpg) no-repeat center 0;
}
ul li.portfolio a:link,
ul li.portfolio a:visited {
  background: url(../images/portfolio.jpg) no-repeat center 0;
}
ul li.code a:link,
ul li.code a:visited {
  background: url(../images/code.jpg) no-repeat center 0;
}
ul li.site a:hover,
ul li.portfolio a:hover,
ul li.code a:hover {
  color: #37668e;
  border: 1px solid #e9e9e9;
  background-position: center -99px;
}
#networks {
  border: 7px solid #000;
  border-top: 0;
  padding: 15px 10px;
  background: #f1f1f1;
}
#networks a {
  border: 0;
  margin: 0 5px;
}
.centered {
  text-align: center;
}
#ftr {
  margin-bottom: 20px;
  color: #222;
  font-size: 13px;
}
#ftr a:link,
#ftr a:visited {
  color: #222;
  margin: 0 8px;
}
#ftr a:hover {
  color: #444;
}