/* General */

* {
	margin: 0px;
	padding: 0px;
}

body {
	line-height: 1.5em;
	font-size: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.width {
	margin-right: auto;
	margin-left: auto;

}

.sectiontext {
	border-top-style: double;
}

.sectionimage {
	display: none;
}

.summary, .skills, .work, .education, .strengths, .contact, .more  {
	clear: both;

}

/* Header */

#header {
	text-align: center;
}

.education .column {
	width: 50%;
	float: left;
}

.portfolio {
	display: none;
}

.contact {
	display: none;
}

.footer {
	display: none;
}

/* Bottom - currently, not in use but included here for future features */

.bottom {
	display: none;
}

/* Font replacement */

/*@font-face { 
	font-family: ChunkFive; 
	src: url(../fonts/Chunkfive.otf) format("opentype"); 
}*/

h1, h2, h3 {
	font-family: museo-slab, Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
}

/* General */

h2, h3, h4, p, ul, ol {
	margin-bottom: 10pt;
}

h2 {
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	margin-top: 10pt;
}

#pagetext h3, h4, p, ul{
	margin-left: 10pt;
}

.sectiontext ul {
	margin-left: 20pt;
}

.sectiontext a {
	color: #000000;
	text-decoration: none;
}

.noprint {
	display: none;
}

/* Header section */

#header h1 a {
	text-decoration: none;
	color: #000000;
}

#header p {
	margin-top: 0em;
	margin-bottom: .5em;
	margin-left: 0pt;
}

#nav, #actions {
	display: none;
}

/* Summary section */

.summary h3 {
	display: block;
}

.summary h3 .larger {
	background-color: #FFFFFF;
}

.summary h3 span {
	text-transform: capitalize;
	border-bottom-style: dotted;
	border-bottom-width: 1pt;
}
.summary br {
	display: none;
}

/* Strengths section */

.strengths h4 {
	margin-left: 20pt;
}

p.note {
	margin-left: 20pt;
	font-style: italic;
}

p.note a {
	color: #000000;
}
