@charset "utf-8";
/* Allison Blalock CSS */

body {
	width: 100%;
	margin: 0;
	font-family: sans-serif;
}
header{
	width: 50%;
	padding: 2% 25% 2% 25%;
	float: left;
	text-align: center;
	color: #FFF;
	background-image: url("resources/pattern_512x512.jpg");
    background-repeat: repeat;
}
#site_title{
	font-size: 3em;
}
nav{
	padding-top: 1%;
}
nav a{
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
}
nav a:hover{
	text-decoration: underline;
}
.nav_spacer{
	font-size: .8em;
	padding: 0 15px;
}
#about{
	width: 50%;
	padding: 2% 25% 2% 25%;
	float: left;
}
#portrait{
	float: right;
	width: 35%;
	padding-left: 5%;
}
#about_text{
	float: left;
}
.black_link{
	color: #000;
	text-decoration: none;
}
.black_link:hover{
	text-decoration: underline;
}
.section_header_text{
	width: 100%;
	float: left;
	font-size: 2em;
	padding: 0 0 2% 0;
}
#resume_download{
	float: left;
	width: 100%;
	padding: 0 0 4% 0;
	font-weight: bold;
	font-size: 1.5em;
}
#resume{
	width: 50%;
	padding: 2% 25% 5% 25%;
	float: left;
}
.resume_tables{
	width: 100%;
}
.info{
	width: 75%;
}
.info_bold{
	width: 75%;
	font-weight: bold;
}
.info_spacer{
	width: 75%;
	height: 15px;
}
.year{
	width: 25%;
	text-align: right;
}
.year_spacer{
	width: 25%;
	height: 15px;
}
footer{
	width: 50%;
	padding: 2% 25% 5% 25%;
	float: left;
	text-align: center;
	color: #FFF;
	background-image: url("resources/pattern_512x512.jpg");
    background-repeat: repeat;
}
#contact_header_text{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 2em;
	padding: 0 0 2% 0;
}
#contact_info{
	float: left;
	width: 40%;
	text-align: left;
	font-size: 1.2em;
}
#contact_form{
	float: right;
	width: 60%;
}
form{
	float: right;
	width: 75%;
	font-size: 1.2em;
}
label{
	float: left;
	padding-bottom: 1%;
}
.form_inputs{
	float: left;
	width: 100%;
}
.form_spacing{
	float: left;
	width: 100%;
	height: 10px;
}
textarea{
	float: left;
	width: 100%;
	height: 75px;
}
#submit_button{
	float: right;
	color: #000;
	background-color: #FFF;
	border: none;
	padding: 2%;
	font-size: 1em;
	font-weight: bold;
}
.white_link{
	color: #FFF;
	text-decoration: none;
}
.white_link:hover{
	text-decoration: underline;
}
.max_width{
	max-width: 1000px;
}