/*
Theme Name: minec
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minec
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

minec is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h3.entry-categories{
	font-weight: bold;
}

.entry-title{
	margin: 10px 0;
	font-weight: bold;
}

.entry-resume{
  font-size: 16px;
	font-style: italic;
  font-weight: bold;
  margin: 0px;
  padding: 10px 10px 10px 20px;
  background: #f0f0f0;
  border-left: 5px solid #CCC;
  display: block;
  border-bottom: none;
}

.entry-resume p:before{
  font-family: 'Times news Roman';
  content: "\201C";
  font-size: 100px;
  display: block;
  line-height: 10px;
  margin-left: -15px;
  margin-top: 30px;
  color: #CCC;
}

.entry-resume p:after{
  font-family: 'Times news Roman';
  content: "\201D";
  font-size: 75px;
  display: block;
  line-height: 30px;
  color: #CCC;
  text-align: right;
  margin-top: 10px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

.ssb-share{
  width: 100%;
  margin: 5px -1px;
  background: #f0f0f0;
  border-top: 1px solid #CCC;
  padding: 5px;
}

.entry-meta{
  margin: 10px 0;
  border-top: 1px dotted #CCC;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.entry-meta a{
  font-weight: normal;
}

.entry-meta > .list-inline{
  margin-bottom: 0;
}

.byline{
  /* color: #f0f0f0; */
  text-decoration: underline;
  /*oculta el nombre del usuario que a posteado*/
  display:none;
} 

.entry-meta .posted-on{
  margin: 0 5px;
}

.entry-meta .posted-on:before{ 
  content:"{";
  font-size: 12px; 
  margin: 5px; 
  color: #CCC;
}

.entry-meta .posted-on:after{
  content:"}";
  font-size: 12px; 
  margin: 5px; 
  color: #CCC;
}

.simple-links-list{
  list-style: none;
  padding-left: 0;
}

.simple-links-list li{
  margin-bottom: 10px;
  padding: 0;
}

.simple-links-list li img{
  max-width: 100%;
 /* max-height: 100%; */
}

.nav-links {
  display: block;
  margin-bottom: 150px;
}

.nav-next:before {
  content: "Siguiente post \00bb";
  display: block;
  margin-bottom: 10px;
  text-align: right;
}

.nav-next {
  display: block;
  width: 30%;
  float: right;
  background: #f0f0f0;
  padding: 10px;
}

.nav-previous:before {
  content: "\00ab  Anterior post";
  display: block;
  margin-bottom: 10px;
}
.nav-previous {
  display: block;
  width: 30%;
  float: left;
  background: #f0f0f0;
  padding: 10px;
}

h2 {
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 2px solid #CCC;
}

.widget-grey > div > div{
  background: #f0f0f0;
  padding: 10px;
}

.widget-grey > div > div h2{
	color: #04adbf;
	border-bottom:2px solid #04adbf;
}

.widget-blue > div > div{
  background: #8ebad4;
  padding: 10px;
}

.widget-blue > div > div h2{
	color: #fff;
	border-bottom:2px solid #fff;
}

.flickr_badge_image {
  width: auto;
  float: left;
  display: block;
  margin: 3px 3px 0;
}

.flickr-badge-wrapper {
  display: block;
  min-height: 240px;
}

footer{
  padding: 10px;
}

footer  .widget-title{
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid;
}

footer .textwidget{
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 768px) { 	
    #wpadminbar { 
    	position: fixed; 

    }

    .content{
        margin: 0;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.widget twitter-user-timelines{
	display:none;
}
