/*
 Theme Name:     Responsive Child
 Theme URI:      http://www.sharonmbowden.com/twenty-thirteen-child/
 Description:    Responsive Child Theme
 Author:         FullSteam Labs
 Author URI:     http://www.fullsteamlabs.com
 Template:       responsive
 Version:        1.0.0
*/

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


/* =Theme customization starts here
-------------------------------------------------------------- */
body {line-height: 1.3em;}
.main-nav {display: none;}
h1.entry-title {display: none;}
.boxed {
	background: #F9F9F9;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	display: inline-block; 
	width: 43%;
	color: #555;
	padding: 10px;
}
#logo h2 {width: 60%; font-size: 2.15em; margin-left: 3% important;}
#footer, #footer a, #footer a:hover {color: #fff;}
@media all and (max-width: 810px;) {#logo h2 {width: 50%; font-size: 1.85em; margin-left: 3% important;}}
#logo a, #logo a img {width: 33%;}
#header {
background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top,  #dbdbdb 0%, #f9f9f9 40%, #f9f9f9 60%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(40%,#f9f9f9), color-stop(60%,#f9f9f9), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dbdbdb 0%,#f9f9f9 40%,#f9f9f9 60%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dbdbdb 0%,#f9f9f9 40%,#f9f9f9 60%,#dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dbdbdb 0%,#f9f9f9 40%,#f9f9f9 60%,#dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dbdbdb 0%,#f9f9f9 40%,#f9f9f9 60%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
margin-top: 20px;
border-radius: 5px;
width: 100%;
padding-bottom: 20px;
}