﻿/*
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
*/

.style1 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	background-color: #FFCC00;
}
.style3 {
	background-color: #00CC66;
}
.style4 {
	background-color: #5570CF;
}
.style5 {
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px solid #C0C0C0;
}
.style6 {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.style7 {
	border-width: 0;
}

.auto-style1 {
	text-align: center;
}

p
{
	margin: 5px 0px;
}

h1
{
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#slidedeck_frame {
    position: relative;
	width: 730px;
	height: 314px;
}
#slidedeck_frame dl {
    position: relative;
	width: 730px;
	height: 300px;
	margin: 0;
    padding: 0;
}			
.slidedeck dd {
    position: relative;
	height: 294px;
	padding: 10px 15px;
    	margin: 0;
	border-right: 5px solid #c0c0ff;
	background: url('slides.png') bottom left #c0c0ff repeat-x;
}
.slidedeck dt {
    position: relative;
	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 #5570cf;
	color: #5570cf;
	index: 0;
    margin: 0;
    padding: 0;
}
.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 .activeCorner {
	margin-left: -6px;
	background-image: url('corner.png');
	width: 12px;
	height: 25px;
}