@charset "UTF-8";
/* CSS Document */
/* -----------------------------------*/
/* ---------->>> GENERAL<<<-----------*/
/* -----------------------------------*/
body {
    background-color: white;
    margin: 0;
    font-family: Verdana, Helvetica, san serif;
    font-size: 11px;
    display: block;
    height: auto;
    position: relative;
}

#container {
    padding: 0 30px 0 30px;
    width: 88em;
    margin-left: auto;
    margin-right: auto;
	overflow-x: hidden;
}

h1 {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 0em;
}

h3 {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 0em;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
}

.footer {
    font-size: .9em;
    width: 96em;
    text-align: center;
    margin-bottom: 5em;
    padding-top: 7em;
    position: relative;
    color: gray;
    clear: both;
}

a {
    color: gray;
    text-decoration: none;
}

a:hover {
    color: #d6de23;
}

/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/
#projbar {
    margin: -2em 0 0 44em;
    position: relative;
    width: 3px;
    display: none;
}

#peoplebar {
    margin: -2em 0 0 54.5em;
    position: relative;
    width: 3px;
    display: none;
}

#contactbar {
    margin: -2em 0 0 73em;
    position: relative;
    width: 3px;
    display: none;
}

#latestbar {
    margin: -2em 0 0 82.9em;
    position: relative;
    width: 3px;
    display: none;
}

#listnav {
    height: 3em;
}

#listnav ul {
    margin: 0px;
    padding: 0px;
    line-height: 3em;
    vertical-align: middle;
    list-style: none;
    width: 60em;
    position: relative;
    font-family: Georgia, Palatino, "Times New Roman", serif;
    letter-spacing: 1px;
    size: 1em;
    position: absolute;
    top: 0px;
    right: 3em;
    text-align: right;
}

#listnav ul li {
    display: inline;
    margin-left: 3.6em;
    vertical-align: middle;
}

#listnav ul li a {
    color: black;
    border-left: 5px solid #FFF;
    text-decoration: none;
    padding: 17px 0px 2px 7px;
    margin: 0px;
}

#listnav ul li.active a {
    border-left: 5px solid #d6de23;
}

#listnav ul li a:hover {
    color: #d6de23;
}

#dark #listnav ul li a {
    color: white;
}

#dark #listnav ul li a:hover,
#dark #listnav ul li.active a {
	color: #d6de23;
	border-left: 5px solid #d6de23;
}

.latest {
    padding-right: 0;
}

.latest li {
    padding-right: 0;
}

.fade {
    margin: -10.5em 0 0em 88.5em;
    position: relative;
}

.fade div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#projectnav ul {
    margin: 0;
    padding: 0;
    height: 1em;
    text-underline-position: top;
    list-style: none;
    text-decoration: none;
    width: 10em;
    position: absolute;
    size: .7em;
    margin: 6.5em 0 5em 80em;
    font-family: Verdana, Helvetica, san serif;
    font-size: 1em;
}

#projectnav ul li {
    display: inline;
    padding-right: 2.3em;
    width: 4em;
}

#projectnav ul li a {
    text-decoration: none;
    color: gray;
}

#projectnav ul li a:hover {
    text-decoration: none;
    color: black;
}

/* -----------------------------------*/
/* --------->>> LOGOTYPE <<<----------*/
/* -----------------------------------*/
#header {
    margin: 8em 0 0 0em;
    position: relative;
}

img {
    border: 0;
}

/* -----------------------------------*/
/* ------->>> PROJECT MENU <<<--------*/
/* -----------------------------------*/
#wrapper {
    width: 96em;
    height: auto;
    margin: 0em 0 0 0;
    position: relative;
    background: #FFF;
    border: 1px solid white;
}

#projList {
    padding: 0;
    margin: 0em 0 0em 0;
    text-decoration: none;
    color: black;
    position: static;
    float: left;
    width: 963px;
}

.projDesc {
    margin: 0 0 1em 0;
    line-height: 1.6em;
    font-size: .95em;
    position: relative;
}

#projList.hidden {
    display: none;
}

#projList li {
    list-style: none;
    float: left;
    margin: 1em 1em 1.7em 0;
    width: 16.5em;
}

#projList a {
    width: 180px;
    height: 298px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: black;
}

#projList a img {
    float: left;
}

#menu2 {
    display: block;
    height: auto;
    width: 93em;
    margin: 2.9em 0 0 0em;
    z-index: 50;
    position: relative;
    overflow: hidden;
}

#viewmore {
    clear: both;
    display: block;
    padding-top: 1em;
}

#viewless {
    clear: both;
    display: none;
    padding-top: 1em;
}

/* -----------------------------------*/
/* -------->>> PEOPLE BIO <<<---------*/
/* -----------------------------------*/
.email {
    width: 14em;
    font-size: .62em;
    font-family: Verdana;
    color: gray;
    list-style-type: none;
    text-decoration: none;
    line-height: 2em;
}

.email a {
	color: gray;
}

.email a:hover {
    color: #d6de23;
}

#bio {
    position: relative;
    margin: 0em 0 0 35.9em;
    line-height: 1.6em;
    float: none;
    width: 572px;
    height: auto;
}

#bio a {
    text-decoration: none;
    color: gray;
    line-height: 1.6em;
}

#bio a:hover {
    color: #d6de23;
}

.bio {
    width: 70em;
    height: auto;
    margin: 0 0 0 18em;
    position: relative;
}

.about {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    margin: -.7em 0 0 20.5em;
    font-size: 1.75em;
    line-height: 1.4em;
    width: 29em;
    position: relative;
}

.staffBio {
    margin: 0 0 0 18em;
    line-height: 1.6em;
}

.staffName, .benName, .teriName, .chrisName, .lynnName, .sectionName {
    display: block;
    float: left;
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 1.6em;
    text-decoration: none;
    padding: 0px;
}

/* -----------------------------------*/
/* ---------->>> CONTACT <<<----------*/
/* -----------------------------------*/
#contact {
    height: auto;
    width: 105em;
    margin: 4em 0 0 9em;
    position: relative;
}

#address {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    margin: .3em 0 0 20.5em;
    font-size: 1.75em;
    line-height: 1.5em;
    width: 30em;
    position: relative;
}

#address a {
    text-decoration: none;
    color: black;
}

#address a:hover {
    color: #d6de23;
}

.street {
    margin-left: 0em;
    width: 30em;
}

.phone {
    margin: 0 0 0 0em;
    width: 30em;
}

.directions {
    margin: 0 0 0 0;
    width: 30em;
    font-size: .96em;
    font-style: italic;
}

#map {
    width: auto;
    height: auto;
    margin: 4em 0 0 -2em;
    padding: 0em;
    background: #FFF;
    float: none;
}

#mapList {
    padding-left: 2em;
    overflow: hidden;
    text-decoration: none;
    list-style-type: none;
    color: black;
}

#mapList a {
    width: 960px;
    height: 600px;
    overflow: hidden;
    display: block;
}

#mapList a img {
    border: 0;
    text-decoration: none;
}

#title {
    font-size: 1.6em;
    font-family: Georgia, Palatino, "Times New Roman", serif;
    position: relative;
    float: left;
    margin: .5em 0 0 5em;
    width: 11em;
    height: 1.6em;
}

/* -----------------------------------*/
/* ---->>> PROJECT DESCRIPTION <<<----*/
/* -----------------------------------*/
#projecttitle {
    margin-left: 1em;
    font-weight: bold;
    width: 16em;
    float: left;
}

.client {
    font-weight: normal;
    line-height: .2em;
}

#projectdescr {
    width: 75em;
    height: 10em;
    line-height: 1.6em;
    margin: -.25em 0 0 17.6em;
    position: relative;
}

#leftcolumn, #rightcolumn {
    width: 34em;
    margin: 0 0 0 0;
    float: left;
    padding-right: 1em;
}



#projline {
    position: relative;
    margin-bottom: 3em;
    border-top: 1px solid #555;
    margin-left: 0em;
}

#projectimg {
    margin-top: 0em;
    position: relative;
    text-align: center;
    display: block;
}

#projectimg_nobar {
    /*
     margin-top: 8em;
     margin-left: -4em;
     position: relative;
     text-align: center;
     */
}

img.displayed a {
    position: relative;
    text-align: center;
    height: auto;
}

/* -----------------------------------*/
/* ------->>> LATEST / BLOG <<<-------*/
/* -----------------------------------*/

#blognav.blognavnext {
	position: fixed;
	bottom: 0px;
	right: 103px;
	width: 100px;
	height: 50px;
}

#blognav.blognavprevious {
	position: fixed;
	bottom: 0px;
	left: 137px;
	width: 100px;
	height: 50px;
}

#blognav ul {
    margin: 0px 0 0 0px;
    padding: 0;
    font-size: 1.2em;
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .3px;
    width: 19em;
    list-style: none;
    list-style-type: none;
}

#blognav ul li {
    
}

#blognav ul li a, #blognav ul a {
    color: #68b4be;
    text-decoration: none;
}

#blognav ul li a:hover {
    color: #d6de23;
}

#rss-links {
	position: absolute;
	top: 60px;
	left: 935px;
	color: #D6DE23;
	font-family: "Georgia", serif;
	font-size: 14px;
	text-align: right;
}

.post {
    height: auto;
    display: block;
    margin-bottom: 7em;
}

.post .post {
    margin-top: 100px;
    margin-bottom: 20px;
}

#post-1 {
    margin: 5em 0 0 0;
}

.stamp {
    width: 16.2em;
    height: 1em;
    margin: 4.7em 0 0 0;
    border-top-width: .5em;
    border-top-style: solid;
    border-top-color: #363636;
    line-height: 0;
    float: left;
}

.date {
    margin: 0 0 0 9em;
    width: 7.5em;
    float: left;
    line-height: 0;
    position: relative;
}

.month {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 22px;
    padding-bottom: 1em;
    padding-right: 1.2em;
    float: right;
}

.year {
    text-align: right;
    padding-right: 2.5em;
}

.dateline {
    margin: -3.5em 0 0 0;
    float: right;
    position: relative;
}

.writingbar {
    width: 50em;
    border-top-width: .5em;
    border-top-style: solid;
    border-top-color: #363636;
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
    margin: 4.7em 0 0 17.9em;
}

.sidebarBar {
    width: 16.2em;
    padding-top: 0em;
    text-align: right;
    border-top-width: .5em;
    border-top-style: solid;
    border-top-color: #363636;
    line-height: 0;
    margin: 4.7em 0 0 71.5em;
    padding-bottom: 2em;
}

.title {
    margin: 0em 0 0 19.5em;
}

.title a {
    text-decoration: none;
    color: black;
}

.title a:hover {
    color: #d6de23;
}

.meta {
    margin-top: -.75em;
    padding-bottom: 2em;
    padding-top: .1em;
}

.meta a {
    text-decoration: none;
    color: black;
}

.meta a:hover {
    color: #d6de23;
}

.entry {
    margin: 0 0 0 0em;
    width: 50em;
    line-height: 1.6em;
}

.entry img.glow {
	-moz-box-shadow:    0px 0px 10px 2px rgba(100, 100, 100, .1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(100, 100, 100, .1);
	box-shadow:         0px 0px 10px 2px rgba(100, 100, 100, .1);
}

.entry a {
    text-decoration: none;
    color: #68b4be;
}

.entry a:hover {
    color: gray;
}

.entry strong {
    margin: 3em 0 0 0;
    color: #333;
    border: 0px solid red;
    display: block;
    clear: both;
}

.intro {
    width: 50em;
    line-height: 1.5em;
    padding-top: 2em;
}

.intro a {
    color: #68b4be;
}

.intro a:hover {
    color: #d6de23;
}

.moreLink {
    color: #68b4be;
    text-decoration: none;
}

#sidebar {
    width: 15em;
    margin: 5em 0 0 0;
    padding-right: 8em;
    line-height: 1.5em;
    float: right;
}

#sidebar ul a {
    text-decoration: none;
    font-family: Verdana;
    font-size: 1em;
    color: black;
}

#sidebar ul a:hover {
    color: #d6de23;
}

#sidebar ul li {
    list-style-type: none;
    margin-left: -3.6em;
}

.head {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 1.5em;
}

/* additions for wordpress http://codex.wordpress.org/Using_Images */
img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*
 * body id="dark"
 * aka. MacRecipes!
 *
 */
#dark {
    background-color: #211611;
    color: #CCC;
}

#dark #projectimg {
    margin-top: 2em;
    margin-bottom: 1em;
}

#dark canvas {
    border: 0px solid red;
}

canvas:focus, canvas {
    border: 0px;
    border-style: none;
    outline: none;
}

.clear {
    height: 1px;
    clear: both;
}

/*
 * Special project page template with more text/images
 *
 */
.content {
    padding-top: 50px;
}

.section {
    position: relative;
    margin: 20px;
    margin-left: 283px;
    margin-bottom: 40px;
}

.section.first {
    margin-left: 0px;
    margin-bottom: 20px;
}

.section .description {
    width: 160px;
    margin-right: 20px;
    float: left;
}

.section.first .description {
    width: 260px;
	position:absolute;
}

.section .description p, 
.section.first .description p.subtext {
    font-size: .9em;
    line-height: 15px;
    margin: 0px;
    margin-bottom: 1em;
    margin-top: 4px;
}

.section.first .description p.subtext {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    margin-top: 20px;
    margin-right: 75px;
}

.section.first .description p.subtext a {
    color: #777;
}

.section.first .description p {
    font-size: 1.8em;
    line-height: 22px;
    font-family: Georgia, serif;
}

.section .image {
    float: left;
    margin-right: 20px;
    position: relative;
	margin-bottom: 20px;
}


.section .bodytext {
    float: left;
    width: 450px;
    font-size: 1.3em;
    line-height: 20px;
    margin: 0px;
    margin-right: 30px;
    margin-bottom: 1em;
    vertical-align: top;
}

.section .bodytext p {
    margin: 0px;
}

.section.first .image {
	left: 283px;
}

.section.first .image img {
    width: 640px;
}

.section .image img {
    width: 450px;
}

.clear {
    clear: both;
    height: 1px;
}

img.viewmore, .section.first .image img.viewmore, .section .image img.viewmore {
    width: 41px;
}

img.viewmore {
    position: absolute;
    top: 10px;
    left: 10px;
}

.wp-caption {
	position: relative;
	width: 740px;
}

.wp-caption .wp-caption-text {
	position: absolute;
	top: -12px;
	right: -174px;
	margin-left: 568px;
	z-index: 9999;
	font-style: italic;
	border-left: 1px double #D6DE23;
	padding-left: 14px;
}

#wrapper .banner {
	position: relative;
	margin-top: 60px;
	width: 951px;
}

#wrapper .banner .link {
	background: rgba(255,0,0,.2);
	padding: 8px 20px 8px 20px;
	position: absolute;
	top: 38px;
	right: 30px;
	margin: 0;
	width: 70px;
	height: 20px;
}

#wrapper .banner .link#toblog {
	background: rgba(255,0,0,0) url('../img/button-read-more.png') no-repeat center center;
}

#wrapper .banner .link#tosite {
	background: rgba(255,0,0,0) url('../img/button-visit-site.png') no-repeat center center;
	top: 80px;
}

#wrapper .banner .link:hover { opacity: .9; }



