/* @override http://localhost:8888/css/seanmurph.css */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

@import url(http://fonts.googleapis.com/css?family=Crimson+Text);

@import url(reset.css);

@import url(firefox.css);

body
{
	background: url(../images/dark-background-tile.gif) repeat;
	color: white;
	  font-family: "Crimson Text", "Droid Serif", serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.01em;
  word-spacing: -0.05em;
  line-height: 1em;
	text-align: center;
	color: white;
	text-shadow: black 0 2px 0;
}

a
{
		font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #dcb866;

}

a:link
{
}

a:visited
{

}

a:hover
{
	border-bottom: 1px solid #dcb866;
}

header
{
	margin-top: 70px;
}

hgroup
{
	margin-bottom: 40px;
}

header h1
{
	font-size: 250%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	text-transform: lowercase;
}

header h2
{
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 130%;
	color: #dadbd5;
}

header img
{
	border: 8px solid #c1c2bb;
	-webkit-box-shadow: 0 2px 4px black;
	-moz-box-shadow: 0 2px 4px black;
}

article
{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

section
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

.group:after, article:after {
	content:".";
	display:block;
	height:0;
	clear:both;
    visibility:hidden;
}

footer
{
	margin-top: 30px;
	padding-bottom: 10px;
}

footer span
{
	margin-right: 6px;
	margin-left: 6px;
	margin: 4px;
}

footer em
{
	font-weight: normal;
	font-style: normal;
	color: #c6c8c8;
}

section h2
{
	text-transform: uppercase;
	margin-bottom: 8px;
	font: 160% "Droid Serif";
	margin-top: 15px;
	display: none;
}

section li, section p
{
		font-size: 110%;

}

section ul li
{
	margin-bottom: 5px;
}

section ul li span
{
	margin-right: 4px;
	margin-left: 3px;
}

article.myinfo section
{
	float: left;
	min-height: 130px;
}

#portfolio
{
	margin-top: 50px;
	background-color: rgba(0,0,0,0.1);
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 35px;
	margin-left: 100px;
	margin-right: 100px;
	border: 1px dotted rgba(0,0,0,0.1);
}

#portfolio p span a
{
	margin-left: 3px;
}

#portfolio p
{
	color: #c6c6c6;
}

#project-links
{
	text-align: left;
}

#portfolio h3
{
	float: left;
	margin-right: 13px;
}

section.about
{
	margin-right: 22px;
	text-align: left;
}

section.about p
{
	text-align: left;
	line-height: 135%;
	color: #f3f3f3;
	font-size: 119%;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
}

section.stuff
{
	width: 224px;
	padding-bottom: 15px;
}

section.stuff ul
{
	margin-top: 17px;
}

section.stuff ul li
{
	font-size: 123%;
	margin-bottom: 7px;
}
