/*
Theme Name:     Allies of Humanity
Description:    Child theme for the Twenty Eleven theme 
Author:         David
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

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

body,header,footer
{
background-color:black;
}


body{
margin-top:-30px; /* remove space on top of the page, -30 because of the admin bar */
}

.blue {
  color: #77B4FF; 
}


.toplinks, .toplinksbold, .toplinksboldblue{
color: #909E9A;
  
  font-size:11px;
  padding-right:5px;
  padding-left: 5px;
}

.toplinksbold{
  font-weight:bold;
color: #FF987A;
}

.toplinksboldblue {
  font-weight:bold;
 color: #77B4FF;
}



#searchform 
{

}


#branding 
{
border-top: 0px solid;
}



/* =Menu
-------------------------------------------------------------- */
/* =Menu
-------------------------------------------------------------- */

#access {
	background: black; /* Show a solid color for older browsers */
}


#access ul {
	font-size: 15x;
}


#access li {
	float: left;
	position: relative;
	font-weight:bold;
}


#access a {
	 color: #FF987A;
}



#topmenu li
{

display: inline;
list-style-type: none;
padding-right: 39px;
  font-size:20px;
font-family: 'AppleSDGothicNeo-Regular';
 font-weight:900;
}

#topmenu a, #topmenu a:visited
{
 color: #77B4FF;
}



#access li:hover > a,
#access ul ul :hover > a,
#access li:hover > a,

#access a:focus {
	background: #000000;
	color: #FF987A;
	text-decoration: underline;
}


/* =Content
----------------------------------------------- */

.entry-title {
  background: #ffffff;
}

.entry-header{
   background: #ffffff;
}


.page-title {
	color: #666;
	background: #ffffff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	background: #ffffff;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}