/*
Theme Name: TwentyEleven for iovmc.org/2013
Author: Aaron Vanderwal
Description: Child theme for the sample WordPress template "Twenty Eleven".  Some font tweaks; some colour tweaks;
Author URI: 
Template: twentyeleven
Version: 0.1.0
*/
 
@import url(../twentyeleven/style.css);

.single #author-info {
   background: #f9f9f9;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   margin: 2.2em 0% 0 0%;
   padding: 20px 35.4px;
}

#site-title {
   width: 400px;
   padding-top: 4em;
   margin-right: auto;
}

#site-title a {
   color: #990033;
}

#site-description {
   padding-top: 1em;
   margin-bottom: 2em;
   margin-right: auto;
}

#branding {
   width: 925px;
   height: 225px;
   padding-bottom: 0px;
   background-image: url("postcard-upper-right.jpg");
   background-repeat: no-repeat;
   background-position: right top;
}

#branding hgroup {
   margin-right: 76px;
   margin-left: 76px;
}

#branding #searchform {
   display: none;
}

#access {
   display: none;
}


#main {
   padding-top: 0px;
   width: 925px;
}

.widget ul li {
   padding-bottom: 0.5em; 
}

.widget a {
   font-size: 16px;
   font-weight: normal;
}

.widget-title {
   font-size: 13px;
}

.hentry {
   border: none;
}

.hentry h1 {
   font-size: 20px;
}

.hentry h2 {
   font-size: 18px;
}

.hentry h3 {
   font-size: 16px;
}

.hentry p {
   font-size: 16px;
}

.entry-title {
   padding-top: 0px;
}
.entry-content, .entry-summary {
   padding-top: 1em;
}

#supplementary a.admin-link {
   color: #CCCCCC;
   font-size: 10px;
}

#site-generator {
   display: none;
}

#primary {
   width: 800px;
   margin-left: 0px;
   margin-right: 0px;
}

#secondary {
  width: 100px;
  margin-left: 76px;
  margin-right: auto;
  padding-bottom: 300px; /* push #page background images below the sidebar */
}

#page {
   width: 925px;
   background-image: url("postcard-lower-left.jpg"), url("postcard-lower-right.jpg");
   background-repeat: no-repeat, no-repeat;
   background-position: left bottom, right bottom;
}

#pages-2 ul, #nav_menu-2 ul {
   list-style-type: none;
}

#pages-2 ul li, #nav_menu-2 ul li {
   border-bottom: 1px solid #FFFF33;
   background: #FFFFFF;
   padding-bottom: 0px;
   padding-top: 2px;
   margin-bottom: 8px;
   margin-top: 8px;
}

#pages-2 ul li a, #nav_menu-2 ul li a {
  text-decoration: none;
  display: block;
  background: #FFFFCC; 
}

#pages-2 ul li a:hover, #nav_menu-2 ul li a:hover {
  background: #FFFF33;
}

