header, nav, article, section, footer, figure, aside { display: block; }

body {
	margin: 0;
	background: #93d2f6 url(img/clouds.png) no-repeat fixed -50px top;
	bottom: 0;
}

#container {
	width:  940px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: rgba(255,255,255,0.3);
	border-left: 1px solid #dee9ea;
	border-right: 1px solid #dee9ea;
	z-index: 1;
	padding-left: 10px;
	padding-right: 25px;
}

p span.quote { 
	color: #cd524c; 
	font-weight: 900;
}

p#openQuote, p#closeQuote {
	width: 80px;
	font-size: 24px;
	font-style: italic;
	color: #97b5c7;
	font-weight: 300;
	margin: 0;
}

p#openQuote {
	margin-left: 80px;
}

p#closeQuote {
	float: right;
	text-align: right;
	margin-right: 80px;
	margin-bottom: 50px;
	position: relative;
}

p#internet {
	width: 678px;
	margin: 0 auto;
}

p#aboutp {
	width: 780px;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 30px;
	font-size: 43px;
	font-weight: 400;
	line-height: 48px;
}

#sHome {
	padding-top: 9px;
	width: 948px;
}

#sPort {
	clear: both;
	width: 948px;
}

#sContact {
	clear: both;
	width: 948px;
	padding-bottom:90px;
}

h2#homeHead {
	background-image: url(img/home_header.png);
	width: 948px;
	height: 53px;
	margin-bottom: 20px;
	margin-top: 9px;
}

h2#portHead {
	background-image: url(img/port_header.png);
	width: 948px;
	height: 68px;
	margin-left: -2px;
	margin-bottom: 30px;
	clear: both;
	position: relative;
}

h2#aboutHead {
	background-image: url(img/about_header.png);
	width: 948px;
	height: 68px;
	margin-left: -2px;
	margin-bottom: 20px;
}

h2#contactHead {
	background-image: url(img/contact_header.png);
	width: 948px;
	height: 68px;
	margin-left: -2px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 100px;
}

/*Font Stylings*/
p {
	font-family: 'Gill Sans', 'Corbel', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 24px;
	color: #464646;
}

a.external {
	font-family: 'Gill Sans', 'Corbel', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	text-decoration: none;
	color: #576f9d;
	font-size: 14px;
}

h2 {
	color: #405375;
	font-family: 'Telegrafico';
	font-weight: 100;
	font-size: 35px;
	clear: both;
	text-indent: -9999px;
}


/* jQuery lightBox Gallery */

#block ul {
	margin-top: 0px;
}

#gallery {
	padding: 20px;
	width: 960px;
	margin: 0 auto;
	margin-left: 5px;
	margin-top: -25px;
}

#gallery ul li { 
	display: inline;
}

#gallery ul li a { 
	float: left;
	
}

#gallery ul img {
	margin-right: 10px;
}

#gallery ul a:hover img {
	border-color: #ebf2f6;
}

#imgCaptions {
	margin-left: 5px;
}

.caption {
	width: 290px;
	height: 70px;
	float: left;
	margin: 0;
	margin-right: 16px;
}

.small img {
	border: 3px solid #fff;
	margin-left: 10px;
}

#ninja {
	float: right;
	margin: 13px 10px -13px 0px;
	
}

ul h3 {
	font-family: 'Gill Sans', 'Corbel', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
	text-decoration: none;
	color: #363636;
	font-size: 28px;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul h3#illustration {
	margin-top: 140px;
}

/* Navigation */
h1#logo {
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat;
	height: 31px;
	width: 262px;
	float: left;
}

#header {
	position: fixed;
	height: 48px;
	border-top: 6px solid #405375;
	background-color: #ebf2f6;
	width: 100%;
	bottom: 0;
	z-index: 110;
	left: 0;
}

#nav {
	width: 940px;
	margin: 0 auto;
	right: 0;
}

#nav ul {
	margin-top: 10px;
}

#nav li {
	display: inline;
	margin-left: 100px;
	float: right;
}

#nav li a {
	font-family: 'Gill Sans', 'Corbel', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: #405375;
	font-size: 24px;
}

#buttons {
	width: 890px;
	margin: 0 auto;
	margin-top: 30px;
}

a#twitter {
	margin-right: 18px;
}
