/*
Theme Name: Edublogs
Theme URI: http://www.edublogs.be
Description: Vlaamse Onderwijsblog.
Version: 0.1
Author: Edublogs.be
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 default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');


body {
	font: 12px/21px Verdana, Arial, sans-serif;
	background: #eee;
	}

#body-container {
	margin: 20px auto 21px auto;
	}

/* Blog title */
#site-title {
	font: italic normal normal 55px/55px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	}
#site-title a {
	color: #000;
	}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #ddd;
	}


