/*
    Theme Name: Mixie Child Theme
    Theme URI: http://newwpthemes.com/mixie-free-wordpress-theme/
    Description: Child of Free General/Blog WordPress theme by NewWpThemes
    Author: NewWpThemes
    Author URI: http://newwpthemes.com
    Template: Mixie
    Version: 1.0
    Tags: blue, two-columns, right-sidebar
*/

@import url("style-orig-new-colors.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
    background: #D9D9D9;
    color: #555555;
}

.fp-slider, #fb-root {
    display: block;
}




/*
#container {
	width: 960px;
	margin: 10px auto 0 auto;
}
*/


#copyrights {
    color: #DB0404;
    background: #EDEDED;
    text-align: center;
    padding: 20px 0;
}

#copyrights a {
    color: #DB0404;
} 



#credits {
    color: #DB0404;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 10px 0;
    background: #D9D9D9;
}

#credits a {
    color: #DB0404;
    text-decoration: none;
} 

.title {
    color: #B30202;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.title a {
    color: #B30202;
    text-decoration: none;
}
