.hide {
	display: none;
}
hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
}

.container {
	width: 550px;
	text-align: left;
	margin: 20px auto;
	position: relative;
	background: #ebebeb;
	color: #000; /* Hat tip: http://defineyourcolors.com/20080826/text/coda-15-now-with-undefined-colors/ */
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}
a {
	outline: none;
	color: #003f8c;
}
a img {
	border: 0;
}
/* The toolbar for the content box */

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

#toolbar li#new-tab {
	left: 0;
	width: 96px;
	background-image: url(../img/toolbar_tab_futbol.png);
}
#toolbar li#sites-tab {
	left: 95px;
	width: 96px;
	background-image: url(../img/toolbar_tab_voleibol.png);
}
#toolbar li#files-tab {
	left: 190px;
	width: 112px;
	background-image: url(../img/toolbar_tab_basquetbol.png);
}
#toolbar li#editor-tab {
	left: 300px;
	width: 96px;
	background-image: url(../img/toolbar_tab_beisbol.png);
}
#toolbar li#preview-tab {
	left: 376px;
	width: 114px;
	background-image: url(../img/toolbar_tab-preview.png);
}
#toolbar li#css-tab {
	left: 489px;
	width: 95px;
	background-image: url(../img/toolbar_tab-css.png);
}
#toolbar li#more-tab {
	left: 583px;
	width: 100px;
	background-image: url(../img/toolbar_tab-more.png);
}
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section {
	height: auto;
}
#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 550px;
	position: relative;
}
#frame div.button {
	position: absolute;
	top: 40%;
}
div.button#left {
	left: 0;
}
div.button#right {
	right: 0;
}
#scroller {
	width: 550px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	background: #fff url(../img/content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
}
#content {
	width: 5250px;
}
.section {
	width: 550px;
	margin: 20px;
	float: left;
}
.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
