/* $Id: style.css,v 1.3 2009/06/18 13:03:46 rolfmeijer Exp $ */

/**
* Scratch, for Drupal 6.x
* Rolf Meijer, karu.nl
* Scratch is inteded as starting point for new themes.
*
* Install it and make a subtheme for your own custom theme. See http://drupal.org/node/441088 for more on subtheming.
*
* The only styling that is used is the place of the standard left and right sidebar.
*/

html, body, #pagewide {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #3f4450;
	background: #102948 url(images/backgrad.gif) repeat-y center top;
}

body.plain {
	background: #fff;
	padding: 10px;
	height: auto;
}

tbody {
	border: 0;
}

a {
	color: #0f91ce;
	text-decoration: none;
}

a:hover {
	color: #3f4450;
	text-decoration: underline;
}

h1, h2, h3, h4,
.front h3 {
	font: normal 18px Helvetica, Arial, Verdana, sans-serif;
}

h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #0f91ce;
}


h1,
h1 a,
.front h3 {
	color: #064084;
}

h1 a:hover {
	color: #064084;
	text-decoration: underline;
}

h1.hide {
	display: none;
}

h1.profile-profile_fullname {
	margin-bottom: 2px;
}

.node-type-story #main h1 {
	margin-bottom: 3px;
}


h2 {
	font-size: 14px;
	color: #0f91ce;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3f4450;
}


h4 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #cc6633;
}


p {
	line-height: 18px;
	margin: 0 0 12px 0px;
}


#pagewide {
	width: 1020px;
	margin: 0 auto;
	background: #102948 url(images/backgrad.gif) repeat-y center top;
}


#page{
	width: 960px;
	margin: 0 auto;
	background: #fff;
}


#container {
	width: 960px;
	margin: 0 auto;
}


#header{
	width: 960px;
	float: left;
	background: url(images/header-shadow.gif) left bottom repeat-x;
}

#logo {
	margin: 20px 0px 0px 28px;
	float: left;
}

#logo h1 {
	margin: 0 auto;
	padding: 0;
}


#logo a {
	width: 312px;
	height: 65px;
	display: block;
	background: url(images/flaglogo.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/* Utility Navigation */

.utilnav {
	margin: 17px 55px 0;
	float: right;
	height: 11px;
}

.utilnav li {
	padding: 0 8px;
	float: left;
}

.utilnav ul {
	list-style-type: none;
	display:inline;
}

.menu-543 a {
	width: 42px;
	height: 11px;
	display: block;
	background: url(images/contact.gif);
	overflow: hidden;
	text-indent: -9999px;
}

.menu-392 a {
	width: 53px;
	height: 11px;
	display: block;
	background: url(images/directions.gif);
	overflow: hidden;
	text-indent: -9999px;
}

.menu-393 a {
	width: 54px;
	height: 11px;
	display: block;
	background: url(images/login.gif) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}

.menu-453 a {
	width: 37px;
	height: 11px;
	display: block;
	background: url(images/logout.gif) no-repeat;
	overflow: hidden;
	text-indent: -999px;
}


.searchbox {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#search-theme-form .form-submit {
	display: none;
}

#search-theme-form .form-item {
	margin: 0;
}

#search-theme-form .form-item .utility_search {
	margin: 0;
	padding: 5px 10px;
	border: 0;
	width: 188px;
	background: #eaf7fd;
	color: #3f4450;
}

/* Main Navigation */

.navigation {
	display: block;
	margin: 12px 0 0 0;
	float: right;
	height: 88px;
	width: 574px;
	font-size: 11px;
	position: relative;
}

.navigation a {
	display: block;
	width: 309px;
	height: 88px;
	overflow: hidden;
	text-indent: -9999px;
}

#main-tab-left,
#main-tab-right {
	position: absolute;
	width: 309px;
	height: 88px;
	top: 0;
}

#main-tab-left {
	left: 0;
	z-index: 1;
	background: url(images/main-tab-left.png) no-repeat left top;
}

#main-tab-right {
	right: 0;
	z-index: 0;
	background: url(images/main-tab-right.png) no-repeat left top;
}

#main-tab-left.active,
#main-tab-left.active-trail {
	z-index: 10;
	background-position: 0 -176px;
}

#main-tab-right.active,
#main-tab-right.active-trail {
	z-index: 10;
	background-position: 0 -176px;
}

#main-tab-left:hover.active-trail,
#main-tab-right:hover.active-trail,
#main-tab-left:hover.active,
#main-tab-right:hover.active {
	background-position: 0 -176px;
}

#main-tab-left:hover,
#main-tab-right:hover {
	background-position: 0 -88px;
}

ul.nice-menu-down li,
ul.nice-menu-down li.menuparent {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	display: inline;
}

ul.nice-menu-down li.menuparent li {
	background: #4db9e4;
	width: 166px;
}

ul.nice-menu-down li.menuparent li.over,
ul.nice-menu-down li.menuparent li:hover {
	background: #a6dcf1;
}


ul.nice-menu-down li a,
ul.nice-menu-down li.menuparent a {
	padding: 0;
	margin: 0;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
}

ul.nice-menu-down #menu-381.menuparent a:hover {
	background-position: 0 -40px;
}

ul.nice-menu-down #menu-381.menuparent a {
	width: 73px;
}

ul.nice-menu-down #menu-381.menuparent ul a {
	width: auto;
}

ul.nice-menu-down .menuparent ul a {
	padding: 5px 5px 5px 13px;
	margin: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	color: #fff;
	text-decoration: none;
}

ul.nice-menu-down .menuparent ul a:hover {
	color: #064084;
}

ul.nice-menu ul {
	border: 0;
	top: 40px;
}

/* About */
ul.nice-menu-down #menu-381 a,
ul.nice-menu-down #menu-381.menuparent a {
	width: 73px;
	background: url(images/aboutmenu.gif) no-repeat left top;
}

ul.nice-menu-down li#menu-381.menuparent:hover a,
ul.nice-menu-down li#menu-381.over a,
ul.nice-menu-down li#menu-381 a.active,
ul.nice-menu-down li#menu-381.active-trail a {
	background: url(images/aboutmenu.gif) no-repeat left -40px;
}

/* Venture Creation */
ul.nice-menu-down #menu-427 a,
ul.nice-menu-down #menu-427.menuparent a {
	width: 125px;
	background: url(images/venturemenu.gif) no-repeat left top;
}

ul.nice-menu-down li#menu-427.menuparent:hover a,
ul.nice-menu-down li#menu-427.over a,
ul.nice-menu-down li#menu-427 a.active,
ul.nice-menu-down li#menu-427.active-trail a {
	background: url(images/venturemenu.gif) no-repeat left -40px;
}

/* Investments */
ul.nice-menu-down #menu-401 a,
ul.nice-menu-down #menu-401.menuparent a {
	width: 122px;
	background: url(images/investmenu.gif) no-repeat left top;
}

ul.nice-menu-down li#menu-401.menuparent:hover a,
ul.nice-menu-down li#menu-401.over a,
ul.nice-menu-down li#menu-401 a.active,
ul.nice-menu-down li#menu-401.active-trail a {
	background: url(images/investmenu.gif) no-repeat left -40px;
}

/* Media Center */
ul.nice-menu-down #menu-588 a,
ul.nice-menu-down #menu-588.menuparent a {
	width: 73px;
	background: url(images/mediamenu.gif) no-repeat left top;
}

ul.nice-menu-down li#menu-588.menuparent:hover a,
ul.nice-menu-down li#menu-588.over a,
ul.nice-menu-down li#menu-588 a.active,
ul.nice-menu-down li#menu-588.active-trail a {
	background: url(images/mediamenu.gif) no-repeat left -40px;
}

ul.nice-menu-down #menu-381 a:hover,
ul.nice-menu-down #menu-427 a:hover,
ul.nice-menu-down #menu-401 a:hover,
ul.nice-menu-down #menu-588 a:hover {
	background-position: 0 -40px;
}



ul.nice-menu-down li#menu-381.menuparent:hover ul a,
ul.nice-menu-down li#menu-427.menuparent:hover ul a,
ul.nice-menu-down li#menu-401.menuparent:hover ul a,
ul.nice-menu-down li#menu-588.menuparent:hover ul a,

ul.nice-menu-down li#menu-381.menuparent.over ul a,
ul.nice-menu-down li#menu-427.menuparent.over ul a,
ul.nice-menu-down li#menu-401.menuparent.over ul a,
ul.nice-menu-down li#menu-588.menuparent.over ul a {
	width: auto;
	background: none;
}




#sepbar {
	width: 960px;
	background: url(images/eventbar.jpg) no-repeat left bottom;
	clear: both;
	padding-bottom: 20px;
	min-height: 21px;
}

.front #sepbar {
	height: 480px;
	overflow: hidden;
	position: relative;
	background: url(images/front-no-flash.jpg) no-repeat left bottom;
}

#sepbar .imagefield-field_header_image {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}


#sepbarseclev {
	float: left;
	margin: 0 auto;
	width: 960px;
	height: 237px;
	background: url(images/ventcreatbar.gif) no-repeat;
}


#eventandcrumb {
	clear: both;
	margin: 0;
	padding: 0;
}

.front #eventandcrumb { display: none;}


#crumbheading {
	clear: both;
	width: 940px;
	padding: 0px 0px 0px 20px;
}


.breadcrumb {
	color: #9fa1a7;
	font-size: 11px;
	margin: 0 40px;
}

.breadcrumb a {
	color: #9fa1a7;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #333;
}


#content{
	width: 960px;
}

.sidebar {
	margin-bottom: 20px;
}


#left-sidebar {
	margin: 15px 0px 20px 20px;
	width: 210px;
	float: left;
}


#left-sidebar #block-menu_block-1 li,
#left-sidebar #block-menu_block-1 li.leaf,
#left-sidebar #block-menu-menu-about-menu-team li,
#left-sidebar #block-menu-menu-about-menu-team li.leaf {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}

#left-sidebar .testimonial {
	background: #d9dadc;
	padding: 1px 10px;
	font-weight: bold;
	margin-top: 30px;
	font-family: Arial, Helvetica;
}

#left-sidebar .testimonial p {

}

#left-sidebar #block-menu_block-1,
#left-sidebar #block-menu-menu-about-menu-team {
	padding: 0;
	margin: 0;
}


#left-sidebar #block-menu_block-1 ul,
#left-sidebar #block-menu_block-1 ul li,
#left-sidebar #block-menu-menu-about-menu-team ul,
#left-sidebar #block-menu-menu-about-menu-team ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left-sidebar #block-menu_block-1 ul li a,
#left-sidebar #block-menu-menu-about-menu-team ul li a {
	padding: 10px 0px 11px 20px;
	display: block;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d5d5d5;
	width: 190px;
	height: 11px;
	color: #9FA1A7;
	text-decoration: none;
}

#left-sidebar #block-menu_block-1 ul li.first a,
#left-sidebar #block-menu-menu-about-menu-team ul li.first a {
	border-top: solid 1px #d5d5d5;
}

#left-sidebar #block-menu_block-1 ul li.first.expanded a,
#left-sidebar #block-menu-menu-about-menu-team ul li.first.expanded a {
	border-top: solid 1px #fff;
}

#left-sidebar #block-menu_block-1 ul li.first li a,
#left-sidebar #block-menu-menu-about-menu-team ul li.first li a {
	border-top: solid 1px #fff;
}

#left-sidebar #block-menu_block-1 ul li.active-trail li.first a,
#left-sidebar #block-menu-menu-about-menu-team ul li.first li.first a {
	border-top: solid 1px #fff;
}

#left-sidebar #block-menu_block-1 ul ul li a,
#left-sidebar #block-menu-menu-about-menu-team ul ul li a {
	padding: 10px 0px 11px 30px;
	width: 180px;
}

#left-sidebar #block-menu_block-1 ul ul ul li a,
#left-sidebar #block-menu-menu-about-menu-team ul ul ul li a {
	padding: 10px 0px 11px 50px;
	width: 160px;
}

#left-sidebar #block-menu_block-1 ul ul li,
#left-sidebar #block-menu-menu-about-menu-team ul ul li {
  padding-left: 0;

}



#left-sidebar #block-menu_block-1 ul li a:hover,
#left-sidebar #block-menu-menu-about-menu-team ul li a:hover {
	color: #064084;
	background: url(images/nav-hover-gray.gif) repeat-x left top;
}

#left-sidebar #block-menu_block-1 ul li.active-trail a:hover,
#left-sidebar #block-menu-menu-about-menu-team ul li a:hover {
	background-image: none;
}

#left-sidebar #block-menu_block-1 ul li.active-trail a,
#left-sidebar #block-menu-menu-about-menu-team ul li.active-trail a,
#left-sidebar #block-menu_block-1 ul li.active-trail li.active-trail a,
#left-sidebar #block-menu-menu-about-menu-team ul li.active-trail li.active-trail a {
	border-bottom: solid 1px #c8e4f0;
}

#left-sidebar #block-menu_block-1 ul li.active-trail li a:hover,
#left-sidebar #block-menu-menu-about-menu-team ul li.active-trail li a:hover {
	color: #064084;
	background: url(images/nav-hover-blue.gif) repeat-x left top;
}

#left-sidebar #block-menu_block-1 ul li.active-trail ul a {
	color: #0F91CE;
}

#left-sidebar #block-menu_block-1 ul li.active-trail,
#left-sidebar #block-menu-menu-about-menu-team ul li.active-trail {
	background: #c6e3f2;
	margin-top: -1px;
}

#left-sidebar #block-menu_block-1 ul li.active-trail ul li,
#left-sidebar #block-menu-menu-about-menu-team ul li.active-trail ul li {
	background: #DCF1FB;
	font-weight: normal;
}

#left-sidebar #block-menu_block-1 ul li.active-trail ul li.active,
#left-sidebar #block-menu-menu-about-menu-team ul li.active-trail ul li.active {
	background: #DCF1FB url(images/side-nav-arrow.gif) no-repeat 20px 13px;
	color: #064084;
}

#left-sidebar #block-menu_block-1 ul li.active-trail ul ul li.active,
#left-sidebar #block-menu-menu-about-menu-team ul li.active-trail ul ul li.active {
	background: #DCF1FB url(images/side-nav-arrow.gif) no-repeat 40px 13px;
	color: #064084;
}

#left-sidebar #block-menu_block-1 li.active-trail a.active,
#left-sidebar #block-menu_block-1 li.active-trail a.active-trail {
	color: #064084;
	font-weight: bold;
}

#left-sidebar #block-menu_block-1 ul ul li.active-trail,
#left-sidebar #block-menu-menu-about-menu-team ul ul li.active-trail {
	background: #fff;
}




#right-sidebar {
	margin: 5px 0 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
	background: #f5f5f5 url(images/righteventshad.gif) no-repeat;
	float: right;
}

#right-sidebar .block {
	padding: 0 10px 10px;
}


#right-sidebar a{
	text-decoration: none;
	color: #cc6633;
}


#right-sidebar a:hover{
	text-decoration: underline;
}



#main {
	margin: 13px 0 0;
	padding: 0px 0px 110px 20px;
	width: 690px;
	float: left;
}

.front #main {
	margin-top: 0;
}

.two-sidebars #main {
}

.no-sidebars #main {
	width: 690px;
	padding-left: 250px;
}

.front.no-sidebars #main {
	padding-left: 20px;
	width: 920px;
	position: relative;
	margin-top: -10px;
}

.front.no-sidebars #main .block {
	margin-top: 6px;
}

.front #node-14 {
	display: none;
}

#main.accordion h3{
	font-size: 18px;
	font-weight: normal;
	color: #064084;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}


#main ul {
	list-style: url(images/triangle.gif);
	padding: 4px 0px 0px 11px;
}

#main .item-list ul li {
	list-style: url(images/triangle.gif);
}


#main li{
	line-height: 18px;
	margin-bottom: 9px;
}

#block-views-team-block_1 .item-list ul {
	padding: 0;
	margin: 30px 0 30px 20px;
}

#block-views-team-block_1 .item-list ul li {
	list-style: none;
	padding: 0;
	margin: 5px 0;
}


#flasharea{
	clear:both;
	width: 960px;
	height: 510px;
	background: url(images/flashfpo.jpg) no-repeat;
}


#bottomcontent{
	width: 960px;
	height: 290px;
}


.bottleft{
	width: 130px;
	float: left;
	padding: 6px 0px 0px 89px;
}


.bottcenter{
	width: 60px;
	padding: 14px 0px 0px 201px;
	float: left;
}


.bottcenter ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


.bottcenter li{
	padding: 0px;
}


.bottright{
	width: 400px;
	float: right;
	padding: 10px 70px 0px 0px;
}


.bottright p{
	font-size: 11px;
}


.bottright ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


.bottright li{
	padding: 0px;
}


#footer{
	padding: 0px 30px 0px 30px;
	clear: both;
	width: 900px;
	height: 32px;
	background: #53616c;
	font-family: arial;
	font-size: 11px;
	color: #fff;
}

#footer p {
	color: #fff;
	font-family: arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}


#footer .left{
	float:left;
	padding: 8px 0px 0px 0px;

}


#footer .right{
	float:right;
	padding: 8px 0px 0px 0px;
}


#footer .right a{
	color: #fff;
	text-decoration: none;
}


#footer .right a:hover{
	text-decoration: underline;
}

#block-block-7 {
	width: 150px;
	float: left;
}

#block-block-6 {
	width: 235px;
	float: left;
}

#block-views-news-block_2 {
	width: 515px;
	float: left;
}

#block-views-news-block_2 tr.even,
#block-views-news-block_2 tr.odd {
	background: none;
	border: 0;
}

#block-views-news-block_2 td.active,
#block-views-news-block_2 thead th {
	background: none;
	border: 0;
}

#block-views-news-block_2 td.views-field-field-publish-date-value {
	vertical-align: top;
	text-align: right;
}


#block-views-news-block_2 td {
	padding: 10px 20px 10px 0;
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
}

#block-views-news-block_2 .content {
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
	color: #c63;
}

#block-views-news-block_2 .content .date-display-single {
	font: bold 10px Arial, Helvetica;
}

#block-views-news-block_2 h3,
#block-block-6 h3,
#block-block-7 h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 12px;
	font-weight: bold;
}

#block-block-6 h3,
#block-block-7 h3 {
	margin: 0 0 18px;
}

#block-block-7 h3 a,
#block-block-6 h3 a,
#block-views-news-block_2 h3 a {
	color: #064084;
}

#block-views-news-block_2 a {
	color: #3f4450;
}

#user-login-form { text-align: left; }

.node-page,
.node-page .content {
	width: 460px;
}

.node-558 #main .content {
  width: 680px;
}

.accordion .node-page .content {
	width: 577px;
}

.view-portfolio tr.even,
.view-portfolio tr.odd,
.view-vl-portfolio tr.even,
.view-vl-portfolio tr.odd {
	background-color: transparent;
	border: 0;
}

.view-portfolio td,
.view-vl-portfolio td {
	padding: 10px;
	vertical-align: top;
	font-size: 11px;
	border-bottom: solid 1px #ccc;
}

.view-portfolio td.active,
.view-vl-portfolio td.active {
	background-color: transparent;
}

.view-portfolio thead th,
.view-vl-portfolio thead th {
	background: #cbebf9;
	border-bottom: 0;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	white-space: nowrap;
}

.view-portfolio thead th.views-field-field-invest-year-value {

}

.view-portfolio thead th.views-field-view-node,
.view-vl-portfolio thead th.views-field-view-node {
	border-right: solid 1px #fff;
}

.views-field-view-node a {
	background: #ccc;
	color: #3f4450;
	text-transform: uppercase;
	font-size: 10px;
	padding: 6px 3px;
	text-align: center;
	display: inline-block;
}

.page-venture-capital #main ul.primary,
.page-venturelabs #main ul.primary {
	margin: 0;
	padding: 0;
	border-bottom: 0;
	height: 35px;
	list-style-image: none;
}

.page-venture-capital #main ul.primary li,
.page-venturelabs #main ul.primary li {
	line-height: 15px;
	padding: 0;
	margin: 0 2px 0 0;
	float: left;
}

.page-venture-capital #main ul.primary li a,
.page-venturelabs #main ul.primary li a {
	padding: 10px;
	margin: 0;
	display: inline-block;
	border: 0;
	font-weight: bold;
	color: #5db5df;
	width: 150px;
	background: url(images/view-tab.gif) repeat-x left top;
}

.page-venture-capital #main ul.primary li a:hover,
.page-venturelabs #main ul.primary li a:hover {
	color: #064084;
}

.page-venture-capital #main ul.primary li.active a,
.page-venturelabs #main ul.primary li.active a {
	background: #cbebf9 url(images/view-tab-active.gif) repeat-x left top;
	color: #064084;
}

.view-portfolio .view-content,
.view-vl-portfolio .view-content {
	width: 687px;
}

.right-col {
	float: right;
	width: 210px;
	margin: 0 0 50px 40px;
	line-height: 18px;
}

.right-col p {
	margin: 0;
}

.node-company,
.node-story {
	width: 440px;
}

.plain .node-company {
	width: auto;
}

.node-type-company .block-views {
	width: 450px;
}

.node-type-company #main .block-views h3,
.profile h3 {
	color: #c63;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #d4d7da;
	padding: 3px;
}

.node-type-company .block-views thead th {
	border: 0;
}

.node-company .field {
	line-height: 18px;
}

#block-views-news-block_1 .view-news tr.odd,
#block-views-news-block_1 .view-news tr.even {
	background-color: transparent;
	border: 0;
}

#block-views-news-block_1 .view-news td,
.stories td.company,
.stories td.date {
	padding: 10px;
	font-size: 11px;
	vertical-align: top;
}

#block-views-news-block_1 .view-id-news td.views-field-field-date-value,
.stories td.date {
	white-space: nowrap;
	text-align: right;
	font: bold 10px Arial, Helvetica;
	color: #3f4450;
	vertical-align: top;
}

#block-views-news-block_1 .view-id-news td.views-field-field-date-value .date-display-single {
	color: #3f4450;
}

#main.accordion h3.title,
#main .view-team h3.title {
	border-top: solid 1px #d9e0e3;
	line-height: 61px;
	cursor: pointer;
	color: #0f91ce;
}

#main.accordion div.content.acc,
#main .view-team div.content.acc {
	padding-bottom: 25px;
}

.view-team .views-field-value-2 a {
	color: #666;
}

.accordion .view-footer {
	display: none;
}

.view-team .view-footer {
	border-bottom: solid 1px #ccc;
	text-align: right;
	padding: 18px 9px 6px;
}

.view-team .view-footer p {
	margin: 0;
}

.view-team .view-footer a {
	color: #989899;
}

#main.accordion h3.title.first,
#main .view-team h3.title.first {
	margin-top: 20px;
}

#main.accordion h3.title.last,
#main .view-team h3.title.last {
	border-bottom: solid 1px #d9e0e3;
}

#main.accordion h3.title.last.active,
#main .view-team h3.title.last.active {
	border-bottom: 0;
}

#main.accordion h3.title.active,
#main .view-team h3.title.active {
	background: url(images/team-title-shadow.gif) repeat-x top left;
}

#main.accordion h3:hover.title,
#main .view-team h3:hover.title {
	background: url(images/team-title-shadow.gif) repeat-x top left;
}

#main.accordion h3 span {
	width: 21px;
	height: 61px;
	display: block;
	float: right;
	background: url(images/team-title-down-arrow.gif) no-repeat left center;
}

#main.accordion h3.active span {
	background: url(images/team-title-right-arrow.gif) no-repeat left center;
}

#main.accordion td,
#main .view-team td {
	vertical-align: top;
	font-size: 11px;
	color: #666;
	width: 132px;
	padding-bottom: 10px;
}

#main.accordion td.col-5,
#main .view-team td.col-5 {
	width: 110px;
}

#main.accordion h2,
#main .view-team h2 {
	margin: 5px 0 2px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

#main.accordion .views-field-value-1,
#main.accordion .views-field-value-2,
#main .view-team .views-field-value-1,
#main .view-team .views-field-value-2 {
	width: 110px;
}

#main.node-407 h3.title,
#main.node-662 h3.title { display: none; }

.view-id-news tr.odd,
.view-id-news tr.even {
	background-color: transparent;
	border: 0;
}

.view-id-news tr td {
	padding: 12px 0;
	vertical-align: top;
	color: #666;
}

.view-display-id-page_1 tr td {
	border-bottom: solid 1px #ccc;
}

.view-id-news tr td.views-field-field-logo-small-fid,
.view-id-news tr td.views-field-field-flagship-story-value {
	padding: 20px;
}

.view-id-news thead { display: none; }

.view-id-news .date-display-single {
	font-size: 11px;
	color: #999;
}

.view-id-news h2 {
	margin: 2px;
}

.node-story {
	color: #666;
}

.node-story .field-field-date,
.node-story .field-field-byline {
	font-family: Helvetica, Arial;
	line-height: 18px;
}

.front .views-field-field-date-value .date-display-single {
	color: #c63;
}

.profile-profile_title {
	font: bold 12px Helvetica, Arial;
}

#main .profile .companies .item-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main .profile .companies .item-list ul li {
	list-style: none;
	padding: 12px 15px;
	margin: 0;
	border-bottom: solid 1px #ddd;
}

.plain .profile .companies .item-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.plain .profile .companies .item-list ul li {
	list-style: none;
	padding: 12px 15px;
	margin: 0;
	border-bottom: solid 1px #ddd;
}

.profile .ind {
	background: #dcf1fb;
	padding: 4px 0;
}

.profile .vcard,
.profile .print-version {
	clear: both;
	padding: 4px 15px;
	text-transform: uppercase;
	font: bold 10px Helvetica, Arial;
}

.profile .companies h3 {
	padding: 15px 15px 12px;
	margin: 0;
	background: url(images/profile-company-title-bg.gif) repeat-x left top;
	border-bottom: solid 1px #ddd;
}

.ind a {
	color: #0f91ce;
}

.ind a:hover {
	color: #064084;
}

.profile .picture {
	margin: 0;
	background: #dcf1fb;
	float: none;
}

.plain .profile .picture {
	background: #f5f5f5;
}

.content_top {
	margin: 0 50px 0 5px;
}

h1.title-node-135,
h1.title-node-138,
h1.title-node-558,
h1.title-node-559,
h1.title-node-141,
h1.title-node-407,
h1.title-node-662,
h1.title-node-683,
h1.title-node-137,
h1.title-node-684,
h1.title-user,
h1.title-node-9,
h1.title-venturelabs-portfolio,
h1.title-all-companies,
h1.title-exits,
h1.title-current-portfolio,
h1.title-recent-news,
h1.title-news-archives,
h1.title-node-167,
h1.title-node-168,
.page-media-center #eventandcrumb h1,
.page-media-center #eventandcrumb h1.newsletters,
.page-media-center #eventandcrumb h1.media-resources,
.node-type-story #eventandcrumb h1.title,
.page-search #eventandcrumb h1 {
	background: url(/sites/default/files/titles/the-flagship-team.gif) no-repeat left top;
	height: 23px;
	display: block;
	padding: 0 0 12px;
	border-bottom: solid 1px #d5d5d5;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 0;
}

h1.title-node-138 { background: url(/sites/default/files/titles/investment-criteria.gif) no-repeat left top; }
h1.title-node-558 { background: url(/sites/default/files/titles/fellows-program.gif) no-repeat left top; }
h1.title-node-559 { background: url(/sites/default/files/titles/explorations.gif) no-repeat left top; }
h1.title-node-407 { background: url(/sites/default/files/titles/venturelabs-team-header.gif) no-repeat left top; }
h1.title-node-662 { background: url(/sites/default/files/titles/venturelabs-team-header.gif) no-repeat left top; }
h1.title-node-683 { background: url(/sites/default/files/titles/venture-capital-team.gif) no-repeat left top; }
h1.title-node-137 { background: url(/sites/default/files/titles/views.gif) no-repeat left top; }
h1.title-node-9 { background: url(/sites/default/files/titles/events.gif) no-repeat left top; }
h1.title-node-684 { background: url(/sites/default/files/titles/working-with-venturelabs.gif) no-repeat left top; }
h1.title-venturelabs-portfolio { background: url(/sites/default/files/titles/venturelabs-portfolio.gif) no-repeat left top; }
.page-media-center #eventandcrumb h1,
.node-type-story #eventandcrumb h1.title { background: url(/sites/default/files/titles/news-archives.gif) no-repeat left top; }

.page-media-center #eventandcrumb h1.newsletters { background: url(/sites/default/files/titles/newsletters.gif) no-repeat left top; }

.page-media-center #eventandcrumb h1.media-resources { background: url(/sites/default/files/titles/media-resources.gif) no-repeat left top; }

h1.title-all-companies { background: url(/sites/default/files/titles/all-companies.gif) no-repeat left top; }
h1.title-exits { background: url(/sites/default/files/titles/prior-investments-exits.gif) no-repeat left top; }
h1.title-current-portfolio { background: url(/sites/default/files/titles/current-portfolio.gif) no-repeat left top; }
h1.title-recent-news { background: url(/sites/default/files/titles/recent-news.gif) no-repeat left top; }
h1.title-news-archives { background: url(/sites/default/files/titles/news-archives.gif) no-repeat left top; }
h1.title-node-167 { background: url(/sites/default/files/titles/media-resources.gif) no-repeat left top; }
h1.title-node-168 { background: url(/sites/default/files/titles/newsletters.gif) no-repeat left top; }

.page-search #eventandcrumb h1 { background: url(/sites/default/files/titles/search.gif) no-repeat left top; }

h1.title-node-141 { background: url(/sites/default/files/titles/contact.gif) no-repeat left top; }

.view thead th { border: 0; }

.view-news-archive tr.even,
.view-news-archive tr.odd {
	background: transparent;
}

.view-news-archive td {
	padding: 16px 10px;
	vertical-align: top;
}

.view-news-archive td.views-field-field-date-value {
	white-space: nowrap;
	font-weight: bold;
	padding: 16px 20px 16px 10px;
}

.view-news-archive {
	width: 575px;
}

.view-news-archive .views-exposed-form .views-exposed-widget .form-submit { margin-top: 0; }

.view-news-archive .view-filters {
	padding: 20px;
	background: #f3f3f3;
}

.date-views-filter-wrapper {
	min-width: 100px;
}

.item-list .pager li.pager-current {
	background: #0f91ce;
}

.item-list .pager li.pager-item {
	background: #dcf1fb;
}

.item-list .pager li {
	margin: 10px 0;
	padding: 3px 5px;
	display: inline;
	line-height: 14px;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

.item-list .pager li a {
	color: #0f91ce;
}

.item-list .pager {
	text-align: left;
}

#block-block-5 h3 {
	font-size: 10px;
	color: #c63;
	text-transform: uppercase;
	padding: 5px 20px;
}

#right-sidebar #block-block-5 {
	padding: 0;
}

#main #right-sidebar ul {
	list-style-type: none;
	list-style-image: none;
}

#right-sidebar a {
	color: #09c;
}

#main #right-sidebar #block-block-5 ul {
	padding: 0;
}

#main #right-sidebar #block-block-5 ul li {
	padding: 10px 20px;
	margin: 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ddd;
	list-style-type: none;
	list-style-image: none;
}

#search-form label {
	padding-bottom: 15px;
}

.page-search #main h3 {
	margin-top: 30px;
	margin-left: 5px;
	font-size: 14px;
}

.search-results dt {
	padding: 10px 5px;
	border-bottom: solid 1px #dae1e4;
}

.search-results dd {
	display: none;
}

.view-newsletters .views-row-odd,
.view-newsletters .views-row-even,
.view-media-resources .views-row-odd,
.view-media-resources .views-row-even {
	border-bottom: solid 1px #ccc;
}

#divflash {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 480px;
	overflow: hidden;
	z-index: 1;
	background-color: #055695;
}

.logos div {
	margin: 20px 0;
}

.download {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	border-top: solid 1px #dae1e4;
	margin-top: 20px;
	padding-top: 10px;
}

/* Webcams */

#node-137,
#node-137 .content {
	width: 100%;
}

#node-137 .hvlog {
	padding-right: 30px;
	padding-bottom: 20px;
	float: left;
}

#block-views-vl_logos-block_1 {
	float: right;
	margin: -6px 0 40px 20px;
}

#block-views-vl_logos-block_1 table {
	border-collapse: separate;
}

#block-views-vl_logos-block_1 td {
	height: 57px;
	width: 117px;
	text-align: center;
	background: url(images/logo-shadow.gif) no-repeat center center;
	padding: 0;
	margin: 0;
	border: 0;
}

#block-views-vl_logos-block_1 td div div {
}

#block-views-vl_logos-block_1 td.empty {
	background: transparent;
}

body.node-74 .content_top {
	margin-right: 0;
}

body.node-683 h3.title {
	display: none;
}


/* Styles added by Indigo Digital 10/3/12  */
#block-block-7 {
	width: 960px;
	float: none;
	height: 37px;
	background-color: #e0e9f0;
	margin-left: -20px;
}

#block-block-7 .content {
	padding-top: 13px;
	padding-left: 40px;
}

#block-block-7 .content a {
	margin-right: 50px;
}

.searchbox {
margin: 0;
position: absolute;
top: 13px;
right: 12px;
}

.front #sepbar {
	padding-bottom: 0px;
	margin-bottom: 4px;
	-moz-box-shadow: 0px 2px 20px 0px #333; /* Firefox 3.6 and earlier */
  box-shadow: 0px 2px 20px 0px #333;
	z-index: 1;
}

#block-block-9, #block-block-12  {
	float: left;
	display: block;
	height: 100%;
	width: 380px;
	line-height: 20px;
	font-size: 11px;
}

#block-block-9  p {
	line-height: 20px;
	font-size: 11px;
	padding-left:20px;
}

#block-views-news-block_2 {
	float:right;
	display: block;
	height: 100%;
	width: 475px;
}

#block-views-news-block_2 .title a:visited,
#block-views-news-block_2 .title a:link,
#block-views-news-block_2 .title,
#block-block-9 h3 {
	padding: 28px 0 22px 20px;
	margin: 0 0 0 0;
	display: block;
	font-family: Arial Narrow;
	font-size: 19px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
}

#block-views-news-block_2 .title a:visited,
#block-views-news-block_2 .title a:link,
#block-views-news-block_2 .title {
	padding: 14px 0 7px 0;
}


.page-user .profile td .vcard {
	width: 120px;
	display: block;
  min-height: 12px;
}

.page-user .profile td .print-version {
	width: 120px;
	display:block;
	min-height: 12px;
}

.page-user .ind {
	display: block;
	min-height: 24px;
}
/* linkedin icon */
.page-user .profile td .linkedin {
	display: block;
	position: relative;
	height: 22px;
	width: 22px;
	float: right;
	overflow: hidden;
	top: -35px;
	right: 5px;
}

.page-user .profile td .linkedin a {
	display: block;
	position: relative;
	color: transparent;
	background-image: url("images/linkedin_icon.png");
	background-repeat: no-repeat;
}
/* END linkedin icon */
/*footer */
#footer  {
	width: 915px;
	padding-left: 20px;
	padding-right: 25px;
}

#footer a {
	color: #fff;
}

#footer .right {
	display: block;
	width: 415px;
	height: 25px;
	padding-top: 5px;
}

#footer .message {
	position: relative;
	float: left;
	width: 300px;
}

#footer .social-media {
display: block;
height: 25px;
width: 60px;
float: right;
}

#footer .social-media .twitter-icon,
#footer .social-media .linkedin-icon {
  width: 24px;
}


#footer .social-media .linkedin-icon a {
	background-image: url("images/linkedinicon.png");
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height:24px;
	color: transparent;
}

#footer .social-media .twitter-icon a {
	background-image: url("images/twittericon.png");
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height:24px;
	color: transparent;
}

#footer .social-media .linkedin-icon  {
	float: left;
}

#footer .social-media .twitter-icon  {
	float: right;
}

.front #main {
	padding-bottom: 55px;
}
/* END footer */

.node-company .content .field-field-pdf-files {
  /* Hide the list of PDF attachments in the main content view */
  display: none !important;
}

.views-field-field-pdf-files-fid .filefield-file img,
.pdf-attach .filefield-file img {
  /* Hide the default PDF attachment icon */
  display: none !important;
}

.views-field-field-pdf-files-fid .filefield-file a,
.pdf-attach .filefield-file a {
  background: url('images/pdficon_large.png') no-repeat 0 0;
  min-height: 32px;
  display: block;
  margin: 1.5em 0;
  padding: 10px 0 0 40px;
}

.views-field-field-pdf-files-fid,
.pdf-attach {
  margin-top: 2em;
  display: block;
}

