

/************************************
	RESET
************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/************************************
	GLOBALS
************************************/
body {
/*	background: rgb(255,255,255) url('../_images/Jimmy-&-Brandon.png') no-repeat center 100px;*/
	color: rgb(100,100,100);
	font: 62.5%/18px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
html, body { height: 100%; }
.clearfix:after { content: " "; display: block; font-size: 0; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
p a {
	-moz-border-radius: 4px;
	-moz-transition: all .2s linear;
	-webkit-border-radius: 4px;
	-webkit-transition : all .1s linear;
	background: rgb(255,255,255) url('../_images/underline.png') repeat-x center bottom;
	color: rgb(180,70,65);
	padding-bottom: 5px;
	text-decoration: none;
}
p a:hover {
	-moz-border-radius: 4px;
	-moz-transition: all .2s linear;
	-webkit-border-radius: 4px;
	-webkit-transition : all .2s linear;
	background-position: right bottom;
	padding-bottom: 7px;
	text-decoration: none;
}


/************************************
	WRAPPER
************************************/
div#wrapper {
	padding-bottom: 40px;
}


/************************************
	BUBBLE
************************************/
div#bubble {
	background: url('../_images/bubble.png') no-repeat;
	height: 102px;
	padding: 13px 16px 13px 16px;
	position: absolute;
	top: 670px;
	width: 267px;
	z-index: 10;
}
div#bubble.arrow-right {
	background: url('../_images/bubble.png') no-repeat left -128px;
}
div#bubble h3 {
	color: rgb(210,100,95);
	font: bold 1.3em/16px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
div#bubble p {
	color: rgb(60,60,60);
	font-size: 1.1em;
	line-height: 15px;
	margin-top: 5px;
}


/************************************
	HEADERS
************************************/
div#header {
	height: 140px;
	padding-top: 60px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
div#header h1 {
	color: rgb(210,100,95);
	font-size: 3.5em;
	letter-spacing: -.05em;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
div#header a {
	-moz-border-radius: 4px;
	-moz-transition: all .2s linear;
	-webkit-border-radius: 4px;
	-webkit-transition : all .1s linear;
	background-color: rgb(255,255,255);
	color: rgb(130,130,130);
	padding: 4px 4px 6px 4px;
	text-decoration: none;
}
div#header a:hover {
	-moz-border-radius: 4px;
	-moz-transition: all .2s linear;
	-webkit-border-radius: 4px;
	-webkit-transition : all .1s linear;
	background-color: rgb(210,100,95);
	background-image: none;
	color: rgb(255,255,255);
	padding: 7px;
	text-decoration: none;
}
h2 {
	color: rgb(210,100,95);
	font: bold 2em/16px Grotesque, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
h3 {
	color: rgb(140,140,140);
}
p {
	color: rgb(60,60,60);
	font-size: 1.2em;
	margin-top: 15px;
}


/************************************
	BANNER
************************************/
div#banner {
	background: rgb(255,255,255) url('../_images/Jimmy-&-Brandon.png') no-repeat center 100px;
	height: 486px;
	width: 100%;
}

/************************************
	HALVES
************************************/
div#left-half {
	float: left;
	width: 50%;
}
div#left-half div.inner-content {
	float: right;
	padding: 30px 0 0 0;
	text-align: right;
	width: 460px;
}
div#left-half div.inner-content h2,
div#left-half div.inner-content h3,
div#left-half div.inner-content p {
	padding: 0 40px 0 60px;
}
div#right-half {
	margin: 0 0 0 50%;
}
div#right-half div.inner-content {
	padding: 30px 0 0 0;
	width: 460px;
}
div#right-half div.inner-content h2,
div#right-half div.inner-content h3,
div#right-half div.inner-content p {
	padding: 0 60px 0 40px;
}
div.inner-content h3 {}


/************************************
	FRAMES
************************************/
ol.frames {
	margin-top: 40px;
}
div#right-half div.inner-content ol.frames {
	padding-left: 40px;
}
div#left-half div.inner-content ol.frames {
	padding-right: 40px;
}
ol.frames li {
	cursor: pointer;
	display: block;
	height: 120px;
	width: 120px;
}
ol.frames li a.thumb {
	display: block;
	height: 0;
	line-height: 30px;
	overflow: hidden;
	padding-top: 120px;
	width: 120px;
}
div#right-half div.inner-content ol.frames li {
	float: left;
	margin: 0 10px 10px 0;
}
div#left-half div.inner-content ol.frames li {
	float: right;
	margin: 0 0 10px 10px;
}
ol.frames li.adlucent {
	background: url('../_images/thumb-Adlucent.png') no-repeat left bottom;
}
ol.frames li.adlucent a {
	background: url('../_images/thumb-Adlucent.png') no-repeat left top;
}
ol.frames li.fluent {
	background: url('../_images/thumb-Fluent.png') no-repeat left bottom;
}
ol.frames li.fluent a {
	background: url('../_images/thumb-Fluent.png') no-repeat left top;
}
ol.frames li.lyle {
	background: url('../_images/thumb-LyleLovett.png') no-repeat left bottom;
}
ol.frames li.lyle a {
	background: url('../_images/thumb-LyleLovett.png') no-repeat left top;
}
ol.frames li.paulpierce {
	background: url('../_images/thumb-PaulPierce.png') no-repeat left bottom;
}
ol.frames li.paulpierce a {
	background: url('../_images/thumb-PaulPierce.png') no-repeat left top;
}
ol.frames li.andrewjackson {
	background: url('../_images/thumb-AndrewJackson.png') no-repeat left bottom;
}
ol.frames li.andrewjackson a {
	background: url('../_images/thumb-AndrewJackson.png') no-repeat left top;
}
ol.frames li.notespro {
	background: url('../_images/thumb-NotesPro.png') no-repeat left bottom;
}
ol.frames li.notespro a {
	background: url('../_images/thumb-NotesPro.png') no-repeat left top;
}


/************************************
	FOOTER
************************************/
div#footer {
	background-color: rgba(0,0,0,.8);
	border-top: 1px solid rgb(0,0,0);
	bottom: -50px;
	color: rgb(220,220,220);
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: fixed;
	text-align: center;
	text-shadow: 0 1px 0 rgb(0,0,0);
	width: 100%;
}
div#footer a {
	-moz-transition: all .2s linear;
	-webkit-transition : all .1s linear;
	border-bottom: 1px solid rgb(200,200,200);
	color: rgb(220,220,220);
	padding-bottom: 2px;
	text-decoration: none;
}
div#footer a:hover {
	-moz-transition: all .2s linear;
	-webkit-transition : all .1s linear;
	border-bottom: 3px solid rgb(255,255,255);
	color: rgb(255,255,255);
}







