@charset "UTF-8";
/* CSS Document */
body  {
	background: url(background2.png); 
	margin: 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	margin-left: 20px;
	text-align: center; /* Hack for IE5/Win */
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 17px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

div#frame {
	background-color: white;
	position: absolute;
	left: 90px;
	width: 900px;
	margin: auto;
	text-align:left; /* To counteract the IE5/Win Hack */
	padding-bottom: 0px;
}


.leftwindow { 
	background-color:white;
	float: left;
	position: relative; 
	left: 0px; 
	width: 300px; 
}

.rightwindow {
	background-color:#FFFFFF;
	float: left;
	position: relative; 
	left: 0px; 
	width: 600px; 
	padding-top:60px;
}

.footer {
	position: relative;
	height: 150px;
	clear:both;
}


h1 {
    text-transform: lowercase;
	color: #000033;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    padding-top:30px;
    padding-bottom: 70px;
}

h2, h3, h4 {
	text-transform: lowercase;
	color: #330000;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 0px;
    
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


.current {
	text-transform: lowercase;
	color: #F0A804;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 17px;
}

p.contact {
	text-transform: lowercase;
	color: #669900;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    padding-top: 0px;
    line-height:0px;
}

p.tumblr {
	padding-left: 40px;
	text-transform: lowercase;
	color: #330000;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    line-height: 17px;
}

/* for CV formatting */

p.nav { 
	text-transform: none;
	color: #669900;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 0px;
    padding-top: 13px;
}
 
p.section {
	text-transform: none;
	color: #000033;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 0px;
    padding-top: 21px;
}

p.line1 {
	text-transform: none;
	color: #333333;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 16px;
    padding-left: 14px;
}

p.line2, .date {
	text-transform: none;
	color: #333333;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    padding-top:0px;
    padding-left: 14px;
}


p.description {
	text-transform: none;
	color: #333333;
    font-family: 'Helvetica Neue','HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    padding-top: 0px;
    padding-left: 14px;
}

p.smallest {
	font-size: 9px;
	font-weight: 100;
	color: 	#C8C8C8; 
	text-align: right;
	padding-top:100px;
	padding-bottom: 0 px;
}

.title a:link {
	color: #191970;
}

.title a:visited {
    color: #517693;
    text-decoration: none;
}

.title a:hover {
    color: #F0A804;
    text-decoration: none;
}

.nav a:link {
	color: #191970;
}

.nav a:visited {
    color: #669900;
    text-decoration: none;
}

.nav a:hover {
    color: #F0A804;
    text-decoration: none;
}


a:link {
    color: #EE7600;
    text-decoration: none;
}


a:visited {
    color: #330000;
    text-decoration: none;
}

a:hover {
    color: #F0A804;
    text-decoration: none;
}


img { 
	border: none; 
	padding-bottom: 0px;
}
