
body
{
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 16px;
	color: #636363;
	background: #d8d8d8;
}

h1
{
	margin: 0;
	font-weight: normal;
}

h5
{
	margin: 0;
	font-weight: normal;
}

p
{
	margin: 15px 0;
}

ul
{
	margin: 10px;
	padding: 0;
}

ul li
{
	padding: 7px 0;
}

a
{
	color: #1388d3;
	text-decoration: none;
}

a:hover
{
	color: #565656;
	border-bottom: 1px dotted #1388d3;
}

/* ----- Container ----- */

#container
{
	margin: 0 auto;
	width: 900px;
}

/* ----- Body ----- */

#body
{
	float: left;
	width: 590px;
}

.body-heading
{
	margin-bottom: 15px;
}

/* ----- Sidebar ----- */

#sidebar
{
	float: right;
	width: 290px;
}

/* ----- Section ----- */

.section
{
	position: relative;
	margin-bottom: 20px;
	padding: 5px 23px;
	background: #fff;
	border: 7px solid #b0b0b0;
}

.no-padding
{
	padding: 0;
}

.section-header,
.section-footer
{
	position: relative;
	top: -12px;
	left: -30px;
	padding: 10px 0;
	width: 290px;
	height: 8px;
	line-height: 1em;
	font-size: 0.5em;
}

.no-padding .section-header
{
	top: -7px;
	left: -7px;
}

.section-header span,
.section-footer span
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 290px;
	height: 41px;
	background: url(../../img/headings-1.png) no-repeat;
}

.section-footer
{
	top: auto;
	bottom: -12px;
}

.no-padding .section-footer
{
	bottom: 0px;
	left: -7px;
}

.section-footer span
{
	top: auto;
	bottom: -7px;
	left: 0;
}

/* ----- Sections ----- */

#profile .section-footer span { background-position: 0 -43px; }
#contact-me .section-header span { background-position: 0 -86px; }

#profile-picture
{
	display: block;
	width: 262px;
	height: 248px;
	margin: 0 auto;
}

#contact-me
{
	font-size: 0.9em;
}

#contact-me h4
{
	margin: 3px 0;
}

#contact-me ul
{
	margin: 10px 13px 13px 13px;
	list-style: none;
}

#contact-me ul li
{
	padding: 7px 15px;
	border-bottom: 1px dotted #b2b2b2;
}

#contact-me ul li:hover { background: #f4f4f4; }

#contact-me a:hover
{
	border: none;
}

/* ----- Highlighted Containers ----- */

.highlighted
{
	position: relative;
	margin: 40px 0;
	padding: 30px 23px 10px 23px;
	font-size: 0.9em;
	background: #ededed;
}

.highlighted-header
{
	position: absolute;
	top: -15px;
	left: 0;
	width: 290px;
	height: 41px;
}

.highlighted-header span
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 290px;
	height: 41px;
	background: url(../../img/headings-1.png) no-repeat;
}

/* ----- Extra Styles ----- */

.left { float: left; }
.right { float: right; }

.one-half { width: 49%; }

.clear { clear: both; }

img.framed
{
	padding: 1px;
	border: 1px solid #c5c5c5;
}
/* ----- Index - Featured Work ----- */

#featured-work .highlighted-header span { background-position: 0 -129px; }
#featured-work { padding: 30px 13px 13px 13px; }

.featured-box
{
	display: block;
	width: 245px;
	height: 110px;
	background: url(../../img/boxes-1.png) no-repeat;
}

.featured-box-header
{
	display: block;
	margin: 0;
	padding: 2px 10px 0 0;
	height: 23px;
	font-size: 0.95em;
	font-weight: normal;
	text-align: right;
	color: #d8d8d8;
}

.featured-box-body
{
	display: block;
	height: 80px;
}

.featured-box-body img
{
	display: block;
	margin: 3px auto;
}

.featured-box:hover { background-position: 0 -111px; border: 0; }
.featured-box:hover .featured-box-header { color: #4f6107; }

/* ----- Index - Other Featured Work ------ */

#other-featured-work .highlighted-header span { background-position: 0 -172px; }

#other-featured-work .right
{
	width: 44%;
	padding-left: 5%;
	border-left: 1px dotted #b2b2b2;
}

#other-featured-work ul { margin: 0; list-style: none; }
#other-featured-work ul li { padding: 3px 0; }

.extra-info
{
	overflow: hidden;
	font-size: 0.85em;
	line-height: 1.5em;
}

.extra-info a
{
	display: block;
	margin: 15px 0;
	padding: 5px 7px;
	background: #dfdfdf;
}

.extra-info a:hover
{
	background: #d3d3d3;
	border: 0;
}
#noteworthy-features .highlighted-header span { background-position: 0 -215px; }
