/**
 * Theme Name: hybrid slider
 * Theme URI: http://themehybrid.com/themes/hybrid-original
 * Description: A throwback to the Hybrid theme's original default style.
 * Version: 0.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, sticky-post, microformats, two-columns, fixed-width, blue
 * Template: hybrid
 *
 * Copyright (c) 2008 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid Original is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get basic styles CSS */
@import url('../hybrid/library/css/screen.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

.content {
	position: relative;
}

#utility-before-content .widget-inside {
    height: 270px;
	width: 870px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #999;
	margin: 0 auto;
}
	
#utility-before-content .widget-inside .category-slider {
	padding: 40px;
	height: 190px;
	width: 790px;
}

.scroll-button {
	position: absolute;
	top: 180px;
	cursor:pointer;
	z-index: 100;
}

.leftb {
	left: 0px;
	
}

.rightb {
	right: 0px;
}

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	border: none;
}

#utility-before-content .thumbnail {
	height: 150px;
	width: 150px;
}

#utility-before-content .entry-meta {
	display: none;
}

pre { 
  background: #eee; 
  padding: 10px; 
  border: 2px solid #c94a29; 
  overflow: hidden;
  margin: 0 0 15px 0; 
  width: 563px; 
  font-family: Courier, Monospace;
  font-size: 11px;
}

.page-9 .content {
  width: 960px;
  }
  
.post, .entry-content, .content, #container, #body-container {
overflow: visible;
}
