

.hide { display: none; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}



.container {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(./img/header-shadow.gif) no-repeat 0 318px;
	}
	


em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none; color: #003f8c; }
	
a img { border: 0; }

	
/* The header */	
	
div#header {
	height: 220px;
	width: 750px;
	margin: 0 auto;
	position: relative;
	background: url(./img/one-big-header.png) no-repeat;
	}
	
#header h1 {
	position: absolute;
	top: 42px;
	left: 136px;	
	text-indent: -9999px;
	}
	
#header h1 a {
	display: block;
	width: 525px;
	height: 170px;
	}
	
#header p {
	display: none;
	}

	
/* The navbar */

ul#navbar {
	height: 98px;
	width: 750px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
#navbar li {
	float: left;
	height: 98px;
	width: 250px;
	}
	
#navbar li#download {
	background-image: url(./img/nav-download-on.png);
	}

#navbar li#buy {
	background-image: url(./img/nav-buy-on.png);
	}
	
#navbar li#help {
	background-image: url(./img/nav-help-on.png);
	}
	



/* The toolbar for the content box */

ul#toolbar {
	height: 18px;
	width: 750px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	text-indent: 0px;
	}
	
#toolbar li a {
	height: 15px;
	display: block;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#sites-tab {
	width: 122px;
	background-image: url(./img/toolbar_tabs-sites.png);
	}

#toolbar li#cs2-tab {
	width: 95px;
	background-image: url(./img/toolbar_tabs-editor.png);
	}

#toolbar li#cs3-tab {
	width: 106px;
	background-image: url(./img/toolbar_tabs-preview.png);
	}

#toolbar li#cs4-tab {
	width: 102px;
	background-image: url(./img/toolbar_tabs-css.png);
	}

#toolbar li#cs5-tab {
	width: 113px;
	background-image: url(./img/toolbar_tabs-terminal.png);
	}

#toolbar li#cs6-tab {
	width: 118px;
	background-image: url(./img/toolbar_tabs-books.png);
	}

#toolbar li#files-tab {
	width: 94px;
	background-image: url(./img/toolbar_tabs-files.png);
	}

	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section 
{ 

height: auto; 

}



#frame {
	overflow: hidden;
	margin-left: 55px;
	width: 630px;
	position: relative;
	
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { position: absolute; left: 0; margin-top: 120px; z-index: 5000;}
div.button#right { position: absolute; right: 0; margin-top: 120px; z-index: 5000; }

#scroller {
	width: 750px;
	margin: 0 auto;	
	border-top: 1px solid #fff;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section { /* controls the width of each slidey sub-section content */
	width: 630px;
	
	float: left; /* essential for displaying all sections in one long strip */
	
	}
	

	
h3 {
	color: #996633;
	}
	



		
#sites-paper {
	}
	
#sites-publish {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0;
	}
	
#files-browser {
	float: right;
	margin: 0 0 20px 20px;
	}
	
#files-transmit {
	}

ul#editor-features {
	list-style: none;
	display: block;
	}
	
ul#editor-features li {
	list-style: none;
	display: block;
	}

li#editor-collab {
	padding-left: 48px;
	background: url(./img/editor-collab.gif) top left no-repeat;
	}
	
li#editor-clips {
	padding-left: 48px;
	background: url(./img/editor-clips.gif) top left no-repeat;
	}

#editor-clips_hud {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	}
	
li#editor-token {
	padding-left: 48px;
	background: url(./img/editor-token.gif) top left no-repeat;
	}

.token {
	white-space: nowrap;
	}

.token img {
	float: none;
	display: inline;
	margin: 0 0 -2px 0;
	line-height: 14px;
	}
	
#preview-dom {
	}
	
#css-gui_txt {
	margin-bottom: 40px;
	}
	
#css-icons {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
	}
	
#terminal-icon {
	margin-bottom: 0;
	margin-top: -10px;
	}
	
#terminal-colors {
	float: right;
	margin-left: 10px;
	}
	
#books-thebook {
	margin-right: 30px;
	}
	

