/*
Theme Name: Solid Blog child theme for Pugix
Theme URI: http://richwp.com/themes/solidblog/
Author: RichWP
Author URI: http://richwp.com
Template: solidblog
Description: Solid Blog live demo: http://richwp.com/themes/solidblog/
Version: 1.0.0
Tags: custom-menu, threaded-comments, translation-ready, full-width-template, theme-options

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Copyright 2013 by RichWP
Changelog:	V1.0.0 - 2013-08-06 Release of - RichWP Solid Blog
*/

@import url("../solidblog/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

h1#sitetitle {
     font-size: 2.5em;
}

.entry-content blockquote {
     margin-left: 3em;
     margin-right: 3em;
     font-size: 0.9em;
     color: #026902;
     display: block;
     position: relative;
     padding-left: 1.5em;
     font-style: normal;
}
.entry-content blockquote::before {
    	font-size: 11rem;
      	font-family: georgia, serif;
      	font-style: normal;
    	content: "\201C";
    	position:absolute;
    	top:3.8rem;
    	left:-3rem;
    	opacity:0.1;
}

.paginate a {
        display: inline-block;
        margin-top:10px;
}


.pugixtable {
     display: table;
     border-collapse: separate;
     border-spacing: 2px;
     border-color: #ccc; 
     border-width: 2px;
}
.pugixtable td, .pugixtable th {
     border: 1px solid #ccc;
     text-align: left;
     padding: 0.5em;
}
