/*
 Theme Name:   Harmony Child
 Description:  Harmony Child Theme
 Template:     Harmony
*/


@import url("../Harmony/style.css");



/*----------Header----------*/


/* Take off commet to hide the background image
#main-header {
background-image: none;
}
*/

/*Change the color of the h1*/
h1.title{
color: #;
}


/*----------Nav----------*/


/*Change the color of the Nav*/
#top-menu a {
color: #;
}

/*Change the hover color of the Nav*/
#top-menu a:hover {
color: #;
}


/*----------Body----------*/


/*Change the color of the blog title*/
h2.et_pt_title a {
color: #!important;
}

/*Change the color of the blog link*/
p.et_pt_blogmeta a {
color: #!important;
}


/*Change the color of the Older Entries link and Newer Entries link*/
.alignleft a, .alignright a{
color: #;
}

  
/*----------Sub-pages----------*/


/*Change the color of the link in the post*/
div#left-area a{
color: #;
}

/*Change the color of the Submit a Comment*/
h3#reply-title {
color: #;
}

/*Change the color of the logged in as link*/
p.logged-in-as a{
color: #;
}


/*----------Footer----------*/


/*Change the color of the footer text*/
p#copyright{
color: #;
}

/*Change the color of the links in the footer*/
p#copyright a {
color: #;
}

  
/*----------Do not edit below this line----------*/


body.home #main-header .container {
padding: 50px 0 60px;
}

.widget .widgettitle {
text-shadow: none;
font-size: 17px;
font-weight: 800;
padding: 26px 28px;
border: none; 
margin: 107px -86px 46px -44px;
background-color: #FAFBFC;
-webkit-box-shadow: 1px 1px 0 #f9fafa inset;
-moz-box-shadow: 1px 1px 0 #f9fafa inset;
box-shadow: 1px 1px 0 #f9fafa inset;
}

#main-area tr td {
border-top: 1px solid #eee;
padding: 9px 20px;
margin: 0;
}
	
div#sidebar {
line-height: 1.5em;
font-size: 1.2em;
}	
#main-area {
background: #e1edf1; /* Old browsers */
background: -moz-linear-gradient(top,  #e1edf1 0%, #dce9ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1edf1), color-stop(100%,#dce9ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e1edf1 0%,#dce9ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e1edf1 0%,#dce9ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e1edf1 0%,#dce9ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e1edf1 0%,#dce9ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1edf1', endColorstr='#dce9ee',GradientType=0 ); /* IE6-9 */

}