/*
Theme Name:     Yes to Affordable Homes
Description:    Child theme of the Twenty Eleven theme for yestoaffordablehomes.org
Author:         Ben Mauer (me@telephag.nu)
Author URI:     http://me@telephag.nu
Template:       twentyeleven
Version:        0.1.0
*/

/* Import basic styles from Twenty Eleven */
@import url("../twentyeleven/style.css");

/* Override Twenty Eleven One Column page width */
.one-column #page {
  max-width: 780px;
  margin-top: 0;
}

.one-column #content {
  margin: 0 30px;
  width: auto;
}

#branding {
  border-top: 0;
}

#access {
  background: #000000;
  -webkit-box-shadow: none; /* Override Twenty Eleven */
  -moz-box-shadow: none; /* Override Twenty Eleven */
  box-shadow: none; /* Override Twenty Eleven */
  border-bottom: 2px;
  border-bottom: 3px solid #FFC;
  text-transform: uppercase;
  font-weight: bold;
}

  #access a {
    color: #EEE;
    display: block;
    line-height: 42px;
    padding: 0 13px;
    text-decoration: none;
  }

  #access div {
    margin: 0 0 0 1.3%;
  }
  
  #access li:hover > a,
  #access ul ul :hover > a,
  #access a:focus {
  	background: yellow;
  	color: black;
  }

.one-column #branding #searchform {
  right: 1.3%;
}

#branding .with-image #searchform {
  max-width: 170px;
}

/* Page */

body.page.singular h1.entry-title {
  display: none;
}

.singular.page .hentry {
  padding: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  letter-spacing: normal;
  font-weight: bold;
  text-transform: none;
}

.entry-content h1 {
  font-size: 30px;
}

.entry-content h2 {
  font-size: 18px;
  color: #900;
}

.entry-content h3 {
  font-size: 16px;
}

.entry-content h4 {
  font-size: 1em;
}

.entry-content {
  color: #000;
}

img[class*="align"], 
img[class*="wp-image-"] {
  border: none;
}

img.size-full,
img.size-full.alignleft,
img.size-full.aligncenter,
img.size-full.alignright {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.one-column.singular .entry-meta .edit-link a {
  position: absolute;
  left: 0;
  top: 0;
}


/* Footer */

footer #supplementary #first.widget-area,
footer #supplementary #second.widget-area {
  width: 100%;
  clear: both;
  float: none;
  text-align: center;
}

  footer #supplementary ul.menu,
  footer #supplementary ul.menu li {
    list-style: none;
  }
  
  footer #supplementary ul.menu li {
    display: inline;
    padding: 0 1.1538em 0 0.923em;
    border-right: 2px solid #CCC;
    text-transform: uppercase;
  }
  
  footer #supplementary.two ul.menu li:last-child {
    border-right: none;
  }
  
  footer #site-generator {
    display: none;
  }