/**
* LAYOUT -- Document Structure
* Creek Bed Industries v. 2.0 (What's Mine is Mine)
* by Andrew Fischler
* 
* Includes: site wide structure, masthead, navigation, container, page-title, content, sidebar, footer
**/


/**
* Site Wide Structure
**/
hr, .hide, .hidden { display: none; }

/* Fonts */
body { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/*.title.site { font-family: "Times New Roman", Times, serif; }*/

/* Font Colors */
h1, h2, h3, h4, h5 { color: #6907A7; }
h2 { font-size: 24px; color: #999; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

/* Links */
a { color: #9868AB; }
a:hover { color: #6B00A3; }


/**
* Masthead
**/
#masthead {
  position: absolute;
  top: 74px;
  left: 50%;
  width: 280px;
  margin: 0 0 0 -490px;
  padding: 0 0 0 15px;
}
#masthead a {
  display: block;
/*  margin-bottom: 10px;*/
  border-bottom: none;
  cursor: pointer;
  cursor: hand;
}
#masthead .title.site {
/*  position: absolute;
  top: 0;
  left: 0;*/
  
/*  position: relative;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 900;
  color: #333;
  padding-right: 5px;
  font-weight: bold;
  float: left;*/
}
#masthead .title.site .logo {
/*  display: block;
  float: left;
  width: 34px;
  height: 34px;
  margin: 2px 5px 0 0;
  background: url("../images/site-title.png") left top no-repeat;*/
  display: none;
}
#masthead .title.site .name {
  
  position: relative;
  font-size: 30px;
  font-weight: bold;
/*  float: left;*/
	display: block;
  margin: 0;
  color: #6907A7;
  
  text-shadow: #999 0 2px 2px;
/*position: absolute;*/
/*top: 15px;
right: 15px;
*/
/*  text-align: right;  */
  font-weight: normal;
  font-family: times, serif;
/*  background: #999;*/
  clear: right;
}
#masthead .tagline {
 display: block;
 float: left;
 color: #777; 
/* background: #F90;*/
 font-size: 12px;
 margin: -2px 0 0 3px;
  text-shadow: #bbb 0 2px 2px;
}
body.home #masthead {
  width: 980px;
}
body.home #masthead .tagline {
  position: absolute;
  top: 95px;
  left: 0;
  width: 980px;
/*  background: #F90;*/
  
  text-align: center;
 color: #777; 
/* background: #F90;*/
 font-size: 24px;
 margin: -2px 0 0 3px;
  text-shadow: #bbb 0 2px 2px;
}
#masthead .title.site a { text-decoration: none; }
#masthead .title.site a .name {
  text-decoration: none;
  color: #333;
}
#masthead .title.site a:hover .name { color: #6907A7; }


/**
* Navigation
**/
#site-nav {
  position: relative;
  left: 50%;
  height: 80px;
  width: 980px;
  margin: 0 0 0 -490px;
  background: #F5f5f5;
  border: 1px solid #ebebeb;
}
#site-nav .nav {
  position: absolute;
  top: 2px;
  width: 100%;
/*  background: #FCC;*/
}
#site-nav .nav li a span {
  font-size: 20px;
  font-weight: 600;
}
#site-nav .nav li {
  display: block;
  position: relative;
  height: 80px;
  margin: 0;
  float: left;
  border-right: 1px solid #dfdfdf;
}
#site-nav .nav li a {
  display: block;
  position: relative;
  height: 80px;
  padding: 0 25px;
  color: #666;
  text-decoration: none;
  text-shadow: #aaa 0 1px 2px;
  float: left;
}
#site-nav .nav li a:hover { color: #6907A7; }
#site-nav .nav li.active { background: url("../images/nav-active.png") center top no-repeat; }
#site-nav .nav li.active a { color: #222; }
#site-nav  .nav li a span {
  position: relative;
  top: 28px;
  padding: 27px 5px 32px 5px;
}
#site-nav .nav li a span { background: url("../images/nav.png") 0 -37px repeat-x; }
#site-nav .nav li a:hover span { background-position: 0 -137px; }
#site-nav .nav li.active a span { background-position: 0 -237px; }
#site-nav .nav li.personal {
  border-right: none;
  border-left: 1px solid #dfdfdf;
  float: right;
}


/**
* Container
**/
#container {
  position: relative;
  left: 50%;
  width: 980px;
  margin: 0 0 0 -490px;
  padding: 0 0 180px 0;
  font-size: 0.9em;
}


/**
* Home Page Grid - Sort Controls
**/
#container.portfolio.home .grid-sort {
/*  position: absolute;*/
  position: relative;
	width: 920px;
	height: 95px;
/*  margin: -60px 0 0 0;*/
  margin: 0;
	padding: 0;
	text-align: center;
  background: url("../images/grid-sort-bg.png") center top no-repeat;
}

#container.portfolio.home .grid-sort ul {
	display: block;
	position: absolute;
	left: 50%;
	height: 60px;
	width: 600px;
	margin: 0 0 0 -300px;
	padding: 8px 0 0 0;
	overflow: hidden;
}
#container.portfolio.home .grid-sort li {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
	background: #EEE;
	list-style: none;
}
#container.portfolio.home .grid-sort li a {
	display: block;
	margin: 0;
	padding: 11px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #555;
  background: #f6f6f6 url("../images/slider-menu.png") 0 -120px repeat-x;
  border: 1px solid #eee;
  border-left: none;
  border-right: 1px solid #ccc;
}
#container.portfolio.home .grid-sort li a:hover {
  color: #444;
  background: #CCC url("../images/slider-menu.png") 0 -60px repeat-x;
}
#container.portfolio.home .grid-sort li.active a {
  color: #FFF;
  background: #6907a7;
}
#container.portfolio.home .grid-sort li a:focus { outline: none; }



/**
* Home Page Grid
**/
#container.portfolio.home ul.grid {
	position: relative;
	width: 930px;
	overflow: auto;
	
/*  background: #CCC;*/
}
#container.portfolio.home ul.grid li {
	display: block;
	position: relative;
	width: 170px;
	height: 120px;
	margin: 0 6px 20px 6px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
	float: left;	
}

/* Grid Thumbnails */
ul.grid li a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #333;
	background-color: #ccc;
	background-position: 0 0;
	background-repeat: no-repeat; 
}
ul.grid li a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 7px 0 5px 0;
	background: #eee;
	border-top: 1px solid #999;
}
ul.grid li a:hover {
	background-color: #eee;
	background-position: 0 -100px;
}

/* Home Page Grid Thumbnails */
ul.grid li.brooklynvegan a { background-image: url("../images/thumbs/brooklynvegan.jpg"); }
ul.grid li.limeblog a { background-image: url("../images/thumbs/limeblog.jpg"); }
ul.grid li.markgreen a { background-image: url("../images/thumbs/markgreen.jpg"); }
ul.grid li.rainforest a { background-image: url("../images/thumbs/rainforest.jpg") }
ul.grid li.smartassistance a { background-image: url("../images/thumbs/smartassistance.jpg") }
ul.grid li.mybloop a { background-image: url("../images/thumbs/mybloop.jpg") }
ul.grid li.limespot a { background-image: url("../images/thumbs/limespot.jpg") }
ul.grid li.magnetmix a { background-image: url("../images/thumbs/magnetmix.jpg") }
ul.grid li.swingvote a { background-image: url("../images/thumbs/swingvote.jpg") }
ul.grid li.strong a { background-image: url("../images/thumbs/strong.jpg") }
ul.grid li.nycsr a { background-image: url("../images/thumbs/nycsr.jpg") }


/**
* Page Title
**/
.page-title {
  position: relative;
  width: 100%;
  height: 180px;
  
/*  background: #eee;*/
}
body.home .page-title { height: 280px; }

.page-title h1.title {
  margin: 0;
  color: #6907A7;
/*  border-bottom: 3px double #eee;*/
  position: absolute;
  top: 65px;
  right: 15px;
  text-align: right;  
  font-size: 48px;
  font-weight: 500;
  font-family: times, serif;
/*  background: #333;*/
  width: 680px;  
  text-shadow: #999 0 2px 2px;
}
body.home .page-title h1.title {
  font-size: 72px;
  width: 980px;
  top: 80px;
  left: 50%;
  margin: 0 0 0 -490px;
/*  text-align: center;*/
/*background: #F90;*/
}
/*body.home #masthead { display: none; }*/

#container.portfolio.entry .byline { display: none; }
#container.portfolio.entry .title.page { border: none; }
body.home .page-title h1 {
	right: auto;
	left: 50%;
	width: 500px;
	top: 115px;
	height: 100px;
	margin: 0 0 0 -250px;
	text-align: center;
}
body.home .page-title .tagline { background: #F90;}

body.home .title.site { display: none; }
body.home .title.page { border: none; }






/*body.home .title.page .title {
  display: block;
  text-indent: -10000px; 
}
body.home .title.page .logo {
  position: relative;
  display: block;
  margin: -20px 0 0 0;
  height: 100px;
  width: 100%;
  background: url("../images/site-title-home.png") center top no-repeat; 
}*/


/**
* Content Structure
**/
.content {
  position: relative;
  margin: 0 0 0 30px;
  width: 640px;
}
.portfolio.entry .content { width: 920px; }
.portfolio.entry .item { width: 655px; padding-bottom: 8px; }
.portfolio.entry img {
  margin-top: 5px; margin-left: 7px;
  max-width: 620px;
  /* max-height: 480px;*/
}

.dropshadow {
  border: 1px solid #ddd;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #bbb;
}


/* Content Section */
.content .section { margin: 0 0 60px 0; }

/* Content Section Title */
.content .section .title.section {
  margin: 10px 0 50px 0;
  padding: 0;
  font-size: 28px;
  font-family: times, serif;
  text-shadow: #bbb 0 1px 2px;
  color: #999;
}

/* Content Item */
.content .item {
  margin: 0 0 50px 0;
  padding: 0;
}

/* Content Item Header */
.content .section .header {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 7px 0;
  font-size: 0.9em;
  border-bottom: 3px double #e3e3e3;
  overflow: auto;
}
.content .section .header .employer {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2em;
  float: left;
  clear: right;
}
.content .section .header .title {
  margin-top: 1.4em;
  color: #999;
  float: left;
}
.content .section .header .location {
  position: absolute;
  top: 0.1em;
  right: 0;
  color: #999;
}
.content .section .header .date {
  position: absolute;
  top: 1.4em;
  right: 0;
  color: #999;
}


/**
* Content Styles
**/

/* Paragraphs and Block Quotes */
.content p {
  color: #444;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}
.content .section p {
  margin-bottom: 15px;
  line-height: 1.4em;
  font-size: 0.9em;
}

/* Unordered and Ordered List Style */
.content .section ul { margin: -5px 5px 30px 5px; }
.content ul,
.content ol {
  margin-bottom: 20px;
  color: #888;
  font-size: 0.9em;
  line-height: 1.3em;
}
.content ul li {
  margin: 0 0 0 20px;
  list-style: disc;
}

/* Definition List Style */
.content dl {
  color: #888;
  font-size: 0.9em;
  line-height: 1.3em;
}
.content dl dt {
  width: 65px;
  padding: 3px 8px;
  font-weight: bold;
  float: left;
  color: #FFF;
  font-size: 0.9em;
  text-align: center;
  background: #9d81af;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.content dl dd {
  margin: 0 25px 10px 95px;
  padding: 3px 0 0 0;
  line-height: 1.4em;
}

/**
* Sidebar
**/
.sidebar {
  position: absolute;
  top: 280px;
  right: 20px;
  width: 210px;
  font-size: 12px;
}

/* Sidebar Section */
.sidebar .section {
  margin: 0;
  padding: 0;
  background: url("../images/sidebar-skill.png") -288px 0 repeat-y;
}
.sidebar .section:last-child { margin: 0; }
.sidebar .section .cap.top {
  position: absolute;
  top: -28px;
  left: 0;
  width: 210px;
  height: 28px;
  background: url("../images/sidebar-skill.png") 0 0 no-repeat;
}
.sidebar .section .cap.bottom {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 210px;
  height: 25px;
  background: url("../images/sidebar-skill.png") 0 -30px no-repeat;
}
.sidebar .section .inside {
  position: relative;
  margin: 0 0 -15px 0;
  padding: 0 20px;
}

/* Sidebar Content */
.sidebar .section h3 {
  margin: 0 0 15px 0;
  padding: 0 0 6px 0;
  font-size: 20px;
  text-shadow: #999 0 1px 2px;
  border-bottom: 1px solid #d3d3d3;
  background: none;
}
.sidebar .section h4 {
  font-family: Helvetica;
  font-size: 13px;
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: bold;
  color: #666;
}
.sidebar .section p {
  line-height: 1.4em;
  margin: 0 0 15px 5px;
  color: #888;
}


/**
* Footer
**/
#footer {
  position: relative;
  left: 50%;
  width: 980px;
  margin: 0 0 0 -490px;
}