/*

Theme Name: Twenty Twelve Child

Description: Child theme for the twentytwelve theme

Author: stereopathic

Template: twentytwelve

*/

@import url("../twentytwelve/style.css");


/*change the colour of the post headings*/

body.custom-font-enabled {

font-family: “Open Sans”, Helvetica, Arial, sans-serif;}

a {

outline: none;

color: #740104;}

a:hover {

color: #0f3647;}

/* reduce space in menu*/

.main-navigation li a,
.main-navigation li {
/* display: inline-block; */
text-decoration: none;
text-align: center;
float: left;
}


/*change the colour of the post entry title*/

.entry-title {

color: #0f3647;}


/*change the colour reply, category and tag links in posts*/

.comments-link a,

.entry-meta a {

color: #0f3647;}

.comments-link a:hover,

.entry-meta a:hover {

color: #740104;}


/*change the colour of the tag cloud*/

.widget-area .widget

a {

color: #0f3647;}


/* change the colour Small headers*/

.archive-title,

.page-title,

.widget-title,

.entry-content th,

.comment-content th {

color: #0f3647;}


/*change the colour of the widget hover*/

.widget-area .widget a:hover {

color: #740104 !important;}