/*
Theme Name: My Hybrid
Theme URI: 
Description: My version of Hybrid.
Version: 0.1
Author: Mosharaf Chowdhury
Author URI: http://www.mosharaf.com
Tags: Hybrid
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');

/* Use modified default CSS */
/* @import url('../hybrid/library/css/screen.css'); */
/* List of changes to 'screen.css'
 - Margins after .entry-title and .byline are kept
 - Margin after "Archive Info" decreased to 20px
*/
@import url('screen.css');

/* Additions by myself. Probably I'll move it to a separate file at some point. */

/* Successes */
.success {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

