/*
Theme Name: Twenty Eleven Child
Theme URI: http://adidarwinian.com/
Author: Aditya Sardana
Author URI: http://adidarwinian.com/aditya-sardana-author/
Description: Child theme for the Twenty Eleven theme
Template: twentyeleven 
Version: 1.0
*/


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

/* =Theme customization starts here
-------------------------------------------------------------- */
#primary {
    float: left;
    margin: 0 -26.4% 0 0; /* increased margin by 5% from original */
    width: 100%;
}
#content {
    margin: 0 34.0% 0 7.6%; /* decreased width by 4.5% from original */
    width: 60.4%; /* increased width by 0% from original */
}
#secondary {
    float: right;
    margin-right: 0.6%; /* decreased width by 4.5% from original */
    width: 23.8%; /* increased width by	9% from original */
}

/* change width of categories widget */
select.postform#cat {
	width: 150px;
}

/* change header image */
#branding img {height: 120px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 0em 0em 0em;
  width: 1000px;
}

/* change menu size */
#access a {
height: 38px;
line-height: 3.0em;
padding: 0 0.5em 0.5em 0.5em;
margin: 0;
font-size:12px;  
}
#main {
    clear: both;
    padding: 0;
}
.entry-title {
    padding-top: 0.0px;
	padding-bottom: 0;
}
#content nav {
    clear: both;
    overflow: hidden;
    padding: 0;
}
#content nav a {
    font-size: 12px;
    font-weight: bold;
    line-height: 0em;
}
#nav-single {
    top: 0;
    z-index: 1;
}
.entry-content, .entry-summary {
    padding: 0.05em 0 0;
}
.entry-meta {
    clear: both;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 9px;
}
#bbpress-forums {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 4px;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
}
p {
    margin-top: 0.5px;
	margin-bottom: 0px;
}

/* ads in header */
.adbygoogle {
    float: none;
    margin-top: 0px;
    margin-left: 75px;
}

/* search box width changer*/
#branding .only-search #s, #branding .only-search #s:focus {
    width: 100%;
    float: left;
}

/* original was - 
#primary {
    float: left;
    margin: 0 -26.4% 0 0;
    width: 100%;
}
#content {
    margin: 0 34% 0 7.6%;
    width: 58.4%;
}
#secondary {
    float: right;
    margin-right: 7.6%;
    width: 18.8%;
} */