/*
 Theme Name:   Tlanextli 2014
 Description:  Twenty Thirteen Child Theme
 Author:       Hugo Montenegro
 Author URI:   http://humoba.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

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

.site{
	max-width: none;
}
.site-header #container {
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.site-header .home-link {
    display: block;
    margin: 0;
    max-width: 300px;
    min-height: initial;
    padding: 0;
    text-decoration: none;
    width: 300px;
}
#masthead #logo {
    float: left;
	width: 300px;
}
#masthead #carrousel {
    float: left;
    height: 188px;
    width: calc(100% - 300px);
}

/*Navbar*/
.main-navigation {
    max-width: none;
}
.navbar {
    background: url("http://tlanextli.org/wp-content/themes/tlanextli2014/images/back.png") repeat-x scroll 170px 0 #e5287a;
    max-width: none;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #FFF;
    font-style: italic;
}
ul.nav-menu, div.nav-menu > ul {
    background-color: #00a5b6;
}
.nav-menu > li {
    display: table-cell;
}
.nav-menu li > a, .nav-menu li a, .nav-menu li > a, .nav-menu li a {
    background-color: #00a5b6;
}
.nav-menu li a {
    padding: 15px 10px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: inherit;
}

/* Content */
#content {
    min-height: 400px;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 60px 0 376px;
}
.entry-content {
    -moz-hyphens: manual;
    word-wrap: normal;
}
.entry-content a, .comment-content a, .entry-meta a {
    color: #e5287a;
}
.entry-content a:hover, .comment-content a:hover, .entry-meta a:hover {
    color: #000;
    text-decoration: none;
}
table {
    border-bottom: 0 solid transparent;
}
td {
    border-top: 0 solid transparent;
    padding: 6px 10px 6px 0;
}
.comment-respond {
    background-color: #FFF;
}

/* Widgets */
.site-main .sidebar-inner {
    height: 100%;
    max-width: none;
}
.site-main .sidebar-container {
    height: 100%;
    top: 0;
    width: inherit;
}
.site-main .widget-area {
    float: left;
    min-height: 400px;
    width: 300px;
    height: 100%;
}
.widget {
    background: url("images/dots.png") no-repeat scroll 0 0 #00a5b6;
    height: 100%;
    padding-top: 40px;
}
.widget li {
    background-color: #e5287a;
    box-shadow: 1px 1px black;
    margin-bottom: 20px;
    padding: 0; 
    text-align: center;
}
.widget a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 5px 0;
    width: 100%;
}
.widget a:hover {
    color: #000;
    text-decoration: none;
}
.widget .current-menu-item a {
    color: #ccc;
    font-style: italic;
}
.widget li > ul, .widget li > ol {
    margin: 0;
}
.widget .menu-item-has-children > a:after {
    content: " ↓";
}
.widget .menu-item-has-children .sub-menu {
    display: none;
}

/*Footer*/
.site-footer {
    background-color: #e5287a;
    color: #686758;
    font-size: 14px;
    text-align: center;
}
.site-footer {
    color: #fff;
}
.site-footer a {
    color: #000;
}