﻿* { margin: 0; padding: 0; }

.hide { display: none; }

.flagged { outline: 5px solid red; }

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

	
.coda_container {
	width: 200px;
	height:630px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border:0px solid green;
	}
	



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

code {
	font-family: monospace;
	}

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

	



ul#coda_toolbar {
	height: 52px;
	width: 682px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	display:none;
	}
	
#coda_toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
#coda_toolbar li a {
	height: 52px;
	display: block;
	}
	
#coda_toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 52px;
	z-index: 10;
	}

#coda_toolbar li.inactive {
	background-position: top;
	border-bottom: 1px solid #ccc;
	}
	
#coda_toolbar li:hover {
	background-position: bottom;
	}
		
#coda_toolbar li#new-tab {
	left: 0;
	width: 94px;
	background-image: url(../img/toolbar_tab-new.png);
	}
	
#coda_toolbar li#sites-tab {
	left: 93px;
	width: 93px;
	background-image: url(../img/toolbar_tab-sites.png);
	}

#coda_toolbar li#files-tab {
	left: 185px;
	width: 96px;
	background-image: url(../img/toolbar_tab-files.png);
	}

#coda_toolbar li#editor-tab {
	left: 280px;
	width: 97px;
	background-image: url(../img/toolbar_tab-editor.png);
	}

#coda_toolbar li#preview-tab {
	left: 376px;
	width: 114px;
	background-image: url(../img/toolbar_tab-preview.png);
	}

#coda_toolbar li#css-tab {
	left: 489px;
	width: 95px;
	background-image: url(../img/toolbar_tab-css.png);
	}

#coda_toolbar li#more-tab {
	left: 583px;
	width: 100px;
	background-image: url(../img/toolbar_tab-more.png);
	}

	
/* The slide-y coda_content box thingy */

#coda_frame, #coda_frame div.button, #scroller, .section { height: 57em; }

#coda_frame {
	overflow: hidden;
	margin: 0 auto;
	width: 200px;
	height:630px;
	position: relative;
	border:0px solid yellow;
	}
	
#coda_frame div.button {
	border:0px solid red;
	position: absolute;
	top: 94%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 198px;
	margin: 0 auto;
	border: 0px solid red;
	background: #fff;
	overflow: hidden;
	}

#coda_content {
	width: 5250px;
	}
	
.section {
	width: 198px;
	height:628px;
	margin: 0px;
	float: left;
	border:0px solid red;
	overflow:hidden;
	}
	

