@charset "UTF-8";
/* Jaclyn Elizabeth July 2014*/
/* http://jaclyn-elizabeth.com/
   v1.0 | 20140122
   License: Jaclyn Elizabeth
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
	display:block;
}

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

body { 
	background-color: #FFF;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	color: #cdcdcd;
	font-size: 12px;
	width: 100%;
}

#content {
	margin-left: auto; 
	margin-right: auto;
}

#container {
	height: 74%;
	position: absolute;
	top: 9em;
	left: .2em;
	font-size: 14px;
	z-index: 2;
	
}

a:link,a:visited {
color: #cdcdcd;
padding: 2px;
text-decoration: none;
text-transform: uppercase;
}

a:hover,a:active {
	color: #666;
}

/* HEADER
-------------------------------------- */

header {
	position: fixed; 
	background-color: #FFF;
	padding-top: .8em;
	top: 0em;
	left: 1.7em;
	width: 100%;
	font-family: Century Gothic;
	color: #cdcdcd;
	font-size: 3.4em;
	text-transform: uppercase;
	letter-spacing: .1em;
	z-index: 4;
}


/* NAVIGATION
-------------------------------------- */

#navigation {
  width: 960px;
  height: 40px;
  position: fixed; 
  top: 6.8em;
  left: 5.5em;
  clear: both;
  z-index: 3;
}
 
ul#nav {
  float: left;
  width: 960px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: .2em;
  background: #fff; 
}
 
ul#nav li {
  display: inline;
}
 
ul#nav li a {
  float: left;
  font: Century Gothic,verdana,tahoma,sans-serif;
  line-height: 35px;
  color: #cdcdcd;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
  background: #fff;   
}
 
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
  color: #666;
  text-decoration: none;
  background: #fff;
}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
  display: none;
}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
  position: absolute;
  display: block;
  width: 920px;
  height: 20px;
  position: absolute;
  margin: 35px 0 0 0;
  background: #fff;  
}
 
ul#nav li:hover > ul li a {
  float: left;
  font: Century Gothic,arial,verdana,tahoma,sans-serif;
  line-height: 10px;
  color: #cdcdcd;
  text-decoration: none;
  margin: 0;
  padding: 0 30px 0px 0px;
  background: #fff; 
}
 
ul#nav li:hover > ul li a:hover {
  color: #666;
  text-decoration: none;
  text-shadow: none;
}

/* HEADINGS
-------------------------------------- */

heading {
	font-family: Century Gothic;
	color: #cdcdcd;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	position: relative;
	left: 2.3em;
}

comingsoon {
	font-family: Century Gothic;
	color: #cdcdcd;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	position: relative;
	left: 2em;
}

subheading {
	color: #333;
	text-transform: uppercase;
	font-size: 1.2em;
	font-style: oblique;
}

/* CONTENT TEXT
-------------------------------------- */

#text {
	width: 50%;
	position: relative;
	left: 3.7em;
}

#textbox {
	width: 70%;
	position: relative;
	left: 5.3em;
}

#cv {
	width: 100%;
	position: relative;
	left: 4em;
}

blockquote {
  background: #f9f9f9;
  color:#666;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/*
	RESET & BASIC SETUP
*/

* {
	margin: 0; 
	padding: 0; 
}


tr { 
	vertical-align: top;
}


/*
	STRUCTURE
*/
.post { 
	width: 500px; 
	font-size: 62.5%; 
	font-family: Century Gothic, Helvetica, sans-serif;
	background: #fff;
	color: #999; 
	padding: 9px;
	margin-left: 5%;
}


/*
	TYPOGRAPHY
*/
p { font-size: 1.4em; margin: 0 0 15px 0; }
h1 { font-family: Century Gothic, sans-serif; font-size: 4.0em;
							  letter-spacing: 1px; color: #ccc; }
h2 { font-family: Century Gothic, sans-serif; font-size: 2.5em;
							  letter-spacing: 1px; color: #ccc; }
a { color: #0066cc; }
a:hover { color: #ccc; }


/* IMAGES BOX
-------------------------------------- */

#imagebox {
	margin-top: 1.5%;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
	background-color: #fff;
	white-space: nowrap;
}

#imagebox img {
	max-height: 92.4%;
}

#imagecontainer {
	width: 20%;
	margin-top: 2px;
	margin-left: 0px;
	position: fixed;
}

#imagecontainer img {
	max-height: 100%;
}

@media only screen and (max-width: 1440px) and (orientation:landscape) {

#imagebox img {
		max-height: 98%;
	}

#container {
	left: .2em;	
}
}