

@import url('reset.css');
@import url('template.css');

/* [01] Image Replacements
-------------------------------------------------------*/
/* Standard image replacement */
.imr {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* Button image replacement */
input.imr, button.imr {
	border: none;
	padding: 0;
	cursor: pointer;
}

/* [02] Clearfix
-------------------------------------------------------*/
/* More info at: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0;
}
.clearfix {
	display: block;
}

/* [03] Accessible Hide
-------------------------------------------------------*/
.hide {
	position: absolute;
	display: block;
	height: 0;
	visibility: hidden;
	left: -9999px;
	top: -9999px;
	padding: 0;
	margin: 0;
}

/* Legend hide */
legend.hide,
legend.hide span {
	line-height: 0;
}

/* [04] Misc
-------------------------------------------------------*/
.column {
	float: left;
}








/*** ABOUT ME ***/


#content.about .column-wrapper {
	padding: 30px 0 0 30px;
}
#content.about .column {	
	margin-bottom: 50px;
}
#content.about .col1 {
	margin-right: 50px;
	width: 260px;
}
#content.about .col1 p {
	color: #999999;
	font-size: 1.1em;
}

#content.about .col2 {
	width: 275px;
}
#content.about .col2 p {
	color: #b0a9a2;
}

/* Headings and image replacements */
#content.about h2.about,
#content.about h2.employment,
#content.about h2.clients,
#content.about h2.awards,

#content.about span.css,

#content.about   {
	background: url('images/about_menu.jpg') 0 0 no-repeat;
	}
#content.about h2.about {
	width: 162px;
	height: 23px;
	background-position: 0 0;
	margin-bottom: 25px;
	}

#content.about h2.clients {
	width: 162px;
	height: 23px;
	background-position: 0 -26px;
	margin: 40px 0 25px 0;
	}

#content.about h2.awards {
	width: 220px;
	height: 25px;
	background-position: 0 -107px;
	margin: 40px 0 25px 0;
	}

#content.about h2.employment {
	width: 200px;
	height: 28px;
	background-position: 0 -50px;
	margin: 78px 0 21px 0;
	}	
#content.about a.flickrb {
	width: 162px;
	height: 28px;
	background-position: 0 -50px;
	margin-bottom: 20px;
	}


#content.about span.css {
	width: 217px;
	height: 15px;
	background-position: 0 -197px;
	margin-bottom: 10px;
	}
	



	/*** CONTACT ***/


#content.contact .column-wrapper {
	padding: 30px 0 0 30px;
}
#content.contact .column {	
	margin-bottom: 50px;
}
#content.contact .col1 {
	margin-right: 50px;
	width: 260px;
}
#content.contact .col1 p {
	color: #999999;
	font-size: 1.1em;
}

#content.contact .col2 {
	width: 275px;
}
#content.contact .col2 p {
	color: #b0a9a2;
}

/* Headings and image replacements */
#content.contact h2.contact,
#content.contact h2.employment,
#content.contact h2.clients,
#content.contact h2.awards,

#content.contact span.css,

#content.contact   {
	background: url('images/about_menu.jpg') 0 0 no-repeat;
	}


#content.contact h2.clients {
	width: 200px;
	height: 23px;
	background-position: 0 -80px;
	margin: 0px 0 25px 0;
	}








	
#employment ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#employment li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style:none;
	position: relative;
	left: -15px;
	color: #b0a9a2;
	font-size: 0.90em;
	}	
#employment li a {
	color: #362e1f;
	font-weight: normal;
	color: #b0a9a2;
	font-size: 1.0em;
	}
#employment li a span {
	color: #362e1f;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.1em;
	}		


.dark {
	color: #362e1f;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.1em;
}


