/*
Theme Name: The Foundation
Theme URI: http://kouzos.com/
Description: Child Theme for Twenty Eleven
Author: Kouzos & Co.
Author URI: http://kouzos.com/
Template: twentyeleven
Version: 0.1
*/
 
@import url("../twentyeleven/style.css");
body {
	padding:0;
}
body.custom-background {
    background-attachment:fixed !important;
}
#page {
    background:transparent;
}
#featured-bio {
    padding:10px;
}
#featured-bio h1 {
    clear:none;
    font-size:150%;
    font-weight:bold;
}
#page {
    margin-top:0;
}
/* Search Form */
#branding #searchform {
    display: none;
}
#main {
    padding-top:0;
}
#content {
    margin-left: 0.6%;
    width: 69.4%;
}
#access {
    margin:0 auto;
}
#tel {
     text-align:center;
     width:150px;
     position:absolute;
     top:3px;
     right:0;
}
#secondary {
    margin: 0.6%;
    width: 23.8%;
}
#nav-single {
float: none;
}
.attachment-page-single {
    float: left;
    margin: 12px 8px 8px 0px;
}
 
.attachment-index-categories {
    float: left;
    /*position: absolute;*/
    margin: 18px 8px 8px 0px;
}
body.home .entry-header, body.home .entry-summary { /* K0Z added to fix ios for featured image */
	float:left;
}
.entry-header .comments-link a {
	background:transparent url(images/comment-bubble-dark.png) no-repeat !important;
}
.entry-header .comments-link a:hover {
	background:transparent url(images/comment-bubble-light.png) no-repeat !important;
}
#main-banner {
	margin-top:10px;
}
.ad1 {
	float:left;
	width:490px;
	height:62px;
	background:url(images/donate-buybook.jpg) no-repeat 0%;
}
.ad2 {
	float:left;
	width:490px;
	height:62px;
	background:url(images/donate-buybook.jpg) no-repeat 100%;
}
.ad1 form {
	padding:15px 82px;
	text-align:right;
}
.ad2 form {
	padding:15px 27px;
	text-align:right;
}
.clear {
	clear:both;
}
.nm_mc_box {
	margin:0 !important;
	background: no-repeat;
	max-width:250px;	
}
#secondary-banner {
	padding-top:61px;
	margin-top: 8px;
	background:url(images/RealMadridVSantos-banner.jpg) no-repeat 0%;
	display:none;
}
/* float social menu icons */
li.social-icon {
	float:right !important;
	margin-right:0px !important;
}
li.social-icon a {
	/*padding-top:5px !important;*/
}
li.social-icon.facebook a {
	color:#3B5998 !important;
}
li.social-icon.twitter a {
	color:#00aced !important;
}
li.social-icon a:hover {
	
	}
li.social-icon i {
	font-size:35px !important;
}

@media only screen and (min-width: 768px) {
	#page {
		width:980px;
	}
}	