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


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




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


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


/*Change the background color of the Nav*/
#navigation{
background: #;
}

/*Change the color and the background of the Nav item*/
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-item a, .nav .sfHover a{
background: #;
color: #;	  
}
	
	
/*----------Body----------*/

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

/*Change the color of the background in the body*/
#wrapper {
background: #d3dfeb; /* Old browsers */
background: -moz-linear-gradient(top,  #d3dfeb 0%, #d3dfeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3dfeb), color-stop(100%,#d3dfeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d3dfeb 0%,#d3dfeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d3dfeb 0%,#d3dfeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d3dfeb 0%,#d3dfeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d3dfeb 0%,#d3dfeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3dfeb', endColorstr='#d3dfeb',GradientType=0 ); /* IE6-9 */

}
	  
/*Change the color of the Post titles*/
.post .title a:link, .post .title a:visited{
color: #;
}

/*Change the color of the link in the Post info*/
p.post-meta a{
color: #;
}
		
/*Change the color of the continue reading and leave a comment in the Post*/
.post-more a{
color: #;
}

/*Change the color of the links on the page*/
a:link, a:visited{
color: #;
}


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


/*Change the color of the link in the Post*/
.entry a{
color: #;
}

/*Change the color of the about admin link*/
.profile-link a{
color: #;
}
	
/*Change the background color of the submit button*/
a.button, .button.alt, .button, input.button, button.button, a.comment-reply-link, #commentform #submit{
background: #;
}
	

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


/*Change the color of the text in the footer*/
div#credit, #footer p{
color: #;
}

/*Change the color of the link in the footer*/
div#credit a{
color: #;
}


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