@charset "UTF-8";
/* CSS Document */
@import url("editor-style.css") screen;
/*
Theme Name:     Blue Diamond Child
Description:    Blue Diamond Child Theme
Author:         Red Barn Design
Template:       bluediamond

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Lustria";
}
div.gdl-blog-full .blog-title {
    font-size: 36px;
    margin: 0px;
}
div.gdl-blog-widget .blog-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 18px;
    padding-right: 0px;
}
/*h1 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}*/
body * {
	border-color: #e6e6e6;
}
body {
	color: #555555;
	font-family: "Open Sans";
	font-size: 14px;
}
#text-3.custom-sidebar p {
	font-size: 12px;	
}
#text-3.custom-sidebar alignleft, img.alignleft {
	margin: 5px 20px 10px 0px;
}
#blog_subscription-4.custom-sidebar p {
	margin-bottom: 10px;
}
#blog_subscription-4.custom-sidebar p.error {
	background-color: #FDE3BC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 12px;
	color: #930002;
	padding: 5px;
	border: 1px solid #930002
}
#recent-posts-3.custom-sidebar span.post-date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	display: block;
}