/*
	Theme Name: Founders Co-Op
	Theme URL: http://www.founderscoop.com
	Description: Seattle Venture Capital, Seed and Early Stage Investment Fund
	Author: Chris Devore
	Author URI: http://www.founderscoop.com
	Version: 1.9.1
	Template: genesis
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer
* Comments
* Gravity Forms
* People Page Styles
*/

/* Fix to remove breadcrumbs */
.entry-title { display: none; }

/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

/* clearable */
.clearable:after {content: ".";display:block;height:0;clear: both;visibility: hidden;}
* html .clearable {height: 1%;}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#headerContainer{
  background: none repeat scroll 0% 0% rgb(245, 250, 253);
  border-bottom: 1px solid rgb(204, 204, 204);
}

#header {
	background-color: #E7F2FA;
	height: 80px;
	width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  background-color: #F5FAFD;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 400px;
}
	
#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area {
	background: url(images/logo.png) no-repeat top left;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 77px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 883px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover ul,
#header ul.menu li.sfHover ul {
	left: auto;
}



/* Primary Navigation
------------------------------------------------------------ */

#nav {
  background-color: #F5FAFD;
	border-bottom: 0;
	clear: both;
	color: #fff;
  margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
	
}

#nav li {
	float: left;
	list-style-type: none;
	font-family:"Gill sans", sans-serif;
  background: #F5FAFD url('images/menu_arrow.png') no-repeat 0 8px;
  margin: 8px 13px 9px 0;    
}

#nav li a {
	color: #000;//#fff;
	display: block;
	font-size: 21px;
	padding: 1px 12px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #F5FAFD;
	color: #F25545;
	background-image:url('images/menu_arrow_selected.png');
	background-position:0px 8px;
	background-repeat: no-repeat;
	
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a { 
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}	

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 160px;
}

#subnav li ul ul {
	margin: -31px 0 0 179px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto 20px;
	overflow: hidden;
  padding-top: 10px;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
  margin: 0 0 0 2em;
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 20px;
	line-height: 24px;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px;
}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0 0 15px 25px;
}

.entry-content ul li {
	list-style-type: square;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	display: inline;
	float: right;
	padding:20px 0 0 0;
	width: 300px;
}

#sidebar-alt {
	display: inline;
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 10px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
}

#sidebar #cat,
#sidebar .widget_archive select {
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}

.page {padding-top:0;}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	border: 1px solid #666;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #000;
	clear: both;
	overflow: hidden;
  margin: 0 auto;
	width: 960px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,220,227,0.65)), color-stop(50%,rgba(211,220,227,0.33)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(211,220,227,0.65) 0%,rgba(211,220,227,0.33) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(211,220,227,0.65) 0%, rgba(211,220,227,0.33) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -o-linear-gradient(top, rgba(211,220,227,0.65) 0%,rgba(211,220,227,0.33) 50%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(211,220,227,0.65) 0%,rgba(211,220,227,0.33) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d3dce3', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(211,220,227,0.65) 0%,rgba(211,220,227,0.33) 50%,rgba(255,255,255,0) 100%); /* W3C */
width: 100%; 
min-height: 200px; 
border-top: 4px solid rgb(204, 204, 204);
bottom: 0;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer > .wrap {
	width: 960px;
	margin: 0 auto;
}

#footer .gototop {
	float: right;
	margin-top: 20px;
}

#footer .creds {
	float: left;
	margin-top: 20px;
}

/*********************************/
/***** Founders Co-op footer *****/
/*********************************/
#footer .contactus
{
	float: left;
	background-color: red; /*8ac55e;*/
	padding:0 0 0 14px;
	width: 96px;
}

#footer .yellowbit
{
	float: left;
	background-color: #D4A017;
	width: 4px;
}
#footer .cred
{
	float: right;
	padding: 0 10px 0 0;
	background-color: #000;
	text-align: right;
}

/* Footer - Jim Version */

#newFooterDiv{
width: 960px;
min-height: 76px;
margin: 25px auto 0;
border: 4px solid gray;
position: relative;
background-color: #363636;
background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#000000)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #363636, #000000); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #363636, #000000); /* FF3.6 */
background-image: -ms-linear-gradient(top, #363636, #000000); /* IE10 */
background-image: -o-linear-gradient(top, #363636, #000000); /* Opera 11.10+ */
background-image: linear-gradient(top, #363636, #000000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#363636', EndColorStr='#000000'); /* IE6–IE9 */
}
 
#footerTick{
color: rgb(255, 255, 255); float: left; position: relative; height: 34px; border: 0px solid red; left: -5px; top: -5px;
 
}
 
#footerContactText{
color: rgb(255, 255, 255); vertical-align: middle; position: absolute; display: table-cell; float: right; top: 22px; left: 34px;
}
 
 
#footerCopyrightContainer{
color: rgb(255, 255, 255); position: absolute; margin-right: 0pt; right: 21px; bottom: 0px;
}
 
#footerCopyrightNotice{
display: inline-block; vertical-align: top; margin-right: 8px; margin-top: 9px;
text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}
 
#footerFCText{
color: #f4c523; font-weight:bold;
}
 
#needle{
display:inline-block;
vertical-align:middle;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e6e6e6;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}



/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e6e6e6;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/*********************************/
/***** Founders Co-op Home   *****/
/*********************************/
#intro
{
	width: 960;
	background-color: #eee;
}
div.mission
{	
	width: 200px;
	float: left;
	font-family:"Arial";
	font-size: 24;
	padding-left: 27px;
}
img.mission_img
{
	/*padding: 20px 0px;*/
}

div.slideshow
{
	float: right;
	margin-right:27px;
	margin-bottom: 27px;
}
#promo_id
{
	
	float: left;
}
#home_main {
	width: 960;
  margin: 0 auto 42px;
  overflow: hidden;
}
div.mentors
{
	width: 320px;
	float: left;
}

img.mentors_thumb
{
	float: left;
	width: 50px;
	padding: 3px;
}
div.recent_posts
{
	float: left;	
	width: 320px;
	
}
div.recent_tweets
{
	float: left;
	width: 320px;
	
}


/* PORTFOLIO */
.fc-company{clear:both;margin:2em 0 2em 8em;width:800px;}
.company-logo{float:left;width:190px;margin-right:20px;}
.company-info{float:left;width:530px;}

h2.company-title{margin-bottom:6px;}

.whatwedo{width:740px;margin:0 auto;font-family:Arial, Verdana, sans-serif;font-size:14px;}

/* APPLY */
#definingStatementOne,
#definingStatementTwo,
#definingStatementThree,
#definingStatementFour
{
	background: white none repeat scroll 0% 50%;
	float: left;
	margin: 0pt 18px 0pt 0pt;
	position: relative;
	width: 174px;
}
 
#definingStatements h3
{
	background: white;
	color: #6696BF;
	font-family: Georgia;
	padding: 0px;
	font-weight: bold;
	font-size: large;
}
 
#definingStatements p
{
	font-family: arial;
	font-size: 120%;
	line-height: 129%;
	margin: 1em 0pt 0pt;
}
 
#definingStatements div.emphasis-green
{
	background: transparent;
	color: #8AC55E;
}

/* FAQ */
#definingStatements p.caption{
font-size:small;
}
 
#definingStatements ol li.Q 
{
	color: red;
	font-size: 135%;
	font-weight: bolder;
	list-style: none;
}
#definingStatements ol li.A
{
	list-style: none;
}

/* What We Do */
#asterisk-container{
  float:left;
  height:57px;
  width:57px;
  padding-right:10px;
}

img.asterisk
{
	float: left;
	width: 57;
}

.asterisk-text
{
    color: #8AC55E;
    line-height:57px;
    margin-right: 6px;
    float:left;
    font-size:18px;
}

/* People */
div.people-col
{
	float: left;
	margin:0 50px 25px 80px;
	width: 350px;
}
div.people-img-border
{
   
}
div.people-img-border img
{
	background-color: #EEF5FB;/*url("images/background-1.jpg") no-repeat scroll 0 50% white;*/
	float: left;
	margin-right: 20px;
	padding: 12px;
	width: 85px;
}

/*************************************/
/* Founders Co-op People Page Styles */
/*************************************/
.fc-person {
  position:relative; float:left; 
  width:240px; margin:15px 30px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow:0 0 2px #BBB;
  -webkit-box-shadow:0 0 2px #BBB;
  -o-box-shadow:0 0 2px #BBB;
  box-shadow:0 0 2px #AAA;
  }

.people-headshot {
  max-width:128px; max-height:128px;
  border:5px solid #FFF;
  }
  
.fc-person:hover .people-headshot {
  z-index:10;
  -moz-transform:rotate(-4deg);
  -webkit-transform:rotate(-4deg);
  -o-transform:rotate(-4deg);
  transform:rotate(-4deg);
  -moz-box-shadow:0 0 2px #BBB;
  -webkit-box-shadow:0 0 2px #BBB;
  -o-box-shadow:0 0 2px #BBB;
  box-shadow:0 0 2px #BBB;
}

.partner-name {
  font-family:'Tahoma Sans','Verdana',sans-serif; font-size:17px; font-weight:bold;
  border-top:1px solid #DDD;
  padding:5px; margin:5px 0 0 0;
  background:#F4F4F4;
  background:-moz-linear-gradient(#F4F4F4, #E5E5E5);
  background:-webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#EEE));
  background:-webkit-linear-gradient(#F4F4F4, #E5E5E5);
  background:linear-gradient(#F4F4F4, #E5E5E5);
  }
.partner-name span {
  border-left:7px solid #F8C13E;
  padding-left:5px;
  }
/* .position {
  display:block;
  margin:3px 0 0 2px; padding-left:5px;
  border-left:5px solid #8AC55E;
  font-size:11px; font-weight:normal; color:#666;
  } */

.people-links {
  position:absolute; top:0; right:0; width:105px;
  }

.people-links a {
  display:block; float:left; width:32px; height:32px; margin:5px 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  opacity:.7;
  -moz-transition:opacity linear .2s;
  -webkit-transition:opacity linear .2s;
  -o-transition:opacity linear .2s;
  transition:opacity linear .2s;
  }
  
.people-links a:hover { opacity:1; }

.fc-twitter {
  background:url(images/fc-twitter.png) left top no-repeat;
  }

.fc-linkedin {
  background:url(images/fc-linkedin.png) left top no-repeat;
  }
  
.fc-blog,.fc-website,.fc-bio {
  box-shadow:0 0 2px #CCC inset;
  }

.fc-blog {
  background:url(images/fc-rss.png) left top no-repeat;
  }

.fc-website {
  background:url(images/fc-chain.png) left top no-repeat;
  }

.fc-bio {
  background:url(images/fc-agent.png) left top no-repeat;
  }
  
/* Profile Page */
#content.pod-partner-profile {
  width:640px; margin-top:20px;
}

.profile-headshot {
  float:left;
  margin:20px 20px 20px 0;
  border:5px solid #FFF;
  -moz-box-shadow:0 0 2px #BBB;
  -webkit-box-shadow:0 0 2px #BBB;
  -o-box-shadow:0 0 2px #BBB;
  box-shadow:0 0 2px #BBB;
  }
