/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Annette
Author URI:     http://example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

/***************************
This controls the font size of the company name on the home page
*/
#site-title a {
   font-size: 30px;
}

/***************************
This controls the tag line under the company name on the home page and the amount of space below it and the image below it
*/
#site-description {
    font-size: 20px;
    color: #828282;
    height: 10px;
    margin: 0 270px 1.65625em 0;
}

/******************************
This controls the spacing below the nav bar and above page title
*/
#main {
    padding-top: 1.0em;
}

/***************************
This controls the spacing below page title and above start of text
*/
.entry-content, .entry-summary {
    padding-top: 1.0em;
}

/***************************
This is the colored font on the home page.  Use h5 from the edit drop down 
*/
h5 {
	font-size:120%; 
	color:#DF0101; 
	font-weight:bold;
	line-height: 1.2em;
}

/***************************
Controls the size of the title on the main part of the homepage ie Welcome to a different kind of company.  
*/
.singular
.entry-title {
	color: #000000;  /*Change This to whatever color you want*/
	font-size: 22px; /*Change This to size you want*/
	font-weight: bold;
	line-height: 30px;
}

/************************
Controls the spacing between the nav bar and the page title below it
*/

.singular.page .hentry {
    padding-top: 1.5em;
    margin-top: -20px;
}
   
.singular .hentry {
    margin-top: -20px;
}

/****************************
Controls how much space is between paragraphs
*/
p {
    margin-bottom: 1.00em;
}

/*******************************
Profile caption (and others?) removing leading character '-'and change color from grey to black
*/
.wp-caption .wp-caption-text:before {
    color: #000000;
    content: "";  
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    left: 10px;
    margin-right: 5px;
    position: absolute;
    top: 7px;
}

/*
style.css (line 905)
*/
.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
}

.wp-caption .wp-caption-text, .gallery-caption {
    color: #FBFDFD;
    font-weight: bold;
    font-family: Arial,serif;
    font-size: 14px;
}

.wp-caption {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3A7E7A;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 0.7em;
    max-width: 96%;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
}

/*********************************
This tweaks the page layout to allow room for title and makes the sidebar a little smaller.
*/
#content {
    margin-left: 9.6%;
    margin-right: 30%;
    width: 60.4%;
}

#secondary {
    margin-right: 5.6%;
    width: 18.8%;
}
/***************************************
Unused changes
****************************************/

/* 
Controls how much space is below titles
*/
/*
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    width: 68.9%;
}
style.css (line 109)
.entry-content, .entry-summary {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.0em;
}
*/


} 
