body {
	margin: 0 10px;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/bg_body.gif') repeat;
}

#contentBodyWithShadow {
	position: relative;
	background: url('/jasonblack/wp-content/themes/jason_black/images/misc_sideShadow.png') repeat-y;
	background-position: right;
}

#contentBody {
	position: relative;
	text-align: left;
	margin: 0;
	left: 15px;
	width: 958px;
	padding-bottom: 0;
	background-color: #FFF;
	border-left: 1px solid #7C8FA4;
	border-right: 1px solid #7C8FA4;
}

#contentBottom {
	position: relative;
	
	width: 938px;
	height: 5px;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/misc_bottomBlueBand.png') no-repeat;
	background-position: right;
}

#headerBar {
	position: relative;
	margin: 0 15px;
	height: 129px; /* 97px; */
	border-bottom: 1px solid gray;
	background: url('/jasonblack/wp-content/themes/jason_black/images/misc_topBlueBand.gif') no-repeat;
	background-position: top;
}

/*************************************
	Breadcrumb & RSS Bar
**************************************/

#breadcrumbTop{
	height:15px; 
	width: 925px;
	padding: 3px; 
	margin:3px 15px 15px; 
	border-bottom:1px solid #CCCCCC; 
	position: relative; 	
}

#breadcrumBottom{
	height:15px; 
	width: 925px;
	padding: 3px; 
	margin:3px 15px 15px; 
	border-bottom:1px solid #CCCCCC; 
	position: relative; 	
}

.breadcrumb {
	float: left;
	width: 750px;
	display: inline;
}

	/****** RSS Feed *******/

#feed {
	display: inline;
	float: right;
	}	

#feed a {
	color: #333333;
	text-decoration: none;
}
	
#feed .icon {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("/jasonblack/wp-content/themes/jason_black/images/04.png") no-repeat 0 50%;
	} 

#feed .blueicon {
#	margin-left: 3px;
#	padding: 0 0 0 19px;
#	background: url("/jasonblack/wp-content/themes/jason_black/images/26.png") no-repeat 0 50%;
	} 


#feed .blackicon {
#	margin-left: 3px;
#	padding: 0 0 0 19px;
#	background: url("/jasonblack/wp-content/themes/jason_black/images/49.png") no-repeat 0 50%;
	} 

#logoImage {
	position: absolute;
	
	left: 0px;
	top: 12px;
}

#utilNav {
	position: absolute; 
	
	right: 0px; top: 4px; 
	
	font-size: 10px; 
	color: #333; 
}

#utilNav a {
	color: #333; 
	text-decoration: none;
}

#utilNav a:hover {
	color: #369; 
}

#footerNav {
	text-align: left;
	margin-top: 8px;
	padding: 0px 21px 0px 21px;
	font-size: 9px; 
	color: #666; 
}

#footerNav a {
	color: #666; 
	text-decoration: none;
}

#footerNav a:hover {
	color: #369; 
}




.boxContainer {
	position: relative;
	
	width: 960px;
	margin: 0px 14px 4px 17px;
}


#topBoxTop {
	position: relative;
	height: 11px;
	overflow: hidden;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/topBox_top.gif') no-repeat;
	background-position: top;
}

#topBoxBottom {
	position: relative;
	width: 958px;
	height: 13px;
	overflow: hidden;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/topBox_bottom.gif') no-repeat;
	background-position: top;
}

#topBoxContent {
	position: relative;
	
	height: 465px; /* 377px; */
	overflow: hidden;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/topBox_background.gif') repeat-y;
}



#bottomBoxTop {
	position: relative;
	
	height: 8px;
	overflow: hidden;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/bottomBox_top.gif') no-repeat;
	background-position: top;
}

#bottomBoxBottom {
	position: relative;
	
	height: 13px;
	overflow: hidden;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/bottomBox_bottom.gif') no-repeat;
	background-position: top;
}

#bottomBoxContent {
	position: relative;
	
	background: url('/jasonblack/wp-content/themes/jason_black/images/bottomBox_background.gif') repeat-y;
}



#videoBox {
	position: absolute;
	left: 23px; /* 26px; */	
	width: 600px; 
	height: 421px;
	
}

#videoDiv {
	position: absolute; 
	
	width: 480px; 
	height: 388px; 
	
	top: 13px; 
	left: 14px;
}

#startsHereBox {
	position: absolute;
	
	left: 552px;
	top: 23px;
	
	width: 245px;
	height: 418px; /* 330px; */
	
	text-align: left;
}


#startsHereBox ul {
	padding: 1em 0 0 1.5em;
	width: 225px; 
	
	list-style-image: url('/jasonblack/wp-content/themes/jason_black/images/bug_listDot.gif');
	
	color: #353430;
}

#startsHereBox li {
	margin-bottom: 4px;
}


#bottomContentLeft {
	position: relative;
	display: block;
	float: left;
	
	margin: 0; 
	width: 501px;
	
	text-align: left;
	color: #1a3756;
}


#bottomContentRight {
	position: relative;
	display: block;
	float: right;
	
	margin: 0; 
	width: 255px;*/

	text-align: left;
}

/* Wordpress Styles */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}
	
	.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	clear: both;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	
	#sidebar {
	text-decoration: none;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;

	}

	
/* Begin Sidebar 
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 640px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
	#sidebar {
	text-decoration: none;
	}
	
	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
	#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
 End Sidebar */

