/*
Theme Name: Jerau
Theme URI: http://www.jerau.com/
Description: Jerau.com
Version: 5.0
Author: Pablo Bustamante
Author URI: http://human-noise.com/
Date Created: 12/05/2010 (dd/mm/yyyy)
Tags: dark, blue, fixed width, two columns
*/

 /* azul claro: #41C7D5 */
 /* azul oscuro: #0071BC */
 /* gris medio: #1A1A1A */
 /* gris claro: #808080 */
 /* gris muy claro: #B3B3B3 */

/* Custom Fonts powah! */
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('http://jerau.com/wp-content/themes/jerau/fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('http://jerau.com/wp-content/themes/jerau/fonts/Chunkfive-webfont.woff') format('woff'), url('http://jerau.com/wp-content/themes/jerau/fonts/Chunkfive-webfont.ttf') format('truetype'), url('http://jerau.com/wp-content/themes/jerau/fonts/Chunkfive-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

 /* Basic reset stuff */
 * {	margin: 0;padding: 0;border: none;}
html {font-size: 10pt; /* Resets 1em to 10px */font-family: "Trebuchet MS", Arial, Helvetica, sans-serif}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {font-weight: normal;margin: 0 0 1em 0;}

/*** Algunos ajustes basicos: ***/
sup {position: relative;bottom: 0.3em;vertical-align: baseline;}
sub {position: relative;bottom: -0.2em;vertical-align: baseline;}
li, dd, blockquote {margin-left: 1em;}
a, a:link, a:visited, a:hover, a:active {text-decoration: none;}
a img {border: none;text-decoration: none;}
img {border: none;text-decoration: none;}
td img {display: block;}

/** Gotta love this **/
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
 
body { background: #000 url(img/bg.jpg) top center no-repeat fixed; color: #FFF;}
body a { color: #0071BC; }
body a:hover { color: #41C7D5 ;}

div#wrapper {
	width: 960px;  /* 972 */
	margin: 0 auto;
	padding: 0 6px;
	}
	div#header {
		height: 221px;
		}
		div.social {
			height: 25 px;
			text-align: right;
			margin-right: 5px;
			}
		div.logo {
			height: 196px;
			}
	div#navbar {
		height: 34px; /* 50 */
		padding-top: 16px;
		background: transparent url(img/bg_cell.png);
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-family: 'ChunkFiveRegular', Arial, sans-serif;
		font-size: 14.5px;
		text-transform: uppercase;
		}
		div#navbar a {
			color: #FFF;
		}
		div#navbar a:hover {
			color: #0071BC;
		}
		div#navbar ul {
			list-style-type: none;
			margin-left: -5px;
			}
			div#navbar li {
				display: inline;
				margin-right: -15px;
			}			
	div#content {
		margin-top: 22px;
		}
		div.column-big {
			width: 700px;
			float: left;
			}
		div.column-small {
			margin-left: 20px;
			width: 240px;
			float: left;
			}
			div.cell {
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				padding: 8px;
				margin-bottom: 10px;
				background: transparent url(img/bg_cell.png);
				height: auto;
				}
					div.cell hr {
						border-bottom: 1px dotted #fff;
						margin-bottom: 10px;
					}
					div.cell h1 {
						text-transform: uppercase;
						color: #fff;
						font-family: 'ChunkFiveRegular', Arial, sans-serif;
						margin-bottom: 2px;
						font-size: 35px;
						text-shadow: #41C7D5 2px 2px;
					}
					div.cell h2 {
						color: #41C7D5;
						font-family: 'ChunkFiveRegular', Arial, sans-serif;
						text-transform: uppercase;
						font-size: 22px;
						margin-bottom: 2px;
					}
					div.cell li {
						margin-left: 15px;
						list-style-position:inside;
					}
					div.cell span.hola {
						font-size: 16px;
						line-height: 24px;
					}
					div.cell span.fecha {
						font-size: 11px;
						font-style: italic;
						color: #808080;
					}
					div.cell div.tags {
						background-color: #1A1A1A;
						color: #41C7D5;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						border-radius: 2px;
						font-style: italic;
					}
					div.cell div.entry {
						margin: 10px 2px 0;
					}
					div.cd {
						height: auto;
						}
					div.portada-cd {
						float: left;
						width: 210px;
						height: auto;
					}
						div.cell div.portada-cd img {
							border: 4px solid #0071BC;
							-moz-border-radius: 2px;
							-webkit-border-radius: 2px;
							border-radius: 2px;
					}
					div.contenido-cd {
						float: left;
						width: 440px;
						height: auto;
						margin-left: 10px;
						border-left: 1px dotted #FFF;
					}
					div.contenido-cd li {
						margin-left: 15px;
						list-style-position:inside;
					}
					div#post-178 img { /* las imagenes de prensa */
						border: 4px solid #0071BC;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						border-radius: 2px;
					}
					div#post-178 img:hover { /* las imagenes de prensa */
						border-color: #B3B3B3;
					}
	div#footer {
		width: 965px; /* 978 */
		height: 22px; /* 34 */
		padding: 12px 0 0 13px;
		margin-top: 10px;
		background: transparent url(img/bg_footer.png) no-repeat;
		font-size: 11px;
		font-style: italic;
		}
		div#legal {
			width:80%;
			float:left;
			}
		div#credits {
			width:15%;
			float: right;
			}

/* wp-Typography */
sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}
/* because formatting .numbers should consider your current font settings, we will not style it here */
