/*
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 {
	width: 980px;
	height: 289px;
}
#slidedeck_frame dl {
	width: 980px;
	height: 289px;
	margin: 0;
}			
.slidedeck dd {
	height: 289px;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #2b2b2b;
	color: #fff;
	border-right:solid 1px #464545;
	border-left:solid 1px #464545;
	margin-right:23px;
	width:53px;
}
.slidedeck dt.spine_1{
}
.slidedeck dt.last{
	margin-right:0;
}
.slidedeck dt:hover {
	color: #fff;
	background:#000;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background:#000;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #fff; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	display:none;
}
.slidedeck dd{
	padding:24px;
	background:#1d1d1d;
}
.slidedeck dd img{
	float:left;
}
.slidedeck dd div.copy{
	float:left;
	width:227px;
	margin-left:19px;
}
.slidedeck dd div.copy h3{
	font-size:18px;
	margin:0 0 14px 0;
}

