@font-face {font-family: "GoudyBookletter1911"; src: url("/fonts/GoudyBookletter1911.otf") format("opentype");}
@font-face {font-family: "LeagueScript"; src: url("/fonts/LeagueScript.otf") format("opentype");}



*, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #000;/*#eee url('../img/bg-noise-purple.png');*/
	font-family: georgia, arial, verdana, sans;
	text-align: center;
	overflow-x: hidden;
	max-width: 100%;
}

#header, #content {
	/*-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	*/
}
	
div#header {
	background-color: #fff;
  padding: 0.5em 0;
  margin: -110px 0 0 0px;
	width: 930px;
	
	width: 100%;
	position:absolute;
	top:50%;
}

#resume #header {
	position: static;
	margin: 0;
}

.my-font {
	font-family: "LeagueScript";
	font-size: 2.0em;
	color: #7c5ccb;
	font-weight: bold;
}
.my-font span {
	font-family: arial;
	    font-size: 20px;
	    vertical-align: top;
}

.gravatar {margin-top: 15px;}

.content {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	

}

div#content {
	
	width: 960px;
	overflow: hidden;

	background-color: #fff;
	margin: 20px auto;

}
#content .content {

}	

h1, h2, p, blockquote {
	font-weight: normal;
	max-width: 60em;
  	margin: 1em auto;
}


h1, h2, h3, h4 {
	/*font-family: 'helvetica', arial, verdana;	*/
}

h1 {
	font-weight: bold;
	font-size: 3.5em;
	margin: 0.5em auto 0 auto;
  /*color: #6cdd5b;*/
	text-shadow: 2px 1px #AAAAAA;/*, 3px 2px #AAAAAA, 4px 3px #BBBBBB, 5px 4px #BBBBBB, 6px 5px #BBBBBB;*/
	
	letter-spacing: 2px;
}
h1 span {
	/*font-size: 13px;*/
	font-size: 20px;
	font-weight: normal;
  vertical-align: middle;
  color: #000;
	text-shadow: none;
	
	font-family: "GoudyBookletter1911", Georgia;
	
}

h2 {
	font-size: 1.5em;
	/*text-decoration: underline;*/
	font-weight: bold;
}

#resume-list h2 {
	font-size: 2.2em;
}

p {
	
	background: none;
	background-color: #fff;
	color: #000;
	font-size: 1.6em;

}
.big {font-size: 200%;}

blockquote {
	font-size: 2em;
	color: #615F67;
	font-family: 'Georgia';
	font-style: italic;
	margin: 0 auto;
}

ul {
	list-style-type: none;
	margin-bottom: 1em;
}

ul li a {font-size: 1.6em;}
ul#resume-list {width: 60em; margin: 0 auto;}
ul#resume-list li {text-align: left;}
ul#resume-list li ul li {font-size: 1.6em; margin-bottom: 1em;}
ul#resume-list li ul li span {font-weight: bold; width: 13em; display: block; float: left;}
ul#resume-list li ul li div {margin-left: 13em;}
ul#resume-list li a {font-size: 1em;}
ul#resume-list li span {}

.round-link {
	display: inline-block;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #7AC949;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
.round-link:hover {text-decoration: none;background-color: #000; color: #fff;}

/*column stuff*/
.col1, col2, col3 {
	float: left;
	margin-right: 1em;
}
.col1 {width: 30em;}
.col2 {width: 40em;}
.col3 {width: 20em;}
.container {overflow: hidden;}
#content .container {float: left;}

a {
	color: #7c5ccb;
}
a:hover {
	color: #000;
}

.email {
	padding: 0 0 0 48px;
	background: url("/img/email-48.png") 10px 0 no-repeat;
	min-height: 48px;
	line-height: 48px;
}

.center {
	text-align:center;
}
.innerCenter {
	display:table;
	margin-left:auto;
	margin-right:auto;
}


