/**
 * Theme Name: Hybrid Ola
 * Theme URI: http://synth.se/blogg/
 * Description: synth.se/blogg edition av Hybrid temat
 * Version: 0.1
 * Author: Ola Nystrom
 * Author URI: http://synth.se/blogg/
 * Tags: Ola, pirat
 * Template: hybrid
 */
 
 /* Get base 21px CSS */
@import url('../hybrid/library/css/21px.css');

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

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

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

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

#site-title {
	float: center;
	width: 265px;
	height: 45px;
	}
#site-title a {
	display: block;
	width: 265px;
	height: 45px;
	background: url(images/Logo.png) no-repeat 0 0;
	text-indent: -9999em;
	}
	
	#site-description {
	display: none;
	}
	
#header-container {
	background: #C8B5E0;
	}

#footer-container {
	background: #C8B5E0;
	}
	
a {
	color: #79BF3A;
	text-decoration: none;
	}

#primary-menu li.feed a {
	padding-right: 15px;
	background: url(images/rss.jpg) no-repeat 0 10px;
	}
	