/*
Theme Name: CMM-Eventos Thirteen
Theme URI: -
Description: Child theme basado en Twenty Thirteen (requiere tener instalado este tema para funcionar - tema preinstalado por WordPress 3.6)
Author: Cristián Murillo
Author URI: http://www.cmm.uchile.cl
Template: twentythirteen
Version: 1.0
*/

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

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif; 
color: #303030;
background-color:#f4f4f4;
padding-top: 0; padding-bottom:28px; }

#supracontainer { 
/*background: transparent url(images/esferas_bg03.png) no-repeat center top;*/
background: url(images/esferas_bg03.png) repeat-x right top transparent;
}

.clearfix { clear: both; }
/*
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 *!/
*:first-child+html .clearfix { zoom: 1; } /* IE7 *!/
*/

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

#parent-org {
height: 90px;
	margin-top: 25px;
}

#parent-org img {
	float: right;
	margin-right: 20px;
}

*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

p#copyright { margin: 0; }

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	line-height: 1.3;
	font-weight: 300 !important;
	letter-spacing: -0.05ex;
}

div.entry-content table tbody tr td {
	padding: 6px;
	border: 1px solid #cecece;
}

.site-title, .site-title a {  -webkit-hyphens: none;  -moz-hyphens: none;
    hyphens: none; }

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	background-color: #e8e8e8 !important;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: none;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

/* Navbar */
.navbar {
	background-color: #dadada;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #fff;
	color: #686758;
	font-size: 14px;
	text-align: center;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.site-footer .sidebar-container {
	background-color: #252525;
	padding: 20px 0;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 0 20px 0;
	width: 100%;
	/*clear: both;*/
}