/*
Theme Name:     AMSAT Twenty Eleven Child
Theme URI:      http://www.amsat.org
Description:    Child theme for the Twenty eleven theme for use on the AMSAT website.
Author:         Bryce Salmi (KB1LQC), Brent Salmi (KB1LQD)
Author URI:     http://www.amsat.org
Template:       twentyeleven                             
Version:        0.1.0
*/

/*
    This child theme aims to customize the Wordpress "twentyeleven" theme for the Radio Amateur Satellite Corporation (AMSAT). A child theme was used to help maintain the ability to update the twentyeleven theme with any official security updates but retain the customization. The AMSAT-IT (Information Technology) group offered suggestions and opinions used to help design the website layout.
*/

@import url("../twentyeleven/style.css");


/* The following CSS changes to the twentyeleven theme navigation menu 
   to center the entire menu and Lighten up the background.
----------------------------------------------- */
#access {
	background: #ffffff;
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
	box-shadow: none;
	height: 55px;
}

#access ul li a{
	color: #000029;
	font-weight: bold;
	background: #ffffff;
	font-size:16px;
}

#access ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	display: inline-block;

}

#access ul li {
	text-align: left;
	}

#access div {
	margin: 0 0 0 0;
}


#main {
	clear: both;
	padding: 0em 0 0;
	border: 1px solid #e8eeff;

}

#branding .only-search + #access div {
    padding-right: 0;
}

/* End of navigation menu centering code
----------------------------------------------- */

/* Remove the "Powered By Wordpress" text in the footer
----------------------------------------------- */
#site-generator {
	display:none;
}
/* End the "Powered By Wordpress" text removal code
----------------------------------------------- */

/*Change text color
----------------------------------------------- */
body, input, textarea {
	color: #010145;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

/* Headings */
.entry-title a {
	color: #010145;
}
.singular .entry-title {
	color: #010145;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
div.paypal_button{
text-align: center;
}