/**
* CSS
* 
* @version 1.0
* @author Ben Kaplan - ben@webforthesoul.com - Web For the Soul
*/
* {
	margin: 0;
	padding: 0;
}
body { font-size:62.5%: }

body, #menu {
	font-family: verdana, sans-serif;
	background: #fff;
  color:#7f7f7f;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

.site-title {
  position:fixed;
  top:0;
  left:145px;
  clear:both;
  width:1000px;
  margin:0;
  height:150px;
  background:#fff;
}
  .site-title h1, .site-title h2 {
    font-weight:normal;
  }
  .site-title h2 {
    font-size:1.1em;
    padding-top:10px;
  }
#menu, #content {
  color:#7f7f7f;
}
#menu a, #content a { color:#7f7f7f; }

#menu {
    position: fixed;
    top: 150px;
    left: 130px;
    bottom: 0;
    width: 210px;
    height: 100%;
    padding:0 5px 0 10px;
    background:#fff;
    overflow: auto;
}
#menu .empty {
  font-size:0px;
  display:none;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}
#menu ul li {
  line-height:2.2em;
  font-size:.9em;
}

#menu ul li.section-title { }
#menu ul li.active {font-weight:bold;}

#content {
    height: 100%;
    margin: 150px 0 0 395px;
}

.container {
    padding: 0px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 35px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

#img-container	{ width:6390px;padding:0; padding:83px 0 0  0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#img-container a {  }
#once { clear: left; }
.copyright { padding-top:75px; }
.copyright, .generator { font-size:.7em; }
h3.all-cap-header { padding-bottom:35px;font-size:1em;font-weight:normal; text-transform:uppercase; letter-spacing:.3em; }
h4.all-cap-header { margin:0 0 10px 0; padding:0;font-size:1em;font-weight:normal; text-transform:uppercase; letter-spacing:.3em; }
.half-space { padding:0 2px; }
.capitalize { text-transform:capitalize; }
.lowercase { text-transform:lowercase; }

