/* Slideshow styles */

div#carousel {
	float: left;
	background: none;
	margin-top: 20px;
	width: 600px !important;
}

div.tmpSlide {
	display: none;
}

div.tmpSlide img {
    margin: 0 15px 15px 0;
}

div#carouselcontrols {
	margin-left: 10px;
	display: block;
	position: absolute;
	z-index: 100;
}

div.carouselcontrol {
    border: none;
    float: left;
    margin: 10px 5px 0 0;
	padding: 0 7px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	background: url('images/carousel_ctrl_off.png') no-repeat 1px 1px;
}

div.carouselcontrol:hover {
	background: url('images/carousel_ctrl_on.png') no-repeat 1px 1px;
	color: #fff;
}

div.tmpSlideshowControlOn {
	background: url('images/carousel_ctrl_off.png') no-repeat 1px 1px;
	color: #fff;
}

div.tmpSlideshowControlActive {
	background: url('images/carousel_ctrl_on.png') no-repeat 1px 1px;
	color: #fff;
}

div.tmpSlideMap {
	float: right;
	width: 200px;
	height: 150px;
}

div.tmpSlideCopy {
	color: white;
	font-size: 1em;
	margin: 0 0 -80px 0;
	padding: 30px 0 0 0;
	position: relative;
	top: -100px;
	clear: both;
	background: url('images/featuregrad_bg.png') top left repeat-x;
	width: 600px !important;
	height: 245px;
	overflow: hidden;
}

div.tmpSlideDescription {
	width: 390px;
	float: left;
}

div.tmpSlideCopy h3 {
	padding: 5px 10px;
	font-size: 1.4em;	
	margin-bottom: 0;
	line-height: 120%;
}

div#carousel h3 a:link, div#carousel h3 a:visited {
	color: white;
	text-decoration: none;
}

div.tmpSlideDescription p {
	padding: 5px 10px;
	color: white;
	line-height: 130%;
	font-size: 0.9em;
}

div.tmpSlideBloginfo {
	font-size: 80%;
	line-height: 140%;
	width: 190px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	float: right;
}

div.tmpSlideBloginfo p {
	padding: 5px 0 !important;
}

.tmpSlideBloginfo h4, .tmpSlideBloginfo p {
	padding: 0 !important;
	margin: 0 !important;	
}

div.tmpSlideCopy a:link, div.tmpSlideCopy a:visited {
  color: white;
}

.tmpSlideImg {
	width: 400px !important;
	height: 300px;
	float: left;
	background: #000;
}

span.sourceblog {
	background: #243F72;
	font-size: 70%;
	padding: 4px 6px 2px 6px;
	color: white;
}

div#carousel .morelink {
	color: #D69C00 !important;
}

div.includedpost {
	margin: 10px 0 20px 0;
}

div.includedpost h3 {
	border-bottom: 1px solid #888;
	margin-bottom: 5px;
}

div.includedpostsbody {
	width: 390px;
	margin-right: 10px;
	float: left;
}

div.includedpostsbio {
	width: 200px;
	padding-top: 10px;
	float: left;
	line-height: 120%;
	font-size: 90%;
}

div#blogsmenu {
	padding-top: 20px;
}

/* end Slideshow styles */