*{
	outline-style:none;
}
body{
  position: relative;
  background: #f0f0f0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: arial;
  font-size: 14px;
  color: #666;
}
a{
	color: #f30000;
	text-decoration: none;
	cursor: pointer;
}
a:visited{
	color: #f30000;
}
a:hover{
	color: #f00;
}
#content{
	position: relative;
	background: #fff;
	width: 950px;
	height: 100%;
	padding: 0 25px 1px 25px;;
	margin: 0 auto;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	
	-webkit-box-shadow: 0 0 25px #999;
   -moz-box-shadow: 0 0 25px #999;
   box-shadow: 0 0 25px #999;
}
h1{
	position: relative;
	color: #000;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 90px;
	text-align: right;
	line-height: 60px;
	letter-spacing: -10px;
	z-index: 500;
	
	-webkit-text-shadow: 3px 3px 5px #ddd;  
   -moz-text-shadow: 3px 3px 5px #ddd;
   text-shadow: 3px 3px 5px #ddd;
}
h1:hover span{
	color: #f30000;
}
h1 .bounce{
	color: #000;
}
h1 .bounce:hover{
	color: #f30000;
}
h1 p{
	background-color: #ddd;
	font-size: 12px;
	margin: 0;
	padding: 0 150px 0 0;
	text-align: right;
	line-height: 20px;
	letter-spacing: 0;
}
h2{
	background: #f0f0f0;
	color: #333;
	height: 40px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	line-height: 40px;
	letter-spacing: -2px;

	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	-webkit-box-shadow: 0 3px 5px #ddd;  
   -moz-box-shadow: 0 3px 5px #ddd;
   box-shadow: 0 3px 5px #ddd;
	
	-webkit-text-shadow: 3px 3px 3px #aaa;  
   -moz-text-shadow: 3px 3px 3px #aaa;
   text-shadow: 3px 3px 3px #aaa;
}
h2 small{
	margin-right: 25px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h3{
	margin: 15px 0;
	font-size: 20px;
}
h3 a{
	color: #666;
	margin: 15px 0;
	font-size: 20px;
}
h3 a:visited{
	color: #666;
}
h3 a:hover{
	color: #aaa;
	border-bottom: 1px solid #aaa;
}
h3 small{
	font-weight: normal;
}
h3 small a{
  font-size: 10px;
  font-weight: normal;
}
h3 small a{
	color: #f30000;
	text-decoration: none;
}
h3 small a:visited{
	color: #f30000;
}
h3 small a:hover{
	color: #f00;
	border-bottom: none;
}
.content{
	margin: 0 15px;
}
#dob,
#currentEmployer,
#currentPosition,
#currentProjects,
#previousProjects,
#showcase,
#personalProjects,
#education,
#skills,
#previousEmployment,
#contact{
	background: #fff url('../images/bg-box.jpg') left bottom repeat-x;
	margin: 0 0 25px 0;
	
	border: 2px solid #f0f0f0;
	border-top: none;
	border-left: none;
	
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	-webkit-box-shadow: 3px 3px 5px #ddd;  
   -moz-box-shadow: 3px 3px 5px #ddd;
   box-shadow: 3px 3px 5px #ddd;
}
#address{
	float: right;
	background: none;
	padding-left: 25px;
	margin: 10px 0 0 0;
	border: none;
	font-size: 10px;
	text-align: right;
}
#address p{
	margin: 0;
}
#dob{
	padding-bottom: 25px;
}
#downloadButton{
	float: right;
	color: #666;
	background-color: #eee;
	padding: 10px 15px;
	margin: 0;
	border: 2px solid #bbb;
	
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	-webkit-box-shadow: 3px 3px 5px #aaa;  
   -moz-box-shadow: 3px 3px 5px #aaa;
   box-shadow: 3px 3px 5px #aaa;
}
#downloadButton:hover{
	color: #fff;
	background-color: #f30000;
	margin-top: 3px;
	border: 2px solid #c30000;
	font-weight: bold;
	
	-webkit-box-shadow: 3px 3px 2px #aaa;  
   -moz-box-shadow: 3px 3px 2px #aaa;
   box-shadow: 3px 3px 2px #aaa;
}
#currentEmployer,
#currentPosition,
#currentProjects{
	position: relative;
	float: left;
	width: 304px;
	height: 350px;
}
#currentEmployer .logo{
	float: left;
	margin-right: 10px;
}
#currentEmployer h3{
	margin: 0;
	line-height: 20px;
	letter-spacing: 0.1em;
}
#currentEmployer h3:first-letter{
	color: #aaa;
	font-size: 26px;
}
#currentEmployer .link{
	margin: 0 0 0 75px;
	text-indent: 0;
}
#currentEmployer p{
	text-indent: 25px;
}
#currentEmployer .address{
	position: absolute;
	right: 20px;
	top: 40px;
	margin: 10px -10px;
	font-size: 10px;
	text-align: right;
}
#currentPosition{
	margin: 0 16px;
}
#currentPosition small{
	font-size: 12px;
}
#currentPosition p{
	text-indent: 25px;
}
#currentProjects small{
	font-size: 10px;
}
#previousProjects{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
#previousProjects .content div{
	float: left;
	width: 290px;
}
#previousProjects h3{
	position: relative;
	padding: 5px;
	margin: 5px 15px 0 0;
	border: 1px solid #fff;

	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}
#previousProjects h3:hover{
	background: #f0f0f0;
	border-color: #f30000;
}
#previousProjects h3 small{
	font-size: 12px;
}
#previousProjects h3 .popup{
	display: none;
	position: absolute;
	background: #ddd;
	top: -150px;
	left: 50%;
	padding: 5px;
	margin-left: -100px;
	border: 2px solid #aaa;

	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   
   -webkit-box-shadow: 5px 5px 10px #999;
   -moz-box-shadow: 5px 5px 10px #999;
   box-shadow: 5px 5px 10px #999;
}
#previousProjects h3:hover .popup{
	display: block;
	width: auto;
}
#previousProjects h3:hover .popup .pointer{
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0 0 0 -15px;
	border-top: 15px solid #f30000;;
	border-right: 15px solid transparent;
	border-bottom: none;
	border-left: 15px solid transparent;
}
#education,
#skills,
#personalProjects{
	float: left;
	width: 304px;
	height: 400px;
	padding-bottom: 25px;
	margin: 0 0 25px 0;
}
#personalProjects{
	text-align: center;
}
#personalProjects h2{
	text-align: left;
}
#personalProjects img{
	background: #ddd;
	padding: 2px;padding: 5px;
	margin-top: 25px;
	border: 2px solid #aaa;
	
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   
   -webkit-box-shadow: 5px 5px 10px #999;
   -moz-box-shadow: 5px 5px 10px #999;
   box-shadow: 5px 5px 10px #999;
}
#personalProjects img:hover{
	border: 2px solid #f30000;
}
#education{
	margin: 0 16px;
}
#education .logo{
	background: #fff;
	width: 200px;
	padding: 15px;
	margin-top: 25px;
	border: 2px solid #aaa;
	
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   
   -webkit-box-shadow: 5px 5px 10px #999;
   -moz-box-shadow: 5px 5px 10px #999;
   box-shadow: 5px 5px 10px #999;
}
#education h3{
	margin-bottom: 5px'
}
#education p{
	margin-top: 5px'
}
#skills h2{
	letter-spacing: -1px;
}
#skills .skill{
	float: left;
	width: 130px;
}
#skills ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#skills ul li ul{
	margin-left: 10px;
}
#previousEmployment{
	/*height: 400px;*/
}
#previousEmployment div{
	position: relative;
}
#previousEmployment .job{
	position: relative;
	margin-right: 20px;
}
#previousEmployment .job p{
	margin-left: 20px;
}
#previousEmployment .job h3 img{
	margin-top: 15px;
}
#previousEmployment .address{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}
.references{
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #f0f0f0;
}
#contact{
	position: relative;
	padding-bottom: 25px;
}
#contact label{
	display: block;
	width: 100px;
}
#contact label, #contact p{
	float: left;
	padding: 0;
	margin: 5px 0;
}
#contact p.message{
	position: absolute;
	color: #f30000;
	top: 60px;
	right: 100px;
	width: 500px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#footer{
	font-size: 10px;
	text-align: right;
}
#footer p{
	margin: 0;
}

.clear{
	clear: both;
}
