/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: verdana, sans-serif;
  vertical-align: baseline;
}
 
body {line-height: 1em;}

h1, h2, h3, 
h4, h5, h6 {
  margin: 0px; 
  padding: 0px;
}

p {font-size: .75em; color: #656565; text-align: left; margin-bottom: 8px; line-height:1.5em;}
 
/* Remove annoying border on linked images. */
img {border: none;}
a img {border: none;}

/*
-----------------------------------------------
Site: http://dmpeters63.net
Author: dmpeters63
Description: All CSS
----------------------------------------------- */
/* @layout
----------------------------------------------- */

body {background: transparent url(/images/bg.jpg) scroll 0 0 repeat; margin: 0px auto; text-align:center;}
#page {margin: 0px auto; padding: 0; width: 944px;}

#head {width: 100%; height: 147px; margin: 0; float: left;}
#logo {float: left; width: 299px; height: 91px; margin: 24px 12px;}
#head h1 {background: transparent url(/images/logo.png) scroll 0 0 no-repeat; width: 359px; height: 107px; font-size: 2em; text-indent: -8000px;}
#head h1 a {display: block; width: 299px; height: 91px; color:#FFFFFF; text-decoration: none; outline: none;}

#nav {float: right; background: transparent url(/images/ribbon.png) scroll 0 0 no-repeat; width: 185px; height: 147px; margin-right:6px;}
#nav ul {list-style: none; margin-right:12px; margin-top:12px;}
#nav li {float: right; margin: 0px 0px 0px 18px;}
#nav li {color: #fff; font-family: Verdans, sans; font-size: .75em;}
#nav li a {color: #fff; font-family: Verdans, sans; text-decoration: none;}
#nav li.resume {margin:0; padding-right:56px; padding-top:12px;}
#nav li.socialize {margin:0; padding-right:16px; padding-top:12px;}
#nav li.empty {width: 100px;}
#nav li.clear {margin:0; padding-top:4px;}
#nav li.blog {padding-top: 3px;}

#portfolio {width: 100%; margin: 0px auto; text-align: center;}

ul.thumbs li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
  background: #fff;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}

ul.thumbs li a.thumb {
	width: 204px;
	height: 182px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

ul.thumbs li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}

ul.thumbs li a.thumb:hover {background: #333;}

ul.thumbs li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

ul.thumbs li h2 em {
  font-size: .5em;
	font-weight: normal;
	text-transform: uppercase;
  margin: 0; padding: 0;
}

ul.thumbs li a {text-decoration: none; color: #777; display: block;}














