/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;
	background-color: #FFF;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #ed0404;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	outline: none;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.post-entry h2{
	font-size: 26px;
}

.post-entry h3{
	font-size: 22px;
}

strong {
    font-weight: bold;
}