/* FONTS */
/* normal */
@font-face {
	font-family: "Century Gothic";
	src: url(/fonts/Gothic.eot); /* IE 9 */
	src: local("Century Gothic"), url(/fonts/Gothic.TTF) format("truetype"); /* CSS3 */
}
/* italic */
@font-face {
	font-family: "Century Gothic";
	src: url(/fonts/Gothic-i.eot); /* IE 9 */
	src: local("Century Gothic Italic"), url(/fonts/Gothic-i.TTF) format("truetype"); /* CSS3 */
	font-style: italic;
}
/* bold */
@font-face {
	font-family: "Century Gothic";
	src: url(/fonts/Gothic-b.eot); /* IE */
	src: local("Century Gothic Bold"), url(/fonts/Gothic-b.TTF) format("truetype"); /* CSS3 */
	font-weight: bold;
}
/* bold italic */
@font-face {
	font-family: "Century Gothic";
	src: url(/fonts/Gothic-bi.eot); /* IE */
	src: local("Century Gothic Bold Italic"), url(/fonts/Gothic-bi.TTF) format("truetype"); /* CSS3 */
	font-style: italic;
	font-weight: bold;
}

* {
	font-family: "Segoe UI", Tahoma, sans-serif;
}
p, li {
	font-size: 10pt;
}
body {
	background: url('/img/tile.png') repeat fixed #ffaa05;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", serif;
	font-weight: normal;
}
a {
	color:#a66e02;
	background-color: inherit;
}
a:hover {
	color:#000000;
}
.errorPage p {
	width: 80%;
	margin: auto;
}
.errorPage p:first-child {
	margin-top: 30px;
}
/* html5 blocks */
article, section, nav, header, footer, hgroup {
	display:block;
}
header, footer, #resume, #main {
	/* main width */
	width: 760px;
	margin:auto auto 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/*
#resume depends on nested sections
*/
header, footer, #main {
	background-color: #ffffff;
	padding: 0 10px 0 10px;
}
#resume h2, #main h2 {
	/* break h2 margins to use box prop margins */
	margin:0;
}
/* header */
header {
	min-height: 150px;
	margin-top:15px;
}
header h1 {
	margin-top: 0;
	border-bottom: #a66e02 solid 2px;
}
/* main nav */
#resumeNav  ul, #siteNav ul {
	margin:0 0 0 15px;
	padding:0;
}
#resumeNav li, #siteNav li {
	display: inline-block;
	margin-right:10px;
	font-size:12pt;
	font-family: "Century Gothic", serif;
}
#resumeNav li:before, #siteNav li:before {
	content:"»";
	font-weight: bold;
	margin-right: 5px;
}
#resumeNav a, #siteNav a {
	text-decoration: none;
}
#siteNav {
	margin-bottom: 10px;
}
#siteNav a.active {
	border-bottom: solid 2px #a66e02;
	color:#000000;
}
#main {
	min-height: 430px;
}
footer {
	clear: both;
	margin-bottom: auto; /* overrides main box model props. */
	font-size: 9pt;
	text-align: center;
}
#printIcons {
	position:fixed;
	top: 5px;
	right: 5px;
	height: 50px;
	width: 80px;
	/* width: 50px; */
	padding: 5px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	/* make any text dissapear */
	color: rgb(0, 0, 0);
	color: rgba(0, 0, 0, 0.5);
	color: transparent;
	-moz-border-radius:15px;
	border-radius:15px;
}
#printIcons a img {
	border:none;
	margin: 9px auto auto;
}

/* tranquility date */
a#tranquility {
    color: #000000;
    text-decoration:underline;
}
a#tranquility:hover {
    color:#a66e02;
}
