/*
Theme Name:     	Salt and Serenity
Description:    	Child theme for Salt and Serenity based on Twenty Twelve
Author:         	Hilary Little Ideation & Design
Author URL:		www.hilarylittle.com
Template:      		twentytwelve
Template Version: 	1.0
Tags:			white, flexible-width, custom-colors, custom-header, custom-menu


(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentytwelve/style.css");



/* SET THE COLOR OF BODY TEXT */
body, input, textarea {
    color: #333333;
    font-family: Droid Sans,Helvetica,Arial,sans-serif;
    font-size: 1em;
    text-rendering: optimizelegibility; }





/* SET THE HOVER COLOR OF LINKS */
a:active, a:hover {
  color: #0059B2
}



/* SET COLOR AND SIZE OF ENTRY HEADER */
.entry-header .entry-title a 
{color: #00A3D9;
font-size: 26px;
text-decoration: none;
}




/* Header PADDING */
.site-header {
	padding: 0px 0;
	padding: 0rem 0;
}





/* REMOVE BORDER AROUND HEADER IMAGE */
img.header-image {
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0);
}

 /* REDUCE HEADER WHITESPACE */