/**
 * 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/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-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 {}


/**** The CSS *****/

body{
font-family:Georgia,serif;
font-size:small;
line-height:1.5;
}

#body-container {
	margin:30px auto 21px;
}

h1, #site-title {
font-size:60px;
line-height:1.075;
letter-spacing:-0.05em; 
font-style: normal;
color: #160005;
}

h1 a, #site-title a{
	text-decoration: none;
	color: #330033 !important;
}
h1 a:hover, #site-title a:hover{
	text-decoration: none;
	color: #DDD;
}

h2, .post-title, .entry-title{
font-size:30px;
margin:1em 0 0.5em;
font-style: normal;
color:  #330033 !important;
letter-spacing:-0.05em;
line-height:1.075;
}

.entry-title a, .post-title a{
	color:  #330033 !important;
	text-decoration: none;
}
.entry-title a:hover, .post-title a:hover{
	color:  #DDD !important;
	text-decoration: none;
}
p{
color: #222;
font-size:medium;
line-height:1.5em;
margin-bottom: 1.5em;
}

li{
color: #222;
font-size:medium;
line-height:1.5em;
margin-bottom: 0.5em;
}

#navigation {
	height:34px;
	margin:0;
	overflow:visible;
	z-index:100;
}

.no-widgets .content, .page-template-no-widgets .content {
	width:600px;
}
.post img{
border:none !important;
}
