/*  
Theme Name: Ibercom
Theme URI: 
Description: Tema creado a partir del 'default WordPress theme' para la web de Ibercom
Version: 1.0
Author: Norsis
Author URI: http://www.norsis.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

#content {
	font-size:13px;
	width:510px;
	padding:15px;
	padding-top:0px;
	xbackground-color:#FF0000;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	color:#899197;
	overflow:hidden;
	}
.entry p{
	font-size:11px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:10px 0px;
	}
.entry p a{
	color:#002958;
	}	
	
.entry h4 {
	margin-top:10px;
	color:#899197;
	font-size:13px;
	}

.narrowcolumn{
	text-align: center;
	}
 .postmetadata {
 	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
 
 }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#000000;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top:0px;
	margin-top:0px;
	}

	

h1, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	color:#666666;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #002958;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



.nocomments, blockquote, strike {
	color: #777;
	}
.postmetadata a	{
	color:#00aae7;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #899197;
	text-decoration:none;
}
h2 a:hover	{
	text-decoration:underline;
	}

a:hover {
	color: #147;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.post {
	float:left;
	text-align: justify;
	width:100%;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0px 0px 0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}


h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */




.entry ol, .entry ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */


/* Begin Sidebar */
#sidebar
{
	float:left;
	width: 164px;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size:13px;
	}
#sidebar h2 {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 25px;
	font-weight:normal;
	text-decoration: none;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	color:#2B6FB8;
	text-align:left;
	}
#sidebar ul ul li, #sidebar ul ol li {
	color: #00aae7;
	text-align:left;
	}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar a{
	color:#999999;
}
#sidebar a:hover{
	color:#00aae7;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	margin: 0px 0px 0px 30px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	xpadding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top:10px;
	}
.navigation a {
	display:block;
	width:150px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	margin-top:10px;
	padding:4px;
	}	
	
	
	
/* End Various Tags & Classes*/


.post h2 a {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 25px;
	font-weight:normal;
	text-decoration: none;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color:#2B6FB8;
	text-align:left;
	}
.post small {
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 10px;
	color:#999999;
	text-align:left;
	}
.entry {
	margin-top:40px;
	}