/* Resets */

* { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

/* Typography & Layout */

body {
	font-family: 'Helvetica Neue', 'HelveticaNeue', helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #fff;
	color: #333;
	background: url(/portfolio/img/bgRepeater.png) #c0c0c0 center repeat-y;
}

a { color: #f00; text-decoration: none; outline: none; }
a:hover { color: #c00; }

h1 { font-size: 26px; letter-spacing: 3px; color: #333; font-weight: normal; }
h1 a { color: #333; }
h1 a:hover { color: #333; }

h1 #subtitle {
	font-size: 11px;
	letter-spacing: 1px;
}

h2 { font-size: 19px; color: #333; }

#intro h2, 
#resume h2, 
#contact h2 { 
	margin-bottom: 30px;
}

h3 { 
	font-size: 15px; 
	color: #333; 
	font-weight: bold; 
	margin-bottom: 15px;
}

h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

#container {
	background-color: #fff;
	width: 660px;
	margin: 25px auto;
}

#header {
	width: 640px;
	padding: 0 10px 3px 10px;
	border-bottom: 1px solid #aaa;
}

#navi {
	font-size: 13px;
	font-weight: normal;
	width: 640px;
	padding-top: 3px;
	margin-bottom: 30px;
	letter-spacing: .5px;
}

#navi ul {
	width: 660px;
	height: 15px;
}

#navi li {
	/*display: inline;*/
	float: left;
	border-left: 1px solid #aaa;
	padding-left: 5px;
	margin-left: 5px;
}

#navi a {
	margin: 0;
	padding: 0;
}

#navi ul li#int {
	border: none;
	padding-left: 0;
	margin-left: 10px;
}

body#intro #int a,
body#portfolio #por a,
body#bio #bio a,
body#experience #exp a,
body#education #edu a,
body#skills #ski a,
body#resume #res a,
body#source #src a,
body#contact #con a {
	color: #999;
}

#content {
	width: 640px;
	margin-left: 10px;
}

#content p {
	margin-bottom: 10px;
}

.pretentious {
	font-size: 13px;
	color: #666;
	margin-bottom: 30px;
	padding-left: 22px;
	text-align: left;
}

.indent {
	text-indent: 22px;
}

.center {
	text-align: center;
}

.subContent {
	clear: both;
	margin-bottom: 30px;
}

/* http://positioniseverything.net/easyclearing.html */
.easyclear:after,
.subContent:after,
.thumbs:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.subContent .subLink {
	font-size: 13px;
	margin-bottom: 13px;
	color: #999;
}
.subContent .subLink img {
	margin: 0 3px;
	vertical-align: bottom;
}
.subContent .subLink a { color: #666; }
.subContent .subLink a:hover { color: #f00; }

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

#footer {
	clear: both;
	font-size: 11px;
	width: 640px;
	margin-top: 25px;
	border-top: 1px solid #aaa;
	padding: 3px 10px;
	color: #999;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #f00;
}

#footer #copyright {
	width: 300px;
	float: left;
}
#footer #validation {
	width: 300px;
	float: right;
	text-align: right;
}

/* Specifics */

#intPortrait {
	float: right;
	/*border: 1px solid #333;*/
	margin-left: 1em;
}

#intSig {
	text-align: center;
	margin-top: 25px;
}

.thumbs {
	position: relative;
	width: 448px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.thumbs a {
	display: block;
	float: left;
	width: 100px;
	height: 75px;
	margin: 0 5px;
	background-color: #666;
	border: 1px solid #333;
}

#bio h2 {
	margin-bottom: 1em;
}

#bio #content ul {
	list-style: square;
	margin-left: 15px;
}

#education #colA {
	float: left;
	width: 310px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	margin-bottom: 1em;
}

#education #colB {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 1em;
}

#skills .datatable .colA h3 { margin-bottom: 0; }
.subContent h3 {
	border-bottom: 1px solid #aaa;
	margin-bottom: 0;
	padding: 0 0 2px 2px;
}

#skills .datatable {
	border: 1px solid #333;
	width: 630px;
	height: 1%;
	padding: 2px;
	margin: 0 auto 13px auto;
	background-color: #999;
}

#skills .datatable .colA {
	border: 1px solid #333;
	background-color: #eee;
	width: 412px;
	padding: 5px 2px 2px 10px;
	float: left;
}

#skills .datatable .colA span {
	font-size: 13px;
	color: #666;
	padding-left: 10px;
}

#skills .datatable .colB {
	background-color: #333;
	width: 198px;
	padding: 2px;
	float: right;
}

#skills .datatable .colB div {
	float: left;
	background: url(/portfolio/img/skillsYearBg.gif) #333 top left repeat-x;
}

#skills .datatable .colB span {
	float: right;
	position: relative;
	top: 2px;
	right: 2px;
	white-space: nowrap;
	color: #fff;
}

.datatable hr,
#resume hr {
	display: block;
	clear: left;
	height: 0;
	margin: -2px 0;
	visibility: hidden;
}

#resume .colA {
	width: 300px;
	text-align: center;
	float: left;
}

#resume .colB {
	width: 300px;
	text-align: center;
	float: right;
}