/*
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
*/

.container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#slidedeck_frame {
  position: relative;
	background: url('back_892.png') 0 0 no-repeat;
	width: 832px;
	height: 245px;
	padding: 28px 30px;
}
#slidedeck_frame dl {
  position: relative;
	width: 832px;
	height: 245px;
	margin: 0;
  padding: 0;
}			
.slidedeck dd {
  position: relative;
	height: 240px;
	padding: 10px 15px;
  margin: 0;
	border-right: 5px solid #d7d7d7;
	background: url('images/slides.png') bottom left #d7d7d7 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('images/spines.png') top left #d7d7d7;
	color: #505050;
    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 dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('images/corner.png');
	width: 12px;
	height: 25px;
}


#customize_your_slidedeck { padding-top: 40px; }
#customize_your_slidedeck #col_left {
	width: 550px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
}
#customize_your_slidedeck h3.cufon_futura {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#customize_your_slidedeck h4.cufon_georgia {
	font-size: 18px;
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}
#customize_your_slidedeck #col_right h3.title {
	position: relative;
	height: 0;
	width: 155px;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 10px;
	background: url('images/title_get-started.png') 0 0;
}
#customize_your_slidedeck .contact_us_form .formContainer {
	background: none;
	border: none;
	color: #333;
	height: auto;
	width: auto;
	padding: 0 0 ;
}
#customize_your_slidedeck .contact_us_form .formContainer ol { margin-bottom: 0; }

#blog-feed h3.cufon_futura {
	display:inline;
  line-height: 20px;
  height: 20px; 
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left:5px;
}
