/*
Theme Name: Hybrid Consortium
Theme URI: http://lawdepartmentconsortium.com
Description: Describe what your child theme should be like.
Version: 0.1
Author: Larry Levenson
Author URI: http://link-to-your-site.com
Tags: Add, Whatever, Tags, You, Want
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the plugins CSS */
@import url('library/css/2c-r-fixed.css');

/* CUSTOM */
body {
	background-color: #f5f5f5;
	}
#body-container {
	margin: 0 auto;
	width: 960px;
	border: 1px solid #aaa;
	}
#header-container {
	margin-bottom: 0px;
	}	
#header {
   background: url('images/blue-tile-bg.jpg') repeat-x;
   height: 100px;
   padding: 30px 0 0 30px;
   }
h1 #site-title a {
	color: white;
	}  
	
#content  {
   padding: 0 20px;
   background: white;
   } 

#page-nav {
	margin-top: -50px;
	padding: 10px 0;
	background-color: #7592d4;
	}   
#page-nav ul li {
	cursor: default;
	list-style-type: none;
	display: inline;
	font-family: Arial, sans-serif;
	padding-right: 20px;
	}
	   
	
#page-nav li.page_item a {
}

#page-nav li.page_item a:hover, #page-nav li.page_item a:active {
	color: #009;
	}  