/**
 * Theme Name: Hybrid Child - NYSDB
 * Theme URI: http://nysdb.org
 * Description: A user-friendly, search-engine optimized site based on the hybid theme framework for our blacksmithing site. 
 * Version: 0.1
 * Author: Candace Martens
 * Author URI: http://blacksmithswife.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 * Status: in development
 * Template: hybrid 
 *
 *
 * 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 default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

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

/* Get 2 column format CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

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

/* Header image as link with placement*/

#site-title { 
  margin-left: auto;
  margin-right: auto;
	width: 960px;
	height: 150px;
	}
	
#site-title a {
	display: block;
	width: 960px;
	height: 150px;
	background: url(images/newblacknysdblogo3.png) no-repeat 0 0;
	}
	
#site-title a span {
	display: none;
	}  
  
#header {
  padding: 15px 0px 0px 150px;
  }   	
	
/* Nav Bar Placement and Colors */	

#page-nav{
  float: left;
  width:960px;
  height: 60px;
  background: transparent;
  }

#page-nav li a {
	background: #000000;
	border: transparent;
	padding: 10px 5px 10px 5px;
	color : #cccccc; /*page nav button text*/
	}	
	
#page-nav li li a {
	padding: 10px 5px 10px 5px;
	background: #232323;
	color : #cccccc; /*drop down menu text*/
	} 
        
#page-nav li.current_page_item a {
	color : #ff0000; /*current page nav button text*/
	}
  
#page-nav li.current_page_item li a {
	color : #ff3333; /*current page nav button text*/
	}
  
/* Adjust Main Colors */

body {
  background : #000000;
  color : #cccccc;
  }

#container a, h1, h2, h3, h4, h5, h6, p {
  background : transparent;
  color : #cccccc; /*content text color*/
  } 

/* Links */
#container a:hover {
  color : #660000;
  } 
  
.entry-content a {
	text-decoration: underline;
	}  
      
.widget-title {
  color : #cccccc;
  }  
  
#footer-container a, h1, h2, h3, h4, h5, h6, p {
	background : transparent;
	color : #cccccc; /*content text color*/
	}  
  
#footer-container a:hover {
  color : #ff0000; /*link hover color*/
  }  	  
  
#comments {
  background : transparent;
  }
  
#comments li {
  background : transparent;
  }
  
#comments cite {
  color : #cccccc;
  }    

span.wpcf7-list-item {
  display: block; 
  }