/* portfolio.css ~ for Patrick Holt's online portfolio ~ copy this file you want */

/* BODY; applies to all tags */
body {
	font: 13pt Times New Roman, serif;
	font-weight: normal;
	color: #692b23;
	background-color: #fffee8;
}
a { text-decoration:none; }
a:link {
	color: #692b23; 
	font: 11pt Helvetica, serif;
	font-weight: bold;
}
a:active {
	color: #692b23; 
	font: 11pt Helvetica, serif;
	font-weight: bold;
}
a:visited {
	color: #692b23; 
	font: 11pt Helvetica, serif;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
	font: 11pt Helvetica, serif;
	font-weight: bold;
}
strong {
	color: #692b23; 
	font: 12pt Helvetica, serif;
	font-weight: bold;
}
em {
	color: #692b23; 
	font: 11pt Helvetica, serif;
	font-weight: bold;
}


/* WRAPPER information */
#wrapper {
	padding: 30px 0px 0px 0px;
	background-color: #fffee8;
	width: 800px;
	margin: 0 auto; 
}


/* TITLE information */
.title {
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 0px 35px;
	float: left;
	background-color:#000;
	width: 766px;
	text-align: left;
	color: #fffee8;
	font: 30pt Times New Roman, serif;
	font-weight: bold
}


/* MAINNAV information */
.headernav {
	margin: 0px 0px 0px 0px;
	padding: 15px 6px 14px 0px;
	float: left;
	background-color:#000;
	width: 795px;
	text-align: right;
}
.headernav a {
	padding: 15px 15px 15px 15px;
	width: 800px;
	margin: 0px 1px;
	text-decoration:none;
	background-color:#dda7a4;
	display: inline;
	color: #dda7a4;
	font: 16pt Helvetica;
}
.headernav a:link {color: #692b23; }
.headernav a:active {color: #692b23; }
.headernav a:visited {color: #692b23; }
.headernav a:hover { 
	background-color:#fffee8; 
	padding: 25px 15px 15px 15px;
}


/* MAIN information */
.main {
	float: left;
	background-color:#dda7a4;
	width: 792px;
	margin: 0;
	padding: 30px 9px 30px 0px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #fffee8;
}
.main p { 	
	text-align: left; 
}


/* IMAGEBOX informatoin */
.imagebox {
	width: 300px;
	height: 400px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 30px;
}
.imagebox img { 
	float: left; 
	width: 300px;
}
.imagebox p {
	text-align: center;
}


/* THUMBBOX information */
.thumbbox {
	width: 180px;
	height: 400px;
	padding: 0px 10px 0px 25px;
	float: left;
	border-right-style: solid;
	border-right-color: #fffee8;
	border-right-width: 1px;
}


/* THUMBNAIL information */
.thumbnail {
	float: left;
	margin: 5px;
}
.thumbnail img { 
	margin: 0px; 
	padding: 0px;
	width: 72px;
	border: none;
}
.thumbnail a:link {color: #dda7a4; }
.thumbnail a:active {color: #dda7a4; }
.thumbnail a:visited {color: #dda7a4; }


/* RESUME information */
.resume {
	float: left;
	background-color:#dda7a4;
	width: 741px;
	margin: 0;
	padding: 30px 30px 30px 30px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #fffee8;
}


/* FOOTER information */
.footer {
	clear:left;
	width: 801px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #dda7a4;
}

