/*
Theme Name: Child Theme of Arras
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras for WordPress
Author: Edwin Westra
Author URI: http://www.arrastheme.com/
Template: arras
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/
body {
    background-color: #3B5998;
}
#wrapper {
      padding: 0 0;
  }
  
#footer {
    margin: 0 auto 0;
   }
#header {
    background: none repeat scroll 0 0 #1E1B1A;
    border-bottom: 5px solid #383332;
	background-image:url('./images/headerpzv.png');
	height: 228px;min-width: 960px;
	background-repeat:no-repeat;
	background-position:center top;
}
.blog-name a:link, .blog-name a:visited {
    color: #7D716D;
    text-decoration: none;
}
