
/*******************
----HTML5----------
*******************/

header, article, footer, nav section {
	display: block;
}

/*******************
----GENERAL---------
*******************/

body {
	background: #333;
}
img {
	border:none;
}

p {
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

li {
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

#content{
	margin:0;
	padding:0;
}

h1 {
	font-family: 'Headland One', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #475261;
	padding-top:8px;
	padding-bottom:4px;
}

h2{
	font-family: 'Headland One', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0066aa;
	padding-top:8px;
	padding-bottom:4px;
}

h3{
	font-family: 'Headland One', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #475261;
	padding-top:8px;
	padding-bottom:4px;
}

.normalText {
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.container_24 {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

#main{
	background:#f3f3f3;
	margin-top:40px;
	height:100%;
	padding:0;
}

#top_row{
	height:20px;
	background:#FC0;
	margin-bottom:20px;
	padding:0;
}

#header{
	padding:0;
	
}

#botton_row{
	height:20px;
	background:#FC0;
	margin-bottom:20px;
	padding:0;
}

#footer{
	padding:0;
	
	position:absolute;
	left:0; 
    bottom:0;
}

#header_content{
	margin-bottom:20px;
}

#content section{
	background:white;
	width:960px;
}
article{
	border-bottom:#CCC solid 1px;
	margin-top:20px;
}
#profile_picture img{
	padding:5px;
	background:#FFF;
	border:#333 solid 1px;
}
#profile_picture{
	margin-left:20px;
}

#profile_name{
	font-family: 'Headland One', serif;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
	color: #475261;
	margin-bottom:-15px;
	margin-top:-10px;
}

#profile_position{
	font-family: 'Headland One', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
	color: #475261;
	margin:0;
}

#profile_email{
	font-family: 'Headland One', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom:-1px;
	margin-top:-7px;
}

#profile_phone{
	font-family: 'Headland One', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#profile_title{
}

#education_bullets{
	margin-bottom:0px;
}

#education_courses{
	width:90%;
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
	margin-left:60px;
}

article .article_title{
}

article .article_content{
}

.subsection_border{
	border-bottom:#CCC solid 1px;
}

.subsection{
	margin-bottom:20px;
}

.subsection_date{	
	float:right;
	text-align:center;
	background:#eeeeee;
	height:20px;
}

.subsection_date p{
	text-transform:uppercase;
	font-size: 10px !important;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
}

.subsection_content{
	margin-top:20px;
}

.article_content h2{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.article_content h3{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.indented_paragraph{
	margin-left:30px;
	margin-bottom:0px;
}