/* 
 Theme Name:   CMR-Voyage Child
 Theme URI:    
 Description:  Child of Voyage for CMR -2015
 Author:       Rick Hellewell
 Author URI:   http://www.cellarweb.com
 Template:     voyage
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../voyage/style.css");

 /* == Add your own styles below this line ==
--------------------------------------------*/

body { color:#000000;
font-size:15px;
}
p { color:#000000; }

blockquote { 
    background-color:#fff;
    border-left: 5px solid #bbb;
    margin: 0 0 20px 10px;
    padding: 8px 0 8px 15px;
}

blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
margin-left:33px;
margin-right:25px;
}
.entry-content {
padding-right:15px;
}
a {
    text-decoration: underline;
}

.hentry{
 background: #d7e7fc linear-gradient(to bottom, #f9f9f9, #d7e7fc) repeat scroll 0 0;
    border: 1px solid #d7e7fc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #666;
    margin-bottom: 20px;
    padding: 10px;
}

/* change color of widget title text */
.blog-widgets .widget-title {
color:red;
}
/* remove powered by stuff */

#site-generator {
	display:none !important;
}