/*
 Theme Name:   Twenty Eleven Child
 Template:     twentyeleven
 Version:      1.0.0
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.singular.page .hentry{
	padding: 1em 0 0;
}

body{
	font-family: 'Lato', sans-serif !important;
    }

.wpcf7-form p {
	font-family: 'Lato', sans-serif !important;
}

#logo{
	width: 30% !important;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0em;
}

#site-title{
        margin-right: 0;
	text-align: center;
}

.one-column #page {
	margin: 2em auto;
	max-width: 900px;
}

#page {
	box-shadow: 0px 0px 10px 2px;
	box-shadow: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 5px;	
	overflow: hidden;
}



#branding {
	border-top: 0;
}

#access{
	background: -moz-linear-gradient(#001232, #001232);
	background: -o-linear-gradient(#001232, #001232);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#001232), to(#001232));
	background: -webkit-linear-gradient(#001232, #001232);
}

#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}

#access li:hover > a,
#access a:focus {
	background: #FFEDCD; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#FFEDCD, #FFEDCD);
	background: -o-linear-gradient(#FFEDCD, #FFEDCD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFEDCD), to(#FFEDCD)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#FFEDCD, #FFEDCD);
	color: #373737;
}


#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
    	font-weight: bold;
	color: white;
}

#site-generator{
	padding: 0.4em 0.5em;
	background-color: #005F95;
}

#site-generator a {
    color: #EEEEEE;
    font-weight: normal;
}