/*
vim: fileencoding=utf-8 tabstop=2 expandtab shiftwidth=2 softtabstop=2
Author: victoria ovin - v2
Description: Hoopshype theme
Author URI: http://www.victoriaovin.com/
Date-modified: 01.09.2011  
*/

body  { 
  background-color: #fff;
  font-family: "arial", helvetica, sans-Serif;
  font-size: 62.50%;
  color:#000; 
  margin-top:0;
  margin-left:0;
  padding:0;
  line-height:1.4em;
}

/* default links */
a:link, a:visited  {  
  color: #205979;
  text-decoration: none;
}
a:hover {
  color: #003366;
  text-decoration: underline;
  /*background: #f4f4ec;*/
}
a:active {  color: #d11921;
  text-decoration: none;
} 
/* links */
a.quote:link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}
a.quote:visited {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}
a.quote:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: dotted 1px #c1c7bc;
}
a.quote:active {
  color: #d11921;
  text-decoration: none;
  font-weight: bold;
} 
a.forum:link, a.forum:active, a.forum:visited {
  color: #d11921;
  text-decoration: none;
}
a.forum:hover {
  color: #AE0001;
  text-decoration: underline;
  background:#fff;
}
a.ilink:link, a.ilink:active, a.ilink:visited {
  color: #d11921;
  text-decoration: none;
}
a.ilink:hover {
  color: #AE0001;
  text-decoration: underline;
  background:#fff;
}
a.hlink:link, a.hlink:active, a.hlink:visited, a.hlink:hover {
  color: #003366;
  text-decoration: underline;
}
a.titulocajas:link, a.titulocajas:visited  {  color: #63635f;  text-decoration: none;}
a.titulocajas:hover {  color: #000; text-decoration: none;  background: #c1c7bc;}
a.titulocajas:active {  color: #ddd; text-decoration: none;} 
a.blog:link, a.blog:visited  {  color: #d11921; text-decoration: none;}
a.blog:hover {
  color: #63635f;
  text-decoration: none;
  background: #f4f4ec; 
}
a.blog:active {
  color: #000;
  text-decoration: none;
  background: #f4f4ec;
} 
/* tags links */
a.tag:link, a.tag:visited  { color: #909090; text-decoration: none; }
a.tag:hover, a.tag:active {  color: #676767;  text-decoration: underline; }

 /* tag share */
a.share:link, a.share:visited { color: #b0b0b0; text-decoration: none; }
a.share:hover, a.share:active { color: #676767;  text-decoration: underline;}

/* TAG CLOUD */
div.tagcloud {line-height:1.8em !important;}
a.tag1:link, a.tag1:visited  { font-size: 0.9em; color: #205979; text-decoration: none; text-transform: uppercase; }
a.tag1:hover, a.tag1:active {  color: #909090;   text-transform: uppercase; text-decoration: underline; }
a.tag2:link, a.tag2:visited  { font-size: 1em; color: #205979; text-decoration: none; text-transform: uppercase;  }
a.tag2:hover, a.tag2:active {  color: #909090;  text-transform: uppercase; text-decoration: underline; }
a.tag3:link, a.tag3:visited  { font-size: 1.1em; color: #205979; text-decoration: none; text-transform: uppercase;}
a.tag3:hover, a.tag3:active {  color: #909090;  text-transform: uppercase; text-decoration: underline; }
a.tag4:link, a.tag4:visited  { font-size: 1.5em; color: #205979; text-decoration: none; text-transform: uppercase; }
a.tag4:hover, a.tag4:active {  color: #909090;  text-transform: uppercase; text-decoration: underline; }
a.tag5:link, a.tag5:visited  { font-size: 1.6em; color: #205979; text-decoration: none; text-transform: uppercase; }
a.tag5:hover, a.tag5:active {  color: #909090;  text-transform: uppercase; text-decoration: underline; }
a.tag6:link, a.tag6:visited  { font-size: 1.7em; color: #205979; text-decoration: none; text-transform: uppercase; }
a.tag6:hover, a.tag6:active {  color: #909090; text-transform: uppercase; text-decoration: underline; }
a.tag7:link, a.tag7:visited  { font-size: 1.8em; color: #205979; text-decoration: none; text-transform: uppercase; }
a.tag7:hover, a.tag7:active {  color: #909090;  text-transform: uppercase; text-decoration: underline; }
a.tag8:link, a.tag8:visited  { font-size: 1.9em; color: #205979; text-decoration: none; text-transform: uppercase; }
a.tag8:hover, a.tag8:active {  color: #909090;  text-transform: uppercase; text-decoration: underline; }
a.tag9:link, a.tag9:visited  { font-size: 2.0em; color: #205979; text-decoration: none; text-transform: uppercase; }
a.tag9:hover, a.tag9:active {  color: #909090;  text-transform: uppercase; text-decoration: underline; }
a.tag10:link, a.tag10:visited  { font-size: 2.1em; color: #205979; text-decoration: none; text-transform: uppercase;  }
a.tag10:hover, a.tag10:active {  color: #909090; text-transform: uppercase; text-decoration: underline; }

h1 {
  font-weight: normal;
  font-family: "Tahoma", sans-Serif;
  font-size: 1.6em;
  line-height:1.8em;
}
h2 {
  font-weight: normal;
  font-family: "Tahoma", sans-Serif;
  font-size: 1em;
  line-height:1em;
}
h3 {
  font-weight: normal;
  font-family: "Tahoma", sans-Serif;
  font-size: 1.3em;
  color: #6f6f6f; 
  padding-top: 0px;
  background-image:url(/img/date_bg.jpg);
  line-height:24px;
  background-repeat:no-repeat;
  text-indent: 6px;
  z-index:-1;
  vertical-align:middle;
}
.intro h3 a:link, .intro h3 a:visited, .intro h3 a:hover, .intro h3 a:active {
  color: #6f6f6f;
  text-decoration: none;
}
img {
  border: 0px;
}
img.social {
  border: 0px;
  width: 17px;
  height: 17px;
  vertical-align:text-bottom;
  margin-left:3px;
}
img.blog {
  border: 0px;
  width: 35px;
}
img.rumor {
  border:0px;
  width:63px;
}
img.hworld {
  border: 0px;
  width:280px;
  margin-top:0px;
}


p { 
  font-weight: normal;
  font-family: "arial", helvetica, sans-Serif; 
}
p.intro { 
  font-weight: normal;
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height:1.5em;
  font-family: "Tahoma", sans-Serif;
  text-align: left;
  margin-left:3px;
}
p.title {
  font-weight: normal;
  font-family: "Tahoma", sans-Serif;
  font-size: 1.6em;  
}
/*TEXTO CAJAS INLINE*/
p.box {
  font-weight: normal;
  font-family: "Tahoma", sans-Serif;
  font-size: 1.3em;
  border-top:solid 2px #000; 
  padding-top: 10px; 
} 
p.box2 {
  border-top:solid 1px #d1d1d1; 
  padding-top: 2px; 
  font-size: 1.1em;
  background-color: #f4f4ec;
} 
p.box3 {
  font-family: "Tahoma", sans-Serif;
  font-size: 1.1em;
  line-height:1.5em;
  padding-top:50px; 
  color:#d11921;
}   
/*TEXTO FECHA RUMORS*/  
p.date {
  font-weight: normal;
  font-family: "Tahoma", sans-Serif;
  font-size: 1.3em;
  color: #6f6f6f; 
  padding-top: 0px;
}
table { 
  border: 0px;
  padding: 0px;
} 
table.blogs { 
  border:0px;
  border-collapse:collapse;
  margin:0px;
  margin-left:5px;
  padding: 0px;
  width:275px;
}
/* TD */ 
td { padding-top:0px; }
td.rumors { border-bottom: 1px solid #ed0a00; line-height:1.4em;}
td.intro { border-bottom: 4px solid #ed0a00; } 
td.blog { padding:3px; vertical-align:top; width: 35px;}
td.textoblog {
	vertical-align:middle; 
	font-size: 1em; 
	line-height:1.15em;
	padding:2px; }
td.bloggris { 
	background-color: #f4f4ec; 
	padding:3px; 
	vertical-align:top; 
	width: 35px;}
td.textobloggris { 
	background-color: #f4f4ec; 
	vertical-align:middle; 
	font-size: 1em; 
	line-height:1.15em; 
	padding:2px;}

/* DIV */ 
#general {
  width:1000px;
  //margin-left:auto;  /* BORRAR para que no se centre */ 
  //margin-right:auto;  /* BORRAR para que no se centre */ 
  background-color:#fff;
  border-left: solid #E5E5E5 1px;
}
#cabecera {
  margin-top:0px;
}
#main {
  float:left;
  width:680px;
  height:100%;
  margin: 5px;
  padding-top:15px;
}
#main.hh-page-content-old {
  font-size: 16px;
  line-height: 1em;
}
.hh-page-content-old a:link, .hh-page-content-old a:visited {
  text-decoration: underline;
}
#menuD {   
  float:right;
  width:300px;
  padding-top:35px;
  margin-right:0px;
  margin-bottom:10px;
  z-index: 1;  
}

div.publiboxright300 {
  width:300px;
  padding-bottom:5px;
  padding-top:5px;
  border-bottom:1px solid #cbcbc5;
  border-top:1px solid #cbcbc5;
  margin-top:10px;
}
div.publiboxright160 {
  padding-bottom:5px;
  padding-top:5px;
  border-bottom:1px solid #cbcbc5;
  border-top:1px solid #cbcbc5;
  margin-top:10px;
  padding-left: 70px;
}

#pie {
  clear:both;
  text-align:center;
  color:#5b5b5b;
  font-size:1.0em;
  line-height:1.6em;
  background-color: #f4f4ec;
  border-bottom: solid 3px #ed0a00;
  padding-top:3px;
}  
div.tag { color: #b0b0b0; 
	font-size: 0.9em;  
	text-transform:uppercase; 
	margin-top:5px;
}
div.rumor { padding:6px; margin-top:5px;}
div.rumoractive {
  background-color: #f4f4ec;
}
div.rumor:target {
  background-color: #f4f4ec;
}
div.rumor p.rumortext {
  line-height: 1.5em;
  font-size:1.2em;
  margin: 0px;
}
div.imgrumor, div.imgrumorleft, div.imgrumorright {
  float:right;
  margin:0px 0px 6px 6px;
  border-top: solid 1px #e8e8e8;
  padding:4px;
  border-bottom: solid 1px #e8e8e8;
}
div.imgrumorright div.imgrumorcrop {
  overflow: hidden;
}
div.imgrumorright div.imgrumorcrop img.rumor {
  margin: -2px;
}
div.updaterumor {
  padding:6px;
//  background-image:url(/img/bg_rumor.jpg);
}
div.twitter { 
  margin-top:10px;
  padding:10px;
  text-transform:uppercase;
  font-size: 1.0em;
  border: dotted 1px #ddd;
  background-color: #fff; 
}

div.titulocaja { 
  color: #000;
  background-color:#c1c7bc;
  border-top: solid 1px #d1d1d1;
  border-left: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
  font-size: 1.4em;
  line-height:1.5em;
  font-family: 'Trebuchet MS', Arial, Sans-Serif;
  padding:5px;
  margin-top: 10px;
  text-transform: uppercase;
}
  
div.caja {
  margin-top:0px; 
  padding-top:0px;
  border: dotted #d1d1d1 1px;
}
div.contenidocaja {   
  margin: 5px;
  margin-bottom:10px;
  color: #000;
  background-color:#fff;
  line-height:1.5em;
  padding:0px;
  margin-top: 10px;
}

/*CAJAS RESULTADOS INLINE*/
div.izq { 
  float:left;
  /*border:solid 1px #000;*/
  width:450px;
}
div.izqA { 
  float:left;
  width:210px;
  /*border:solid 1px #000;*/
  padding:0px 10px 0px 0px;
}
div.izqA1 { 
  float:left;
  width:80px;
  font-size:1.3em;
}
div.izqA2 { 
  float:left;
  width:22px;
  font-size:1.3em;
  text-align:center; 
}
div.izqA3 { 
  float:left;
  width:32px;
  text-transform:uppercase;
  text-align:center;
  font-size:1.3em; 
    font-weight:bold;
}
div.izqA2c { 
  float:left;
  width:25px;
  background-color: #f4f4ec; 
  font-size:1.3em;
  line-height: 1.5em;
  text-align:center;
}
div.izqA3c { 
  float:left;
  width:35px;
  text-transform:uppercase;
  text-align:center;
  background-color: #f4f4ec;
  font-size:1.3em; 
  line-height: 1.5em;
}
/*Cajas para Standings*/
div.izqS { 
  float:left;
  width:320px;
  padding:0px 10px 0px 0px;
}
div.derS11 {
  float:left;
  width:160px;
  font-size:1.1em; 
  line-height: 1.5em;
}
div.derS22 { 
  float:left;
  width:40px;
  font-size:1.1em;
  line-height: 1.5em;
}
div.derS1 { 
  float:left;
  width:160px;
  font-size:1.3em;
  line-height: 1.5em;
  text-align:left;
}
div.derS2 { 
  float:left;
  width:40px;
  font-size:1.3em;
  line-height: 1.5em;
  text-align:left;
  }
div.derS1c { 
  float:left;
  width:160px;
  font-size:1.3em;
  line-height: 1.5em;
  background-color: #f4f4ec; 
}
div.derS2c { 
  float:left;
  width:40px;
  font-size:1.3em;
  line-height: 1.5em;
  text-align:left;
  background-color: #f4f4ec;
}
/*Fin cajas standings*/
div.derecha { 
  padding: 0px;
  margin: 0px;
  float:right;
  clear: both;
}
div.der { 
  float:right;
  border-left:solid 2px #f4f4ec;
  /*border:solid 1px #000;*/
}
div.derA { 
  float:left;
  width:200px;
  padding-left:10px;
  clear:both;
  line-height: 2em;
}
div.derA1 { 
  float:left;
  width:92px;
  font-size:1.3em;
  line-height: 1.5em;
  text-align:left;
}
div.derA11 {
  float:left;
  width:92px;
  font-size:1.1em; 
  line-height: 1.5em;
}
div.derA22 { 
  float:left;
  width:27px;
  font-size:1.1em;
  line-height: 1.5em;
}
div.derA2 { 
  float:left;
  width:27px;
  font-size:1.3em;
  line-height: 1.5em;
  text-align:left;
}
div.derA1c { 
  float:left;
  width:92px;
  font-size:1.3em;
  line-height: 1.5em;
  background-color: #f4f4ec; 
}
div.derA2c { 
  float:left;
  width:27px;
  font-size:1.3em;
  line-height: 1.5em;
  text-align:left;
  background-color: #f4f4ec;
}

/*FIN CAJAS RESULTADOS INLINE*/

ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
li  {
  font-weight:normal;
  border:none;
  vertical-align: top;
}

iframe.hwfeed { 
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.9em;
  width:100%;
  border:0px;
  background-color: #fff;
}
.hhwrapper {
  min-width:1000px;
//  margin-left:auto;
//  margin-right:auto;
  background-color:#fff;
}
/*
  Rumors batch nav
*/
td.rumorsbnav a {
  padding-left: 15px;
}
/*
  Rumors pager
*/
td.rumors div.pagerprev {
  width:20%;
  float:left;
  font-size: 1.4em;
  line-height: 1.5em;
}
td.rumors div.pagerpage {
  width:60%;
  float:left;
  text-align:center;
  font-size: 1.4em;
  line-height: 1.5em;
}
td.rumors div.pagernext {
  width:20%;
  float:left;
  text-align:right;
  font-size: 1.4em;
  line-height: 1.5em;
}
/* cms */
.article-body p {
  line-height: 1.5em;
  font-size: 1.2em;
  margin: 1.2em 0;
}
.article-body img {
  border: 1px solid #333333;
  margin: 10px;
  padding: 0;
}
.disqus-count-text { display: none; }
/*
 Old menu links
*/
#cabecera a {
  color: #000000;
  text-decoration: underline;;
}
#cabecera a:link, #cabecera a:visited {
	color: #003366;
}



