/* marklekker.com 2010 */

/* basic resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	height: 0;
	border: 0;
	margin: 0 0 17px 0;
	border-top: 1px solid #e0e0e0;
	width: 100%;
	padding: 0;
}

.clearfix:after, 
.ata-wrapper:after,
.itemList li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, 
.ata-wrapper,
.itemList li {
    display: inline-block;
}

html[xmlns] .clearfix,
html[xmlns] .ata-wrapper,
html[xmlns] .itemList li {
    display: block;
}

* html .clearfix,
* html .ata-wrapper,
* html .itemList li {
    height: 1%;
}

/* html 5 compatability
---------------------------------------------------------- */

header, 
footer, 
section, 
aside, 
nav, 
article {
	display: block !important;
}



/* typography */
body {
	color: #f5f5f5;
	font-size: 12px;
	line-height: 18px;
	font-family: "Trebuchet MS",Helvetica,Arial; 
}
h2 {
	font-size: 16px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}
p {
	line-height: 16px;
	margin-bottom: 9px;
}
a {
	color: #f38a87;
	font-weight: bold;
	text-decoration: none;
}


/* structure */
html {
	background-color: #3e3d3e;
}
body {
	width: 700px;
	margin: 0 auto;
	background-color: #666;
	border-top: 15px solid #2d2d2d;
}

#header h1 {
	position: absolute;
	top: -9999px;
}
#header img {
	display: block;
}

.section {
	margin: 0 49px 0 61px;
	padding-bottom: 2px;
	background: url(../images/section-border.gif);
}
.section .title {
	background: #404041 url(../images/h_bg.jpg) 0 0 repeat-x;
	height: 32px;
	margin: 0 2px 2px 0;
	color: #fff;
}
.section .title h2 {
	padding: 6px 14px;
}

.article {
	background: #646464 url(../images/article_bg.jpg) 0 0 repeat-x;
	padding: 12px 235px 12px 12px;
	min-height: 80px;
	margin-left: 2px;
}
.articleRight {
	float: right;
	width: 228px;
	padding-left: 14px;
	margin-right: -240px;
}
.articleRight h2 {
	position: absolute;
	margin-top: -40px;
}
.withBorder {
	background: url(../images/section-border.gif) -2px 0 repeat-y;
	margin-bottom: 5px;
	margin-left: 5px;
}

.projectImage {
	float: right; 
	display: block;
	width: 200px;
	margin-right: -225px;
}
.projectImage img {
	display: block;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
}
.projectImage img:hover {
	border-color: #ccc;
	position: absolute;
	left: 50%
	top: 0;
	margin-top: -100px;
	margin-left: -570px;
	width: auto;
	height: auto;
}

#footer {
	height: 130px;
	background: url(../images/html_bg.jpg) 0 100% repeat-x;
	text-indent: -9999px;
}


/* page elements */
.profilePic {
	float: left;
	display: block;
	margin-right: 10px;
}
