
  /*  Designed by Micheal Morgan    /
 /   mail[at]michealmorgan.com     /
/   http://michealmorgan.com     */

/* GLOBAL */

html, body {
  height: 100%;
  background-color: #000;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.250em;
  color: #fff;
  text-align: center;
}
* body #wrapper {
  height: 100%;
}
#wrapper {
  height: 100%;
  /* min-height: 725px; */
  width: 100%;
  min-width: 1000px;
  text-align: left;
  overflow: hidden; /* IE7 all around has issues */
}
img {
  border: 0;
}
h1 {
  font-size: 1.125em;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0.938em 0;
}
h2 {
  font-size: 3em;
  font-weight: normal;
}
p, ul, span {
  font-size: 0.75em;
  color: #fff;
  margin: 0 0 0.625em 0;
}
.float2 {
  float: left;
  width: 49%;
}
.float3 {
  float: left;
  width: 30%;
  margin-left: 3%;
}
.clear {
  clear: both;
}
.display_none {
  display: none;
}
a:link, a:hover, a:visited {
  color: #F7F7F7;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.image {
  margin: 0.688em 0.938em 0.313em 0;
  padding: 3px;
  border: solid 1px #fff;
  float: left;
}
.present_image {
  width: 100%;
  padding: 3.125em 0 3.125em 0;
  text-align: center;
}
em {
  font-style: italic;
}
span.error {
  padding-left: 10px;
  font-style: italic;
}
ul {
  list-style-type: square;
  margin: 0 0 1.250em 30px;
  padding: 0;
}
ul.list_no {
  list-style-type: none;
  margin-left: 0;
}

/* HEADER */

a.header_nav_off, a.header_nav_on {
  height: 100%;
  display: block;
  width: 4%;
  background-repeat: no-repeat;
  background-position: center .6em;
}
a.header_nav_on, a.header_nav_off {
  float: left;
}

a#header_nav_home, #home {
  background-color: #3399FF;
}
a#header_nav_home {
  background-image: url('../images/nav_home.png');
}
a#header_nav_home.header_nav_off:hover, #home a:hover {
background-color: #63ABFE;
}

#home_focus {
  margin-top: 20px;
  padding: 1em 0 0 1em;
  font-size: 2.25em;
  line-height: 40px;
}

#home_image {
  float: left;
  padding-top: 1.875em;
  padding-right: 1.875em;
}

/* Secondary color derived from 20% of white over primary */

a#header_nav_about, #about {
  background-color: #CC0000;
}
a#header_nav_about {
  background-image: url('../images/nav_about.png');
}
a#header_nav_about.header_nav_off:hover, #about a:hover {
  background-color: #D63333;
}

#about_focus {
  font-style: italic;
  background-color: #980000;
  padding: 0.625em;
  width: 92%;
  line-height: 17px;
  display: block;
  margin-top: 2em;
}

a#header_nav_projects, #projects {
  background-color: #00CC00;
}
a#header_nav_projects {
  background-image: url('../images/nav_projects.png');
}
a#header_nav_projects.header_nav_off:hover, #projects a:hover {
  background-color: #33D633;
}

a#header_nav_contact, #contact {
  background-color: #FF6600;
}
a#header_nav_contact {
  background-image: url('../images/nav_contact.png');
}
a#header_nav_contact.header_nav_off:hover, #contact a:hover {
  background-color: #FF8533;
}
#contact span.error {
  color: #FFCC00;
  font-size: 1em;
}
#contact form {
  padding-right: 50px;
}

a#header_nav_blog, #blog {
  background-color: #000;
}
a#header_nav_blog {
  background-image: url('../images/nav_blog.png');
}
a#header_nav_blog.header_nav_off:hover, #blog a:hover {
  background-color: #333333;
}

/* CONTENT */

.content_on {
  height: 100%;
  width: 80%;
  background: #00FF66;
  float: left;
  position: relative;
  background: url('../images/bg_main.png') repeat-x;
}
.content_wrapper {
  padding: 140px 1.250em 0 1.250em;
  background: url('../images/logo.png') no-repeat 1em 1em !important;
}
.content_title {
  position: absolute;
  font-style: italic;
  border: 1px solid #fff;
  border-width: 0 0 0 1px;
  padding: 1.250em 0 0 1.250em;
  height: 3.125em;
  font-size: 1.125em;
  top: 1.5em;
  left: 17.188em;
}
.content_off {
  display: none;
}
.footer {
  height: 26px;
  width: 100%;
  padding-top: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  background: url('../images/bg_bottom.png');
}
.footer_left {
  float: left;
  padding-left: 5px;
  width: 70%;
}
.footer_right {
  float: left;
  text-align: right;
  width: 29%;
}

/* Form */

.form .text {
  border: solid 1px #fff;
}
.form legend {
  display: none;
}
.form fieldset {
  padding-top: 20px;
}
.form dl dt {
  font-size: 12px;
  padding-top: 5px;
}
.form #submit {
  background-color: #FFCC00;
  border: 0;
  margin-top: 0.625em;	
  width: 20%;
  float: right;
  margin-right: 10%;
  text-align: center;
  padding: 0.188em;
  font-size: 14px;
  color: #FF6600;
}
.form input {
  width: 90%;
  font-size: 24px;
  margin-bottom: 0.313em;
}
.form textarea {
  width: 90%;
  height: 140px;
}
.form .text, #content textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF6600; 
}

/* Overlay */
#modalOverlay {background-color:#000; cursor: inherit;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:15%; margin-left:-300px; background: #000;
border-left: solid 10px #CC0000;
border-right: solid 10px #FF6600;
border-top: solid 10px #3399FF;
border-bottom: solid 10px #00CC00;
}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:66px; height:17px; display:inline; z-index:3200; position:absolute; top:10px; right:10px; cursor:pointer;}
#modalContainer #basicModalContent {padding:20px; text-align: left; }
#modalContainer #basicModalContent p, #modalContainer #basicModalContent ul li { color: #fff; }