/*
 Theme Name:     Twenty Eleven Child
 Description:    Twenty Eleven Child Theme
 Author:         Ivan Johansen
 Template:       twentyeleven
 Version:        1.0.0
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Add Graph logo */
#branding {
	background: url(/graph/Graph.png) no-repeat; 
	background-position: 10% 0.4em;
}
#site-title { padding-left: 10em;}
#site-description { margin: 0 0 2em 10.8em;}

/* Remove some empty space */
.singular.page .hentry {padding-top: 0;}

/* Remove line between question and answer in FAQ */
tr.answer td {
  border-top: 0!important;
}

/* Overwrite coloumn width */
.one-column #page {
	max-width: 800px;
}

body {
-webkit-text-size-adjust:none;
}

/* Remove footer showing Proudly powered by Wordpress */
#site-generator {
  display: none;
}

/* Increase default font fatness from 300 to 400 */
body, input, text area {
  font-weight: 400;
}

/* Remove yellow block shown before google ads */
ins.adsbygoogle {
  background: #ffffff;
}

/* Remove sidebar ads on mobile devices */
@media(max-width:800px){
  #secondary {
    display:none;
  }
}

#primary {
	float: left;
	margin: 0 -32.4% 0 0;
	width: 100%;
}
#content {
/*	margin: 0 34% 0 7.6%;*/
	margin: 0 34% 0 4.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 4.6%;
/*	width: 18.8%; */
	width: 27.8%;
}
