/*
Skin Name: SlideDeck WordPress Plugin Default
Skin URI: http://www.slidedeck.com/
Skin Type: flexible
Description: The default skin for the <a href="http://www.slidedeck.com/wordpress">SlideDeck WordPress Plugin</a>.
Version: 1.0
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Contributors: dtelepathy, ricklee, kynatro
Tags: flexible, white, black, multi-color
*/

dl.slidedeck { margin-top: 50px; }

dl.slidedeck dd {
    padding: 20px;
	border-right: none;
	background:url(slider_bg.png) no-repeat;
	background-color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

dl.slidedeck dt {
    height: 43px;	
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	font-family: Titillium, Helvetica, Arial, sans-serif;
	color:#606060;
	font-weight: bold;
	text-transform: uppercase;
	background: url('spines.png') bottom right #fff;
}

dl.slidedeck dt:hover { color: #ff7c09; }

dl.slidedeck dt.active, dl.slidedeck dt.active:hover {
	cursor: default;
	color: #d4d4d4;
	background-position: top right;
}

dl.slidedeck dt .index {
	font-size: 18px;
	line-height: 13px;
	text-indent: -5px;
	font-weight:normal;
	font-family: Titillium, Helvetica, Arial, sans-serif;
	color: #606060;
	background: url('indexes.png') 0 -43px no-repeat;
	margin-left: -12px;
}

dl.slidedeck dt:hover .index { color: #ff7c09; }

dl.slidedeck dt.active .index {
	color: #d4d4d4;
	background-position: 0 -1px;
}

dl.slidedeck .activeCorner {
	margin-left: -4px;
	margin-top: 5px;
	background-image: url('corner.png');
	width: 11px;
	height: 23px;
}

dl.slidedeck dd.slide ul.slidesVertical li {
    padding: 10px;
}
dl.slidedeck dd.slide ul.verticalSlideNav {
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
dl.slidedeck dd.slide ul.verticalSlideNav li {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 0 3px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	line-height: 12px;
    list-style: none;
	font-size: 1px; /* Stupid IE */
}
dl.slidedeck dd.slide ul.verticalSlideNav li.arrow {
    position: absolute;
    display: block;
    z-index: 1;
    width: 10px;
    height: 0;
    padding-top: 10px;
    padding-bottom: 0;
    overflow: hidden;
    left: 0;
    border: 1px solid #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
}
dl.slidedeck dd.slide ul.verticalSlideNav li a, dl.slidedeck dd.slide ul.verticalSlideNav li a:link, dl.slidedeck dd.slide ul.verticalSlideNav li a:visited {
    position: relative;
    display: block;
    width: 10px;
    height: 0;
    overflow: hidden;
    padding-top: 10px;
    background: #fff;
    outline: none;
	text-decoration: none;
    border: 1px solid #ccc;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
}
dl.slidedeck dd.slide ul.verticalSlideNav li a:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    filter: Alpha(opacity=75); 
}
