/*
Theme Name:     IWW_celestial-lite
Theme URI:      http: //demo.inspirationwebworks.com/
Description:    Child theme for the celestial-lite theme 
Author:         Bill Carney
Author URI:     http: //www.InspirationWebworks.com/
Template:       celestial-lite
Version:        1.0.0
*/
@import url("../celestial-lite/style.css");

h1, h2, h3, h4, h5, h6 {
    color: #000099;
    font-family: Georgia,arial,helvetica;
    font-weight: 400;
 }
    
 p {
	 font-size: 120%
 }   
 
 #st-footer-menu {
	 font-size: 16px;
	 font-family: Georgia,arial,helvetica;
     font-weight: 400;
 }
 
 .main-navigation li a {
	 font-family: Georgia,arial,helvetica;
     font-weight: 400;
}


/* reduce space below header and first line of text */
#st-content-wrapper {
padding-top: 10px;
padding-bottom: 0px;
}

/* donate button in  social bar at top */
#st-donate {
	background: url('donate.png');
}

/* hide social bar at top
#st-socialbar-wrapper { 
	display: none;
}
 */


/* social group */
#st-socialbar-wrapper {
	height: 40px;
}
#st-socialbar {
	position: relative;
	display: inline-block;
	height: 26px;
	float: right;
	margin-left: 6px;
	top: 7px;	
}
#st-socialbar a {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 10px;
	float: left;
}
#st-twitter{
	background: url('images/sprite-social.png') 0 0 no-repeat;
}

#st-facebook {
	background: url('images/sprite-social.png') -26px 0 no-repeat;
}
#st-google {
	background: url('images/sprite-social.png') -52px 0 no-repeat;
}
#st-linkedin {
	background: url('images/sprite-social.png') -78px 0 no-repeat;
}
#st-pinterest {
	background: url('images/sprite-social.png') -104px 0 no-repeat;
}
#st-twitter:hover {
	background-position: 0 -28px;
}
#st-facebook:hover {
	background-position: -26px -28px;
}
#st-google:hover {
	background-position: -52px -28px;
}
#st-linkedin:hover {
	background-position: -78px -28px;
}
#st-pinterest:hover {
	background-position: -104px -28px;
}