@charset "UTF-8";

/*===================================
	GLOBAL
===================================*/
@import "reset.css";

html {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}

body {
	background: #1d1f1f url(../images/bkg.jpg) repeat;
	text-align: center;
	height: 100%;
}

#main {
	margin: 0 auto;
	position: relative; 
	width: 100%; 
	text-align: left;
}

.inside {
	margin: 0 auto; 
	position: relative; 
	width: 1100px;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

/*===================================
	HEADER
===================================*/
#header {
	height: 196px;
	background: url(../images/header-bkg.jpg) repeat-x center top;
}

#header .inside {
	height: 196px;
	background: url(../images/header-inner-bkg.jpg) no-repeat center top;
}

#header .josh {
	width: 228px;
	height: 390px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.domo-promo {
	width: 297px;
	height: 87px;
}

.domo-promo a {
	width: 297px;
	height: 87px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/domo-promo.png) no-repeat;
}

#header .domo-promo {
	position: absolute;
	top: 55px;
	left: 547px;
	z-index: 2;
}

#content .domo-promo {
	float: right;
}

#content .domo-promo.home {
	clear: both;
	padding-top: 45px;
}

#header div.logo {
	width: 392px;
	height: 89px;
	position: absolute;
	bottom: -27px;
	left: 84px;
	z-index: 2;
}

#header div.logo a {
	width: 392px;
	height: 89px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

#header .social-icons {
	position: absolute;
	bottom: 10px;
	right: 255px;
	z-index: 2;
}

#header .social-icons div {
	width: 32px;
	height: 33px;
	padding: 0 4px;
	float: left;
}

#header .social-icons div a {
	background: url(../images/social-icons.jpg) no-repeat;
	width: 32px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#header .social-icons .follow-me {
	padding: 14px 15px 0 0;
	width: 68px;
	height: 17px;
	background: url(../images/follow-me.png) no-repeat left center;
	overflow: hidden;
	text-indent: -9999px;
}

#header .social-icons div.twitter a {
	background-position: 0px top;
}

#header .social-icons div.facebook a {
	background-position: -40px top;
}

#header .social-icons div.pinterest a {
	background-position: -79px top;
}

#header .social-icons div.linkedin a {
	background-position: -119px top;
}

#header .social-icons div.rss a {
	background-position: -158px top;
}

/*===================================
	CONTENT
===================================*/
#content {
	overflow: hidden;
	line-height: 145%;
}

#content .inside {
	background: url(../images/main-bkg.jpg) repeat-y center top;
}

#content .inside2 {
	background: url(../images/main-bkg2.jpg) no-repeat left top;
	padding: 45px 0 80px 0;
	overflow: hidden;
}

#content .left {
	float: left;
	width: 164px;
	padding: 0 32px;
}

#content .center {
	float: left;
	width: 500px;
	padding: 0 72px;
}

#content .right {
	float: left;
	width: 164px;
	padding: 192px 32px 0 32px;
}

#content .left .most-recent-startup-rule p {
	padding-bottom: 10px;
}

#content .left .most-recent-startup-rule img {
	width: 150px;
}

#content .date, #content .date a {
	color: #c8c8c8 !important;
	font-size: 12px;
}

#content .center .date {
	padding: 5px 0 25px 0;
}

#content h1, #content h2 {
	padding: 1px 0;
}

#content h1.title {
	background: url(../images/border.png) no-repeat center bottom;
	padding-bottom: 25px;
	margin-bottom: 45px;
}

#content .post.jjsr {
	overflow: hidden;
}

#content .post .more, #content .post.jjsr .share {
	float: left;
}

#content .post.jjsr .more {
	padding: 3px 0 0 20px;
}

#content h1, #content h1 a,
#content h2, #content h2 a {
	color: #9bcbeb !important;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 115%;
}

#content .page h1 {
	padding-bottom: 25px;
}

#content h2, #content h2 a {
	font-size: 18px;
}

#content .left h2, #content .right h2 {
	padding-bottom: 20px;
}

#content .recent-posts, #content .mini-bio, #content .in-the-news {
	padding-bottom: 10px;
}

#content .in-the-news .links a {
	color: #fff;
}

#content .center p, #content .center li {
	
}

#content .featured-image {
	margin-bottom: 35px;
}

#content .mini-bio a, .navigation a {
	color: #9BCBEB;
	text-decoration: none;
}

.navigation {
	clear: both;
	float: right;
}

.navigation.top {
	padding-bottom: 30px;
}

.navigation .selected {
	color: #fff;
}

.navigation .selected, .navigation a {
	padding: 0 3px;
}

.navigation .row {
	clear: both;
	text-align: right;
}

.navigation span {
	color: #7d8489;
}

.navigation .prev {
	padding-right: 5px;
}

.navigation .next {
	padding-left: 5px;
}

.navigation .page-numbers {
	padding: 0 3px;
}

#content .mini-bio a:hover, .navigation a:hover {
	text-decoration: underline;
}

#content .mini-bio h2 a:hover {
	text-decoration: none;
}

#content .mini-bio a span, .navigation a span {
	color: #98acc3;
}

#content .mini-bio h2 {
	padding-bottom: 20px;
}

#content p {
	padding-bottom: 25px;
}

#content ol {
	list-style: decimal;
}

#content ul {
	list-style: disc;
}

#content ol, #content ul {
	padding: 0 0 20px 55px;
}

#content ol ol, #content ul ul,
#content ol ul, #content ul ol {
	padding-bottom: 0;
}

#content ol li, #content ul li {
	padding-bottom: 5px;
}

#content .recent-posts a {
	color: #fff;
	text-decoration: none;
}

#content .recent-posts a:hover {
	text-decoration: underline;
}

#content .links div {
	padding-bottom: 30px;
}

#content .links a {
	color: #9acbec;
	text-decoration: none;
}

#content .links .list {
	font-size: 12px;
}

#content .links .list a {
	font-size: 14px;
}

#content .links a:hover {
	text-decoration: underline;
}

#content .in-the-news .links a.link {
	color: #9BCBEB;
}

#content .in-the-news .links a.link span {
	color: #fff;
}

#content .post {
	border-bottom: 1px solid #5f5f5f;
	margin-bottom: 45px;
}

#twitter {
	word-wrap: break-word;
}

#twitter .tweet {
	word-wrap: break-word;
	padding-bottom: 20px;
}

#twitter .tweet .text {
	display: block;
}

#twitter .tweet a, #content .post a, #content #disqus_thread a,
#content .archive a {
	color: #9bcbeb;
	text-decoration: none;
}

#twitter .tweet a:hover, #content .post a:hover, #content #disqus_thread a:hover,
#content .archive a:hover {
	text-decoration: underline;
}

#content .archive {
	list-style: none;
	padding-left: 25px;
	margin-bottom: 45px;
}

#content .archive td {
	padding: 10px 0;
	border-bottom: 1px solid #5F5F5F;
	vertical-align: middle;
}

#content .archive .video-badge {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url(../images/icon-video-badge.jpg) no-repeat;
	width: 38px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 6px;
}

#content .archive td.source-col {
	width: 130px;
}

#content .archive .source {
	color: #fff;
	font-size: 12px;
}

.dsq-brlink {
	display: none;
}

#content .post blockquote {
	padding-left: 10px;
	margin: 0 0 25px 40px;
	border-left: 3px solid #5f5f5f;
}

#content .post blockquote p {
	padding-bottom: 0;
}

#content .icon-arrow {
	background: url(../images/icon-arrow.png) no-repeat;
	width: 11px;
	height: 14px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: 2px;
}

#content .startup-rule {
	float: left;
	width: 235px;
	height: 190px;
	overflow: hidden;
	padding: 0 30px 30px 0;
}

#content .startup-rule.no-pad {
	padding-right: 0;
}

#content .startup-rule img {
	width: 235px;
}

.st_sharethis_custom {
    background: url(../images/share.jpg) no-repeat;
    width: 72px;
    height: 22px;
    cursor: pointer;
	padding-bottom: 25px;
}

.logo-link {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logos.png) no-repeat;
}

.logo-link.domo {
	width: 67px;
	height: 67px;
	background-position: 0 0;
}

.logo-link.ceo {
	width: 67px;
	height: 62px;
	background-position: 0 -104px;
}

.logo-link.save-the-children {
	width: 153px;
	height: 31px;
	background-position: 0 -202px;
}

.logo-link.silicon-slopes {
	width: 148px;
	height: 18px;
	background-position: 0 -277px;
}

td.twitter-align-fix {
    vertical-align: bottom;
}

/*---WORDPRESS CORE-------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #E0E0E0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

#content .wp-caption p.wp-caption-text {
    font-size: 12px;
    margin:0;
    padding: 0 4px 0;
}

.twitter-retweet {
	height: 20px;
	overflow: hidden;
	position: absolute;
	z-index: 100000;
	top: 25px;
	right: 25px;
	float: right;
}

.twitter-retweet a {
	display: block;
	height: 20px;
	background: url(../images/button-twitter-retweet.png) no-repeat left center;
	padding-left: 77px;
	text-decoration: none;
	color: #323232;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
}

.twitter-retweet span {
	height: 20px;
	line-height: 20px;
	display: block;
	background: #fff url(../images/button-twitter-retweet-cap.png) no-repeat right center;
	padding-right: 3px;
}