/*
Theme Name:     Chld Theme for 2011
Description:    
Author:         bryn
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url('http://fonts.googleapis.com/css?family=Montserrat');
@import url('http://fonts.googleapis.com/css?family=Droid+Serif');
@import url('http://fonts.googleapis.com/css?family=Muli');
@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@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.4%;
}

/* YARPP related, Reduces the title font size and displays more than two title lines */
.yarpp-thumbnail {height: 200px !important;}
.yarpp-thumbnail-title {font-size:12px !important; max-height: 4em !important}

/* Centers the thumbnail section */
.yarpp-related-widget {text-align:center !important;}




/*Change header fonts*/
h1,h1.entry-title,h2,h3,h4,h5,h6 {
font-weight: normal;
text-decoration: none;
font-family: Montserrat, "helvetica neue", tahoma, sans-serif;
font-size:18px;
} 

/*Change body content*/
.entry-content p {
font-family: "open sans", "helvetica neue", tahoma, sans-serif;
font-size:13px;
}

/*Change bullets font*/
ol, ul, li {
font-family: "open sans", "helvetica neue", tahoma, sans-serif;
font-size:13px;
}

/*Change bullet to round, no fill*/
ul {
list-style: circle outside none;
}


/*Removes border from images*/
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img
{border: none;}

/*Removes comment bubble*/
.entry-header .comments-link {display: none;}

/*Removes grey border from sides by setting padding and margin to 0, max-width to none*/
body {
	padding: 0 2em;
}
#page {
	margin: 0 auto;
	max-width: 1000px;
}

/*Removes thin grey border at top*/
#branding {
	border-top: none;
}

/*Edits font/color of navigation bar*/
#access a {
 font-family: Montserrat,Futura,Arial,sans-serif;
 color: #181818;
}


/*Changes color of navigation bar to white, removes shadow, adds lines above/below*/
#access {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    box-shadow: none;
    line-height: 0;
    text-align: center;
}

/*Changes color of hover*/
#access li:hover > a,#access ul ul :hover > a,#access a:focus {
background:#FFFFFF;    /* changes bg color of drop-down menus that have the mouse over them */
color:#660066;    /* changes text color when moused over */
}

#access ul ul a {
background: white; /* changes bg color of drop-down menus that do not have mouse over them */ 




}

