/**
 * Theme Name: Hybrid News
 * Theme URI: http://themehybrid.com/themes/hybrid-news
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid News 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/20px.css');*/
@import url('../../../../stylesheet.css');
/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/

body {
	font: 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	}


/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	}



/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}


/**
* Header
************************************************/
#header-container {
	position: absolute;
	top: 0px; 
	left: 0px;
	}



/* Container (content/primary/secondary)
************************************************/
#container {
	z-index:999;
	padding: 0px;
	border: 1px solid #666;
	margin: 0px 128px 0px 128px; 
	margin-top: 120px;
	}

#primary {
	position: absolute;
	left: 0px;
	top: 120px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index:1;
	width: 125px; 
	}
#secondary {
	position: absolute;
	z-index:1;
	right: 0px;	
	top: 120px; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 122px; 
	}


/**

* Footer
************************************************/
/*	
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	border-top: 3px solid #00070F;
	}

#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #f7f7f7;
	}
#footer a {
	font-style: normal;
	color: #aaa;
	}
	
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
*/	

#primary ul {
list-style: none;
padding: 0;
margin: 0;
} 
#primary li
{
margin: 0 0.25em;
} 
.current-cat a { color: #FF3300; background-image: background: url(images/bullet.gif) no-repeat 5px 7px;}

#header-container a {
  color: #FFFFFF;
	}
