/*
Theme Name: A-TERRE Theme
Theme URI: http://www.a-terre.com.ar
Author: MCL
Description: A-TERRE Theme is a Child Theme.
Template: twentyeleven
*/

@import url('../twentyeleven/style.css');

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,700italic);

html {
    margin-top: 0px;
}
body, input, textarea {
    font: 400 14px/1.5 "Open Sans";
}

.singular.page .hentry {
    padding: 0.5em 0 0;
}

.entry-title, .entry-title a {
    color: #3C3A00;
    
}
.entry-title {
    color: #3C3A00;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 0.1em;
    padding-top: 8px;
}
.singular .entry-title {
    color: #3C3A00;
    font-size: 16px;
    line-height: 24px;
}

#page {
    margin: 0 auto;
	background:#FFFFFF;
	-moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4); 
}

#access {
    background:#3c3a01;
    text-align:center;
}
#access a {
    color: #FFFFFF;
    padding: 0 1.1em;
    font-size: 110%;
}

#access li:hover > a, #access a:focus {
    background:#6E6938;
    color: #BCAE44;
    font-weight: black;
}
#access ul { 
    display:inline-block;
    padding: 0.5em 0 0 0;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
    color: #BCAE44;
}

#main {
    padding: 0.1em 0 0;
}

#site-generator {
	background: #3C3A00;
        border-top: 1px solid #3C3A00;
    color: #BCAE44;
    font-size: 14px;
    line-height: 2.2em;
    padding: 0.2em 0.5em;
    text-align: center;
	padding-left: 5em;
}
#site-generator a {
    color: #BCAE44;
    font-weight: normal;
}
#supplementary {
    background: #3C3A00;
}

#supplementary.two .widget-area {
    margin-right: 2.5%;
    width: 22%;
}

.widget-area {
    font-size: 14px;
    color: #ffffff;
}
.widget a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#supplementary.two .widget-area + .widget-area {
    width: 75%;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	color: #BCAE44;
	text-decoration: none;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 90%;
}
