/*
Theme Name: JJacobs
Theme URI: http://www.businessandpolitics.org/
Description: Jeremy Jacobs Theme
Version: 1.0
Author: Neil Binley
Author URI: http://www.businessandpolitics.org/
Tags: blue, custom header, fixed width, two columns, widgets

	Jeremy Jacobs Theme


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background: #ffffff;
	color: #333;
	text-align: center;
	background-image:url('images/jjacobsbckground.png');
	}

#page {
	background-color: white;
	
	text-align: left;
	}

#header {
	background: #ffffff url('images/jjacobsHeader.png') no-repeat bottom center;
	
	}

#headerimg 	{
	margin: 0px 0px 0;
	height: 180px;
	width: 970px;
	
	}

#content {
	width:600px;
	height:auto;
	margin-left:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}
	
.content p{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}

.widecolumn .entry p {
	font-size: 1.00em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #ffffff url('images/jjacobsfooter.png') no-repeat top;
	border: none;
	text-align:center;
	}
	
#centerback
	{
	background: #ffffff url('images/jjacobscenter.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	overflow:hidden;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-size:14px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, 'Lucida Grande', Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {

	padding: 0;
	}

#page {
	background-color: white;
	margin: 1px auto;
	padding: 0;
	width: 970px;
	
	}

#header {
	background-color: #ffffff;
	margin: 0 0 0 1px;
	padding: 0;
	height: 180px;
	width: 970px;
	
	}

#headerimg {
	margin: 0;
	height: 180px;
	width: 100%;
	
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 20px;
	width: 630px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}

.post hr {
	display: block;
	}


.post h4 a:link { text-decoration:none;color:#000; }
.post h4 a:visited { text-decoration:none;color:#000; }
.post h4 a:hover { text-decoration:underline;color:#cc0000;border-bottom:1px solid #ddd0ab; }



.simplelink { width:590px;height:28px; }
.post p a:link { text-decoration:none;color:#1705ff;font-family:Verdana,"BitStream vera Sans"; }
.post p a:visited { text-decoration:none;color:#1705ff;font-family:Verdana,"BitStream vera Sans"; }
.post p a:hover { text-decoration:underline;color:#cc0000;font-family:Verdana,"BitStream vera Sans"; }	

h2.pagetitle { padding:0px;margin:0px;font-size:16px;text-decoration:underline; }

.post h2 {
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:18px;
	
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background: #ffffff url('images/jjacobsfooter.png') no-repeat top;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}




h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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, #sidebar ul 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;

	}

#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 Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	float:right;
	width: 260px;
	text-align:left;
	margin-right:10px;

	
	
	padding-left:40px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}










.jjacobs_titleinner
	{
	width:960px;
	height:170px;
	float:left;
	color:#000000;
	text-align:left;
	}

.jjacobs_titleinner h1
	{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:0px;
	text-align:left;
	color:#000000;
	}
	
.jjacobs_titleinner h2
	{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}


#jjacobs_inner
	{
	width:720px;
	height:20px;
	float:left;
	padding-left:20px;
	color:#000000;
	}
	
#jjacobs_inner li
	{
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	}	
	
#jjacobs_inner li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#jjacobs_inner li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#jjacobs_inner li a:hover
	{
	color:#0000ff;
	text-decoration:none;
	}		


.jjacobs_small_contact_out
	{
	width:460px;
	height:auto;
	float:left;
	border:2px solid #ccc;-webkit-border-radius:10px;-moz-border-radius:10px;margin:5px;-moz-box-shadow: 0px 0px 10px #ccc;-webkit-box-shadow: 0px 0px 10px #ccc;
	}


.jjacobs_small_contact_form_middle
	{
	width:440px;
	height:auto;
	font-size:12px;
	padding:10px;
	}


.jjacobs_small_contact_form_tabble
	{
	background:#ececec;
	border:1px solid #d4c6d5;
	width:440px;
	}


.jjacobs-contact-right-details-out
	{
	width:420px;height:360px;overflow:hidden;float:left;font-size:12px;border:2px solid #ccc;-webkit-border-radius:10px;-moz-border-radius:10px;margin:5px;-moz-box-shadow: 0px 0px 10px #ccc;-webkit-box-shadow: 0px 0px 10px #ccc;padding:5px;background-color:#f7f4ec;
	}
.right-details-in
	{
	width:385px;height:320px;overflow:hidden;float:left;font-size:12px;border:2px solid #ccc;-webkit-border-radius:10px;-moz-border-radius:10px;margin:5px;-moz-box-shadow: 0px 0px 10px #ccc;-webkit-box-shadow: 0px 0px 10px #ccc;padding:10px;background-color:#fff;
	}
.mainoutter 
	{
	width:600px;height:auto;float:left;
	}

	
.mainoutter h2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.4em;
	color:#000000;
	text-decoration:none;
	}
	
.mainoutter p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color:#000000;
	}

.mainoutter h3
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}
	
	
.mainouttersearch
	{
	width:560px;height:auto;padding-left:25px;margin-right:10px;float:left;
	}
	
.mainouttersearch h2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.4em;
	color:#000000;
	text-decoration:none;
	}
	
.mainouttersearch p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	color:#000000;
	}

.mainouttersearch h3
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	
.mainoutter h1
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	color:#000000;
	}
	
	
	
.mainouttercontent
	{
	width:560px;height:auto;padding-left:25px;margin-right:10px;float:left;
	}
	
.mainouttercontent h2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.4em;
	color:#000000;
	text-decoration:none;
	}
	
.mainouttercontent p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	color:#000000;
	}

.mainouttercontent h3
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	
	
	
.mainouttercontent2
	{
	width:590px;height:auto;padding-left:15px;float:left;
	}
	
.mainouttercontent2 h2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.4em;
	color:#000000;
	text-decoration:none;
	}
	
.mainouttercontent2 p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	color:#000000;
	}

.mainouttercontent2 h3
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}	
	
	
	
	
	
	
.twitterimg
	{
	width:35px;
	height:35px;
	border:0px;
	}
	
#footerlink
	{
	width:970px;
	height:16px;
	text-align:center;
	}
.footerlink
	{
	width:970px;
	height:16px;
	text-align:center;
	font-size:11px;
	}
#footerlink { font-size:11px; }
#footerlink a:link { text-decoration:none;color:#000;border-bottom:1px dotted #000; }
#footerlink a:visited { text-decoration:none;color:#000;border-bottom:1px dotted #000; }
#footerlink a:hover { text-decoration:underline;color:#cc0000;border-bottom:1px solid #ddd0ab; }	

.footerlink a:link { text-decoration:none;color:#000;border-bottom:1px dotted #000; }
.footerlink a:visited { text-decoration:none;color:#000;border-bottom:1px dotted #000; }
.footerlink a:hover { text-decoration:underline;color:#cc0000;border-bottom:1px solid #ddd0ab; }
	
.arcoutter
	{
	padding-left:10px;	
	}
	

.frnttitle h2
	{
	width:600px;
	height:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	text-indent:20px;
	padding-top:20px;
	background-image:url('images/jjacobsHeadersml.png');
	background-repeat:no-repeat;
	}


.mp3holdertitle
	{
	width:300px;
	height:20px;
	float:left;
	text-indent:10px;
	}

.mp3holderswf
	{
	width:110px;
	height:20px;
	float:right;
	}

.mp3holdertime
	{
	width:110px;
	height:20px;
	float:left;
	}

/* main START */
#main {
	background:#FFF;
	width:605px;
	padding:5px 15px 15px;
	float:left;
	border-left:1px solid #6971a6;
}
#notice {
	color:#080;
}
#notice a {
	text-decoration:underline;
}

.post .info {
	margin:5px;

}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .tags, 
.post .author, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background:url(img/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	background-position:0 -16px;
}
.post .categories {
	background-position:0 -32px;
}
.post .author {
	background-position:0 -176px;
}
.post .date {
	background-position:0 -48px;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
}
.post .readingblinds {
	background-position:0 -80px;
}
.post .comments {
	background-position:0 -96px;
}
.post .addcomment {
	background-position:0 -112px;
}
.post .editlinks {
	background-position:0 -192px;
}

/* main END */





#sidebar li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#sidebar li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#sidebar li a:hover
	{
	color:#0000ff;
	text-decoration:underline;
	}		
	
	
.sidebarBottomOut
	{
	width:900px;
	height:180px;
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	border:1px solid #d4c6d5;
	background:#ececec;
	text-align:left;
	}
	
.imageContact
	{
	width:180px;
	height:94px;
	border:0px;
	
	padding-left:10px;
	}
	
.imagereel
	{
	width:73px;
	height:100px;
	border:0px;
	
	padding-left:10px;
	}

.cntAboutMainHolderEl01
	{	
	width:950px;
	height:auto;
	margin-bottom:15px;
	}
	
.cntAboutMainHolderEl02
	{
	width:520px;
	height:auto;
	
	}
	
.cntAboutMainHolderEl02 h2
	{
	width:160px;
	border-bottom:1px solid #d4c6d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	margin-bottom:10px;
	}	
	
.cntAboutMainHolderEl02 h3
	{
	width:160px;
	border-bottom:1px solid #d4c6d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	margin-bottom:5px;
	}	
	
.cntAboutMainHolderEl02 p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding-left:20px;
	}	
	
.cntAboutMainHolderEl03
	{	
	width:560px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-bottom:7px;
	border:1px solid #d4c6d5;
	}
	
.cntAboutMainHolderEl04
	{
	width:560px;
	height:auto;
	border:1px solid #d4c6d5;
	}
	
.cntAboutMainHolderEl04 p
	{

	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	}
	
.jjacobsRightTesta
	{

	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	}
	
.jjacobsTestaLeft
	{
	float:right;
	width:330px;
	height:auto;
	border-left:1px solid #d4c6d5;
	margin-left:17px;
	}

.jjacobsTestaLeft h4
	{
	width:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	}	
.jjacobsFronttxt
	{	
	width:610px;height:auto;float:left;padding-left:20px;
	}
	
.jjacobsFronttxt p
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}
	
.jjacobsFronttxt h2
	{
	width:598px;
	border-bottom:1px solid #d4c6d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	margin-bottom:10px;
	}	


.jjacobsbiogtxt
	{	
	width:898px;height:auto;margin-left:12px;float:left;	border:3px solid #d4c6d3;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	padding:15px;
	}
	
.jjacobsbiogtxt p
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}
	
.jjacobsbiogtxt h2
	{
	width:598px;
	border-bottom:1px solid #d4c6d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	margin-bottom:10px;
	}	





.jjacobstrainingtxt
	{	
	width:598px;height:auto;margin-left:12px;float:left;	border:3px solid #d4c6d3;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	padding:15px;
	}
	
.jjacobstrainingtxt p
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}
	
.jjacobstrainingtxt h2
	{
	width:598px;
	border-bottom:1px solid #d4c6d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	margin-bottom:10px;
	}	











	
.jjacobsFronttxtNews2
	{	
	width:600px;height:auto;margin-left:10px;float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	
	float:left;
	}
	
.jjacobsFronttxtNews2 h2
	{
	width:600px;
	border-bottom:1px solid #d4c6d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	margin-bottom:10px;
	}	
	
.jjacobsFronttxt2
	{	
	width:600px;height:auto;float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	
	float:left;
	}
	
.jjacobsFronttxt2 h2
	{
	width:600px;
	border-bottom:1px solid #d4c6d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;

	}	

	
.jjacobsAdHolderFront
	{
	width:500px;height:auto;margin-left:25px;margin-top:42px;float:left;background-image:url('images/adboardJjacobs001.png');background-repeat:no-repeat;
	}
	
  #scrollup2 {
   position: relative;
   overflow: hidden;
  
   height: 150px;
   width: 500px
 }
 .headline2 {
   position: absolute;
   top: 250px;
   left: 5px;
   height: 150px;
   width:500px;
 }
 
.tabscontainer ul, li
	{
	font-size:14px;line-height:16px;
	}
	
.tabscontainer
	{
	width:285px;
	height:auto;
	font-size:14px;
	line-height:16px;
	float:left;
	}
.tabscontainer h2
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	padding-left:10px;
	}	
/*Support*/
.supportEl01
	{
	width:945px;height:auto;overflow:hidden;
	}
.supportEl02
	{	
	width:540px;height:auto;float:left;	
	}
	
.supportEl03
	{	
	width:500px;height:auto;float:left;
	}
	
.supportEl04corners
	{	
    color: #000;
    width: 850px;
    padding: 20px;
	padding-bottom:30px;
	margin-bottom:30px;
    text-align: left;
    background-image:url('images/holder1.png');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;	
	height:auto;
	z-index:0;
	}
	
.sidebarBlog
	{
	width:285px;
	height:auto;
	overflow:hidden;
	float:left;
	list-style:none;	
	margin-top:10px;
	}

.sidebarBlognews
	{
	width:285px;
	height:auto;
	overflow:hidden;
	float:left;
	list-style:none;	
	margin-top:10px;
	}	

.sidebarBlog2
	{
	width:225px;
	height:auto;
	overflow:hidden;
	float:left;
	list-style:none;	
	margin-top:10px;
	}	
	
.sidebarBlog3
	{
	width:325px;
	height:auto;
	overflow:hidden;
	float:right;
	list-style:none;	
	margin-top:10px;
	
	}
.postExtractCnt
	{
	border-left:1px solid #dbcea8
	border-right:1px solid #dbcea8
	padding-left:8px;
	padding-right:5px;
	}
	
.extractTitles
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;
	}
	
.extractTitlesOutter01
	{	
	width:295px;
	height:auto;
	border-left:1px solid #dbcea8
	border-right:1px solid #dbcea8
	}

.extractTitlesOutter02
	{	
	width:290px;
	height:auto;
	border:1px solid white;
	}
	
.extractTitles3
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;
	border-left:1px dashed #ddd0ab;
	}
	
.extractTitlesOutter01-3
	{	
	width:325px;
	height:auto;
	border-left:1px solid #dbcea8
	border-right:1px solid #dbcea8
	}

.extractTitlesOutter02-3
	{	
	width:325px;
	height:auto;
	border:1px solid white;
	}	
	
.post000 .extractTitlesOutter01 .extractTitlesOutter02 .extractTitles
	{
	
	
	}
	
	
.post000 .extractTitles a:link,
.post000 .extractTitles a:visited
	{
	text-decoration:none;
	color:#000000;
	}

	
.post000 .extractTitles a:hover
	{
	text-decoration:none;
	color:#c00000;
	background-color:#dbdde3;
	}
	
.post000 .extractTitles
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;

	}
	
	
.post000 .extractTitles3 a:link,
.post000 .extractTitles3 a:visited
	{
	text-decoration:none;
	color:#000000;
	}

	
.post000 .extractTitles3 a:hover
	{
	text-decoration:none;
	color:#c00000;
	background-color:#dbdde3;
	}
	
.post000 .extractTitles3
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;

	}
	
.ISkin000cntSideBlog01
	{
	width:300px;
	height:auto;

	float:left;
	}
	
.ISkin000cntSideBlog02
	{	
	width:300px;
	height:auto;
	border-bottom:1px solid #dbcea8;
	float:left;
	margin-top:20px;
	
	}

.ISkin000cntSideBlog02 h2
	{		
	margin:0px;
	padding:2px;
	font-size:16px;
	text-indent:7px;
	}
	
	
#scrollup {
   position: relative;
   overflow: hidden;
  
   height: 150px;
   width: 500px
 }
.headline {
   position: absolute;
   top: 250px;
   left: 5px;
   height: 150px;
   width:500px;
 }
 



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url('tab.png') no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


.qholder
	{
	width:400px;
	height:auto;
	padding-top:20px;
	}
	
.frontVideoHldrEl01
	{
	width:320px;
	height:270px;
	float:right;
	z-index:1;
	padding-right:20px;
	margin-top:2px;
	}
	

.jjacobsfrontEl01
	{
	width:310px;
	height:auto;
	float:right;
	padding:10px;

	}
	
.jjacobsfrontEl02
	{	
	width:295px;
	height:auto;
	float:left;
	}
	
.jjacobsfrontEl03
	{		
	width:285px;height:auto;font-size:14px;line-height:16px;padding-left:7px;
	}
	
.jjacobsfrontEl03 h2
	{		
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:16px;line-height:18px;margin-bottom:10px;
	}

.jjacobsfrontEl04
	{	
	width:285px;height:auto;font-size:14px;line-height:16px;margin-top:20px;
	}
.jjacobsfrontEl05
	{	
	width:105px;
	height:auto;
	font-size:14px;
	line-height:16px;
	float:left;
	}
	
.newstxtholder
	{
	width:370px;
	border-left:3px solid #d4c6d3;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	}
	
.rcommentsHolder
	{
	width:250px;overflow:hidden;	
	}
	
	
.rcommentsHolder ul, li
	{
	font-size:14px;line-height:16px;
	}
	

.rcommentsHolder h3
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	padding-left:10px;
	}	
	
.subscribe ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #B7B7B7;
	width:180px;
	padding:5px;
	float:right;
}
.rsssubs {

	line-height:25px;
	display:block;
	float:right;
	text-decoration:none;
	width:140px;height:28px;
	
}




.addtopnew
	{
	width:500px;height:40px;padding-left:20px;background-image:url('images/bluebanner.png');background-repeat:no-repeat;
	}
.addtopnew p
	{
	font-size:14px;color:#FFFFFF;text-align:center;padding:3px 0px 0px 0px;
	}
	
.addtopnew a:link
	{
	text-decoration:none;color:#FFFFFF;border-bottom:1px dotted #ffffff;
	}
	
.addtopnew a:visited
	{
	text-decoration:none;color:#FFFFFF;border-bottom:1px dotted #ffffff;
	}
	
.addtopnew a:hover
	{
	text-decoration:none;color:#FF0000;border-bottom:1px dotted #ff0000;
	}
	
.speaker-jjacobs-headline
	{
	padding-left:10px;padding-top:10px;
	}
.speaker-jjacobs-headline h1
	{
	font-size:38px;font-family:Arial, Helvetica, sans-serif;margin:0px;
	}	
.speaker-jjacobs-headline2
	{
	padding-left:10px;
	}
.speaker-jjacobs-breaker
	{	
	width:940px;height:32px;
	}
	
.image-excerpt
	{
	float:left;padding:5px;width:90px;height:90px;border:0px;
	}
	
	
.rss-cycle { font-size:12px; }
.rss-cycle a:link { text-decoration:none;color:#000;font-weight:normal; }
.rss-cycle a:visited { text-decoration:none;color:#000;font-weight:normal; }
.rss-cycle a:hover { text-decoration:none;color:#cc0000;font-weight:normal; }
.rss-cycle div
	{
	background:transparent !important;
	}
	
	
	
.jjacobs-like-out { width:270px;height:auto;overflow:hidden;font-size:12px;padding:10px; }
.jjacobs-like-out h2 { font-size:16px;padding:2px 0px;margin:0px 0px 10px 0px;border-bottom:1px solid #ccc; }
.jjacobs-like-out p { padding:2px 0px;margin:0px; }
.jjacobs-like-out a:link { text-decoration:none;font-weight:bold;color:#000; }
.jjacobs-like-out a:visited { text-decoration:none;font-weight:bold;color:#000; }
.jjacobs-like-out a:hover { text-decoration:underline;font-weight:bold;color:#cc0000; }
.bold { font-weight:bold; }
.twitter-out { width:290px;height:auto;overflow:hidden;font-size:12px;padding:10px 10px 0px 10px;background-image:url('images/twitter-icon.png');background-repeat:no-repeat;background-position:0px 5px; }
.twitter-out h3 { font-size:14px;text-indent:40px;padding:0px;margin:0px } 








.jjcobs-nav-top { width:720px;height:30px;float:left;}
.jjcobs-nav-link-holder-home { width:70px;height:25px;float:left;font-size:16px;font-weight:bold; }
.jjcobs-nav-link-holder-home a:link { text-decoration:none;color:#eb8930; }
.jjcobs-nav-link-holder-home a:visited { text-decoration:none;color:#eb8930; }
.jjcobs-nav-link-holder-home a:hover { text-decoration:none;border-bottom:3px solid #eb8930; }


.jjcobs-nav-link-holder-news { width:70px;height:25px;float:left;font-size:16px;font-weight:bold; }
.jjcobs-nav-link-holder-news a:link { text-decoration:none;color:#5260b5; }
.jjcobs-nav-link-holder-news a:visited { text-decoration:none;color:#5260b5; }
.jjcobs-nav-link-holder-news a:hover { text-decoration:none;border-bottom:3px solid #5260b5; }

.jjcobs-nav-link-holder-video { width:80px;height:25px;float:left;font-size:16px;font-weight:bold; }
.jjcobs-nav-link-holder-video a:link { text-decoration:none;color:#d4b328; }
.jjcobs-nav-link-holder-video a:visited { text-decoration:none;color:#d4b328; }
.jjcobs-nav-link-holder-video a:hover { text-decoration:none;border-bottom:3px solid #d4b328; }


.jjcobs-nav-link-holder-book { width:130px;height:25px;float:left;font-size:16px;font-weight:bold; }
.jjcobs-nav-link-holder-book a:link { text-decoration:none;color:#74a995; }
.jjcobs-nav-link-holder-book a:visited { text-decoration:none;color:#74a995; }
.jjcobs-nav-link-holder-book a:hover { text-decoration:none;border-bottom:3px solid #74a995; }


.jjcobs-nav-link-holder-training { width:110px;height:25px;float:left;font-size:16px;font-weight:bold; }
.jjcobs-nav-link-holder-training a:link { text-decoration:none;color:#e392bd; }
.jjcobs-nav-link-holder-training a:visited { text-decoration:none;color:#e392bd; }
.jjcobs-nav-link-holder-training a:hover { text-decoration:none;border-bottom:3px solid #e392bd; }


.jjcobs-nav-link-holder-about { width:90px;height:25px;float:left;font-size:16px;font-weight:bold; }
.jjcobs-nav-link-holder-about a:link { text-decoration:none;color:#a79ac5; }
.jjcobs-nav-link-holder-about a:visited { text-decoration:none;color:#a79ac5; }
.jjcobs-nav-link-holder-about a:hover { text-decoration:none;border-bottom:3px solid #a79ac5; }

.jjcobs-nav-link-holder { width:110px;height:25px;float:left;font-size:16px; }

.jjacobs-title-holder { padding-left:10px;padding-top:10px; }
.jjacobs-title-holder h1 { font-size:38px;font-family:Arial, Helvetica, sans-serif;margin:0px; }
.jjacobs-title-sep-top { width:940px;height:32px; }
.jjacobs-typewriter-top { width:940px;height:27px;padding-left:10px;font-size:12px; }
.jjacobs-search-box-holder { width:200px;height:auto;text-align:right;float:right; }




/* News and Video */

.jjacobs-media-cnt-outter { width:920px;height:500px;float:left; }
.jjacobs-media-nav-outter { width:210px;height:500px;float:left; }
.jjacobs-media-type-outter { width:680px;height:500px;float:right;}
.media-option-link-outter { width:210px;height:100px;}
.media-content-holder { width:670px;height:500px;float:left;padding-left:10px; }
.media-content-holder h2 { padding:0px;margin:0px;font-size:16px; }
.media-option-inner-out { width:310px;height:110px;float:left;border:2px solid #ccc;-webkit-border-radius:10px;-moz-border-radius:10px;margin:5px;-moz-box-shadow: 0px 0px 10px #ccc;-webkit-box-shadow: 0px 0px 10px #ccc; }
.media-option-img-out { width:90px;height:110px;float:left;padding:10px; }
.media-option-cnt { width:200px;height:110px;float:left; }
.media-option-cnt h2 { padding:5px 0px 0px 0px;margin:0px;font-size:14px; }
.media-option-cnt p { padding:0px;margin:0px;font-size:12px; }
.media-option-txt-holder { width:190px;height:50px; }
.media-option-view { float:right;padding:5px 10px 0px 0px; }
.clear2 { clear:both;height:2px; }








/* testimonial homepage */

.testimonial-home-out
	{	
	width:290px;
	height:auto;
	float:left;
	margin-bottom:7px;

	}
	
.testimonial-home-in
	{
	width:290px;height:auto;overflow:hidden;border-left:6px solid #ccc;margin-top:8px;
	}
	
.testimonial-quote { width:270px;float:left;font-size:12px;color:#646464;padding-left:10px;	}

.testimonials-source { font-size:12px;font-weight:bold;float:right; }
	
.testimonial-home-in p
	{

	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	}
	
	
.news-more-arc { width:90px;margin:10px 0px 10px 17px;padding:3px;background:#f3f3f3;color:#000;font-size:16px;font-weight:bold;cursor:pointer;text-align:center;-moz-box-shadow: 0px 0px 10px #ccc;-moz-border-radius:10px;-webkit-box-shadow: 0px 0px 10px 0px #ccc;-webkit-border-radius:10px;float:left;border:3px solid #dedede; }
.news-more-arc a:link { text-decoration:none;color:#000;border-bottom:0px;color:#000; }
.news-more-arc a:visited { text-decoration:none;color:#000;border-bottom:0px;color:#000;}
.news-more-arc a:hover { text-decoration:none;color:#000;border-bottom:1px solid #cc0000;color:#cc0000; }
.news-more-arc:hover { background:#97cd39;color:#000; }









.cnt-outter-gallery { width:695px;height:auto;overflow:hidden;float:left;margin:0px; }
.cnt-inner-gallery { width:700px;float:left;margin:0px;min-height:500px; }
.cnt-inner-main{ width:690px;padding:0px 5px;float:left;height:auto;overflow:hidden; }

.gallery-outter-main { width:710px;height:auto;overflow:hidden; }
div.slideshow { width:690px;height:405px;overflow:hidden;padding:0px 0px 0px 40px;margin:0px;float:left; }
div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited { text-decoration: none; }
div.slideshow a.advance-link:focus { outline: none; }
div.slideshow img  { border-style: solid; border: 0px;width:600px;height:400px; }

.navigation { width:680px;height:auto;overflow:hidden; }
div.navigation a.prev { background-image: url('images/prevPageArrow.gif'); }
div.navigation a.next { background-image: url('images/nextPageArrow.gif'); }
div.pagination a:hover { background-color: #111; }
div.pagination span.current { background-color: #fff;border-color: #fff;color: #000;}       
div.navigation a.pageLink { height: 27px;line-height: 27px;width:20px;}
div.navigation-container { width:700px;height:210px;overflow:hidden;float: right; }
div.navigation a.pageLink { display:block;position:relative;margin: 0px;background-repeat:no-repeat;padding:0px; }

div.navigation a.pageLink:focus { outline: none;}

.nav-holder-images { width:685px;height:50px;overflow:hidden;border:2px solid #ccc;;background-color:#e6ded5;-webkit-border-radius:10px;-moz-border-radius:10px; }
.nav-hold-pre { float:left;width:20px;height:auto;overflow:hidden;margin:15px 0px 0px 10px; }
.nav-hold-nxt { float:right;width:20px;height:auto;overflow:hidden;margin:15px 10px 0px 0px; }
ul.thumbs li img {width:65px;height:65px;}
ul.thumbs { float: right;margin: 0px;padding: 10px;width:655px;height:auto;overflow:hidden;border:2px solid #e6ded5;background-color:#e6dec3;-webkit-border-radius:10px;-moz-border-radius:10px;overflow:hidden; }
ul.thumbs li { float: left;padding: 0;margin: 2px;list-style: none;	}
a.thumb { padding: 1px;display: block;}
a.thumb:focus { outline: none; }
ul.thumbs img { border: none;display: block; }


div.controls {height: 23px;width:690px;}
div.controls a {text-decoration:none;font-size:12px;color:#000;border-bottom:1px dotted #000;float:left;margin:0px 20px;}
div.controls a:last-child {float:right;margin:0px 5px 0px 0px;}
div.controls a:first-child {float:left;margin:0px 0px 0px 5px;}

.lower-content-outter { width:690px;height:auto;overflow:hidden;background-color:#fff;-webkit-border-radius:10px;-moz-border-radius:10px; }
.lower-content-outter h2 { padding:10px;margin:0px;font-size:32px;font-weight:normal;font-family:'Times New Roman', Times, serif; }
.lower-content-outter p { padding:5px 10px;margin:0px;font-size:13px;font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif; }


#jjacobs-the-voice { display:block;height:80px;text-indent:-9999px;width:290px; }
.jjacobs-the-voice { width:290px;height:100px;background-image:url('images/media-home-the-voice.png');text-indent:-9999px; }
.jjacobs-the-voice:hover { width:290px;height:100px;background-position:0px 109px;cursor:pointer; }

#jjacobs-event-host { display:block;height:80px;text-indent:-9999px;width:290px; }
.jjacobs-event-host { width:290px;height:100px;background-image:url('images/media-home-event-host.png');text-indent:-9999px; }
.jjacobs-event-host:hover { width:290px;height:100px;background-position:0px 109px;cursor:pointer; }

#jjacobs-corporate-video { display:block;height:80px;text-indent:-9999px;width:290px; }
.jjacobs-corporate-video { width:290px;height:100px;background-image:url('images/media-home-corporate-video.png');text-indent:-9999px; }
.jjacobs-corporate-video:hover { width:290px;height:100px;background-position:0px 109px;cursor:pointer; }


#jjacobs-other-video { display:block;height:80px;text-indent:-9999px;width:290px; }
.jjacobs-other-video { width:290px;height:100px;background-image:url('images/media-home-other.png');text-indent:-9999px; }
.jjacobs-other-video:hover { width:290px;height:100px;background-position:0px 109px;cursor:pointer; }

a {
  outline: none;
}
a:active {
  outline: none;
}


.post-list-full-outter { width:290px;height:auto;overflow:hidden; }

.post-list-full-outter a:link { text-decoration:none;color:#000;font-size:12px; }
.post-list-full-outter a:visited { text-decoration:none;color:#000;font-size:12px;}
.post-list-full-outter a:hover { text-decoration:underline;color:#cc0000;font-size:12px; }

.archive-top { padding-left:10px;padding-top:10px; }
.archive-top h1 { font-size:38px;font-family:Arial, Helvetica, sans-serif;margin:0px; }


.otherposts-bdy-outter { width:307px;height:auto;overflow:hidden;float:right; }
.otherposts-title-outter { width:307px;height:30px;color:#fff;padding:5px 0px 0px 10px;float:left;background-image:url('images/content-title-holder.png'); }
.otherposts-title-outter a { text-decoration:none;color:#000;font-size:12px;font-weight:bold;}
.otherposts-cnt-outter { width:278px;height:auto;overflow:hidden;float:right;font-size:12px;text-align:left;padding-right:10px;font-size:12px;color:#000; }

.otherposts-cnt-outter img { width:70px;height:70px;float:left;padding:2px 4px 6px 6px; }
.news-more { margin:10px 10px 10px 0px;padding:1px 16px;-moz-border-radius:10px;background:#fff;color:#fff;font-size:11px;font-weight:bold;cursor:pointer;text-align:center;-moz-box-shadow: 0px 0px 4px #ccc;-webkit-box-shadow: 0px 0px 4px 0px #ccc;-webkit-border-radius:10px;float:right;border:3px solid #dccfa9; }
.news-more a:link { text-decoration:none;color:#000;border-bottom:0px; }
.news-more a:visited { text-decoration:none;color:#000;border-bottom:0px;}
.news-more a:hover { text-decoration:none;color:#000;border-bottom:1px solid #cc0000;color:#000; }
.news-more:hover { background:#00f106;color:#000; }


.jjacobsfrontEl03 a:link { text-decoration:none;color:#000;border-bottom:0px; }
.jjacobsfrontEl03 a:visited { text-decoration:none;color:#000;border-bottom:0px; }
.jjacobsfrontEl03 a:hover { text-decoration:none;color:#000;border-bottom:0px; }

.morein a:link {font-weight:bold; }
.morein a:link { text-decoration:none;color:#000;border-bottom:0px; }
.morein a:visited { text-decoration:none;color:#000;border-bottom:0px; }
.morein a:hover { text-decoration:none;color:#000;border-bottom:0px; }

