@charset "UTF-8";
/* CSS Document */

/*______________________RESET_____________________*/
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;
}

/*______________________FONTS______________________*/
@font-face {
 font-family:  'Gothamy';
 src:  local('Gotham Book'), local('Gotham-Book');
 font-weight:  normal;
 font-style:  normal;
 font-variant:  normal;
}
@font-face {
 font-family:  'Gothamy';
 src:  local('Gotham Bold'), local('Gotham-Bold');
 font-weight:  bold;
 font-style:  normal;
 font-variant:  normal;
}
@font-face {
 font-family:  'Gothamy';
 src:  local('Gotham Book Italic'), local('Gotham-BookItalic');
 font-weight:  normal;
 font-style:  italic;
 font-variant:  normal;
}
@font-face {
 font-family:  'Gothamy';
 src:  local('Gotham Bold Italic'), local('Gotham-BoldItalic');
 font-weight:  bold;
 font-style:  italic;
 font-variant:  normal;
}

@font-face {
 font-family:  'Baskerville';
 src:  local('Baskerville'), local('Baskerville Italic');
 font-weight:  normal;
 font-style:  italic;
 font-variant:  normal;
}


/*_______________________MAIN DIVS__________________*/
html {
	font-size: 100%;
}
h1 {
    font-size:  150%;
    margin:  0.67em 0;
}
h2 {
    font-size:  137.5%;
    margin:  0.83em 0;
}
h3 {
    font-size:  125%;
    margin:  1em 0;
}
h4 {
    font-size:  100%;
    margin:  1.33em 0;
}
h5 {
    font-size:  87.5%;
    margin:  1.67em 0;
}
h6 {
    font-size:  75%;
    margin:  2.33em 0;
}
body {
	background-repeat: repeat;
	font-family:  Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 100%;
	background-image:  url(../images/linen.jpg);
}

#container {
	position:  absolute;
	width:  100%;
	height:  100%;	
}
#index_container {
	position: relative;
	margin: 0 auto;
	width: 162.5em;
	height: 34.375em;
}	
#maincontainer {
	position: relative;
	margin: 0 auto;
	padding-left: 1.875em;
	padding-right: 1.875em;
	top: 8.125em;
	width: 63em;
	height: 100%;
}	
#maincontent {
	position: relative;
	margin: .5em;
	padding-top: 1em;
	padding-left: 1em;
	height: auto;
	min-height: 500px;
}

#index_container {
	position: relative;
	margin: 0 auto;
	width: 66em;
	height: 32.375em;
}	

#content_gallery {
	position: relative;
	margin: 0 auto;
}
#portfolio {
	postition: relative;
	right: -5px;
	width: 269px;
	height: 8.125em;
}	
#header {
	position: absolute;
	top: 1.250em;}
	
#bracket {
	position: absolute;
	left: -.625em;
	top:  1.250em;
	float: left;
}	
#logo {
	position: absolute;
	width: auto;
	left:  0;
	top:  1.250em;
}	
#wrapper {
	position: relative;
	margin: 0 auto;
	background-image: url(../images/gray_bar.png);
	background-repeat:  repeat-x;
	overflow: hidden;
	width: 100%;
	height: 5.165em;
	top: 59.150px;
}
#nav {
	position: absolute;
	left: 28.125em;
	min-width: 50em;
	max-width: 50em;
	top:  5.625em;
	z-index: 5;
}

/*_____________________CLASSES__________________*/
.clear { clear: both; }
.right {
	float: right;
	right: 0;
}

.headline {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 250%;
	font-weight: bold;
	line-height: inherit;
	color: #999;
}
.spacing { padding-left: 3.750em;}

.heading { font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	 font-size: 137.5%;
	 font-weight: bold;
	 color: #666;
}
p { font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: .75em;
	line-height: 1em;
	font-weight: normal;
	color: #666;
}
.notes { font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: .7em;
	font-style: italic;
	line-height: .938em;
	color: #999;
}
.title { font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 81.3%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.25em;
	color: #333;
}
.place, .date {font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 81.3%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.25em;
	color: #939598;
}	
.company { font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: .938em;
	color: #E2E2E2;
}
.content_area td {
	font-family:  Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
	font-style: normal;
	padding: .7em;
}

.leftside p,
.rightside p {
	font-family:  Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
	font-style: normal;
	padding: .7em;
}

.skillset {
	font-color: #333;
	font-weight: 700;
}


/*______________________LINKS_________________________*/
a.nav:link,a.nav:visited {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size:  87.5%;
	font-weight:  400;
	text-decoration:  none;
	color:  #333;
	text-align:  center;
}
a.content: active,a.content:visited {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: .85em;
	font-weight: 400;
	text-decoration: none;
	color: #939598;
	text-align: center;
}

a.contact:link,a.contact:active,a.contact:visited {
	font-family: 'Baskerville';
	font-size: 81.3%;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	color: #666;
	text-align: center;
}

a:link {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 87.5%;
	font-weight: 400;
	text-decoration: none;
	color: #666;
}
a:hover {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 87.5%;
	font-weight: 600;
}

a:visited, a:active {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 87.5%;
	font-weight: 400;
	text-decoration: none;
	color: #444;
}
.small {
	font-family:  Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

.port {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 87.5%;
	font-weight: 400;
	text-decoration: none;
	color: #666;
}

/*________________________CONTACT__________________*/
#contact {
	position: relative;
	width: 100%;
	height: 1.875em;
	margin-top: 1.250em;
	float: left;
	margin-bottom: 1em;
}
.bracket {
	font-family: Baskerville, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #888;
	font-size: 22px;
}	

/*________________________Image area__________________*/

#filter {
	margin-top: 1em;
}

.image-grid {
  margin: 1em 0 0 0;
  padding-left: 1em;
  width: 900px;
}

.image-grid: after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width: 180px;
  margin: .7em 0;
  float: left;
  text-align:  center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74;
  height: 150px;
  overflow: hidden;
}

.image-grid li img {
  display: block;
  color: #666666;
  border: 1px solid #ccc;
}

.image-grid li strong a: link {
	display: block;
 	color: #666666;
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	padding-top: .5em;
}

#destination li {
	display: none;
}

#applications a strong {
	font-size: 11px;
}

.port strong {
	font-size: 11px;
}

strong {
	font-weight: bold;
}

.leftside {
	float: left;
	width: 45%;
	padding-right: 5%;
}
.rightside {
	float: left;
	width: 50%;
}

#socialmedia .icon {
	display: inline-block;
	padding-right: 20px;
}
