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

/*
 * The frame surrounding the SlideDeck.
 * 
 * Customize the width, height, padding and background to customize the area 
 * surrounding your SlideDeck.
 */
#slidedeck_frame {
	height:250px;
	margin:0 auto;
	width:960px; 
 }
#slidedeck_frame.slidedeckhome {
	height:360px;
}
 
.skin-slidedeck {
    position: relative;
	padding: 0;
    background:#fff;
	border: 14px solid #fff;
}

/*
 * The SlideDeck element itself.
 * 
 * Customize the width and height to increase or decrease the size of
 * your SlideDeck. 
 */
.skin-slidedeck dl.slidedeck {
    position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;
}

/*
 * The SlideDeck slide area.
 * 
 * You can specify a height for the slide area, but it is not required, width
 * will automatically be defined for the slide area and will vary depending on
 * how many slides you have in your SlideDeck.
 * 
 * To add space between a slide and the next slide's spine (slide title bar),
 * increase the border-right definition. To remove the space, just remove the
 * border definition.
 * 
 * SlideDeck slides are all given a unique class, so you can customize the
 * appearance of each slide individually by referencing a slide by its
 * numbered class name. For example:
 *    .slidedeck dd.slide_1
 *    .slidedeck dd.slide_2
 *    .slidedeck dd.slide_3
 *    etc...
 */
.skin-slidedeck dl.slidedeck > dd {
    position: relative;
	height: 250px;
	padding: 0;
    margin: 0;
	background:#fff;
	border:1px solid #000;
    overflow: hidden;
    
}
.skin-slidedeck dl.slidedeck > dd.slide_1 {
	border:1px solid #ef5640;
	border-right:0 !important;	
}
.skin-slidedeck dl.slidedeck > dd.slide_2 {
	border:1px solid #77cbd6;
	border-right:0 !important;	
}
.skin-slidedeck dl.slidedeck > dd.slide_3 {
	border:1px solid #eb004a;
	border-right:0 !important;	
}
.skin-slidedeck dl.slidedeck > dd.slide_4 {
	border:1px solid #ff69a6;
	border-right:0 !important;	
}
.skin-slidedeck dl.slidedeck > dd.slide_5 {
	border:1px solid #aad842;	
	border-right:0 !important;
}
.skin-slidedeck dl.slidedeck > dd.slide_6 {
	border:1px solid #8f5497;
	border-right:0 !important;	
}
.skin-slidedeck dl.slidedeck > dd.slide_7 {
	border:1px solid #5f83c6;
	border-right:0 !important;	
}
.skin-slidedeck dl.slidedeck > dd.slide_8 {
	border:1px solid #ffc341;
	border-right:1px solid #ffc341 !important;	
}
/*
 * The SlideDeck spine (slide title bar).
 * 
 * SlideDeck spines are rotated, so you will need to swap your directions. To
 * change the width of the spine, you will need to modify the spine height.
 * You will also need to make sure that any background imagery used is rotated
 * horizontally.
 * 
 * Like slides, spines are also given a unique class allowing for custom
 * appearance for each spine. This follows a similar naming convention:
 *     .slidedeck dt.slide_1
 *     .slidedeck dt.slide_2
 *     .slidedeck dt.slide_3
 *     etc...
 */
.skin-slidedeck dl.slidedeck > dt {
    position: relative;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
	font-family:"Gill Sans", Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
    margin: 0;
    padding: 0;
	background:#000;
}
.skin-slidedeck dl.slidedeck dt.spine_1 {
	background:#ef5640;	
}
.skin-slidedeck dl.slidedeck dt.spine_2 {
	background:#77cbd6;	
}
.skin-slidedeck dl.slidedeck dt.spine_3 {
	background:#eb004a;	
}
.skin-slidedeck dl.slidedeck dt.spine_4 {
	background:#ff69a6;	
}
.skin-slidedeck dl.slidedeck dt.spine_5 {
	background:#aad842;	
}
.skin-slidedeck dl.slidedeck dt.spine_6 {
	background:#8f5497;	
}
.skin-slidedeck dl.slidedeck dt.spine_7 {
	background:#5f83c6;	
}
.skin-slidedeck dl.slidedeck dt.spine_8 {
	background:#ffc341;	
}
/*
 * The hovered state of a SlideDeck spine.
 */
/*.skin-slidedeck dl.slidedeck dt.spine:hover {
	color: #000;
	background-position: center left;
}*/

/*
 * The active state of a SlideDeck spine.
 */
.skin-slidedeck dl.slidedeck dt.spine.active,
.skin-slidedeck dl.slidedeck dt.spine.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}
.skin-slidedeck dl.slidedeck dt.spine:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	opacity: 0.8;

}
/*
 * The SlideDeck spine index labels.
 * 
 * This is to style the numbers (or letters if you have customized it so)
 * that appear at the bottom of each SlideDeck spine.
 */
.skin-slidedeck dl.slidedeck dt.spine .index {
	margin-bottom: 2px;
    font-size: 24px;
	font-weight: normal;
	font-family: "Gill Sans", Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
	color: #505050;
}
.skin-slidedeck dl.slidedeck dt.spine.active .index { margin-bottom: 0; }

/*
 * The hovered state of a SlideDeck spine index label.
 */
/*.skin-slidedeck dl.slidedeck dt.spine:hover .index { color: #000000; }*/

/*
 * The active state of a SlideDeck spine index label.
 */
.skin-slidedeck dl.slidedeck dt.spine.active .index { color: #ffffff; }

/*
 * The SlideDeck "active corner".
 * 
 * This is the small triangle that appears in the upper left of the active
 * slide. This can be made any size and positioned differently by modifying
 * the margin values. By default the left margin is inset to prevent any
 * gap from appearing as the SlideDeck animates.
 */
.skin-slidedeck dl.slidedeck .activeCorner {
	margin-left: -1px;
	width: 10px;
	height: 24px;
	top:0 !important;
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_1 {
	background-image: url('../images/active-corner1.png');
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_2 {
	background-image: url('../images/active-corner2.png');
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_3 {
	background-image: url('../images/active-corner3.png');
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_4 {
	background-image: url('../images/active-corner4.png');
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_5 {
	background-image: url('../images/active-corner5.png');
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_6 {
	background-image: url('../images/active-corner6.png');
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_7 {
	background-image: url('../images/active-corner7.png');
}
.skin-slidedeck dl.slidedeck .activeCorner.spine_8 {
	background-image: url('../images/active-corner8.png');
}
