/*
Theme Name: Ep
Theme URI: http://ericpitcock.com/
Description: Ep
Author: Ep
Version: 1.0
Tags: Ep
*/

/*Ep resets*/
/*removes vertical textarea scrollbar in IE*/
textarea{overflow:auto;}
/*removes active link borders*/
a:active, a:focus{outline:none;}

ul#nav {
width: 150px;
height: auto;
float: left;
padding: 30px;
background: black;
}

ul#nav li {
list-style: none;
font-size: 197%;
font-family: "nobile-1","nobile-2",sans-serif;
}

ul#nav li#contact {
font-size: 116%;
margin-top: 20px;
}

ul#nav li#ep {
margin-bottom: 20px;
}

ul#nav li#ep a:link, ul#nav li#ep a:visited {
color: #7abfe7;
}

ul#nav li, ul#nav li a:link, ul#nav li a:visited {
color: white;
text-decoration: none;
font-family: "nobile-1","nobile-2",sans-serif;
}

p a:link, p a:visited {
color: black;
text-decoration: underline;
}

p {
color: black;
}

ul#nav li a:hover, ul#nav li#ep a:hover, span, p a:hover {
color: #999;
}

div#content {
width: 680px;
float: left;
padding: 23px 0 0 32px;
}

div#resume h2 {
font-size: 182%;
font-weight: bold;
}

div#resume h2.space {
margin-top: 30px;
}

div#resume p, div#resume h3 {
font-size: 108%;
line-height: 153.9%;
}

div#resume h3 {
font-weight: bold;
}

/*
div#resume p.contact {
font-size: 14px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
line-height: 18px;
}
*/

div#resume h1 {
/*
font-size: 36px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: bold;
letter-spacing: -1px;
*/
}

div#resume h2 {
/*
font-size: 24px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: bold;
line-height: 14px;
*/
padding-bottom: 5px;
/* margin-top: 30px; */
}

div#resume h3 {
/*
font-size: 14px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: normal;
line-height: 18px;
*/
margin-top: 20px;
margin-bottom: 5px;
}

div#resume h3 b {
/*
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: bold;
*/
letter-spacing: 1px;
}

div#resume {
color: #000;
background-color: #fff;
text-align: left;
width: 840px;
height: 1045px;
}

div#resume div#columnone {
background-color: #fff;
width: 390px;
height: 800px;
float: left;
/*
margin-top: 20px;
margin-left: 20px;
*/
display: inline;
}

div#resume div#columntwo {
background-color: #fff;
width: 390px;
height: 800px;
float: left;
/* margin-top: 20px; */
margin-left: 30px;
}

div#resume p.profilespace {
margin-top: 15px;
}