a {
  margin: 0;
  padding: 0;
}
main p, main h1, main h2, main h3, main h4, main h5, main h6 {
  color:#444444;
}



/** header **/
#header{
  /* margin-top:35px; */
  height: 75px;
  background: transparent url('../img/header_fade.png') repeat-x top left scroll;
}

#mission {
 font-size: 1.5em;
 color: #7C7C7C;
 margin-top: 15px;
 margin-left: 10px;
}

#mission a {
 color: #7C7C7C;
 text-decoration:none;
}

#logo a {
  font-size: 2.8em;
  color: #ACACAC;
  text-decoration:none;
}

#menu {
  margin-top: 2px;
  font-size: 2em;
  padding-top: 5px;
  height:31px;
  background-color: #ACACAC;
  color: #EEEEEE;
  list-style:none;
}

#menu a.menu-item {
  margin-top:-5px;
  text-align:center;
  display:block;
  text-decoration:none;
  color:#EEEEEE;
}


#menu a:hover, #menu a.active, #menu a:active {
  background-color: #666666;
}


#slideshow {
  margin-top: 50px;
  margin-bottom: 50px;
  min-height:450px;
  height:auto !important;
  height:450px;
  width:700px;
  margin-left: 125px;
}


#slideshow .slideshow-image {
  width: 100%;
  text-align:center;
  display:none;
  margin-top: 94px;
}

#slideshow .slideshow-image .caption {
  display:none;
}

#caption-controls {
  display:inline;
  background-color: transparent;
  margin-top: -50px;
  margin-bottom: 50px;
  height: 50px;
  border: 3px solid #fff;
  padding-top: 20px; 
}
#caption-controls .control {
 padding-top: .3em;
 cursor: pointer;
}

#caption, .caption {
  color: #666;
  font-size: 1.3em;
  text-align:center;
}

.learn-more a:hover {
  background-color:transparent;
}

/** main-wrapper **/
div.main-wrapper {
  margin-top: 2px;
}

/** portfolio **/
#portfolio-wrapper{
  background: transparent url('../img/large-sidebar.png') repeat-y top left;
}

.project-listing h2 a {
  color: #222;
}

.project-listing h2 a:hover {
  color: #666;
}

.project-listing h2, .project-listing h3{
  margin-bottom: .25em;
}


/** project **/
#project-wrapper{
  background: transparent url('../img/med-sidebar.png') repeat-y top left;
}

.sidebar hr {
  margin-left:4px;
}

.sidebar p {
  color: #fff;
  padding: 10px;
  text-align:center;
  font-size: 1.4em;
  margin-left: 4px;
  margin-bottom: 0;
}

#project-wrapper .sidebar p {
  border-bottom: 1px solid white;
}

#portfolio-wrapper .sidebar p {
  font-size: 2em;

}

.project-images {
  margin-top: 0.75em;
}

#project-main-image img {
  border: 2px solid #333;
}


/** 
 * Pages
 */

.page-sidebar {
  background: transparent url('../img/large-sidebar.png') repeat-y top left;
}


/**
 * Resume
 */

.resume .main-image img {
  border: 1px solid black;
}

.resume .other-images {
  margin-top: 1em;
  margin-left: -2px;
}

.resume .other-images img {
  border: 1px solid black;
}

.resume #page-body {
  padding-top: 1em; 
}

.resume #page-body p {
  margin-bottom: 0.8em;
}

.resume #page-body a {
  font-size: 2em;
  color: #666;
  text-decoration: none;
}

.resume #page-body a:hover {
  text-decoration: underline;
}


/**
 * About
 */

.about .profile-pic {
  margin-top: 0.8em;
}

/**
 * Fonts
 */

#portfolio-main h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.project-main h2 {
  font-size: 1.7em;
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.project-main hr.space {
  margin-bottom: .8em;
}

.location, .program {
  font-size: 1em;
}






/** Sticky footer!
 * from: http://www.cssstickyfooter.com/
 */
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
 color:#FFFFFF;
 background-color:#444444;}
 