/*
	Main style sheet for erickramp.com
*/

body {
	position:relative;
	background: #505B80;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	width: 700px; 
	height: 600px;
	border: none;
	padding-top: 50px;
	overflow:auto;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #DBDBDB;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	white-space:normal;
}

/*
	Here we're defining the appearance of links
*/
a:link {color: #DBDBDB; text-decoration: none; font-weight: normal;}
a:active {color: #DBDBDB; text-decoration: none; font-weight: normal;}
a:visited {color: #DBDBDB; text-decoration: none; font-weight: normal;}
a:hover {
	color: #EB8D29;
	text-decoration: underline;
	font-weight: normal;
}

div #header { 
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	outline:none;
	padding: 0px 0px 0px 0px;
	position:relative;
}

div#contact {
	position:absolute;
	text-align:left;
	top:70px;
	left:350px;
	line-height: 2px;
}
div#spacer {
	position:relative;
	padding-top:75px;
}

div#sidebar{
	position:absolute;
	height: 500px;
	width : 150px;
	margin-right: 0px;
	margin-left:605px;
	padding-top:0px; 
	text-align:left;
	font-size: 1.25em;
}
 
div#content{
	position:relative;
	width: 540px; 
	height: 500px;
	margin-top: 20px;
	margin-left:40px;
	margin-right:70px;
	padding-top: 0px;
	padding-right: 10px;
	overflow:auto;
}

div#embed{
	float:center;
}

a#activeLink{
	color: #EB8D29;
}

a#inactiveLink{
	color: #999999;
}

div#download {
	position:absolute;
	top:313px;	
	padding: 0px 0px 0px 0px;
	line-height:normal;
}


/* Resume Section */

div#title{
	text-align: center;
}

div#main {
	text-align: left;	
}

.centered {
	text-align: center;
}

.smallText {
	font-size: 0.8em;	
}

h1 {
	font-size: 1.5em;
	margin-bottom:0px;	
}

.projTitle {
	font-size:1.2em;
	font-weight:bold;
}

.jobTitle {
	font-size: 0.9em;	
}

.jobDates {
	float:right;
	font-size: 0.9em;
}

.description {
	margin-left:20px;
}







 
