@charset "utf-8";
/* === Reset === */
body,
h1, h2, h3,
ol, ul, li, form, input,
table, tr, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
} 

table 		{ border-collapse: collapse; border-spacing: 0}
fieldset,
img 		{ border:0}
ol,ul 		{ list-style:none}
caption,th	{ text-align:left}
h1, h2, h3	{ font-weight: normal}
a:active,
a:focus 	{ overflow : hidden}

body {
	background: #00151c url('../images/lib/bg.jpg') no-repeat 50% 0;
	color: #4c4c4c;
	font: 13px/1.231 arial,clean,sans-serif;
	}

/* === Links === */
a:link, a:visited { color: #61a2c7}
a:hover, a:active { color: #ea9f47}

a.more { background: url(../images/lib/link.png) no-repeat 0 4px; padding-left: 10px}

#aside h2 a, #main h2 a { color: #FFF; text-decoration: none}

.article-2 h2 a, .sidebar h2 a  {
	display: block;
	margin-bottom: 8px;
	min-height: 29px;
	height: auto !important;
	height: 29px;
	line-height: 29px;
	padding: 0 12px;
	}

#footer a, #footer-sub a { color: #c2cdcf}
#footer a:hover, #footer-sub a:hover { color: #FFF}

/* === Headings === */
h2 { font-size: 153.9%}

h3	{ 
	font-size: 123.1%;
	margin-bottom: 1.692em;
	}
h3, h4 { color: #000; margin-bottom: 10px;}

/* === Common === */
/*p,*/ ul, ol { margin-bottom: 1em /*.077em*/;}
.pullquote strong, .article-1 strong, .article-3 strong, h2 { color: #000;}

.article-1 li {
	background: url(../images/lib/link.png) no-repeat 4px 6px;
	margin-bottom: 2px;
	padding-left: 16px;
	margin-bottom: 1em;
	}

.article-3 li {
	background: url(../images/lib/bullets.png) no-repeat 0 7px;
	margin-bottom: 2px;
	padding-left: 10px;
	}

.right	{ float: right;}
.left	{ float: left;}
.lite 	{ color: #999999;}
.dark, .pullquote strong { color: #000;}
.push { margin-left: 20px;}

#footer { clear: both;}
#main { clear: left;}

.article-1, .article-2, .article-3 { margin-bottom: 8px; text-shadow: #CCC 0 0 0;}
.sidebar { text-shadow: #CCC 0 0 0;}
.article-2 h2, .sidebar h2 {
		color: #FFF;
		font-size: 131%;
		}

.prepend-1 { padding-left: 30px;}
.prepend-2 { position: absolute; margin-left: -42px;}
.prepend-4 { margin-left: 15px;}

.append-1 { padding-right: 30px;}
.append-2 { margin-top: 16px;}

/* === Structure === */
#doc {
	left: 50%;
	margin-left: -470px;
	position: absolute;
	width: 942px;
	}

/* === Header === */
#header {
	background: url(../images/lib/header_bg.jpg) no-repeat 0 0;
	display: block;
	height: 131px;
	width: 943px;
	}
	.logo h1 { display: none;}
	.logo { background: url(../images/lib/kapstream-logo.png) no-repeat 32px 56px;}
	.logo a {
		display: block;
		height: 67px;
		margin-left: 32px;
		margin-top: 56px;
		width: 228px;
		}

/* === TopNav === */
#navtop { 
	background: url(../images/lib/nav_bg.png) no-repeat;
	height: 82px;
	position: relative;
	width: 458px;
	}
	#navtop a {
		color: #FFF; 
		display: block;
		position: absolute;
		text-indent: -900%;
		text-transform: uppercase;
		}
	#navtop #home {
		width: 57px;
		height: 23px;
		background: url(../images/lib/menu.png) no-repeat 0 -26px;
		top: 26px;
		left: 0;
		}
	#navtop a#home:hover, 
	#navtop #home.active { background: url(../images/lib/menu.png) no-repeat 0 -108px;}
	#navtop #about {
		width: 83px;
		height: 23px;
		background: url(../images/lib/menu.png) no-repeat -90px -26px;
		top: 26px;
		left: 90px;
		}
	#navtop a#about:hover,
	#navtop #about.active { background: url(../images/lib/menu.png) no-repeat -90px -108px;}
	#navtop #team {
		width: 86px;
		height: 23px;
		background: url(../images/lib/menu.png) no-repeat -87px -57px;
		top: 57px;
		left: 87px;
		}
	#navtop a#team:hover,
	#navtop #team.active {	background: url(../images/lib/menu.png) no-repeat -87px -139px;}
	#navtop #investments {
		width: 110px;
		height: 23px;
		background: url(../images/lib/menu.png) no-repeat -206px -26px;
		top: 26px;
		left: 206px;
		}
	#navtop a#investments:hover,
	#navtop #investments.active { background: url(../images/lib/menu.png) no-repeat -206px -108px;}
	#navtop #viewpoints {
		width: 123px;
		height: 23px;
		background: url(../images/lib/menu.png) no-repeat -193px -57px;
		top: 57px;
		left: 193px;
		}
	#navtop a#viewpoints:hover,
	#navtop #viewpoints.active { background: url(../images/lib/menu.png) no-repeat -193px -139px;}
	#navtop #process {
		width: 110px;
		height: 23px;
		background: url(../images/lib/menu.png) no-repeat -347px -26px;
		top: 26px;
		left: 347px;
		}
	#navtop a#process:hover,
	#navtop #process.active { background: url(../images/lib/menu.png) no-repeat -347px -108px;}
	#navtop #contact {
		width: 79px;
		height: 23px;
		background: url(../images/lib/menu.png) no-repeat -378px -57px;
		top: 57px;
		left: 378px;
		}
	#navtop a#contact:hover,
	#navtop #contact.active { background: url(../images/lib/menu.png) no-repeat -378px -139px;}
/* --- endNave --- */

#main { width: auto;}

.article-1 { 
	background-color: #FFF;
	padding: 32px 32px 15px;
	width: 586px;
	}
	.article-1 h2 { margin-bottom: 23px;}
	.article-1 p, .article-3 p { margin-bottom: 14px; line-height: 1.3em; }
		.pullquote {
			background: url(../images/lib/pullquote_bg.png) repeat-x 0 0;
			border-bottom: 1px dashed #2c83b4;
			border-top: 1px dashed #2c83b4;
			font-size: 93%;
			line-height: 1.615em;
			margin: 6px 0 5px 16px;
			padding: 17px 16px;
			width: 240px;
			}
.article-3 ul.milestones li {
	background-image: none;
	margin-right: 13px;
	margin-top: 3px;
	padding: 0;
	display: block;
	width: 82px;
	float: left;
	font-size: 93%;
	line-height: 1.385em
	}
.article-3 .prepend-3 { position: absolute;}

	.article-3 h2 { margin-bottom: 19px;}
.article-2 { 
	background: #FFF;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 8px;
	width: 634px;
	}
	.article-2 h2 { 
		background: #ea9f47 url(../images/lib/h2-bg.png) no-repeat right center;

		}
		.article-2 .box h3 {
			font-size: 93%;
			font-weight: 700;
			margin-bottom: 0.538em;
		}
		.article-2 .box {
			background: url(../images/lib/article-2_bg.png) repeat-x 0 0;
			padding: 12px 22px 6px;
		}
			.article-2 .box p { /*font-size: 93%; line disabled line-height: 1.308em; margin-bottom: 1em;*/}

/* === Sidebar === */
#aside { width: 284px;}
	.sidebar {
		background: #FFF;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		margin-bottom: 8px;
		padding: 8px;
		}
		.sidebar h2 { 
			background: #0e535e url(../images/lib/aside_bg.png) no-repeat right -8px;
			}
		.sidebar h2.media { 
			background: #0e535e url(../images/lib/aside_bg2.png) no-repeat right -8px;
			}
		.sidebar h2.media a { cursor: default;}
			.sidebar div {
				background: transparent url(../images/lib/pullquote_bg.png) repeat-x 0 0;
				padding: 12px 12px 1px;
				}
			.sidebar p { 
				background: url(../images/lib/link.png) no-repeat 0 4px;
				font-size: 93%;
				/*line-height: 1.308em;*/
				padding-left: 10px;
				line-height: 1.3em; 
				}
			.sidebar p.none { background: none;}
			.sidebar div.last p { margin-bottom: 13px;}

/* === Footer === */
#footer { 
	background: #34454b;
	margin-bottom: 8px;
	overflow: hidden;
	width: 882px;
	padding: 8px 30px;
	}

#footer-sub { 
	background: #344e54;
	margin-bottom: 8px;
	overflow: hidden;
	width: 590px;
	padding: 8px 30px;
	}

	ul.ncopy {/* line removed */}
	ul.ncopy li {
		color: #c2cdcf;
		border-left: 1px solid #275165;
		float: left;
		font-size: 85%;
		padding: 0 1em 0 1em;
	}
		ul.ncopy .first { border-left: none; padding-left: 0;}

/*
=========================== :Sub Pages: =========================== */
#subhead {
	background-color: #FFF;
	width: 634px;
	padding: 8px 8px 0;
	}
	#subhead a { 
		color: #8cc2c8;
		text-decoration: none;
		}
	#subhead a:hover { color: #FFF;}		
	#subhead p {
		background-color: #0e535e;
		margin: 0;
		padding: 8px 22px 5px;
		}
	#subhead strong { color: #FFF;}
	#subhead span { color: #407f88; padding: 0 8px;}

.article-3 {
	min-height: 792px;
	height: auto !important;
	height: 556px;
	}

.article-3 { 
	background-color: #FFF;
	padding: 41px 50px 31px 50px;
	width: 550px;
	}
	.article-3 h2.team { margin-bottom: 2px}
	.article-3 p.team { margin-bottom: 1.538em}
/*
=========================== :Our Team: =========================== */
.teamBox {
	background: url(../images/lib/pullquote_bg.png) repeat-x 0 0;
	border-top: 1px dashed #2c83b4;
	margin-bottom: 10px;
	padding: 12px;	
	width: 245px;
	}
	.teamBox img { float: left;}
	.teamBox div {
		display: block;
		float: right;
		width: 130px;
		}
		.teamBox div p {
			margin-bottom: 0.615em;	
			}

/*
=========================== :Our Team: =========================== */
.viewBox {
	background: url(../images/lib/pullquote_bg.png) repeat-x 0 0;
	border-top: 1px dashed #2c83b4;
	margin-bottom: 16px;
	padding: 16px 20px 2px;
	position: relative;
	width: auto;
	}
	.viewBox p { margin-top: 0;}
.aside-2 { position: absolute; top:18px; right:20px;}
img.pad { padding-bottom: 10px; padding-left: 15px; padding-top: 10px;}

.tooltip { border-bottom: 1px dashed #2d83b4; cursor: help; line-height: 1.4em;}

/* === Table === */
table { margin-bottom: 2em; margin-top: 10px;}
table p { margin-top: 0; margin-bottom: 1em;}
thead tr { background: #2b83b3; color: #FFF;}
.article-3 ol { padding-left: 18px}
th { padding: 6px;}
td { padding: 10px 14px 2px; font-size: 93%; border-bottom: 1px dashed #2d83b4;}
.article-3 ol li { background: none; list-style: decimal; padding:0; line-height: 1.69231em;}
.article-3 td.lite { background: #eef8fa; color: #2d83b4; width: 160px; font-weight: 700;}
.article-3 td.lite p { color: #474d4d; font-weight: normal;}

table.user { border-top: 2px solid #2b83b3; border-bottom: 2px solid #2b83b3;}
