/**
 * Theme Name: Hybrid Custom
 * Theme URI: http://link-to-your-site.com
 * Description: Describe what your child theme should be like.
 * Version: 0.1
 * Author: Your Name
 * 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 layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');


#site-title a  {
	width: 750px;
	height: 120px;
	display: block;
	margin: 5px 0;
	background: url('header.jpg') no-repeat 0 0;
       color: #fd7103;
	}

a {

    color: #fd7103;
    background-color: #ffffff;

}

a:hover {

  background-color: #ffffff;
  color: #fd7103;

}

h2, h1 {


   background-color: #ffffff;
}

.entry-title a {

color: #66cc66;
line-height: 30px;

}

table,td, th {

border: none;

}

/* Header */
#header {

        background: url('header.jpg') no-repeat scroll 0 0;
	}



/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}

