/*
	Site: 	http://roberttayco.com
	Author:	Robert Tayco
*/

/*		RESET
-----------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul, li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

header,nav,section,footer {display:block;} /* HTML5 selectors */

/*		GENERAL STYLING
-----------------------------*/

html, body {
	background-color: #fff;
	color: #444;
	font: 16px/1.5 'gill sans', 'gill sans mt', calibri, segoe, 'segoe ui', sans-serif;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
h6 {
   font-size: 16px;
   line-height: 24px;
}
p {
	font-size: 14px;
	margin-bottom: 1em;
}
em { font-style: italic; }
strong { font-weight: bold; }

#container {
	margin: 0 auto;
	width: 738px;
}

header {
	border-bottom: double #d4d4d4;
	margin: 24px 10px;
	padding-bottom: 16px;
	text-align: center;
}
header h1 a:hover {	
	background: none;
	border: 0;
}
header h1 a img:hover {
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
#job-status {
   	font-family: "hoefler text", "baskerville", garamond, "times new roman", serif;
   	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
	#job-status span {
	   color: #be1e2d;
	   font-size: 18px;
	}
	#job-status h6 {
		background: #fef7cd;
		border-left: 1px dotted #be1e2d;
		border-right: 1px dotted #be1e2d;
		margin: 24px 180px;
		padding: 10px 24px;
	}
nav {
	font-size: 18px;
	font-variant: small-caps;
	text-transform: lowercase;
}
nav li {
	display: inline-block;
	margin: 0 10px 20px;
}
nav li a {
	background: #fce6e6;
	border: 1px solid #f1d0cd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	box-shadow: 0 1px 2px rgba(0,0,0,.35);
	display: block;
	height: 36px;
	line-height: 36px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5),
				 0 -1px 0 rgba(0,0,0,.1);
	width: 90px;
}

section { overflow: hidden; }
section p, section h4 {	padding: 0 10px; }
section ul li {	display: inline; }
section ul li a img {
	float: left;
	margin: 0 10px 20px;
}
.video {
	margin-bottom: 16px;
}
object {
	border-bottom: 1px dashed #d4d4d4;
	display: block;
	margin: 30px auto 10px;
	padding-bottom: 32px;
}
.last object {
	border: 0;
	padding-bottom: 16px;
}
footer {
	border-top: double #d4d4d4;
	color: #666;
	font-size: 12px;
	margin: 0 10px;
	padding: 10px 0 30px;
}

/*		GENERAL LINKS
-----------------------------*/

a {
	color: #be1e2d;
	text-decoration: none;
}
a:visited {	color: #9d63c8; }
a:hover, a:focus { background: #fcd6d1; }
a:active { 
	position: relative;
	top: 1px;
}

a img {	padding: 8px; }
a img:hover, a img:focus {
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.6);
	box-shadow:	0 4px 8px rgba(0,0,0,.6);
}
a img:active {
	position: relative;
	top: 1px;
}