@charset "UTF-8";
/* CSS Document */




#photoboxL {
	float: left;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	position: relative;
}
#photoboxR {
	float: right;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	position: relative;
}
.teasers {
	font-size: 10pt;
}


.jb_tab {
	color: #888;
	font-size: 12pt;
	background: #ededed;
	padding-left: 10px;
	margin-bottom: 5px;
	letter-spacing: .7px;
}

.jb_aBlock {
	margin-bottom: 15px;


}
.jb_aBlock a {
	display:block;
	padding: 5px;
	font-size: 13px;
}

.jb_aBlock a:hover {
	background: #DDD;
	text-decoration: none;
}

.jb_aBlock .jb_title {
	line-height: 28px;
	font-size: 25px;
}

.jb_blockImg {
	padding-top: 0;
}

.jb_excerpt {
	color: #333;
}

.jb_nonfeatured {
	padding-bottom: 10px;
}


.jb_frontpage {
	float: left;
	width: 492px;
	text-align: left;
}
.jb_frontpage a {
	padding: 12px;
}

.jb_rightborder {
	border-right: 1px #ccc solid;
}

.jb_featured {
	float: left;
	width: 235px;
	border: 1px #ccc solid;
	text-align: center;
	margin-right: 10px;
	font-family: "Trebuchet MS",  Helvetica, sans-serif;
}

.jb_featured a {
	color: #111;
	height: 80px;
}

.jb_featureCat {
	font-size: 16px;
	color: #6AB3E8;
	margin-top: 3px;
}

.jb_featuredTitle {
	font-size: 18px;
	font-weight:bold;
	letter-spacing:-0.5px;
}


.jb_featured img {
	margin-bottom: 8px;
}

.jb_category {
	color: #6AB3E8;
	font-size: 16pt;
	font-family: "Trebuchet MS",  Helvetica, sans-serif;
}

.jb_titlebox {
	font-size: 14pt;
	float: left;
	position: relative;
	width: 650px;
	height: auto;
	clear: right;
	line-height: 26px;
	padding-top: 5px;
	margin-bottom: 18px;
	text-align: left;
	font-family: "Trebuchet MS",  Helvetica, sans-serif;
}


.jb_title {
	font-family: "Trebuchet MS",  Helvetica, sans-serif;
	line-height: 36px;
	font-size: 24pt;
	font-weight: bold;
	color: #222;
}

.jb_byline {
	font-size: 12px;
	color: #C7004A;
	margin-top: 8px;
	line-height: 19px;
	font-family: "Trebuchet MS",  Helvetica, sans-serif;
	text-align: left;
}

.jb_date {
	color: #a9a9a9;
	font-size: 12px;
	line-height: 15px;
}

.jb_sub {
	color:#666;
	line-height: 30px;
	font-weight: normal;
}

.photobox_l {
	float: left;
	height: auto;
	width: auto;
	padding-right: 18px;
	padding-bottom: 7px;
	position: relative;
	padding-top: 7px;
}
.photobox_r {
	float: right;
	height: auto;
	width: auto;
	padding-left: 18px;
	padding-bottom: 7px;
	position: relative;
	padding-top: 7px;
}



#slideshow {
    position:relative;
    height:400px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.captionbox {
	background: #dedede;
	font-family: helvetica;
	font-size: 10px;
	line-height: 12px;
	height: auto;
	width: auto;
	position: relative;
	visibility: inherit;
	padding: 7px;
	margin-bottom: 10px;
}

hr {
	color: #fff;
	background-color: #fff;
	border: none;
	border-top: #ccc dashed 1px;
	width: 40%;
}

.creditbox {
	margin-top: 30px;
	padding: 13px;
	border: #ccc dashed 1px;
	font-size: 12px;
	color: #333;
}

.roundedCorners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
