﻿@charset "UTF-8";

/* ────────────────────────────────────────────────────────────────────────── *\
   Curriculum
   __________________________________________________________________________
\* ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ */
section#cv {
	width:					600px;

	margin:					0px 5px 0px 0px;
	border:					solid 1px #999999;
	padding:				5px 0px 0px 0px;
	background:				#F6F6F6 url(../img/section.form.gif) top left repeat;
}
section#cv > header {
	position:				absolute;
	top:					-50px;
}

/* __________________________________________________________________________ *\
\* ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ */
section#cv article {
	position:				relative;
	margin:					5px 5px 15px 5px;
	padding:				0px 5px 0px 75px;
	font:					normal 12px/12px Arial, Helvetica, sans-serif;
}
section#cv article p, 
section#cv article dl, 
section#cv article ol, 
section#cv article ul {
	position:				relative;
	margin:					0px 0px 5px 0px;
}

section#cv article a img {
	border:					none;
}

/* ────────────────────────────────────────────────────────────────────────── */
section#cv article header {
	position:				relative;
	margin:					0px 0px 5px 0px;
	color:					#302030;
}
section#cv article header h1 {
	font:					bold 16px/16px "WebSlab", "Bookman Old Style", Georgia, Times, serif;
	text-transform:			uppercase;
	text-shadow:			1px 1px rgba(255,255,255,0.3);
}
section#cv article header h2 {
	font:					normal 12px/14px Arial, Helvetica, sans-serif;
}
section#cv article header h1 time, 
section#cv article header p time {
	position:				absolute;
	left:					-75px;
	font:					normal 12px/16px "WebSlab", "Bookman Old Style", Georgia, Times, serif;
}

/* ────────────────────────────────────────────────────────────────────────── */
section#cv article dl dt, 
section#cv article dl dd {
	position:				relative;
	border:					none;
}
section#cv article dt {
	font:					bold 12px/12px Arial, Helvetica, sans-serif;
	text-transform:			none;
}
section#cv article dd {
	font:					normal 11px/12px Arial, Helvetica, sans-serif;
	padding:				0px 0px 5px 0px;
}

section#cv article ul li {
	margin-left:			20px;
	margin-right:			15px;
	padding-bottom:			2px;
}

/* ────────────────────────────────────────────────────────────────────────── */
section#cv article p em, 
section#cv article address em {
	display:				block;
	clear:					right;

	font-weight:			bold;
}

