/*
 Theme Name:     SimplyBlack Child
 Description:    SimplyBlack Child Theme
 Author:         Guido van der Leest
 Template:       simplyblack
*/


/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../simplyblack/style.css');



/* =Theme customization starts here
-------------------------------------------------------------- */

a {color:red;}
a:hover {color:#555;}

input[type="submit"]{background:red;}
input[type="submit"]:hover {color:#fff;}

#header .logo h1 a {color:red;}
#header .logo h1 a:hover {color:#555;}
#header .logo h4 {color:red;}

.nav-head {background:red;}
.nav-head select {background:red;}
 
.postmetadata {background:red;}

a.readmore {background:red;}
a.readmore:hover {color:#fff;}

.post-title a {color:red;}
.post-title a:hover {color:#555;}

.widgettitle {background:red;}

#footer .site-info {background:red;}

.wp-post-image {float:left; margin: 10px 0 10px 0;}
.single-image {float:left; margin: 5px 0 10px 0;}