/*
 Theme Name:   Twenty Eleven Child
 Theme URI:    http://bayespop.csss.wasington.edu/twentyeleven-child/
 Description:  Twenty Eleven Child Theme
 Author:       Hana Sevcikova
 Author URI:   http://bayespop.csss.wasington.edu
 Template:     twentyeleven
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyeleven-child
*/

/* reduce space at the top of a page */
#main {
        padding: 0 0 0;
}

/* increase font size of the subtitle and the space below it */
#site-description {
        font-size: 18px;
	margin-bottom: 0em;
}

/* decrease font size of page titles and the space above titles */
.singular .entry-title {
    font-size: 26px;
    line-height: 0px;
}

/* decrease left margin for the navigation menu to fit all items 
   into one row */
#access div {
    margin: 0 5%;
}
