/* reset */
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	-moz-outline: none;
}
a img {
	border: none;
}


/* access */
hr {
	display: none;
}

/* clearfix */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* base */
body {
	font: 0.8125em Arial,Sans-serif;
	color: #333;
	text-align: center;
}
div.contain {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
a {
	color: #555;
}
a:hover {
	color: #333;
}
a:visited {
	color: #777;
}
h1 {
	font-size: 120%;
	margin-bottom: 15px;
	color: #555;
}


/* top bar */
div#bar {
	background: #e6e6e6;
	margin-bottom: 10px;
	padding-top: 10px;
}
div#bar ul {
	float: left;
	width: 60%;
}
div#bar ul li {
	float: left;
}
div#bar ul li a {
	display: block;
	padding: 0 10px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: #ea2a7a;
}
div#bar ul li.current a {
	color: #333;
	background: #fff url('images/bar-tab.png') no-repeat top right;
}
div#bar ul li.current a span {
	background: #fff url('images/bar-tab.png') no-repeat top left;
} 
div#bar ul li a:hover {
	color: #333;
}
div#bar ul li a span {
	display: block;
	padding: 5px 0 5px 10px;
}

div#bar form#search {
	float: right;

}

div#bar p.lang {
	float: right;
	padding: 2px 10px 0 0;
	color: #777;
}
div#bar p.lang a {
	padding: 0 2px;
}


/* header */
div#header div.masterhead {
	position: relative;
	padding-left: 330px;
	padding-right: 218px;
	background: #fff url('images/small-girls.jpg') no-repeat 100% 0%;
	height: 60px;
}
div#header div.masterhead h2 {
	position: absolute;
	top: 0;
	left: 0;
}
div#header div.masterhead h2 a {
	display: block;
	text-indent: -1000em;
	width: 310px;
	height: 52px;
	background: #fff url('images/logo.png') no-repeat 50% 50%;
}
div#header div.masterhead p {
	margin: 10px 0;
	padding: 14px 0;
	color: #999;
}
div#header div.masterhead p strong {
	color: #f599c1;
}

/* footer */

div#footer {
	margin-top: 40px;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
	font-size: 90%;
	color: #777;
}

/* main navigation */
div#nav {
	-moz-border-radius: 2px;
	background: #e6e6e6;
	margin-bottom: 5px;
}
div#nav ul li {
	float: left;
}
div#nav ul li a {
	display: block;
	padding: 7px 10px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
div#nav ul li a:visited {
	color: #555;
}
div#nav ul li a:hover,
div#nav ul li.current a:visited,
div#nav ul li.current a {
	color: #ea2a7a;
}
div#nav ul li.current a {
	background: transparent url('images/nav-current.png') no-repeat 50% 0%;
}
div#nav ul li.right {
	float: right;
	padding: 5px 5px 0 0;
}

div#nav ul li div.channels a {
	padding: 1px 2px;
	float: left;
}
div#nav ul li div.channels a img {
	border: 1px solid #fff;
}
	
/* subnavs */
div#subnavs {
	height: 3em;
}
div#subnavs h3 {
	display: none;
}
div#subnavs ul {
	padding: 0 5px;
}
div#subnavs ul li {
	display: block;
	float: left;
	padding: 0 5px;
}
div#subnavs ul li a {
	color: #777;
	text-decoration: none;
}
div#subnavs ul li a:hover {
	color: #ea2a7a;
}

/* dropdown menus in sub nav */

div#subnavs div.dropmenu {
	position: relative;
	z-index: 10;
}
div#subnavs div.dropmenu ul {
	position: absolute;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
	width: 200px;
}
div#subnavs div.dropmenu ul li {
	display: block;
	float: none;
	padding: 2px 0;
}



/* columns */

div#primary {
	float: left;
	width: 65%;
}
div#secondary {
	float: right;
	width: 32%;
}



/* post --------------------------------  */

div.post {
	margin-bottom: 40px;
}
div.post-title {
	min-height: 60px;
	height: auto !important;
	position: relative;
	padding: 0 0 0 32px;
}
div.post h1 {
	font-size: 150%;
	color: #333;
}

div.post-title h2 a {
	color: #333;
	text-decoration: none;
}
div.post-title h2 a:hover {
	color: #ea2a7a;
	text-decoration: none;
}




/* vote thing */
/*
div.post-title p.votes {
	-moz-border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f6519a;
	color: #fff;
	text-align: center;
	width: 70px;
}
div.post-title p.votes span {
	display: block;
	padding: 5px 7px 3px 7px;
	font-weight: normal;
}
div.post-title p.votes span strong{
	display: block;
	font-size: 160%;
	line-height: 1em;
	font-weight: bold;
}
div.post-title p.votes em {
	display: none;
}
div.post-title p.votes a {
	display: block;
	font-weight: bold;
	padding: 3px 7px;
	background: #fdbdd9;
	color: #ea2a7a;
	text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
div.post-title p.votes a:hover {
	color: #fff;
	background: #ea2a7a;
	text-decoration: underline;
}

*/

/* post body */

div.post-body {
	font-size: 100%;
	line-height: 1.3em;
	color: #555;
}
div.post-body p {
	margin-bottom: 1em;
        text-align: justify;
}
div.post-body p img.alignright {
	float: right;
}



/* post meta */
div.post-meta {
	padding: 10px 0;
}
div.post-meta ul {
	float: right;
	padding: 0 5px;
}
div.post-meta ul li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #999;
}
div.post-meta ul li.share a {
	padding-left: 22px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
div.post-meta ul li.share.fb a {
	background-image: url(images/ico-facebook.png);
}
div.post-meta ul li.share.twitter a {
	background-image: url(images/ico-twitter.png);
}
div.post-meta ul li.comments a {
	color: #e96a9f;
	
}

div.post-meta ul li.last {
	border-right: none;
}
/* tags */

div.tags {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	color: #555;
}
div.tags a {
	color: #777;
}



/* pagination */
/*
div.pagination {
	padding: 10px 0;
}
div.pagination ul {
	float: right;
}
div.pagination ul li {
	float: left;
}
div.pagination ul li a {
	padding: 3px 5px;
	border: 1px solid #e6e6e6;
	background: #eee;
	color: #555;
	text-decoration: none;
	margin-right: 5px;
}
div.pagination ul li a:hover {
	border: 1px solid #aaa;
	background: #ccc;
}
div.pagination ul li.current a {
	border: 1px solid #ea2a7a;
	background: #ea2a7a;
	color: #fff;
}
div.pagination ul li a strong {
	color: #ea2a7a;
}
div.pagination ul li.last {
	padding-left: 5px;
	border-left: 1px solid #e6e6e6;
}
div.pagination ul li.last a {
	margin-right: 0;
}
*/
.wp-pagenavi span.pages {
	border: none !important;
	color: #777 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #EA2A7A !important;
	background: #EA2A7A !important;
	color: #fff !important;
}
.wp-pagenavi a {
	background: #eee !important;
	border: 1px solid #e6e6e6 !important;
	color: #555 !important;
}
.wp-pagenavi a:hover {
	background: #ddd !important;
	border: 1px solid #c6c6c6 !important;
}

/* previous and next post buttons */
div.postnav {
	margin-bottom: 10px;
}
div.postnav div {
	padding: 3px 5px;
	border: 1px solid #e6e6e6;
	background: #eee;
	color: #555;
}
div.postnav div a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	
}
div.postnav div a:hover {
	color: #EA2A7A;
}
div.postnav div a span {
	color: #EA2A7A;
}
div.postnav div.prev {
	float: left;
	
}
div.postnav div.next {
	float: right;
}


/* box */

div.box {
	margin: 10px 0;
	padding: 10px;
	background: #eee;
	border: 1px solid #e6e6e6;
}

/* post list / pages list  */
ul li.page_item,
ul.bulletlist li {
	margin: 5px 0;
	padding-left: 12px;
	margin-left: 5px;
	background: transparent url(images/bullet.gif) no-repeat 0 50%;
}
ul li.page_item a,
ul.bulletlist li a {
	text-decoration: none;
}
ul li.page_item.current_page_item a {
	font-weight: bold;
	color: #333;
}
ul li.page_item a:hover,
ul.bulletlist li a:hover {
	text-decoration: underline;
}

/* sidebar */

div#secondary h3 {
	margin: 25px 0 10px 0;
	font-size: 150%;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	color: #ea2a7a;
}


/* photo grid */

ul.photogrid {
	padding: 5px 0 0 13px;
}
div.photogrid a,
ul.photogrid li {
	display: block;
	float: left;
	margin: 0 5px 10px 0;
}

div.photogrid {
	padding: 5px 0 0 0;
}

div.fromsame a img,
div.photogrid a img {
	padding: 3px;
	border: 1px solid #eee;
}
div.post-body p img.alignright,
div.post-body div img {
	padding: 5px;
	border: 1px solid #eee;
	margin-left: 10px;
}

/* more posts from same girl */
div.fromsame {
	padding: 10px 0 0 0;
	
}
div.fromsame a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

/* simple comments */

ul.simplecomments li {
	margin-bottom: 10px;

}
ul.simplecomments li h4 {
	color: #555;
}
ul.simplecomments li h4 span.user,
ul.simplecomments li h4 span.user a {
	color: #e96a9f;
}
ul.simplecomments li p {
	color: #555;
	padding: 5px 5px 5px 20px;
	background: transparent url(images/quote.gif) no-repeat 0 5px;
}

/* main comments */
p.nocomments {
	padding: 10px 0 20px 0;
}
ul.comments {
	margin: 10px 0;
}
ul.comments li {
	margin-bottom: 10px;
}
ul.comments li blockquote {
	background: #eee;
	padding: 15px;
	font-size: 110%;
	color: #555;
}
ul.comments li blockquote p {
	margin-bottom: 10px;
}
ul.comments li p.user {
	padding: 15px 10px 10px 10px;
	background: transparent url(images/comment-arrow.png) no-repeat 20px 0;
}
ul.comments li p.user a {
	font-weight: bold;
	color: #ea2a7a;
	margin-right: 5px;
}

ul.comments li p.user a.permlink,
ul.comments li p.user span.date,
ul.comments li p.user a.comment-edit-link  {
	color: #999;
	font-size: 90%;
}
ul.comments li p.user a.permlink {
	text-decoration: none;
}

ul.comments li blockquote abbr em {
	font-style: normal;
	font-size: 82%;
}
ul.comments li blockquote abbr em,
ul.comments li blockquote abbr em a {
	color: #777;
}

/* commentluv */
div.commentluv-check {
	color: #777;
	font-size: 90%;
}
div.commentluv-check input {
	margin-right: 10px;
	vertical-align: middle;
}


/* comment form */
form#commentform {
	border: 1px solid #e6e6e6;
	background: #eee;
	padding: 10px;
	margin-top: 10px;
}
form p {
	margin: 0 0 10px 0;
}
form p textarea {
	width: 99%;
}



/* ------------------ styles for postrating plugin --------------- */

.metarating { 
	background: #f6519a url(images/vote-bg.gif) no-repeat top left;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size:16px;
	font-weight:bold;
	height: 55px;
	margin:0 10px 10px 0;
	text-align:center;
	width:22px;

}


.post-ratings {
	margin-top: 5px;
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.post-ratings h1 {
	display: none;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
	border: 0px;
	padding: 0px;
    margin: 5px 0 15px 0 !important;
}

 
/* Banner ciao */

 .bannerContainer{
	clear:both;
	width:110px;

}
.banner_bgtop{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
    background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;

}
.banner_bgtop span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
	background-position:right bottom;
	width:110px;
	height:51px;
	float:left;
	padding:0px 0px 0px 5px;
	text-align:center;
	-moz-box-sizing: border-box;
}
*html .banner_bgtop span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
	background-position:right bottom;
	width:110px;
	height:51px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.banner_bgtop a img{
	align:center;
        position:relative; top:10px;
}

.banner_bgtop a.linksCiaoTop{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 10px 0px 0px!important;
	text-decoration:none!important;
	border:0!important;
}
.banner_bgmiddle{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:left top;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	width:110px;
	-moz-box-sizing: border-box;
}
.banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 5px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	width:110px;
	-moz-box-sizing: border-box;
}
*html .banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 0px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	color:#000000;
	text-decoration:none;
	width:110px;

}
.banner_bgmiddle a.arrowCiao{
	background:transparent url(http://images.ciao.com/ide/images/box/arrow.gif) no-repeat 0px 5px!important;
	font:11px arial!important;
	color:#ff7c00!important;
	margin:0!important;
	padding:0px 0px 0px 10px!important;
	text-decoration:underline!important;
	display:block!important;
	text-align:left!important;
	border:0!important;
}
.banner_bgmiddle form.busqueda{
	margin:0px;
	padding:0px;
}
.banner_bgmiddle span  input.search{
	background:url(http://images.ciao.com/ide/images/box/form_67x25.gif) no-repeat;
	font:10px arial;
	border:0px solid #ff0000;
	float:left;
	width:67px;
	height:25px;
	margin:0px 1px 0px 0px;
	padding:5px 0px 0px 0px;
	vertical-align:middle;
	text-align:center;
}
.banner_bgmiddle input.go{
	margin:2px 0px 0px 5px;
	width:20px;
	height:20px;
	display:inline;
	float:clear;
	border:0;
	padding:0px 0px 0px 0px;
}
.banner_bgbottom{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	color:#000000;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;
}
.banner_bgbottom span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:right bottom;
	float:left;
	padding:0px 0px 0px 5px;
	font:22px bold;
	color:#000000;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;
}
*html .banner_bgbottom span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:right bottom;
	float:left;
	padding:0px 0px 0px 0px;
	font:22px bold;
	color:#000000;
	height:51px;
	width:110px;
}
.banner_bgbottom a.linksCiaoBottom{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 0px 0px 0px!important;
	text-decoration:none!important;
	display:block!important;
	border:0!important;
}
.banner_bgbottom div.footnoteCiao {
	margin: 0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	font: 9px arial;
	color: #7b7b7b;
	text-align: center;
}
.banner_bgbottom div.logo{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	text-align:center;