@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* page styles start here */

body {
	background-image:url(images/bg_all.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-color:#CCC;
}
body .none {
	background-color:#fff;
}
img {
	max-width:100%;
}
img .port {
	max-width:100%;
	min-width:50%;
}
#top {
	width:100%;
	display:inline-block;
}
#logoWrap {
	width:100%;
	display:inline-block;
	text-align:center;
}
#logoImage {
	width:40%;
	margin: 4.5em auto 1.4em auto;
}
#repeatTop {
	background-image:url(images/bg_repeat_top.png);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
	margin: 6em 0 0 0;
}

#nav {
	width:100%;
	text-align:center;
	margin: 3em 0 0 0;
}
#navBox {
	display:inline-block;
	padding: .5em 2em .5em 2em;
	margin: 1em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:rgba(20,20,23,0.8);
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #333 5px 5px 5px;
}

#mid_01 {
	background-color:#fff;
	width:100%;
}
#resumeBlock {
	width:65%;
	text-align:center
}
#image01 {
	width:15%;
	padding: .5em;
	display:inline-block;
	vertical-align:top;
	padding: 3em 0 3em 0;
}
#text01 {
	width:50%;
	display:inline-block;
	text-align:left;
	padding: 3em .2em 3em .2em;
}

#subText {
	width:100%;
	text-align:center;
}
#portBlock {
	width:100%;
	background-image:url(images/bg_port.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-color:#CCC;
	text-align:center;
}
#portWidth {
	width:70%;
	display:inline-block;
	text-align:center;
	padding: 2em 0 2m 0;
}
#portItem {
	display:inline-block;
	margin: 1em 1em 1em 1em;
	padding: .2em;
	width:20%;
}
#repeatTop2 {
	background-image:url(images/bg_repeat_top2.png);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
	margin: -5px 0 0 0;
}
#contactBlock {
	width:100%;
	background:#666;
	display:inline-block;
}
#contactInfo {
	padding: 2em;
	text-align:center;
}
#contactIcons {
	text-align:center;
	display:inline-block;
}
#portPageNav {
	width:100%;
	background-color:#f5e9d9;
	height:70px;
}
#spacer {
	padding: 1em;
}

/* type style */
h1 {
  font-family: "caflisch-script-pro",sans-serif;
  font-size: 3.5em; /* 24px / 16pc */
  font-weight:bold;
  color:#FFF;
  text-shadow:2px 2px 4px #000000;
  text-align:center;
}
h2 {
  font-family: "futura-pt",sans-serif;
  font-size: 1.5em; /* 24px / 16pc */
  font-weight:bold;
  text-transform:uppercase;
  color:#FFF;
  text-shadow:2px 2px 4px #000000;
  margin: .9em 0 0 0;
  text-align:center;
}
h3 a {
  font-family: "futura-pt",sans-serif;
  font-size: 1em; /* 24px / 16pc */
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  color:#FFF;
  margin: .2em;
}
h4 {
  font-family: "futura-pt",sans-serif;
  color:#666;
  padding: .3em 0 .3em 0;
  line-height:1.5;
}
h5 {
  font-family: "futura-pt",sans-serif;
  font-size: 1em; /* 24px / 16pc */
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  color:#333;
}
h5 a {
	text-decoration:none;
	color:#333;
}
h5 a:hover {
	text-decoration:underline;
	color:#CCC;
}
h6 {
  font-family: "caflisch-script-pro",sans-serif;
  font-size: 2.5em; /* 24px / 16pc */
  font-weight:bold;
  color:#333;
  text-align:center;
  padding: 1.5em 0 .5em 0;
}