@charset "utf-8";
/* The Resume of Clinton Milner */
/* CSS Document */

/* ----  HTML5 & Star Reset ----  */
* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
a {
	outline: none;
}

.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf {  zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

/* top shadow - Nice Tip Chris Coyier - http://playground.genelocklin.com/depth/ */
 
body:before {
    content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;

	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
			box-shadow: 0px 0px 10px rgba(0,0,0,.5);

	z-index: 100;
}


/* ----  END - HTML5 & Star Reset ----  */
#resume {
	margin: 60px auto;
	background: #ebebeb;
	background: url(../img/header-cloth.jpg) repeat-x;
	font: 16px/1.3 'Cabin', 'Myriad Pro', Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
}
#wrapper {
	background: #eee;
	width: 805px;
	margin: 0px auto;
	border: #ccc 1px solid;
	-moz-box-shadow: 0 0 5px 5px rgba(136, 136, 136, 0.5);
	-webkit-box-shadow: 0 0 5px 5px rgba(136, 136, 136, 0.5);
	box-shadow: 0 0 5px 5px rgba(136, 136, 136, 0.5);
}
#header {
	background: url(../img/bg.jpg) repeat;
	padding: 40px;
	
}
#header-text {
	width: 420px;
	float: left;
	margin-right: 50px;
	padding-top: 7px;
}
#headshot {
	width: 235px;
	height: 265px;
	padding: 7px;
	float: left;
	background: rgba(200, 200, 200, 0.5);
	-moz-box-shadow: 0 0 5px 5px rgba(136, 136, 136, 0.3);
	-webkit-box-shadow: 0 0 5px 5px rgba(136, 136, 136, 0.3);
	box-shadow: 0 0 5px 5px rgba(136, 136, 136, 0.3);
}
#header a {
	color: #999;
	text-decoration: none;
}
#header a:hover {
	color: #222;
	text-decoration: none;
}
h1 {
	line-height: 1em;
	font-size: 42px;
	color: #222;
}
h2 {
	font: 22px;
	color: #999;
	font-weight: normal;
	padding-bottom: 30px;
	line-height: .8em;
}
p, li {
	font: 14px;
	font-weight: normal;
}
ul {
	width: 90%;
}
li {
	list-style-position: inside;
	list-style-type: square;
	padding: 0 0 10px 0;
	line-height: normal;
	
}
.small {
	font: 12px;
	text-indent: -10px;
	letter-spacing: .1em;
	display: none;
}
.bold {
	font-weight: bold;
	margin-right: 5px;
	color: #222;
}
.contact {
	padding-top: 30px;
}
.contact, .contact-mid {
	font-size: 1.1 em;
	line-height: 1.1em;
	color: #999;
}
#experience, #tools, #education, #employment-history, #hobbies {
	padding: 40px;
}
#experience h1, #tools h1, #education h1, #employment-history h1, #hobbies h1 {
	font-size: 26px;
	color: #222;
	border: #222 solid 1px;
	padding: 5px;
	display: inline;
	background: #dfdfdf url(../img/bg-cloth.jpg) repeat;
}
article {
	padding-top: 30px;
	position: relative;
}
.date {
	position: absolute;
	top: 35px;
	right: -50px;
	width: 118px;
	padding: 5px;
	text-align: center;
	border: #999 solid 1px;
	background: url(../img/bg-cloth.jpg) repeat;
	/*background-color: rgba(200, 200, 200, 1.0);*/
	-moz-box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.3);
	box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.3);
	font-size: 14px;
}
article h2, article h3 {
	line-height: normal;
	padding: 0;
}
article h2 {
	color:#06f;
}
article h3 {
	padding-bottom: 10px;
	font-size: 16px;
}
blockquote {
	margin: 1em auto 3em;
	font-size:1.25em;
	background: #dfdfdf url(../img/bg-cloth.jpg) repeat;
	width:570px;
	border-top:rgba(136, 136, 136, 0.75) 2px solid;
	border-bottom:rgba(136, 136, 136, 0.75) 2px solid;
	padding: 1em;
	color:rgba(70, 70, 70, 1.0);
}
#hobbies a {
	color: #222;
	border-bottom: #222 dotted 1px;
	padding-bottom: 2px;
	text-decoration: none;
}
#hobbies a:hover {
	color: #222;
	border-bottom: #222 solid 1px;
}
