/*
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
*/

#slidedeck_frame {
	background: url('back.png') 0 0 no-repeat;
	width: 650px;
	
	padding: 0px 0px;
}
#slidedeck_frame dl {
	width: 650px;
	height: 240px;
	margin: 0;
}			
.slidedeck dd {
	height: 294px;
	padding: 10px 15px;
	border-right: 5px solid #fff;
	text-align:justify;
	background: url('slides.png') bottom left #fff repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Futura Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('spines.png') top left #8D0300;
	color: #fff;
	border:1px solid #fff;
}
.slidedeck dt:hover {
	color: #000;
	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: Futura, Arial, Helvetica, sans-serif;
	color: #fff;
}
.slidedeck dt:hover .index { color: #000; }
.slidedeck dt.active .index { color: #fff; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('corner.png');
	width: 12px;
	height: 25px;
}

#slidedeck_frame2 {
	background: url('back.png') 0 0 no-repeat;
	width: 30px;
	
	padding: 0px 0px;
}
#slidedeck_frame2 dl {
	width: 30px;
	height: 240px;
	margin: 0;
}			
.slidedeck2 dd {
	height: 294px;
	padding: 10px 15px;
	border-right: 5px solid #d7d7d7;
	text-align:justify;
	background: url('slides.png') bottom left #fff repeat-x;
}
.slidedeck2 dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Futura Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('spines.png') top left #8D0300;
	color: #fff;
	border:1px solid #fff;
}
.slidedeck2 dt:hover {
	color: #000;
	background-position: center left;
}
.slidedeck2 dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}
.slidedeck2 dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #fff;
}
.slidedeck2 dt:hover .index { color: #000; }
.slidedeck2 dt.active .index { color: #fff; }
.slidedeck2 .activeCorner {
	margin-left: -6px;
	background-image: url('corner.png');
	width: 12px;
	height: 25px;
}
