/*  
Theme Name: Tengo la Peli v1
Theme URI: http://tengolapeli.com/
Description: Theme original de TengoLaPeli.com
Version: 
Author: Larva Internet
Author URI: http://www.larvainternet.com/
*/

/* Aplicación de CSS Reset para todos los navegadores */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i { margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: normal; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body { line-height: 1; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
hr { margin: 0; padding: 0; border: 0; color: #000; background-color: #000; height: 1px; }


/* Inicio del CSS Principal */
body {
	background: url('img/bgtop.jpg') repeat-x left top fixed;
	background-color: #FFF;
	font: 62.5% "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

a { color: #0a76b6; }

em { font-style: italic; }

strong, strong a { font-weight: bold; }

h1, h2 {
	font-size: 2.3em;
	color: #4F5E68;
	text-shadow: #525453 0 0 1px;
}
h1 a, h2 a {
	color: #0a76b6;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover, h2 a:hover { text-decoration: underline; }

div#header {
	background: url('img/header.png') no-repeat;
	width: 940px;
	height: 127px;
}

div#page { 
	width: 940px;
	margin: 0 auto;
}
div#contenido {
	margin-top: 12px;
	background: #FFF;
	-webkit-border-radius: 5px 5px;  /* Safari  */
  	-moz-border-radius: 5px 5px;     /* Firefox */
	padding: 10px 12px;
}
div#menu {
	width: 250px;
	display: block;
	float: right;
}
div.mnuhead {
	font-size: 1.4em;
	font-weight: bold;
	background-color: #ED9700;
	color: #FFF;
	text-align: center;
	padding: 2px 0;
	text-transform: uppercase;
}
div.mnucont {
	display: block;
	background-color: #EFF6FB;
	border-top: 2px solid #0a76b6;
	padding: 4px 0 8px 0;
	margin-bottom: 10px;
}
div.mnucont span {
	display: block; 
	background: url('img/li.gif') no-repeat left center;
	padding-left: 13px;
	margin: 2px 0 4px 8px;
}
div.mnucont span a {
	font-size: 1.4em;
	color: #0a90dd;
}
div.mnucont input.s {
	width: 155px;
	margin: 8px 0 5px 15px;
}

div.mnucont a.suscripcion {
        display: block;
        padding-left: 20px;
        margin: 5px 0 5px 20px;
        font-size: 1.4em;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
}

div.mnucont a.suscripcion:hover { text-decoration: underline; }

div.mnucont a.email { background: url('http://i48.tinypic.com/35ba7ox.gif') no-repeat left center; }
div.mnucont a.rss { background: url('http://i45.tinypic.com/219tqgm.gif') no-repeat left center; }

div#main {
	width: 640px;
	display: block;
	float: left;
	margin-left: 6px;
}
div.clear {
	clear: both;
}

/* Motions */
div.motion-up { background: #EFF6FB url('img/motion/Up.png') no-repeat bottom right; }
div.motion-scooby { background: #EFF6FB url('img/motion/Scooby-Doo.png') no-repeat bottom right; }

/* Posts */
div.post img { max-width: 500px; max-height: 600px; }
div.post div.postmeta { 
	font-size: 1.5em; 
	margin-bottom: 12px;
}
div.postmeta span {
	color: #666;
	padding-left: 18px;
	margin-right: 10px;
}
div.postmeta span.who { background: url('img/user.gif') no-repeat left center; }
div.postmeta span.date { background: url('img/date.gif') no-repeat left center; }
div.postmeta span.category { background: url('img/category.gif') no-repeat left center; }
div.postmeta span.comments { background: url('img/comment.gif') no-repeat left center; }

div.post p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-bottom: 1.3em;
        text-align: justify;
}

div.twittear {
	width: 80px;
	height: 60px;
	padding: 4px 12px;
	margin: 7px 0 15px 0;
	float: left;
	}

div.tweetags {
	width: 600px;
	height: 60px;
	}

div.post div.tags {
        background: #F7F6F1;
        border: 1px solid #E6DB55;
	-webkit-border-radius: 4px 4px;  /* Safari  */
  	-moz-border-radius: 4px 4px;     /* Firefox */
        padding: 8px 12px;
        text-align: center;
        margin: 7px 0 15px 0;
        overflow-y:scroll;
        height: 50px;
	width: 500px;
	float: right;
}
div.post div.tags a {
        padding-right: 8px;
        font-size: 1.3em;
        line-height: 1.6em;
}

div.download_links {
	-webkit-border-radius: 10px 10px;  /* Safari  */
  	-moz-border-radius: 10px 10px;     /* Firefox */
	background: url('http://i45.tinypic.com/30tigkg.png') no-repeat left top;
	background-color: #EFF6FB;
	padding: 40px 20px 15px 20px;
	font-size: 11px;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}
div.download_links a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ED9700;
	font-size: 11px;
	margin-left: 2px;
}

/* Posts Relacionados */
div#related_posts { display: block; margin-bottom: 13px; }
div#related_posts h2.related { font-size: 1.7em; padding-bottom: 10px; }
div#related_posts li { 
        font-size: 1.3em; 
        margin-left: 45px; 
        list-style-type: square; 
        line-height: 1.7em; 
}

/* Comentarios */
h2.comments { padding-bottom: 10px; font-size: 1.7em; }
div.commentorder {
	
}
ol.commentlist li {
	padding: 6px 8px;
	margin-bottom: 7px;
	font-size: 1.3em;
}
ol.commentlist li.alt {
	background: #EFF6FB;
}
li img.avatar {
	float: left;
	margin: 2px 7px 0 0;
}
li cite {
	text-transform: uppercase;
	font-weight: bold;
}
li p { padding-top: 8px; display: block; }
div.commentorder img.replyto {
	float: right;
}
div.com_general input {
	margin-bottom: 8px;
	font-size: 1.3em;
}
input.i_detalles {
	padding: 2px 0 2px 21px;
	border: 1px solid;
	height: 18px;
}
input.c_nombre { background: url('img/user-comment.gif') no-repeat left center; }
input.c_email { background: url('img/email-comment.gif') no-repeat left center; }
input.c_website { background: url('img/webpage-comment.gif') no-repeat left center; }
input.s_comment { width: 230px; height: 30px; }

div.com_general small {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-left: 6px;
}
textarea#comment {
	border: 1px solid;
	width: 500px;
	height: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px 7px;
}
form#commentform p.registered {
	font-size: 1.3em;
}

/* Alineación de imágenes */
.aligncenter { 
        display:block; 
        margin-left:auto; 
        margin-right:auto; 
        }
.alignleft { 
        display:block; 
        margin-right:auto; 
        float: left;
        padding-right: 4px;
        }
.alignright { 
        display:block; 
        margin-left:auto; 
        float: right;
        padding-left: 4px;
        }

/* Pié de Página */
div#footer {
	display: block;
	-webkit-border-radius: 5px 5px;  /* Safari  */
  	-moz-border-radius: 5px 5px;     /* Firefox */
	margin: 13px 0 25px 0;
	padding: 8px 13px;
	font-size: 1.3em;
	background: #ED9700;
	color: #FFF;
	text-align: center;
}
div#footer p a { color: #FFF; }
div#footer2 {
	display: block;
	margin: 13px 0 25px 0;
	padding: 8px 13px;
	color: #FFF;
	text-align: center;
}
/* Adicionales */
.vvqbox { margin-top: -8px !important; margin-bottom: 16px !important; }

/* WP-PageNavi */
div.wp-pagenavi { font-size: 1.4em; margin-bottom: 8px; display: block; }