/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 18 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.6.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2008 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid 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('library/css/18px.css');

/* Get layout CSS */
@import url('library/css/3c-c-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

#rss-2 {
/* border-right:1px solid #CCCCCC; */
float:left;
padding:0 5px;
width:420px;
}

#rss-2 li { 
list-style-position:inside;
list-style-type:circle;
}

#text-10 {
float:right;
display:block;
margin-top:-10px;
margin-right: 15px;
}

#utility-before-content {
display: table;
width: 560px;
border-bottom: 1px solid #ccc;
padding: 15px 0 10px 5px;

}

#utility-before-content div {
margin-bottom:0;
}

.content {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
padding:0 10px;
width:560px;
}

#primary {
width: 210px;
}

.post-title, .single-title, .page-title, .attachment-title {
margin-bottom: 20px;
}

.post-title a, .single-title a, .page-title a, .attachment-title a {
font-size:20px;
}

.post {
font-size:15px;
line-height:20px;
}

.widget {
color:#2585b5;
margin:0 0 20px;
overflow:visible;
}

.widget a {
color:#2585b5;
margin:0 0 20px;
overflow:visible;
}
.banneritem {
margin: 5px 0;
}

p {
margin: 0 0 10px;
}

.widget_collapscat .widget-inside h3.widget-title {
display: none;
}


.widget, .widget_rss, .widget-widget_rss {
color: #777777;
}

#page-nav li a {
margin: 8px 19px;
}
li.rsevent{
line-height:14px;
padding:4px 0;
}
.page_navigation{
}
.page_navigation ul{
	list-style:none outside none;
}
.page_navigation ul li{
	background-color:#CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	float:left;
	padding:8px 20px;
}
.page_navigation ul li.current_page_item{
	background-color: #FFFFFF;
}
.single .post, .attachment .post, .page .post  {
	clear: both;
}








