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


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



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


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


/*Change the color of the bottom-border on the Nav*/
.nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-cat a, .nav li.li.current-menu-item a {
border-bottom: 3px solid #;
}

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


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


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

}

/*Change the header of the blog title*/
.post header h1 a:link, .page header h1 a:link, .single header h1 a:link, .post header h1 a:visited, .page header h1 a:visited, .single header h1 a:visited {
color: #;
}

/*Change the color of the post info*/
.post .post-meta, .post p.tags {
color: #:
}

/*Change the color of the post "Leave a comment link"*/
footer.post-more a{
color: #;
}

/*Change the color of the Archives link*/
div#archives-2 a{
color: #;
}


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


/*Change the color of the link in the post and post title*/
section#main a {
color: #;
}

/*Change the color of the link in the about admin section*/
aside#post-author a {
color: #;
}

/*Change the color of the Prev and Next link*/
nav#post-entries a {
color: #;
}


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


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

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


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


#header-wrapper {
background-image: none;
}

#footer{
background: none;
}

#content {
margin: 0 auto;
border-radius: 25px;
box-shadow: #ccc 2px 4px 14px;
}

#main-wrapper, .home.paged #main-wrapper {
background: none;
}

#footer {
margin: 0 auto 0 auto!important;
}

h1 {
font-size: 3em;
}