/*
Theme Name:     Hub Child Theme
Template:       hub
Version:        0.1.0
*/

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


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

#header-wrapper {
background: #;
}

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


/*Change the color of the Nav text*/
#navigation ul.nav > li.current-menu-item a {
color: #!important;
}

/*Change the color of the Nav bottom border*/
#navigation ul.nav > li.current-menu-item {
border-color: #!important;
}


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



/*Change the color of the post link number*/
section#main h2 a{
color: #;
}
/*Change the color of the post links*/
.hentry .post-meta li a {
color: #!important;
}
/*Change the color of the archives link*/
.widget a{
color: #;	
}	  
/*Change the hover color of the next and previous buttons*/
.woo-pagination .page-numbers{
background: #;
border-color: #;
color: #;
}		
/*Change the color of the next and previous buttons*/
.woo-pagination .page-numbers.current {
background: #;
border-color: #;
color: #;
}
/*Change the hover color of the next and previous buttons*/
.woo-pagination .page-numbers:hover {
background: #;
border-color: #;
color: #;
}		
	  
	  
/*----------Footer----------*/


/*Change the color of the border and the background for the footer*/			  
#footer-wrapper {
background: ;
border-top: 0.202em solid #;
}
			  
/*Change the color of the copyright*/
#footer #copyright{
color: #;			  
}			  
		
			  
/*----------Don not edit below this line----------*/


#header-wrapper {
    margin: 0;
}

#site-title {
    text-align: center;
    padding: 15px 0;
}

img.profile {
    width: 100px;
    height: auto;
    float: left;
    padding: 5px;
}

#navigation {
    width: auto;
}

#header-wrapper {
background: #fff;
}