/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.1
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/


.content {
	background: url('img/back.png') 0 0 no-repeat;

}
.content dl {
	width: 624px;
	height: 360px;
	margin: 0;
}			
.slidedeck dd {
	height: 360px;
	padding: 10px 15px;
	border-right: 5px solid #d7d7d7;
	background: url('img/slides.png') bottom left #d7d7d7 repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Helvetica, Arial,  sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('img/spines.png') top left #d7d7d7;
	color: #fff;
}
.slidedeck dt:hover {
	color: #fff;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Gotham, Futura, Arial, Helvetica, sans-serif;
	color: #dadae0;
}
.slidedeck dt:hover .index { color: #dadae0; }
.slidedeck dt.active .index { color: #dadae0; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('img/corner.png');
	width: 12px;
	height: 25px;
}

.slidedeck dt#slide1.spine.active {
    background: url(../img/background_slides.png) no-repeat 0 0 !important;
}

.slidedeck dt#slide1.spine {
    background: url(../img/background_slides.png) no-repeat 0px -47px !important;
}

.slidedeck dt#slide2.spine.active {
    background: url(../img/background_slides.png) no-repeat 0 -93px !important;
}

.slidedeck dt#slide2.spine {
    background: url(../img/background_slides.png) no-repeat 0 -141px !important;
}

.slidedeck dt#slide3.spine.active {
    background: url(../img/background_slides.png) no-repeat 0 -188px !important;
}

.slidedeck dt#slide3.spine {
    background: url(../img/background_slides.png) no-repeat 0 -236px !important;
}

.slidedeck div.activeCorner {
    width: 11px !important;
}
	
.slidedeck div.activeCorner.arrow1 {
    background: url(../img/background_arrows.png) no-repeat 0px 0 !important;
}

.slidedeck div.activeCorner.arrow2 {
    background: url(../img/background_arrows.png) no-repeat -11px 0 !important;
}

.slidedeck div.activeCorner.arrow3 {
    background: url(../img/background_arrows.png) no-repeat -22px 0 !important;
}


.slidedeck dd.slide {
    background: #FFFFFF !important;
    margin-left: 4px !important;
}

.slideContent p {
font-size: 1.2em;
}