/*  
Theme Name: Cellulare Fashion
Theme URI: http://www.ortizcastro.net/
Description: Designed by <a href="http://www.ortizcastro.net">Ortiz Castro</a>
Author: Enrique Ortiz
Author URI: http://www.ortizcastro.net
*/

* { margin: 0; padding: 0; }

body {
	background:#424142;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	font-size:0.75em;
	margin: 0 auto;
	}
img {
	border: none;
}
/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 930px;
	text-align: left;
	margin: 0 auto;
	background:#424142;
	overflow:hidden;	
	}
	
#middle {
	background:#000 url(images/bkg_principal.jpg);
	overflow:hidden;
	width: 100%;
	}

#content {
	float: left;
	width: 620px;
	padding:0;
	margin:0;
	margin-left:17px;
	overflow:hidden;
	background:#FFF;
	}
	
#sidebar {
	float: left;
	width: 250px;
	margin:0;
	padding:0;
	padding-right:20px;
	margin-left:3px;
	background:#FFF;
	}

/* -------------------
Header
------------------- */

#header {
	height: 0px;
	width: 930px;
	}
	
.header-title {
	display:block;
	margin:0; padding:0;
	text-indent: -10000px;
	width:270px;
	height:80px;
	}

.menu-principal {
	padding:3px 0 0 0; margin:0;
	}
.menu{
	padding:5px 30px;
	margin:0;
	width:520px;
	font-size:1.1em;
	float:left;
	}
.menu a{
	color:#3D4E5E;
	text-decoration:none;
	}
.menu a:hover{
	color:#3D4E5E;
	text-decoration:underline;
	}
.buscar{
	padding:4px 22px;
	float:left;
	}
#searchform .inputconborde{
	border:#666 1px solid;
	width:110px;
	font-size:0.8m;
	}	
.ad468 {
	padding:20px 0 0 89px;
	text-align:left;
	}
	
/* -------------------
Content
------------------- */

#content .post {
	margin: 0;
	padding:0;
	margin-bottom:20px;
	background:#FFF;
	line-height:1.35em;
	text-align:justify;
	}

#content .post img {
	text-align:center;
	}

#content .post-content{
	padding:10px 15px;
	}
/* general #content definitions */
	
#content h2 {
	margin: 0;
	padding: 8px 15px 0 15px;;
	color:#000;
	}

#content h2 a {
	color: #000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	line-height:normal;
	overflow:hidden;
	}

#content h2 a:hover {
	color: #F77F28;
	text-decoration: none;
	}
	
#content h3 {
	font: 0.7em/1.5em;
	color: #181818;
	font-weight: bold;
        margin-left: 15px;
	}
	
#content h4 {
	font: 0.7em/1.5em;
	color: #181818;
	border-left: 1em solid #a5c1e5;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content dl {
	color: #181818;
	font: 0.7em/1.5em;
	}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 0.7em 0;
	}
	
#content li {
	margin: 0 0 0 30px;
	color: #181818;
	font: 0.8em/1.5em;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote {
	margin: 0 0 0 1em;
	border-left: 5px solid #15a1c4;
	padding: 0 0 0 1em;
	color: #181818;
}
	
#content a { color: #15a1c4;	
	font: 1em ;
	font-weight: bold;
 }
#content a:hover { color: #15a1c4; }
	
#content .post ul.post-data {	
        border-top: 1px dotted #181818;
	list-style: none;
	font: 0.85em/1.5em;
	padding: 0.1em 0 0.2em 0;
	color: #fefefe;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #181818;
	}
	
#content .post ul.post-data a {
	color: #15a1c4;
        text-decoration: none;
        font-weight:bold;
	}
	
#content .post ul.post-data a:hover {
	color: #15a1c4;
        text-decoration: underline;
        font-weight:bold;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline;
	font: 0.8em/1.5em;
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;

	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;

	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;

	}

#content .subtitulo{
	padding: 8px 15px;
	}
	
.pie-post{
	height:20px;
	width:560px;
    background: url(images/bkg_footer_post.gif) no-repeat;
	}	

.entry {
	margin: 0;
	padding: 15px;
	overflow:hidden;
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}


.entry  img { 
      padding: 5px;
      /*border: 1px dotted #181818;*/
      }


.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 1px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 1px 3px;
                 }
.ads {
		text-align: center;
	}

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }
	

/* -------------------
Comments
------------------- */

#content #comments {
	margin: 20px 20px 10px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	font: 11px;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font: 11px;
	color: #a6bcd8;	
	}
#content #comments .comment a:hover { 
	font: 11px ;
	color: #15a1c4; 
	}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font: 11px;
	}
	
#content #comments .comment .comment-data p {
	font: 11px;
	color: #15a1c4;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { 
	font: 11px;
	color: #15a1c4; 
	}
#content #comments .comment .comment-data p a:hover { color: #15a1c4; }

#content #comments form {
	color: #15a1c4;
	font: 0.75em/1.6em;
	}

#content #comments form a { color: #15a1c4; }
#content #comments form a:hover { color: #15a1c4; }
	
	
/* -------------------
Sidebar
------------------- */
	
#sidebar h3 {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight: normal;
	margin: 0px;
    padding: 7px 0 7px 10px;
	text-align:left;
	border-bottom:#CCC 1px solid;
	}

#sidebar h3.categorias {
	margin: 0px;
    padding: 1px 0px 7px 0px;
	width:183px;
    background: url(images/bkg-categorias.gif);
	text-indent: -10000px;
	text-align: center;
	}

#sidebar h3.suscribe {
	margin: 0px;
    padding: 1px 0px 7px 0px;
	width:183px;
    background: url(images/bkg-suscribe.gif);
	text-indent: -10000px;
	text-align: center;
	}

#sidebar h3.archivos {
	margin: 0px;
    padding: 1px 0px 7px 0px;
	width:183px;
    background: url(images/bkg-archivos.gif);
	text-indent: -10000px;
	text-align: center;
	}

#sidebar h3.enlaces {
	margin: 0px;
    padding: 1px 0px 7px 0px;
	width:183px;
    background: url(images/bkg-enlaces.gif);
	text-indent: -10000px;
	text-align: center;
	}

#sidebar p, #sidebar li {
	color: #181818;
	font: 0.7em/1.5em;
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 16px 0;        
	}

#sidebar .contenido{
	padding:8px 0 8px 7px;
	font-size:0.9em;
	}

#sidebar ul { list-style: none; margin:0; padding:0; }

#sidebar ul li {
	padding: 2px 0px 1px 0px;
	list-style-type: circle;
	margin-left: 18px;
	}
	

#sidebar a {
	color: #256BB0;
	text-decoration: none;
    font-weight:bold;
	}
	
#sidebar a:hover {
	color: #256BB0;
	text-decoration: underline;
        font-weight:bold;
	}
	
#sidebar .bottom {
        background: url(images/sidebar-bottom.gif) no-repeat;
		width:183px;
        height: 15px;
		padding-bottom:20px;
	}

/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	width: 780px;
	margin: 0px auto;
	}
	
#footer #footertext {
	color: #F2F7D8;
	font: 0.7em;
	padding: 10px 0 0 0;
	text-align: center;
	}
	
#footer #footertext a {
	color: #F2F7D8;
	text-decoration: none;
	}

#footer #footertext a:hover {
	color: #F2F7D8;
	text-decoration:underline;
	}
	
#footer #searchform {
	padding: 33px 0 0 30px;
	}
	
#footer #searchform .searchfield {
	height: 17px;
	}
	
#footer #searchform .searchbutton {
   height:22px;
	}



.alt
{

	font: 1em;
}

.commentlist {
        background: #fefefe;

}

.commentlist li {
font: 1em;
width: 563px;
padding-bottom: 1em;
padding-top: 1em;	
}


.commentmetadata
{
	font: 11px; 

}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}


.commentlist p
{
	font: 16px;
}

#comentarios{
	padding:20px 0;
	}
	
#commentform {
margin: 2em 0;
margin-left:2em;
width: 565px;
}

#commentform textarea {

background: #f0f8fa;
border: 1px solid #b4e4ed;
width: 520px;
}
#commentform textarea:hover {
background: #f0f8fa;
border: 1px solid #b4e4ed;
}
#commentform textarea:focus {
background: #f0f8fa;
border: 1px solid #b4e4ed;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f0f8fa;
border: 1px solid #b4e4ed;
width: 180px;
height: 15px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f0f8fa;
border: 1px solid #b4e4ed;
width: 180px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f0f8fa;
border: 1px solid #b4e4ed;
width: 180px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin:0;
	float:left;
	background: url(images/submit-button.jpg);
    color: #181818;
	font: 11px;
	border:1px solid #b4e4ed;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    height: 20px;
	}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #fefefe;
background-color:#ffffff;
font-size:12px;
color:#181818;
}

.tags{
	padding-left:15px;
}
.mod_suscripcion{
	background: url(images/bkg-suscribe.jpg) no-repeat 10px 0px;
	padding-left:80px;
}
.mod_categorias{
	background: url(images/bkg-categorias.jpg) no-repeat 10px 0px;
	padding-left:80px;
}
.mod_paginas{
	background: url(images/bkg-paginas.jpg) no-repeat 10px 0px;
	padding-left:80px;
}
.mod_archivo{
	background: url(images/bkg-archivo.jpg) no-repeat 10px 0px;
	padding-left:80px;
}
.mod_enlaces{
	background: url(images/bkg-enlaces.jpg) no-repeat 10px 0px;
	padding-left:80px;
}
.mod_buscar{
	padding-left:80px;
}