/* @override 
	http://knabe.com/_dev/wp-content/themes/KnabeTheme/style.css
*/

/*
Theme Name: KnabeTheme
Theme URI: http://knabe.com/
Description: Knabe.com custom CMS theme for wordpress
Version: 1
Author: Jeffrey R. Gould
Author URI: http://jrgould.com/

*/
html{
	background: url(./layout_images/body-bg-htile.gif) repeat-x center 0;
	min-height: 100%;
}

 li{
 	margin-bottom: 10px;
 }

body{
	min-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
small{
	font-size: .8em;
}
small.edit-post{
	font-size: 12px;
}
a{
	text-decoration: none;
	color: #369;
}
a:hover{
	color: #963;
}

#wrap, .single #wrap.force-sb{
	background: url(./layout_images/header-bg.jpg) no-repeat left 0;	
	width: 860px;
	position: relative;
	margin:  0 auto;
}
.single #wrap, .home #wrap{
	background-position: -860px top;
}

#header{
	height: 152px;
	position: relative;
	z-index: 12;
}
#masthead{
	font-weight: normal;
	line-height: .8em;
	font-size: 68px;
	letter-spacing: 1px;
	position: absolute;
	top: 17px;
	left: 20px;
	color: #369;
	text-shadow: #999 -1px 1px 0;
	margin: 0;
}
#masthead em, #masthead span{
	font-size: 16px;
	display: block;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #999;
	text-shadow: none;
}
#masthead span{
	font-size: 19px;
	line-height: 1em;
	
}
#meetdon{
	position: absolute;
	top: 95px;
	right: 10px;
	width: 150px;
	text-align: center;
	height: 21px;
}
#meetdon a{
	text-decoration: none;
	font-size: 20px;
	color: #333;
	text-shadow: #fff 0 1px 0;
	line-height: 1em;
}
#meetdon a:hover{
	color: #036;
}

#nav{
	position: absolute;
	top: 116px;
	width: 860px;
	z-index: 11;
}
#main-nav{
	float: left;
	text-align: left;

}
#meta-nav{
	float: right;
	text-align: right;
}
#nav ul{
	margin: 0;
}
#nav ul li{
	display: block;
	float: left;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 11;
}

#nav li a, #nav li em{
	padding: 0 8px;
	text-decoration: none;
	color: #666;
	font-size: 16px;
	text-shadow: rgba(120,120,121,0.1) -1px 1px 0;
	font-style: normal;
	cursor: pointer;
}
#nav > ul:first-child > li:last-child a, #nav > ul:first-child >li:last-child > em{
	padding-right: 0px;
}
#nav > ul:last-child > li:first-child a{
	padding-left: 0px;
}
#nav li a:hover, #nav li.active a, #nav li em:hover, #nav li.active em{
	color: #069;
}
#nav li a:active{
}
.bullet{
	vertical-align: -10%;
	padding: 0 0 0 2px;
	color: #666;
	font-size: 18px;
	line-height: 10px;
}

#nav li .subnav{
	display: none;
}

#nav  li:hover .subnav, #nav li.hover .subnav, #nav .subnav{
	display: block;
}
#nav #main-nav li a.external{
	background: url(layout_images/ExternalLinkIcon.gif) no-repeat 97% center;
	padding-right: 26px;
}
#nav li .subnav{
	position: absolute;
	width: auto;
	top: 22px;
	left: 15px;
	padding: 5px 0 3px 0;
	background-color: #FAF9E6;
	border: 1px solid #fff;
	border-top: none;
	
	-moz-box-shadow: 0px 6px 6px rgba(0,0,0,.05);
	-webkit-box-shadow: 0px 6px 6px rgba(0,0,0,.05);
	
	-webkit-border-bottom-left-radius:10px;	
	-webkit-border-bottom-right-radius:10px;	
	-moz-border-radius-bottomleft:10px;	
	-moz-border-radius-bottomright:10px;

	z-index: 10;

}

#nav .subnav li .bullet{
	position: absolute;
	display: block;
	top: .6em;
	left: 3px;
	font-size: 10px;
	color: #ccc;
}
#nav div.subnav{
	width: 335px;
}
#nav .sub-ul{
	float: left;
	width: 48%;
}
#nav .sub-two{
	margin-left: 5px;
	float: right;
	overflow: visible;
}
#nav .subnav li{
	display: block;
	float: none;
	position: relative;
	width: auto;
	white-space: nowrap;
	padding: 3px 0px 3px 0px;	
	margin: 0;
}

#nav .subnav li a{
	font-size: 12px;
	display: inline;
	line-height: 1em;
	margin: 0;
	padding: 2px 10px 4px 14px;
	display: block;
}
#nav .subnav li a:hover{
	background-color: #F6F5E2;

}

#nav .subnav .sub-subnav{
	position: absolute;
	left: 100%;
	top: -2px;
	display:none;
}


#nav .subnav .sub-subnav .subnav{
	top: 0;
	left: 0;
	border-top: 10px solid #EBEAD8;
	padding-top: 0;
}
#nav .subnav li:hover .sub-subnav, #nav .subnav li.hover .sub-subnav {
	display: block;
}


#main, .single .force-sb #main{
	background: url(./layout_images/content-bg-vtile.gif) repeat-y left top;
	position: relative;
	z-index: 0;
}
.single #main, .home #main{
	background: #fff;
}


.no-sidebar #main{
	background: #fff;
}
.no-sidebar #wrap{
	background-position: right top;
}



#main h1, #main h2, #main h3, #main h4, #main h5{
	font-weight: normal;
	color: #333;
}

#sidebar{
	margin: 0;
	width: 230px;
}

#sidebar h3{
	font-size: 30px;
	color: #666;
	border-bottom: 1px dotted #ccc;
	line-height: 1.2em;
	margin: 0 10px 10px;
}
#sidebar h4{
	padding: 0;
	color: #666;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 10px 10px;
	border-bottom: 1px dotted #ccc;
}
#sidebar ul{
	list-style: none;
	padding: 0;
	margin:  0;
	padding: 0 0 20px 0;
	font-size: 14px;
}
#sidebar li{
	margin: 0;
	padding: 3px 10px;
}
#sidebar li .bullet{
	font-size: 12px;
	vertical-align: 10%;
	padding: 0 3px 0 0;
}
#sidebar li.active, #sidebar li.current-cat{
	background-color: #DDDBCA;
}
#sidebar li ul{
	font-size: 13px;
	margin: 0;
	padding:0;
}
#sidebar li ul li{
	
}
#sidebar p{
	margin: 0 10px 10px;
}
#content-wrap{
	margin-top: -5px;
}


#breadcrumbs{
	border-bottom: 1px dotted #e6e6e6;
	height: 26px;
	margin:  0 0 10px 0;
}
#breadcrumbs p{
	float: left;
	font-size: 15px;
	color: #666;
	margin: 0;
}
#breadcrumbs p em{
	color:  #999;
	font-style: normal;
}
#breadcrumbs #top-tagline{
	float: right;
	font-size: 14px;
	color: #999;
	font-style: italic;
}
#breadcrumbs #top-tagline em{
	font-style: italic;
}

#content-wrap .date{
	margin: 0;
	color: #aaa;
	text-transform: uppercase;
	font-size: 14px;
}

#content-wrap .article-title{
	font-size: 28px;
	line-height: 35px;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
}
#content-wrap.galleries .article-title{
	line-height: .8em;
	margin-bottom: 10px;
}
#content-wrap blockquote{
	margin: 20px 0;
	padding: 10px;
	background-color: #e1e4eb;
}

.article-footer{
	background-color: #eee;
	padding: 1px 10px;
	margin: 0 0 15px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.article-footer a{
	display: block;
	padding: 10px 0;
	padding-left: 25px;
	font-size: 13px;
}
.article-footer a.press{
	background: url(./layout_images/icon-document.gif) no-repeat 2px 10px;
	height: 17px;
}
.article-footer a.question{
		background: url(./layout_images/icon-mail.gif) no-repeat left 10px;
}

.columns{
}
.left-column{

}
.right-column{
	padding-top: 4px;
}
.right-column .spotlight, .right-column .versabox{
	background-color: #f9f9f9;
	border: 5px solid #e1e4eb;
	padding: 2px 10px;
	width: 250px;
	overflow: hidden;
	margin:  0 0 15px 0;
}
.right-column .spotlight p{
	font-size: 11px;
	color: #666;
	margin: 5px 0;
}
#main .right-column .spotlight .title{
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	margin: 0;
}
.right-column .spotlight img{
	border: 2px solid #e1e4eb;
}




.right-column .versabox{
	background-color: #F9F8EF;
	border-color:#EEEDE4;	
	font-size: 11px;
	color: #666;
}
.right-column .versabox p{
	margin: 0 0 5px 0;
}
.right-column .versabox > div{
	margin-bottom: 10px;
}
#main .right-column .versabox h3{
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cecece;
}
.right-column .versabox li{
	margin: 0;
	list-style-position: inside;
}
.right-column a.post-edit-link, #pre-post a.post-edit-link{
	font-size: 10px;
	background: #ccc;
	padding: 2px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.right-column a.post-edit-link:hover, #pre-post  a.post-edit-link:hover{
	background: #bbb;
}

#contacts .contact{
	font-size: 12px;
	background: url(./layout_images/seal-sidebar.png) no-repeat left center;
	min-height:53px;
	line-height: 1.2em;
	padding:10px 0 10px 90px;
	margin:  10px 0;
}

#contacts .contact strong{
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

#accomplishments div.year-group{
	background-color: #f9f9f9;
	border-left: 40px solid #069;
	padding: 15px 15px 0px 20px;
	margin: 0 0 15px 0;
	position: relative;
}

#accomplishments .year{
	position: absolute;
	top: 0px;
	left: -40px;
	width: 40px;
	text-align: center;
	color: #fff;
}
#accomplishments h3{
	font-size: 16px;
	margin: 0;
}
#accomplishments p{
	margin: 0;
	padding: 0 0 15px 0;
}
#aa-header{
	background: url(./layout_images/knabe-headshot-small.jpg) no-repeat left top;
	margin: 0 0 15px;
}
#aa-header p{
	font-style: italic;
	color: #999;
	margin: 0;
	padding: 13px 0 0 55px;
	letter-spacing: 1px;
}
#aa-header p em{
}
#aa-header h2{
	font-size: 20px;
	color: #999;
	line-height: 1em;
	padding: 0 0 0 70px;
	margin: 0;
}


#pr-header{
	display: none;
}



#footer{
	background-color: #eee;
	margin: 0 10px;
	border-top:2px solid #069;
	text-align: right;
	font-size: 12px;
	color: #666;
	padding: 10px 20px;
}
#footer p{
	margin: 0;
	text-shadow: #ffffff 0 1px 0;
}
#footer #social-links{
	float: left;;
}
#footer #social-links a img{
	border: none;
	padding: 1px;
}
#footer #social-links a:hover img{
	background-color: #dedede;
}

/*-------------------FRONT PAGE----------------*/

#fp-rotator-wrap{
	width: 814px;
	height: 360px;
	background: #eee;
	margin: 0 10px 15px;
	border: 3px solid #eee;
	overflow: hidden;
	position: relative;
}
#fp-rot-pager{
	position: absolute;
	bottom: 3px;
	left: 3px;
	z-index: 10;
	width: 600px;
	height: 12px;
}
#fp-rot-pager a{
	display: block;
	float: left;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #B0C7DB;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border: 1px solid #fff;
	border-color: #fff;
	opacity: .8;
}
#fp-rot-pager a.activeSlide{
	background-color: #036
}

#fp-features h2{
	background: #069 url(./layout_images/fp-title-bg.jpg) repeat-x 0 0;
	padding: 0 4px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.55) -1px 1px 0;
	line-height: 1.2em;
	margin: 0 0 10px;
}

#fp-features p.date{
	color: #ccc;
	margin: 0;
	line-height: 1;
}
#fp-features p.date strong{
	font-weight: normal;
	text-transform: uppercase;
}
#fp-features h3, #fp-features h3 a{
	color:  #069;
	line-height: 1.2;
	margin: 2px 0 0px 0;
}
#fp-features h3 a:hover{
	color: #036;
}
#fp-features div.article a.thumbnail{
	position: absolute;
	left: 0;
	margin: 5px 20px 0 0 ;
}
#fp-features div.article p{
	margin: 0 0 10px 180px;
}
#fp-features .links{
	background-color: #F3F2E0;
	border: 3px solid #DDDBCA;
	padding: 10px;
	margin: 0 0 15px 0;
	overflow: hidden;
	height:140px
}
#fp-features .links h3{
	color: #666;
	font-size: 16px;
	margin: 0 0 5px 0;
	
}
#fp-features .links ul{
	margin: 0;
	padding: 0;
}
#fp-features .links ul li{
	color: #069;
	margin: 0;
	list-style-position: inside;
	float: left;
	width: 185px
}




#content-wrap.events .date-wrap{
	width: 70px;
	border: 2px solid #069;
	text-align: center;
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:  -1px 1px 2px rgba(0,0,0,.2);
	box-shadow:  -1px 1px 2px rgba(0,0,0,.2);
	background-color: rgba(24,57,101, .03);
	position: absolute;
	top: 1;
	left: 0;
}
#content-wrap.events .event{
	position: relative;
	margin:10px 0;
}
#content-wrap.events .date-wrap .month{
	background: url(./layout_images/content-bg-vtile.gif) repeat-y -80px center;
	font-weight: bold;
	color: #036;
	text-transform: ;
	font-size: 7.75pt;
}
#content-wrap.events .date-wrap .day{
	font-size: 26px;
	line-height: .8;
	margin-top: ;
}
#content-wrap.events .date-wrap .dayofweek{
	font-size: 9px;
	line-height: 1;
	color: #666;
	padding: 2px 0 0 0;
}
#content-wrap.events .date-wrap .year{
	font-size: 10px;
	color: #999;
}
#content-wrap.events .end-date{
	width: 70px;
	text-align: center;
	background: #069;
	
	color: #fff;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content-wrap.events .article-wrap{
	margin-left: 85px;
	min-height: 70px;
	background-color: #fcfcfc;
	border: 2px solid #f9f9f9;
	padding: 5px;
	position: relative;
	top: 0;
}
#content-wrap.events .article-wrap h2{
	margin: 0;
	font-size: 18px;
	line-height: 1;
	background-color: #eee;
	padding: 2px;
}
#content-wrap.events .article-wrap p{
	margin-bottom: 0;
}
#content-wrap.events .article-wrap .time{
	margin: 2px 0;
}
#content-wrap.events .article-wrap .time p{
	background-color: #f6f6f6;
	padding: 2px;
	font-style: italic;
	margin: 1px 0;
	display: inline;
}
#content-wrap.events .article-wrap .info{
	font-style: italic;	
	font-size: 10;
	line-height: 1;
	margin: 5px 0;
	color: #666;
}



#pre-post{
	width: 580px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#pre-post h2{
	margin-bottom: 0;
	font-size: 18px;
	color: #666;
}
#pre-post p{
	margin-bottom: 10px;
}
#pre-post p:last-child{
	margin-bottom: 0;
}
#obj6{ /*safe surrender map*/
	margin-bottom:-15px;
}






.community-links ul{
	float: left;
	width: 200px;
	margin:0 0 20px;
}
.community-links ul.sub-two{
	margin-left: 20px;
}
.community-links{
	width: 420px;
	margin: 0 auto;
}

.aligncenter{
	clear: both;
	margin: 0 auto 20px;
	display: block;
}
.alignleft{
	float: left;
	margin: 0 10px 5px 0;
}
.alignright{
	float: right;
	margin: 0 0px 5px 10px;
}
.navigation{
	display: block;
	height: 1.75emm;
	clear: both;
}

/*********************STYLING FOR LISTS OF POSTS (SEARCHES/ARCHIVES)******************/


#main #content-wrap .pagetitle{
	color: #333;
	font-style: italic;
	margin: 0 0 10px 0;
	background-color: #f8f8f8;
	padding: 0 0 0 5px;
}
#main #content-wrap .notfound .pagetitle{
	background-color: #c55;
	color: #fff;
}
.listing .postwrap h3{
	margin: 0 0 0px 0;
	line-height: 1.2em;
}
.listing .postwrap small{
	font-size: 12px;
	color: #999;
	font-style: italic;
}
.listing .postwrap .excerpt{
	margin: 10px 0 0 0;
}
.listing .postwrap .excerpt p{
	margin: 0 0 5px;
}
.listing .postwrap{
	border-bottom: 1px dotted #eee;
	margin: 0;
	padding: 10px 0;
}
.listing .postwrap:hover{
	background-color: rgba(0,0,0,.01);
}
#searchform{
	font-size: 1.5em;
	margin: 10px  0;
}


#sidebar #searchform{
	background-color: #DDDBCA;
	padding: 5px;
}
#sidebar #searchform div{
	width: 170px;
	margin: 0 auto;
}

#sidebar #searchform label{
	font-size: 12px;
	display: block;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: -5px;
}
#sidebar #searchform #s{
	width: 100px;
	font-size: 12px;
	border: 1px solid #666;
	background: #eee;
	padding: 1px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar div.contacts{
	font-size: .9em;
	line-height: 1.3em;
}
#sidebar div.contacts p.contact{
	background: url(./layout_images/seal-sidebar.png) no-repeat left center;
	padding: 0 0 0 80px;
}

/*********************STYLING FOR MEET DON PAGE******************/

#content-wrap.meetdon .pagetitle{
}

#content-wrap.meetdon .sidebar{
	width: 210px;
	float: right;
	margin: 0 0 20px 20px;
	background-color: #f9f9f9;
	border: 5px solid #e1e4eb;
}
#content-wrap.meetdon .sidebar img.wp-post-image{
	border-bottom: 5px solid #e1e4eb;
}
#content-wrap.meetdon .sidebar div h3{
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}	
#content-wrap.meetdon .sidebar div{
	margin: 5px;
	line-height: 1;
}
#content-wrap.meetdon .sidebar a{
	margin: 0;
	padding: 0;
}	
#content-wrap.meetdon .sidebar p{
	margin: 0 10px 0;
}
#content-wrap.meetdon .sidebar ul{
	margin: 0 0 10px 0;
}
	
	
/*************STYLING FOR ASK DON PAGE*******************/
.askdon .signature{
	background: url(./layout_images/seal-sidebar.png) no-repeat 5px center;
	padding: 10px 0 10px 90px;
	line-height: 1.1em;
	border: 1px dotted #eee;
}
.askdon .signature img.knabesig{
	display: block;
	padding: 2px 10px;
}
.askdon .postwrap{
	padding: 10px 15px;
}
.askdon .postwrap{
	border-top: 1px dotted #eee;
	border-bottom: none;
}




#sidebar .askdon div.wpcf7{
	padding: 10px 10px;
}
#sidebar .askdon form.wpcf7-form{
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#sidebar .askdon form.wpcf7-form p{
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 1;
}
#sidebar .askdon form.wpcf7-form .input label{
	display: block;
}
#sidebar .askdon form.wpcf7-form .input input{
	width: 200px;
}

#sidebar .askdon form.wpcf7-form textarea{
	width: 200px;
}	
	
#main #sidebar p.fineprint{
	font-size: 10px;
}	
	
	
/*****************BLOG STYLING************************/	
#main .blog .article h2.article-title{
	margin: 0 0 5px 0;
	line-height: 1;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.blog .article .article-title a{
	color: #333;
}
.blog .article .article-title a:hover{
	color: #369;
}
#main .blog .article p.excerpt{
	margin-bottom: 0;
}
.blog .article{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.blog .article.last{
	border-bottom: none;
	margin-bottom: 0;
}
#main #content-wrap .blogtitle{
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#main #content-wrap .blogtitle h1, #main #content-wrap .blogtitle h2{
	color: #369;
	text-shadow: 1px 1px 1px #ccc;
}
#main #content-wrap .blogtitle h1{
	font-style: normal;
	background: none;
	font-size: 28px;
	margin: 0;
	padding-left: 0px;
}
#main #content-wrap .blogtitle h2{
	text-align: right;
	width: 60%;
	position: absolute;
	top: .5em;
	right: 0;
	font-size: 18px;
	font-style: italic;
	text-transform: lowercase;
}
.single #main #content-wrap.blog h1.pagetitle{
	background: none;
	font-style: normal;
	padding-left: 0;
}	
.blog-bigimage p{
	font-style: italic;
	color: #999;
	font-size: 11px;
	margin: 0;
}	
.blog-bigimage{
	margin-bottom: 20px;
}
	
/***************MEET THE STAFF STYLING***************/
.staff .staffer{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
}
.staff .staffer:last-child{
	border-bottom: none;
}
.staff .fieldofficers{
	background-color: #F9F8EF;
	padding: 0 10px 10px;
}

.staff .supportstaff .staffer{
	border: none;
	font-size: 11px;
	padding: 2px 0 2px 10px;
}
.staff .supportstaff{
	border-left: 5px solid #eee;
}

.staff h3.name{
	margin: 0;
	font-size: 1.5em;
	line-height: 1;
}
.staff .miscstaff .staffer{
	font-size: 11px;
	padding: 5px 0 5px 10px;
}
.staff .miscstaff{
	padding-top: 10px;
}
.staff .miscstaff h3.name, .staff .supportstaff h3.name{
	font-size: 1.3em;
}
.staff .fieldofficers p.fieldoffice{
	margin: 0;
	font-size: 1.6em;
	line-height: 1;
}

.staff .meta-info p{
	margin: 0;
}
.staff .fieldofficers p.cities{
	font-style: italic;
	margin: 0 0 10px 0;
}
.staff p.title{
	font-style: italic;
	margin-bottom: 5px;
}
.staff .supportstaff p.title{
	margin-bottom: 0px;
}
.staff .responsibilities{
	margin: 10px 0;
}
.staff .responsibilities ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.staff .responsibilities ul li{
	margin: 0;
}
.staff .bio p{
	margin-bottom: 10px;
}
.staff .bio p:last-child{
	margin-bottom: 0;
}
.staff .bio{
	padding-bottom: 10px;
}
.staff .bio strong em{
	font-size: .7em;
}




/**********GALLERIES PAGE*********************/

.thumbs{
	margin: 0 -2px;
	padding: 0;
}
.thumbs .thumb{
	float: left;
	margin: 3px;
}
.galleries .article-wrap .description p{
	margin: 0 0 10px 0;
}
.galleries .gallery{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px 0;
	padding:  0 0 10px 0;
}



/**************SIDEBAR SLIDESHOWS**********/
div.versabox div.slideshow div.thumbs{
	width: 246px;
	height: 180px;
	overflow: hidden;
	margin: 0 0 10px 0;
	border: 2px solid #069;
	padding: 0;
}
div.versabox div.slideshow div.thumbs .thumb{
	padding: 0;
	margin: 0;
}

































	
	
	
	
	
	
	