/*  
Theme Name: Sacom Next Gen
Theme URI: http://www.samuelaguilera.com
Description: Nueva generación del theme para samuelaguilera.com
Version: 1.0
Author: Samuel Aguilera
Author URI: http://www.samuelaguilera.com

*/


    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    }
	
	a {
    	color:#006633;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		  color: #003366;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		border: none; /* elimina borde azul en imágenes con enlaces */
	}
	
	li { list-style-type: square;
	margin-top: 4px; }
	
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:1px solid #003366;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#fc0;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.current_page_item,
	#header ul li a.current_page_item:hover {
	    color:#fff;
	    background:#003366;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	
	#logoblog a {
		font-size: 18pt;
		letter-spacing: 8px;
		margin-top: 5px;
		text-decoration: none;
		color: #003366;
	}
	
	#logoblog a:hover {
		background: #003366;
		color: #fff;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#f0f8ff;
		border-top:4px solid #003366;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	#layoutdims form {
		margin: 0;
		padding: 0;
	}
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
       width:100%;				/* width of whole page */
		 overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		background:#add8e6;		/* right column background colour */
	}
	.blogstyle .colmid {
		right:23%;				/* width of the right column */
		background:#f0f8ff;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:23%;				/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.blogstyle .col1 {
		width:50%;				/* width of center column content (column width minus padding on either side) */
		left:48%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:19%;				/* Width of left column content (column width minus padding on either side) */
		left:52%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:19%;				/* Width of right column content (column width minus padding on either side) */
		left:56%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #003366;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	
.fechapost {
  border-bottom: 1px solid #1E90FF;
  font-weight: bold;
  padding-top: 10px;
}

/* para que no salga el smiley de wp-stats */
img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden
}

/*alinear imágenes*/

.alignleft { float: left; }
.alignright { float: right; }

.etiquetas {
	padding-top: 5px;
}

.entrada {
  line-height: 18px;
  padding-bottom: 20px;
}
.entrada img {
  margin: 4px 4px 4px 4px;	
}

.post h2 {
	padding-bottom: 10px;
}

/* estilos para las barras laterales */

.col2 ul {
  padding: 0 0 4px 0;
  margin: 4px 4px 4px 0px;
}

.col2 li {
  padding: 0 0 4px 0;
  list-style: none;
  margin-bottom: 4px;
}

.col3 ul {
  padding: 0 0 4px 0;
  margin: 4px 4px 4px 0px;
}

.col3 li {
  padding: 0 0 4px 0;
  list-style: none;
  margin-bottom: 4px;
}

.postmetadata {
  margin: 15px 0 10px 0;
  background-color: #FFFABF;
  border: 1px solid #F2D377;
  padding: 4px 4px 4px 4px;
  clear: left;
}


.post pre {

font-size: 1.2em;

}

/* estilos para el archivo comments.php */
#respond {
  font-size: large;
  border-bottom: 2px dashed #267DBF;
  margin-top: 10px;
}
.plantilla-comen {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
}
.plantilla-comen ol {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}
.plantilla-comen ol li {
  margin: 20px 0 0 0;
  line-height: 18px;
  padding: 4px 4px 4px 4px;
  background-color: #F0F8FF;
  border: 1px solid #ADD8E6;
}

.fechacomen {
  font-size: 12px;
  border-bottom: 1px dotted #ADD8E6;
}
.plantilla-comen p.nocomments {
  padding: 0;
}
.plantilla-comen input[type=text], textarea {
  border: 1px double #267DBF;
}
.plantilla-comen input[type=text]:focus, textarea:focus {
  border: 1px double #ffcc00;
}
.plantilla-comen textarea {
  font-family: Arial, Hevletica, Georgia, Sans-serif;
  font-size: 12px;
  height: 150px;
  width: 95%;
}

.comentpendiente {
  color: #FF0000;
  font-style: italic;
  font-weight: bold;
}
#submit {
  border: 1px double #267DBF;
  background-color: #F0F8FF;
}
#submit:focus {
  border: 1px double #267DBF;
  background-color: #FF1493;
  color: #FFFFFF;
}

.lista-archivos li {
  margin: 0 0 5px 0;
  list-style: none;
}
#titulo-archivos {
  margin: 10px 5px 10px 0;
  padding: 5px;
  color: #40454B;
  background-color: #F0F8FF;
  border: 1px solid #ADD8E6;
}

#titulo-archivos h3 {
	margin: 0;
}

/*estilo para los comentarios realizados por mi */
.comentario-autor { background-color: #fffabf !important; }

/*botón buscar */

#searchsubmit {
	background-color: #FFF;
	border: 1px solid #003366;
}

#searchsubmit:focus {
  color: #000;
  background-color: #ADD8E6;
}

#s {
	background-color: #FFF;
	border: 1px solid #003366;
}

/* alinear correctamente los enlaces para entrada anterior y siguiente */
.entradasig {
  float: right;
  padding-top: 7px;
}
.entradaant {padding-top: 10px; float: left;}

/* formato para la nube de etiquetas */
.wp-tag-cloud li {
	display: inline !important;
}

.aviso {
	background-color: #533;
	background-image: url('gfx/alerta.png');
	border-bottom: 2px solid #F33;
	border-top: 2px solid #F33;
	color: #CCCCCC;
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-size: 0.8em !important;
	line-height: 115%;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
}

/* estilos para la leyenda de imágenes */

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.avatar {
	float: right;
	padding: 0 5px;
}

#zona_logo  {
	width: 82%; float:left;
}

#socialmedia {
	width: 18%; float:left; display: inline;
}

#socialmedia ul li a {
	background-color: #fff; 
}

/* fix para el sharing de jetpack. para que no muestre texto blanco y fondo blanco en el hover de los enlaces */
.sharing li.share-regular a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
		
	}

/* para quitar los bullets de los li del formulario */	
.visual-form-builder li {
	list-style-type: none;
}	
	