/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Tables
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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; }
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; }


/* #Basic Styles
================================================== */
body {
  
  font: 16px/28px Georgia, "Adobe Garamond", Times New Roman, serif;
  
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  height: 100%;
  background: #e6eaed;
}
#container {
  position: relative;
  width: 900px;
  margin: 1em auto;
}
#header, .content, #footer {
  padding: 20px;
}
h1 {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 2em;
}

#header {
  position: relative;
  margin: 0px auto;
  text-align: center;
}
#header h1 {
  position: relative;
  display: block;
  text-indent: -20000px;
  margin: 0 auto 1em auto;
  height: 200px;
  width: 170px;
  border: none;
  background: url(../images/logoBlue.png) no-repeat;
  background-size: 170px 200px;
}

.section {
  position: relative;
  margin: 0px auto 3em auto;
  border-radius: 5px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 10px;
  /*background: #0f2c46;*/
}
.section .heroImg {
  max-width: 100%;
}
.section .heroText {
  text-align: center;
  margin-top: 1em;
}
.subsection figure {
  position: relative;
  margin-bottom: 2em;
}
.subsection figure figcaption {
  position: absolute;
  display: block;
  background: #111;
  color: #fff;
  padding: 10px;
  width: 860px;
  bottom: 0px;
  left: 0px;
  text-align: center;
}

#whatWeOffer {
  background: #aeb7bf;
}

#deviPhoto {
  width: 300px;
}

#aboutMe {
  position: relative;
  overflow: overlay;
}

#aboutMe #deviText {
  position: relative;
  float: right;
  width: 580px;
}

#footer {
  text-align: center;
}

  



/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; 
  font-variant: small-caps;
}
h2 {
  font-size: 1.5em;
    /*text-transform: uppercase;*/
    color: #fff;
    display: block;
    text-align: center;
    background: #333c45;
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    padding: 1em 0px;
    width: 900px;
    display: block;
    border-radius: 5px 5px 0px 0px;
}
h3 {
  color: #fff;
  font-weight: 200;
  font-size: 1.5em;
  display: block;
  padding: 0.5em;
  text-transform: uppercase;
  background: #111;
  text-align: center;
}
h3 span {
  font-variant: normal;
  font-size: 0.7em;
  color: #666;
}
.subheader { color: #777; }

#resume h4 {
  margin-top: 34px;
}

p { margin: 0 20px 1em 20px;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }
p.last { margin: 0px; }
p.quote {
  background: #fff;
  padding: 0.8em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.featured {
  padding: 0.8em;
  background: #f8f8f8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.last {margin-bottom: 0px;}

em { font-style: italic; color: #990000; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

.selectedLink {
  font-weight: bold;
  border-bottom: solid 1px; !important;
}
/* #Links
================================================== */
a, a:visited { 
  color: #990000; 
  text-decoration: none; 
  font-variant: small-caps; 
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
a:hover, a:focus { color: #111; border-bottom: solid 1px #111; }

.content a, .content a:visited { color: #B0076F; text-decoration: none; }
.content a:hover, .content a:focus { color: #B0076F; border-bottom: solid 1px #B0076F; }

p a, p a:visited { line-height: inherit; }



/* #Navigation
================================================== */

#mainNavigation {
  position: relative;
  display: inline;
  left: 0px;
}
#mainNavigation li {
  display: inline;
  margin-left: 10px;
}
.mainNavFirst {
  margin-left: 0px !important;
}


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.clear { display: block; clear: both;}
