/*

  Rattray Resume

   Author:    John
   Date:      May 7th, 2012

   Filename:         rattrayresume.css
   Supporting Files: 
*/

/* HTML Style */

html  {
   background-image:url('asphalt_web.jpg');
}

/* Header Styles */

header h1 {
	color: white;
	font-size: 235%;
	margin: 5px 10px auto 10px; 
   }

header {
	float: left;	
	color: white;
	
	height: 100px;
	width: 50%;
	text-align: left;
	letter-spacing: 2px;
   }
	

/* Body styles */

body {
   font-family: 'Century Gothic', Verdana, sans-serif;
   background-color: rgba(32, 32, 32, 0.5);
   margin: 0px auto;
   width: 810px;
   padding: 10px;
   color: white;
   height:10000px;
}


body h1 {
	display: block;

	color: white;
	padding: 0px 5px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	
   }
 a {
	color: white;
	text-decoration: none;

   }

a:hover {
	background-color: rgb(95, 95, 96);
   }

/* Section Styles */

section#contact  {
	display: block;
	color: white;
	/*background-color: black;*/
	float: right;
	padding: 10px;
   }

section#social {
	display:block;
	float:left;
   }

section#social nav {
clear: left;
display: block;
width: 100%;
margin-bottom: 30px;
}

section#social h3 {
	display:none;
   }
section#objective {
	display:block;
	width:100%;
	float:left;
    }

section#edu {
	display:block;
	width:100%;
	float:left;
   }	

nav ul li {
display:inline;
margin-right:20px;
}