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


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



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


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


/*Change the color of the Nav*/
ul#top-menu li.current-menu-item > a strong, ul#top-menu li a:hover strong{
color: #;
}


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


/*Change the color of the h1*/
h2.title a, h1.title, h3#comments{
color: #;
}

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

/*Change the color of the Blog details*/
p.et_pt_blogmeta{
color: #!important;
}

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

/*Change the color of the page numbering*/
.wp-pagenavi span.pages{
color: #!important;
}

/*Change the color of the page Nav*/
.wp-pagenavi span.current, .wp-pagenavi a:hover{
color: #;
}

/*Change the color of the About Me title*/
.widget h3.widgettitle{
color: #;
}

/*Change the color of the calandar link*/
#sidebar a{
color: #;
}

/*Change the color of the calandar hover link*/
#sidebar a:hover{
color: #!important;
}

/*Change the color of the links in the Archives*/
#sidebar .widget ul li a{
color: #;
}

/*Change the color of the hover links in the Archives*/
#sidebar .widget ul li a:hover{
color: #!important;
}


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


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


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


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

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


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


.textwidget img {
margin-bottom: 10%;
}

@media screen and (max-width: 900px){
  #menu{
  display: none;
  }
#content, #content-top, #content-bottom {
  background: none;
  background: #fff;
}
  #main-area, #container{
  width: 96%;
  margin: 2%;
  padding: 0;	
  }
  #sidebar{
  width: auto;
  }
}