/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


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


/* =Theme customization starts here
-------------------------------------------------------------- */
#page {
margin-left: auto;
margin-right: auto;
}

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

}