b, strong         { font-size: 8pt; color: #A000A0; font-weight: bold }
a, .link         { font-size: 8pt; color: blue; font-weight: bold }
a.fixed         { font-size: 10pt; color: blue; font-weight: bold }

a.rudo { font-size: 8pt; color: red; font-weight: bold }
a.tecnico { font-size: 8pt; color: green; font-weight: bold }
a.other { font-size: 8pt; color: blue; font-weight: bold }
a.neutral { font-size: 8pt; color: black; font-weight: bold }

a.title { font-size: 8pt; color: #aaaa33; font-weight: bold }
a.reward { font-size: 8pt; color: #ffaa11; font-weight: bold }
a.torneo, a.rule, a.stage { font-size: 8pt; color: #aaaaaa; font-weight: bold }


table, p, li {	font-family : Verdana;	font-size : 10pt;	font-weight : normal;}
.name {	font-family : Verdana;	font-weight : bold;	color: #A000A0;}
.bigbold {font-size: 12pt; font-weight: bold}

/* captions, thumbnail images in posts */

.post-content img, .attachment img, .navigation .alignleft img, .navigation .alignright img{
  padding: 3px;
  margin: 4px 4px;
  border: 1px solid #b7a99a;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.post-content img.alignleft, .attachment img.alignleft{ margin-left: 0; }
.post-content img.alignright, .attachment img.alignright{ margin-right: 0; }
.post-content img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }


.post-content div.caption{
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: .2em .6em;
  margin:.6em 0;
  text-align:center;
  color: #8d8b8b;
  min-width: 0; /* ie7 peakaboo fix */
}

/* no border on smilies */
.post-content img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
}

/* Sociable plugin adjustment */
.post-content .sociable img{ margin: 0; }

.post-content .wp-caption {
  background:#F7F7F7;
  border-radius: 4px;
  -moz-border-radius: 1px;
  padding:.4em 0;
  margin:4px 4px;
  text-align:center;
  font-size: 80%;
  color: #928a85;
}

.post-content .wp-caption img{
  margin: 0;
  border: 0;
  padding: 0;
}

.post-content .wp-caption.alignleft{ margin-left: 0; }
.post-content .wp-caption.alignright{ margin-right: 0; }

.alignleft { float: left; }
.alignright { float: right; }