/*
Theme Name: rsc-hybrid
Theme URI: 
Description: A custumisation of the Hybrid theme.  
Version: 0.1
Author: Daniel Eliasson
Author URI: http://catscratches.frih.net
Tags: Green, Simple
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get the drop-down styling */
@import url('../hybrid/library/css/drop-downs.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');


/**
* Body
************************************************/
body {
	background: #bde8e6 none;
}

/**
* Header
************************************************/
.header-all-container {
	/* Some Mozzilla browsers can have problems with
	 * background set to scroll AND a set position
	 * But I'll take my chances...
	 */
	background: #92d04b url(images/background.jpg) no-repeat scroll top right;
	height: 148px; /*The same height as the background image*/
	display: block;
	padding: 5px;
}

#site-title a{
	color:#f2fff2;
}

/**
* Menu
************************************************/
.menu{
    /*Remove list buttets*/
    list-style:none outside none;
}

#page-nav a{
	background-color: #8dc63f;
}

#page-nav li.page_item a{
	background-color: #8dc63f;
}

#page-nav li.current_page_item a{
	background-color: #34ad46;
}

/* clear the background of the lists */
#page-nav ul, .drop, .drop li {
	border: 0px solid #92d04b !important;
	background:none !important;
}

/* fix the width */
#page-nav li{
	margin:0;
}

.drop li a{
	width:100%;
}

/**
* Widget
************************************************/

.widget{
	background-color:#91d9d5;
}

/**
* Entries
************************************************/

.entry-title a{
	color:#353535;
}

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}





