﻿/*  Reference ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

		 "Black": #16130C
		 Blue: #45739E
		 Text: #0F0F0F
		 Brown Headings: #877744
*/

/*  Style Reset ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

*, html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a img {
	border: none; /* Gets rid of IE's blue borders */
}

/*---------- UTILITY ------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
.interest {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}


/*  Layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#shell {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#content {
	clear: both;
	position: relative;
	background-color:#EFEDED
}
#left {
	float: left;
	margin-left: 30px;
	width: 344px;
	text-align: left;
}
#right {
	float: right;
	margin-right: 30px;
	width: 336px;
}

/*  Navbar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#main-nav {
	float: right;
	margin: 0 50px 12px 0;
	width: 316px;
	text-align: center;
}
#main-nav li {
	display: inline;
	padding-left: 20px;
}
#sub-nav {
	float: left;
	margin: 0 0px 12px 25px;
	width: 316px;
}
#sub-nav li {
	display: inline;
	padding-right: 20px;
}

/*  Formatting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

body {
	background-color: cbc4aa;
	background-image: url('images/body-bg.gif');
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #7E7E7E;
}
a:hover {
	text-decoration: underline;
	color: #3A3A3A;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #7E7E7E;
}

#header {
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
}

/*  Portfolio ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#portfolio {
	clear: both;
	width: 712px;
	padding-left: 20px;
	margin: 0 auto;
}
#portfolio ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#portfolio ul li {
	display: inline;
	margin: 0 20px 20px 0;
	float: left;
}
#portfolio ul li img {
	padding: 3px;
	background-color: white;
	border: 1px #7E7E7E solid;
}

/*  Details ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#details {
	clear: both;
	margin-bottom: 3em;
	font-size: 12px;
}
p.image img {
	/*padding: 10px;
	border: 1px solid #7E7E7E;
	background-color: white;*/
	padding: 3px;
	border: 15px solid #403509;
	background-color: #FFF;
}

p.image {
	margin-bottom: 0.7em;
}
#details li {
	margin-bottom: 0.4em;
}

.title {
	float: left;
	width: 300px;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 74px;
}
.size {
	float: right;
	width: 300px;
	text-align:right;
	margin-right: 74px;
}
.kearn {
	letter-spacing: 1px
}
#left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #1B1B1B;
	font-size: 12px;
	line-height: 1.6em;
}
#contact {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#footer {
	text-align: center;
	margin-top: 3em;
	padding-bottom: 1em;
	font-size: 11px;
}
#footer a {
	color: #808080;
}
#footer a:hover {
	color: #333333;
}
.copyright {
	color: #808080;
	font-family: Verdana, Arial, "Helvetica Neue", sans-serif;
	font-size: 10px;
	margin-top: 3em;
}

/*  Portfolio ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#bio {
	width: 634px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	line-height: 1.5em;
}
#bio ul {
	margin-bottom: 1em;
	list-style: disc;
	margin-left: 1.5em;
}
