/*
Usage Section Styles

@package SlideDeck.com
*/
div.usage_section {
    position: relative;
	width: 730px;
	padding-top: 40px;
	border-top: 1px solid #999;
	margin: 0 0 40px 195px;
}
div.usage_section:first-child {
	padding-top: 0;
	border-top: none;
}
div.usage_section.last { margin-bottom: 0; }
div.usage_section p { width: 730px; }
div.usage_section table.options_table p { width: auto; }

h4.point {
	font-size: 1.2em;
	margin: 0 0 10px;
}
h4.point em {
	font-weight: normal;
	font-size: 0.9em;
	color: #999;
}
strong.proFeature {
	font-size: 1em;
	padding: 0 3px;
	background: #612648;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
strong.highlight {
	background: #ff0;
	padding: 0 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.code {
	width: 685px;
	background: #222;
	color: #ddd;
	padding: 15px;
	margin: 0 0 20px 15px;
	font-size: 12px;
}
div.code pre { margin: 0; }
code { font-size: 1.1em; }
table.options_table {
	position: relative;
	overflow: hidden;
	width: 730px;
	margin-bottom: 20px;
}
table.options_table td, table.options_table th {
	position: relative;
	padding: 10px 0 10px 25px;
	vertical-align: top;
	border-top: 1px solid #ccc;
}
table.options_table td { width: 570px; }
table.options_table td div.code { width: 525px; }
table.options_table tr:first-child td, table.options_table tr:first-child th { border-top: none; }
table.options_table th {
	width: 120px;
	text-align: left;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
}
table.options_table th.wordpress{
	background: url('../images/icon_wordpress-feature.png') 0 10px no-repeat;
}

#usage_installation .intro, #usage_wordpress .intro {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
}
#usage_navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;	
}
#usage_navigation ul {
	position: relative;
	margin: 0;
	padding: 5px;
	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
#usage_navigation ul li {
	margin: 0;
	padding: 3px 0;
	border-top: 1px dotted #ccc;
	font-size: 13px;
	position:relative;
	overflow:hidden;
}
#usage_navigation ul li:first-child { border-top-color: #fff; }
#usage_navigation ul li a, #usage_navigation ul li a:link, #usage_navigation ul li a:visited {
	display: block;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	color: #39c;
	padding: 0 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}
#usage_navigation ul li.current-menu-item a, #usage_navigation ul li.current-menu-item a:link, #usage_navigation ul li.current-menu-item a:visited,
#usage_navigation ul li a.active, #usage_navigation ul li a.active:link, #usage_navigation ul li a.active:visited,
#usage_navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #76365b;
    background: -moz-linear-gradient(center top, #a33f7e 0%, #76365b 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a33f7e), to(#76365b));
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true',startColorstr=#a33f7e,endColorstr=#76365b);
}
div#usage_navigation img.pro{
	display:block;
	position:absolute;
	right:30px;
	top:8px;
}

#content .syntaxhighlighter {
    margin: 0 0 20px 15px !important;
    width: auto !important;
}
#content .syntaxhighlighter .lines {
    padding: 15px !important;
}

span.wp_available{
	display:block;
	width:155px;
	text-align:right;
	font-weight:bold;
	position:absolute;
	top:5px;
	right:10px;
	height:20px;
	background: url('../images/icon_wordpress-feature.png') 0 1px no-repeat;	
}

#usage_wordpress h3.section-title {
    margin:0 0 15px;
    padding:10px 0 0;
    font-size:20px;
    font-style:italic;
    color:#8D8D8D;
    font-weight:normal;
}
#usage_wordpress img {
    border:1px solid #666666;
    padding:7px;
    background-color:#999999;
    margin-bottom:30px;
}

#usage_navigation ul li#menu-item-546 { padding: 3px 0 0; }
#usage_navigation ul li#menu-item-5362 {
    border-top: none;
    font-size: 11px;
    padding: 0 0 3px 10px;
}
#usage_navigation ul li#menu-item-5362.current-menu-item a,
#usage_navigation ul li#menu-item-5362.current-menu-item a:link,
#usage_navigation ul li#menu-item-5362.current-menu-item a:visited {
    color: #39c;
    background: #e6e8e7;
    height: 21px;
    line-height: 21px;
    padding: 0 10px;
    margin: 3px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled='true',startColorstr=#e6e8e7,endColorstr=#e6e8e7)";
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true',startColorstr=#e6e8e7,endColorstr=#e6e8e7);
}
