/* ------------------------------------------------------------
    
    Title:     Figure 53
    Type:      CSS for Screen
    Author:    SensibleWorld.net

------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #292929;
	background-image: url('/img/bkgd.png');
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 18px;
	}
	
/* a, a:link, a:visited { color: #993399; text-decoration: none; } */
a, a:link, a:visited { color: #7722cc; text-decoration: none; }
a:hover, a:active { color: #000033; text-decoration: none; }
.nochange { background: transparent; color: black; text-decoration: none; }
.nochange:hover { background: transparent; color: black; text-decoration: none; }

img { border:none; }

dt { font-weight: bold; line-height: 14px; padding:0; margin: 10px 0px 10px 0px; }
dd { padding: 0 0 10px 20px; margin: 0; }
ul { padding: 0px 5px 0px 40px; }

.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.big { font-size: 1.2em; color: black; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.padder { padding: 10px; }

/* ------------------------------------------------------------

	structure

------------------------------------------------------------ */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	}
#header {
    width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('/img/header_grain.png');
	background-repeat: repeat-x;
	height: 99px;
	}
#header_wrap {          /* match margin produced by background shine */
	width: 1100px;
	padding: 0;
	margin: 0 auto;
	}
#header_wrap_2 {        /* match width of content */
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	}
#background_shine {
    width: 1100px;
    background-image: url('/img/bkgd_shine.png');
	background-repeat: no-repeat;
    padding: 0;
	margin: 0 auto;
    }
.wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#highlight {
	width: 1000px;
	padding: 0;
	margin: 0;
	background: #666699;
	border-bottom: 1px solid #292929;
	}
.content_header {
    width: 1010px;
	padding: 29px 0 0 0;
	margin: 0px 0 0 -5px;
	background: url(/img/content_top.png) no-repeat top left;
    }
.content_header_sharp_corner {
    width: 1010px;
	padding: 29px 0 0 0;
	margin: 0px 0 0 -5px;
	background: url(/img/content_top_sharp_left_corner.png) no-repeat top left;
    }
.content {
	width: 1010px;
	padding: 0 0 0 0;
	margin: 0 0 0 -5px;
	background: #fff;
	background: url(/img/content_middle.png) repeat-y left;
	}
.content_footer {
    width: 1010px;
	padding: 25px 0 0 0;
	margin: 0 0 0 -5px;
	background: url(/img/content_bottom.png) no-repeat top left;
    }
.full {
	padding: 0px 35px;
	margin: 0;
	}
.main {
	padding: 0;
	margin: 0;
	float: left;
	width: 630px;
	}
.sidebar {
	padding: 0;
	margin: 0;
	width: 270px;
	float: right;
	}
#features {
	padding: 30px 30px 0 30px;
	}
#footer {
	width: 940px;
	padding: 0px 30px 30px 30px;
	margin: 0;
	color: #666666;
	font-size: 11px;
	}
#footer a { color: #aaaaaa; }
#footer	a:hover, #footer a:active { color: #aaaaff; background-color: transparent; text-decoration: underline; }

/* ------------------------------------------------------------

	Header

------------------------------------------------------------ */

#logo {
	width: 198px;
	height: 99px;
	margin: 0px 0px 0px -25px;
	padding: 0;
	float: left;
	background: url(/img/figure53_logo.png) top left;
	text-indent: -5000px;
	}
#navigation {
	float: right;
	margin: 0;
	padding: 36px 0 0 0;
	height: 31px;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#navigation ul li {
	float: left;
/* 	margin: 30; */
	padding: 0;
	}
#navigation ul li a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	height: 31px;
	text-indent: -5000px;
	border: none;
	background-position: left -62px;
	}
#navigation_divider {
    float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	height: 31px;
	border: none;
	background: url(/img/nav_tabs/nav_divider.png);
	width: 30px;
    }
#qlab_nav a {
	background: url(/img/nav_tabs/nav_qlab.png);
	width: 65px;
	}
#streamers_nav a {
	background: url(/img/nav_tabs/nav_streamers.png);
	width: 110px;
	}
#lockstep_nav a {
	background: url(/img/nav_tabs/nav_lockstep.png);
	width: 98px;
	}
#chroma_nav a {
	background: url(/img/nav_tabs/nav_chroma.png);
	width: 86px;
	}
#tixato_nav a {
	background: url(/img/nav_tabs/nav_tixato.png);
	width: 79px;
	}
#store_nav a {
	background: url(/img/nav_tabs/nav_store.png);
	width: 72px;
	}
#support_nav a {
	background: url(/img/nav_tabs/nav_support.png);
	width: 91px;
	}
#blog_nav a {
	background: url(/img/nav_tabs/nav_blog.png);
	width: 65px;
	}
#qlab_nav a:hover, #streamers_nav a:hover, #lockstep_nav a:hover, #chroma_nav a:hover, #tixato_nav a:hover, #store_nav a:hover, #support_nav a:hover, #blog_nav a:hover { background-position: left -31px; background-color: transparent; }
#qlab_nav a.active, #streamers_nav a.active, #lockstep_nav a.active, #chroma_nav a.active, #tixato_nav a.active, #store_nav a.active, #support_nav a.active, #blog_nav a.active { background-position: left 0; background-color: transparent; }
	
/* ------------------------------------------------------------

	Sub Navigation

------------------------------------------------------------ */

#sub_navigation {
	width: 1000px;
	height: 61px;
	padding: 0;
	margin: 0;
	}	
#sub_navigation ul {
	height: 60px;
	padding: 30px 0 0 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	}
#sub_navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#sub_navigation ul li a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	border: none;
	height: 31px;
	text-indent: -5000px;
	background-position: left -62px;
	}
#overview_nav a {
	background: url(/img/nav_tabs/nav_overview.png) no-repeat;
	width: 98px;
	}
#tour_nav a {
	background: url(/img/nav_tabs/nav_tour.png) no-repeat;
	width: 65px;
	}
#download_nav a {
	background: url(/img/nav_tabs/nav_download.png) no-repeat;
	width: 105px;
	}
#buy_nav a {
	background: url(/img/nav_tabs/nav_buy.png) no-repeat;
	width: 56px;
	}
#showcases_nav a {
	background: url(/img/nav_tabs/nav_showcases.png) no-repeat;
	width: 111px;
	}
#sub_support_nav a {
	background: url(/img/nav_tabs/nav_sub_support.png) no-repeat;
	width: 91px;
	}
#overview_nav_alt a {
	background: url(/img/nav_tabs/nav_overview_alt.png) no-repeat;
	width: 98px;
	}
#tour_nav_alt a {
	background: url(/img/nav_tabs/nav_tour_alt.png) no-repeat;
	width: 65px;
	}
#download_nav_alt a {
	background: url(/img/nav_tabs/nav_download_alt.png) no-repeat;
	width: 105px;
	}
#buy_nav_alt a {
	background: url(/img/nav_tabs/nav_buy_alt.png) no-repeat;
	width: 56px;
	}
#showcases_nav_alt a {
	background: url(/img/nav_tabs/nav_showcases_alt.png) no-repeat;
	width: 111px;
	}
#sub_support_nav_alt a {
	background: url(/img/nav_tabs/nav_sub_support_alt.png) no-repeat;
	width: 91px;
	}
#home_nav a {
	background: url(/img/nav_tabs/nav_home.png) no-repeat;
	width: 68px;
	}
#submit_a_request_nav a {
	background: url(/img/nav_tabs/nav_submit_a_request.png) no-repeat;
	width: 158px;
	}
#check_on_a_request_nav a {
	background: url(/img/nav_tabs/nav_check_on_a_request.png) no-repeat;
	width: 177px;
	}
#overview_nav a:hover, #tour_nav a:hover, #download_nav a:hover, #buy_nav a:hover, #showcases_nav a:hover, #sub_support_nav a:hover, #overview_nav_alt a:hover, #tour_nav_alt a:hover, #download_nav_alt a:hover, #buy_nav_alt a:hover, #showcases_nav_alt a:hover, #sub_support_nav_alt a:hover, #home_nav a:hover, #submit_a_request_nav a:hover, #check_on_a_request_nav a:hover { background-position: left -31px; background-color: transparent; }
#overview_nav a.active, #tour_nav a.active, #download_nav a.active, #buy_nav a.active, #showcases_nav a.active, #sub_support_nav a.active, #overview_nav_alt a.active, #tour_nav_alt a.active, #download_nav_alt a.active, #buy_nav_alt a.active, #showcases_nav_alt a.active, #sub_support_nav_alt a.active, #home_nav a.active, #submit_a_request_nav a.active, #check_on_a_request_nav a.active { background-position: left 0; background-color: transparent; }

/* ------------------------------------------------------------

	MacBook

------------------------------------------------------------ */

#macbook {
	background: url(/img/macbook.png) no-repeat;
	width: 523px;
	height: 358px;
	position: absolute;
	padding: 0;
	margin: 30px 0 0 530px;
	}

#macbook_lg {
	background: url(/img/macbook_lg_black.png) no-repeat;
	width: 1000px;
	height: 665px;
	padding: 0;
	margin: 20px 0 -10px 20px;
	}
	
#slidecontent {
	padding: 0;
	margin: 21px 0 0 72px;
	}

/* ------------------------------------------------------------

	Overview Highlight Banner

------------------------------------------------------------ */

#highlight p {
	width: 430px;
	margin: 0 30px 30px 30px;
	color: #ffffff;
	min-height: 72px;
	}
#highlight p a {
	color: #ffccff;
	text-decoration: none;
	border-bottom: 1px dotted #ffccff;
	}
#highlight p a:hover {
	color: #000033;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #000033;
	}

/* ------------------------------------------------------------

	Button Bar

------------------------------------------------------------ */

#version_number {
	background: url(/img/version_star.png) no-repeat;
	width: 50px;
	height: 50px;
	padding: 14px 0px 0px 0px;
	margin: -15px 0 0 -25px;
	color: #663300;
	position: absolute;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	}
	
#button_bar {
	width: 1000px;
	height: 70px;
	padding: 0;
	margin:0;
	list-style: none;
	display: block;
	background: url(/img/button_bar_bkgd.png) no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}
#button_bar span {
	float: left;
	display: block;
	height: 70px;
	}
#button_bar span dt {
	padding: 12px 0 5px 60px;
	margin: 0;
	font: 14px bold;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	}
#button_bar span dd {
	padding: 0 0 0 60px;
	margin: -4px 0 0 0;
	font: 10px bold;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	}
	
/* General Tab Code */

#button_bar span#download_tab {
	float: left;
	display: block;
	width: 230px;
	}
#button_bar span#purchase_tab {
	padding-left: 65px;
	width: 210px;
	}
#button_bar span#rental_tab {
	width: 225px;
	}

/* Tab Icons */

#button_bar span#download_tab a, #button_bar span#purchase_tab a, #button_bar span#rental_tab a {
	display: block;
	margin: 7px 0 0 23px;
	padding: 0;
	height: 55px;
	text-decoration: none;
	}
#button_bar span#rental_tab a {
	display: block;
	margin: 7px 0 0 16px;
	padding: 0;
	height: 55px;
	text-decoration: none;
	}

#button_bar span#download_tab a { background: url(/img/download_button.png) no-repeat left 0px; }
#button_bar span#purchase_tab a { background: url(/img/purchase_button.png) no-repeat left 0px; }
#button_bar span#rental_tab a { background: url(/img/rental_button.png) no-repeat left 0px; }

#button_bar span#download_tab a:hover, #button_bar span#purchase_tab a:hover, #button_bar span#rental_tab a:hover { background-position: left -55px; }

/* Tab Text */

#button_bar span#download_tab a dt, #button_bar span#purchase_tab a dt, #button_bar span#rental_tab a dt {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
#button_bar span#download_tab a dt { color: #ffffff; }
#button_bar span#purchase_tab a dt, #button_bar span#rental_tab a dt { color: #333366; }
#button_bar span#download_tab a:hover dt, #button_bar span#purchase_tab a:hover dt, #button_bar span#rental_tab a:hover dt { color: #330033; }

#button_bar span#download_tab a dd, #button_bar span#purchase_tab a dd, #button_bar span#rental_tab a dd { text-decoration: none; }
	
#button_bar span#download_tab a dd { color: #ffff99; }
#button_bar span#purchase_tab a dd, #button_bar span#rental_tab a dd { color: #333366; }
#button_bar span#download_tab a:hover dd, #button_bar span#purchase_tab a:hover dd, #button_bar span#rental_tab a:hover dd { color: #660066; }

#button_bar span#extra_tab dt, #button_bar span#extra_tab2 dt {
	padding: 0;
	margin: 0;
	}

/* ------------------------------------------------------------

	Content

------------------------------------------------------------ */

.content p {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content h1 {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content h2 {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content h3 {
	padding: 10px 0 10px 0;
	margin: 0;
	}
.content strong { color: #333366; font-size: 14px; font-weight: bold; }
.content table { padding: 0; margin: 0; }
.content table td { padding: 0; margin: 0; vertical-align: top; }

ul.feature_list1, ul.feature_list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666666;
	font-size: 11px;
	float: right;
	width: 230px;
	margin: 0 0 0 23px;
	}
ul.feature_list1 li, ul.feature_list2 li {
	height: 44px;
	padding: 0 0 0 44px;
	line-height: 14px;
	}
ul.feature_list1 li#feature_title {
	background: url(/img/title_feature.png) no-repeat left 0px;
	width: 160px;
	height: 40px;
	text-indent: -5000px;
	}
ul.feature_list1 li#feature_more {
	margin: 15px 0 0 0;
	padding-left: 0px;
	font-size: 12px;
	}
ul.feature_list1 li#one { background: url(/img/icons/1.png) no-repeat left 0px; }
ul.feature_list1 li#two { background: url(/img/icons/2.png) no-repeat left 0px; }
ul.feature_list1 li#three { background: url(/img/icons/3.png) no-repeat left 0px; }
ul.feature_list1 li#four { background: url(/img/icons/4.png) no-repeat left 0px; }
ul.feature_list1 li#five { background: url(/img/icons/5.png) no-repeat left 0px; }
ul.feature_list1 li#six { background: url(/img/icons/6.png) no-repeat left 0px; }
ul.feature_list2 li#seven { background: url(/img/icons/7.png) no-repeat left 0px; margin-top: 40px; }
ul.feature_list2 li#eight { background: url(/img/icons/8.png) no-repeat left 0px; }
ul.feature_list2 li#nine { background: url(/img/icons/9.png) no-repeat left 0px; }
ul.feature_list2 li#ten { background: url(/img/icons/10.png) no-repeat left 0px; }
ul.feature_list2 li#eleven { background: url(/img/icons/11.png) no-repeat left 0px; }
ul.feature_list2 li#twelve { background: url(/img/icons/12.png) no-repeat left 0px; }

/* ------------------------------------------------------------

	Sidebar

------------------------------------------------------------ */

.sidebar p { font-size: 11px; padding: 0 0 10px 0; margin: 0; }
.sidebar p.sidequote { color: #333366; font-size: 14px; font-weight: bold; padding: 0; margin: 0; padding-bottom: 10px; }
.sidebar p.credit { color: #999999; font-size: 11px; padding: 0; margin: 0; line-height: 13px; padding-bottom: 15px; }
.sidebar h3 {
	padding: 0 0 10px 0;
	margin: 0;
	}

.quoteswap {
	display:none;
	padding: 0;
	margin: 0;
 	}

h3#title_notebook {
	background-image: url(/img/title_notebookside.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 83px;
	height: 16px;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
	text-indent: -5000px;
	}
	
.notebook_list dt { font-weight: bold; line-height: 14px; padding:0; margin: 0; }
.notebook_list dd { color: #999999; font-size: 11px; padding:0 0 10px 0; margin: 0; }
	
#rss {
	background: url(/img/rss.png) no-repeat left 0px;
	width: 12px;
	height: 14px;
	text-indent: -5000px;
	}

/* ------------------------------------------------------------

	Flexible Box

------------------------------------------------------------ */
	
.flexible-box {
	background: #ddd;
	color: #444;
	font-size: 10px;
	padding: 0;
	margin: 0;
	}
.flexible-box p { padding: 0px 20px 10px 20px; }
.flexible-box h3 { padding: 0px 10px 15px 10px; margin: 0px; }
.flexible-box ul { margin: 0px 10px 0px -10px; }
.flexible-box ul ul { margin: 0px 0px 0px -10px; }
.flexible-box a:link, 
.flexible-box a:visited {
    text-decoration: underline;
    color: #444;
    }
.flexible-box a:hover {
    color: #7722cc;
    background: transparent;
    }
.flexible-box-top {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #bbb;
	padding: 0px 10px 6px 10px;
	margin: 0px 0px 6px 0px;
	}
.flexibleTL { background: url(/img/flexibleTL.png) no-repeat top left; }
.flexibleTR { background: url(/img/flexibleTR.png) no-repeat top right; }
.flexibleBR { background: url(/img/flexibleBR.png) no-repeat bottom right; }
.flexibleBL { background: url(/img/flexibleBL.png) no-repeat bottom left; }
.flexibleTL, .flexibleTR {
    border: none;
    height: 8px;
    background-color: #bbb;
    }
.flexibleBR, .flexibleBL {
    border: none;
    height: 8px;
    background-color: #ddd;
    }
.flexibleTR {
    float: right;
    width: 8px;
    }
.flexibleBR {
    float: right;
    width: 8px;
    }
	
/* ------------------------------------------------------------

	Box

------------------------------------------------------------ */

.box-top {
    width: 330px;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	background: url(/img/fixed-box-top.png) no-repeat top left;
    }
.box-middle {
	width: 330px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	background: url(/img/fixed-box-middle.png) repeat-y left;
	}
.box-middle p { padding: 10px 30px 0px 30px; }
.box-middle h3 { padding: 0px 30px 15px 30px; margin: 0px; }
.box-middle ul { margin: 0px; }
.box-middle a:link { text-decoration: underline; color: #fff; }
.box-middle a:visited { text-decoration: underline; color: #fff; }
.box-middle a:hover { color: #ff3; background: transparent; }
.box-bottom {
    width: 330px;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	background: url(/img/fixed-box-bottom.png) no-repeat top left;
    }
    
/* ------------------------------------------------------------

	QLab Showcases

------------------------------------------------------------ */

.showcase-wrapper { width: 900px; padding: 5px 0px 15px 0px; }
.showcase-table td { vertical-align: top; }
.showcase {
    padding: 0px 15px 10px 15px;
   	font-size: 14px;
   	line-height: 1.35em;
    }
.showcase h3 {
    padding: 0px;
    margin: 0px;
    }
.showcase-byline {
	color: #777;
	font-size: 0.9em;
	padding: 0px 0px 0px 1px;
	}
.showcase-summary {
    padding: 15px 0px 10px 100px;
    }
.caption-left {
    font-size: .8em;
    text-align: left;
    line-height: 1.2em;
    }
.caption-center {
    font-size: .8em;
    text-align: center;
    line-height: 1.2em;
    }
.caption-right {
    font-size: .8em;
    text-align: right;
    line-height: 1.2em;
    }
    
/* ------------------------------------------------------------

	QLab Quotes

------------------------------------------------------------ */
    
.quote {
    font-size: 1.15em;
    line-height: 1.5em;
    width: 90%;
    color: #333;
    background-color: #edf;
    padding: 20px;
    margin: 0px auto;
    }

.quoted-entity {
    color: #666;
    font-size: 0.8em;
    text-align: right;
    line-height: 1.6em;
    padding: 0px 10px 7px 0px;
    }
    
.stressed {
    font-size: 1.05em;
    color: #000;
    font-weight: bold;
    }
    
/* ------------------------------------------------------------

	QLab Documentation

------------------------------------------------------------ */

.doc-index-list {
    line-height: 2em;
    font-weight: bold;
    font-size: 18px;
    }

.doc-index-sublist {
    font-weight: normal;
    line-height: 1.2em;
    font-size: 14px;
    }

.doctitle {
    width: 100%;
    text-align: right;
    color: #aaa;
    }

.docdate {
    width: 100%;
    text-align: right;
    color: #aaa;
    font-size: 10px;
    border-top: solid 1px;
    }

.docneighborlinks {
    width: 100%;
    }

.nextdiv {
    width: 100%;
    text-align: right;
    }

.docnote {
    width: 75%;
    color: #000;
    background-color: #edf;
    border: dashed 1px;
    border-color: #666;
    padding: 10px;
    }

.technote {
    width: 75%;
    color: #000;
    background-color: #ddd;
    font-size: 0.9em;
    border: dashed 1px;
    border-color: #666;
    padding: 10px;
    }

.technotetitle {
    font-style: italic;
    }
    
table.feature-list {
    width: 80%;
    background: #ddd;
    padding: 2px;
    margin: 0px auto;
    text-align: left;
    }

table.feature-list tr.toprow td {
    background: #eee;
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
    }

table.feature-list td {
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background: #fff;
    line-height: 1.25em;
    vertical-align: middle;
    }
