/**
 * Theme Name: Theme for Organizations
 * Version: 1.1
 * Author: Ignacio Cruz
 * Template: blogghiamo
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation,
.main-navigation ul ul,
.post-navigation .meta-nav,
.widget-title,
.edit-link a, .tagcloud a,
#comments .reply,
.menu-toggle:focus, .menu-toggle:hover {
    background: #f2be13;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a:hover,
a:focus,
a:active,
.post-navigation .meta-nav:hover,
.top-search.active,
.edit-link a:hover, .tagcloud a:hover,
.page-links a span {
    color: #f2be13;
}
blockquote {
    border-left: 5px solid #f2be13;
    border-right: 2px solid #f2be13;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.post-navigation .meta-nav:hover,
#wp-calendar tbody td#today,
.edit-link a:hover, .tagcloud a:hover	{
    border: 1px solid #f2be13;
}
.widget-title:before, .theShareSpace:before {
    border-top: 1.5em solid #f2be13;
}

.main-navigation a,
.main-navigation ul li .indicator,
.widget-title h2,
.edit-link a, .tagcloud a,
#comments .reply a,
button, input[type="button"], input[type="reset"], input[type="submit"] {
    color:#333333;
}

a.read-more-excerpt {
    text-decoration:none;
    font-weight: bold;
    font-size:1.2em;
}