/* - - - - - - - - - - - - - - - - - - - - -

Title : JBK Ventures LLC
Author : Eric Wolf | https://www.activecanvas.com
URL : https://www.jbkventuresllc.com

Description : HTML5 CSS3 style sheet for JBK Ventures brochure site

Created : 5/26/2007
Version : 2024.09.24

- - - - - - - - - - - - - - - - - - - - - */

/* ----- DOCUMENT ----- */

*{margin:0;padding:0;}
@media not print{.show-for-print{display:none !important}}

article,aside,figure,footer,header,hgroup,nav,section{display:block;}
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,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;cursor:default}
h1,h2,h3,h4,h5,h6,p,blockquote,dl,ol,ul,form,fieldset {display:block;padding:0 15px;}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}

html{font-size: 1.25em; /* 1.25 x 16px = 20px */}
body{
	position: relative;
    font-family: arial, helvetica, clean, sans-serif;
	font-weight:normal;
	font-style: normal;
	font-size:65%; /* adjusts base font to 13px */
	background-color: #666;
    color: #000;
	text-align:left;
	margin:0;padding:0;
}
html>body {
font-size:13px; /* overrides the above in all browsers except IE */
margin:0;padding:0;
}

/* ----- STRUCTURE ----- */

#doc {
	margin:0;padding:0;
	margin: 0 auto;
    width: 74.923em;
}

section {
	width: 100%;
	margin:0;padding:0;
}

figure, article {
	display:inline-block;
}

article {
	position: relative;
	vertical-align:top;
	clear:none;
	float:none;
	height: 570px;
	width: 21em;
	margin-left:-4px;
	padding: 30px 12px 0;
	border-left: 10px solid #fff;
	background-color: #222;
}

figure#logo {
	position: relative;
	padding-left: 15px;
}
footer {
	clear:left;
	width:100%;
	margin-bottom:2em;
	padding-bottom:1.5em;
	background:#000;
}


h4 {
	padding:1em .5em 0 1em;
	font-size: 100%;
	font-weight:normal;
	color: #fff;
}

p {
	position: relative;
	margin-top: 25px;
	color: #eee;
	line-height: 1.75em;
	font-size: 85%;
	font-family: Tahoma;
}
p.lead-in {
	font-size: 116%;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
}
p#end {
	margin-top: 0;
}

a { 
	color:#87cefa;
}
