/*
Theme Name: VCP
Author: Katie Lukas for Free Enterprise, LLC
Description: Stylesheet for vestarcapital.com
Version: 1.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

strong {
	font-weight: 600;
}

body {
    line-height:1;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #7f7f7f;
	background-image: url(background.png);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #454a57;
}

a {
	color: #00619c;
	text-decoration: none;
}

#container {
	position: relative;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-width: 900px;
	height: 100%;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px #cdcdcd;
	-webkit-box-shadow: 0px 0px 10px #cdcdcd;
	box-shadow: 0px 0px 10px #cdcdcd;
}

#navbarhome {
	height: 50px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	background-color: #fff;
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.9;
}

#navbarsub {
	height: 50px;
	width: 100%;
	text-align: center;
	background-color: #eeede7;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#logo {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 150px;
	height: 90px;
	background-color: #004b7b;
	z-index: 30;
}

#menu {
	position: absolute;
	top: 24px;
	right: 20px;
	z-index: 40;
}

.menu li {
	display: inline;
	list-style-type: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 13.5px;
	letter-spacing: .02em;
	color: #00619c;
	padding-bottom: 11px;
	margin: 0 25px 0 0;
	text-shadow: 1px 1px 1px #efefef;
	text-transform: uppercase;
}

li.page_item a {
	color: #00619c;
}

.subnav {
	text-align: left;
	margin-top: 14px;
}

.subnav li {
	display: inline;
	list-style-type: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .02em;
	margin: 0 30px 0 0;
	text-transform: none;
	color: #454a57;
}

.subnav li.page_item a {
	color: #454a57;
}

.subnav li.current_page_item a, subnav li.current_page_ancestor a {
	color: #68696c;
}

li.current_page_item, li.current_page_item a, li.current_page_ancestor a {
	color: #75797c;
}

.subnav li.current_page_item a, .subnav li.current_page_ancestor a, .subnav li.current_page_parent a {
	color: #adafb3;
	font-weight: 400;
	letter-spacing: .03em;
}

td {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-right: 6px;
}

#menu li.subsel, .menu li.current_page_item, .menu li.current_page_ancestor {
	color: #75797c;
	background-image: url('menusel.png');
	background-repeat: no-repeat;
	background-position: center bottom; 
}

.menuhome li.current_page_item {
	background-image: none;
}

#content-main {
	position: relative;
	padding: 130px 50px 50px 50px;
	width: 90%;
	text-align: left;
	z-index: 20;
}

#subcontainer {
	position: relative;
	padding: 130px 50px 50px 50px;
	width: 90%;
}

#content-main-narrow {
	position: relative;
	width: 60%;
	text-align: left;
	z-index: 20;
	float: left;
}

#content-main h1, #content-main-narrow h1 {
	font-family: Global-Light, sans-serif;
	font-weight: normal;
	color: #dc8600;
	margin-bottom: 18px;
	font-size: 36px;
}

h2.news, #content-main h2.news {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #dc8600;
	margin-bottom: 12px;
	font-size: 18px;
}

h2.news-single, #content-main h2.news-single {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #454a57;
	margin-bottom: 12px;
	margin-top: 12px;
	font-size: 22px;
}

a.newslink {
	color: #dc8600;
}

.attachment-post-thumbnail {
	border: 1px solid #999;
	-moz-box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc;
	box-shadow: 3px 3px 10px #ccc;
}

.post-date {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 12px;
}

.readmore {
	font-size: 14px;
	margin-bottom: 24px;
}

.excerpt {
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

#content-main p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	width: 45em;
}

#content p {
	width: 36em;
}

#content-i p {
	width: 35em;
}

#content-n p {
	width: 33em;
}


#content-main ul {
	list-style-position: outside;
	font-size: 16px;
	line-height: 1.4em;
	margin: 12px 0 15px 14px;
}

#content-main li {
	margin-bottom: 12px;
}

#content-main-narrow p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

#content-main table {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* PORTFOLIO STYLES */

table#portfolio-listing {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 0px;
}

table#portfolio-listing td {
	margin: 0;
}

table#portfolio-listing img.wp-post-image {
	border: 1px solid #ccc;
	margin-top: 6px;
	-moz-box-shadow: 0px 0px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px #ddd;
	box-shadow: 0px 0px 4px #ddd;
}

.tvicon {
	border: 0;
	margin: 0 6px -1px 3px;
	margin-top: 0;
	margin-right: 6px;
}

.watch-video {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

a.watch-video {
	color: #dc8600;
}

td.company-desc {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

td.realized {
	color: #777;
	padding: 6px 12px 6px 0px;
	height: 15px;
}

td.realized h4 {
	color: #777;
	font-size: 14px;
	font-weight: 600;
}

a.realized {
	color: #777;
	text-decoration: underline;
}

td.current {
	color: #00619c;
	padding: 6px 12px 6px 0px;
	height: 15px;
}

td.current h4 {
	color: #00619c;
	font-size: 14px;
	font-weight: 600;
}

a.current {
	color: #00619c;
	text-decoration: underline;
}

td.sector-headingt {
	padding-top: 0px;
	border-bottom: 2px solid #666;
}

td.sector-heading {
	padding-top: 40px;
	border-bottom: 2px solid #666;
}

td.company-desc {
	font-size: 13px;
	line-height: 1.3em;
	color: #666;
}

ul.list_portfolio, ul.list_portfolio_realized, ul.list_portfolio_realized_sub {
	list-style-type: none;
	font-size: 14px;
	line-height: 1.35em;
}

ul.list_portfolio_realized {
	margin-top: 12px;
	border-top: 1px solid #ddd;
	padding-top: 12px;
	width: 90%;
}

ul.list_portfolio_realized a {
	color: #777;
}

ul.list_portfolio_realized_sub a {
	color: #777;
}

td.realized img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
   	opacity: 1.0;
}

h2.sector {
	font-weight: 600;
	font-size: 22px;
}

h3.company-name {
	font-weight: 600;
}

h5.header {
	font-weight: 600;
	font-size: 14px;
	text-align: right;
	margin-bottom: 6px;
	margin-right: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px 12px 10px 0;
	background-color: #efefef;
}

/* TEAM STYLES */

div.team_group {
	clear: both;
	border: 1px solid #ccc;
	padding: 15px 0 0 15px;
	margin-bottom: 20px;
}

h3.tg {
	font-family: Global-Light, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 26px;
	margin-bottom: 18px;
}

h2.bio {
	font-weight: 600;
	color: #333;
	font-size: 22px;
	margin-bottom: 18px;
	margin-top: 20px;
}

.team_thirds {
	float: left;
	width: 32%;
	margin-right: 15px;
}

.list-col-3rds {
	float: left;
	width: 30%;
	margin-right: 20px;
}

div.team-list {
	margin-top: 30px;
	width: 900px;
}

div.float-fourths {
	float: left;
	width: 22%;
	margin-right: 3%;
}

.float-fourths img.attachment-thumbnail, .float-thirds img.attachment-thumbnail {
	border: 5px solid #2d7aaa;
	margin-bottom: 8px;
}

div.float-thirds {
	float: left;
	width: 30%;
	margin-right: 3%;
}

.team-fourths {
	clear: both;
	text-align: center;
}

ul.list_team, #content-main ul.list_team {
	list-style-type: none;
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	margin: 0 0 12px 0;
}

.list_portfolio li, .list_portfolio_realized li, .list_portfolio_realized_sub li {
	margin-bottom: 12px;
}

#content-main ul.list_team li {
	line-height: 1.4em;
	margin-bottom: 22px;
}

.list_name {
	font-size: 16px;
	font-weight: 600;
	margin-top: 3px;
}

.photo-mini {
	border: 4px solid #466d8d;
	margin-bottom: 5px;
}

.portfolio_list li.page-item {
	line-height: 1.4em;
}

.portfolio_drop {
	float: right;
	margin-top: 50px;
}

/* SIDEBAR STYLES */

#sidebar {
	float: right;
	width: 35%;
	padding: 0 0 0 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin: -13px 0 0 50px;
	text-align: left;
	background-color: #d9e5f0;
	border: 2px solid #9ab2c9;
}

#sidebar-indus {
	float: right;
	width: 30%;
	padding: 0 0 0 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin: -13px 0 0 50px;
	text-align: left;
	background-color: #d9e5f0;
	border: 2px solid #9ab2c9;
}

#sidebar-narrow {
	float: right;
	width: 30%;
	padding: 0 0 0 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin: -13px 0 0 50px;
	text-align: center;
	background-color: #d9e5f0;
	border: 2px solid #9ab2c9;
}

#sidebar ul, #sidebar-indus ul {
	font-size: 14px;
	line-height: 1.2em;
	list-style-position: outside;
}

#sidebar li, #sidebar-indus li {
	margin-bottom: 7px;
}

#sidebar ul.topul, #sidebar-narrow ul.topul, #sidebar-indus ul.topul {
	list-style-type: none;
	margin: 0px;
	padding: 15px;
	-moz-box-shadow: 0px 0px 8px #aaa;
	-webkit-box-shadow: 0px 0px 8px #aaa;
	box-shadow: 0px 0px 8px #aaa;
}

.textwidget ul {
	list-style-type: disc;
	margin: 4px 0 15px 17px;
	line-height: 1.3em;
}

.textwidget li {
	margin-bottom: 4px;
}

.textwidget h2 {
	font-weight: 600;
	font-size: 16px;
}

.bullethead {
	font-size: 15px;
	color: #00619c;
	margin: 14px 0 8px 0;
	font-weight: 600;
}

ul.indus-exp, #sidebar ul.indus-exp, #sidebar-indus ul.indus-exp {
	margin: 4px 0 0 15px;
}

/* HOME PAGE STYLES */

#hero {
	overflow: hidden;
	min-width: 900px;
	min-height: 420px;
	z-index: 10;
	position: relative;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#nametag {
	font-family: Global-Light, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #006fb3;
	/*text-shadow: 1px 1px 1px #fff;*/
	text-align: left;
}

#name {
	font-family: "Times New Roman", Times, Global-Light, sans-serif;
	font-weight: normal;
	font-size: 42px;
	margin: 0px 0 0 50px;
}

#tag {
	font-family: Global-LightItalic, sans-serif;
	font-size: 26px;
	margin: 8px 0px 0px 50px;
}

#videobox {
	position: absolute;
	right: 50px;
	top: 420px;
	width: 30%;
	padding: 15px;
	-moz-box-shadow: 1px 1px 6px #cdcdcd;
	-webkit-box-shadow: 1px 1px 6px #cdcdcd;
	box-shadow: 1px 1px 6px #cdcdcd;
	border: 1px solid #eee;
}

.videot {
	float: left;
}

.videotr {
	float: right;
}

#investor-login {
	position: absolute;
	right: 50px;
	font-size: 14px;
	top: 469px;
	width: 180px;
	border: 1px solid #ddd;
	background-color: #f5f4f0;
	padding: 5px;
}

#bulletbox {
	float: left;
	width: 50%;
	height: 250px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: left;
	margin-left: 50px;
	margin-top: 40px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 6px #cdcdcd;
	-webkit-box-shadow: 1px 1px 6px #cdcdcd;
	box-shadow: 1px 1px 6px #cdcdcd;
}

#bulletbox h1, #recentNews h1 {
	color: #dc8600;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 12px;
	padding-bottom: 15px;
	letter-spacing: .02em;
	border-bottom: 1px solid #e4e2d9;
}

ul.home-bullets {
	margin: 0;
	padding: 4px 8px 0 4px;
}

.home-bullets li {
	list-style-type: disc;
	list-style-image: url(bullet.png);
	list-style-position: inside;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e4e2d9;
	color: #454a57;
}

ul.sub-bullets {
	margin: 0;
	padding: 3px 0px 0 16px;
}

ul.sub-bullets li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0;
	color: #454a57;
}

#recentNews {
	float: right;
	position: relative;
	width: 30%;
	height: 250px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: left;
	margin-right: 50px;
	margin-top: 40px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 6px #cdcdcd;
	-webkit-box-shadow: 1px 1px 6px #cdcdcd;
	box-shadow: 1px 1px 6px #cdcdcd;
	line-height: 1.2em;
}

#recentNews h2 {
	font-weight: 600;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 0px;
}

#readallnews {
	position: absolute;
	top: 16px;
	left: 60%;
	font-size: 13px;
	font-weight: 600;
}

.readmorehome {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 8px;
}

.news-home {
	font-size: 14px;
	list-style-type: none;
	line-height: 1.2em;
}

.news-home p {
	margin-top: 12px;
}

.datehome {
	font-size: 11px;
	margin-bottom: 3px;
}

.newsblock {
	width: 47%;
	float: left;
}

.newsblock p {
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.newsblock a {
	font-weight: 600;
}

/* MEDIA CENTER STYLES */

div.video_group {
	clear: both;
	border: 1px solid #ccc;
	padding: 15px 20px 0 20px;
	margin-bottom: 20px;
}

div.video_group img {
	border: 1px solid #999;
	-moz-box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc;
	box-shadow: 3px 3px 10px #ccc;
}

div.video_group p {
	width: 850px;
	margin: 0px;
	padding: 0px;
}

h3.vg {
	font-family: Global-Light, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 26px;
	margin-bottom: 18px;
	margin-bottom: 20px;
}

/* UTILITY STYLES */

.alignleft {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}

.alignright {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}

/* FOOTER STYLES */

#footer-home {
	clear: both;
	text-align: left;
	border-top: 1px solid #e2e0d7;
	margin: 100px 37px 0 48px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 12px;
	color: #6a6a6a;
}

#footer-tag {
	clear: both;
	text-align: left;
	border-top: 1px solid #e2e0d7;
	margin: 50px 50px 0 50px;
	padding: 16px 0 16px 50px;
	font-family: Global-LightItalic, sans-serif;
	font-size: 12px;
	color: #ddd;
	background-color: #004b7b;
}

#copyright {
	clear: both;
	text-align: left;
	/*border-top: 1px solid #e2e0d7;*/
	margin: 10px 0 0 0;
	padding: 16px 0 16px 50px;
	font-size: 12px;
	color: #999;
}

#footer h1 {
	font-family: Global-LightItalic, sans-serif;
	font-size: 22px;
	letter-spacing: .03em;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

ul.nostyle, ul.nostyle li.widget {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* Page-specific / content-specific styles */

.office-address {
	float: left;
	width: 30%;
	font-size: 16px;
	line-height: 1.4em;
}