.left{
float: left;
}

.right{
float: right;
}

.clear{
clear: both;
float: none;
border: 0px solid #FF0000;
}

.block{
display: block;
}

.noborder{
border: 0px solid #FF0000;
}

.bordGray{
border-bottom: 1px solid #CCC;}

UL LI.dashedLine{
border-bottom: 1px dashed #CCC;
height: 8px;
}

.current{
font-weight: bold;
}

.current A, A.current{
text-decoration: none !important;
}

.sidebar_catTitle, DIV.redLineHeader{
font-size: 12pt;
color: #020202;
background: url(/wp-content/themes/rgo/images/category_back.png) no-repeat left top;
padding: 0 0 0 15px;
font-weight: bold;
margin-bottom: 10px;
}

.hidden{
display: none;
}

/*--- TEXT ---*/
.textRight{
text-align: right;
}

.author,
.author a{
font-style: italic;
font-weight: normal;
font-size: 12px;
color: #777;
padding: 3px;
}

.author a{
text-decoration:underline;
}

.author a:hover{
text-decoration:none;
}


.italic{
font-style: italic;
}

.bold{
font-weight: bold;
}

.smallText{
font-size: 0.8em;
}

.small{
font-size: 12px;
}

.gray{
color: #999;
}

.subHeader_grayBg{
background: #DDD;
margin-bottom: 10px;
padding: 4px 3px;
text-indent: 5px;
}

.subHeader_grayBg, .subHeader_grayBg A{
font-weight: bold;
color: #222;
font-size: 13px;
font-family: Tahoma;
}

.linkMore{
font-size: 12px;
text-transform: lowercase;
text-decoration: underline;
}

/*--- MARGINS ---*/
.l5{
margin-left: 5px;
}

.l10{
margin-left: 10px;
}

.l20{
margin-left: 20px;
}

.l25{
margin-left: 25px;
}

.l30{
margin-left: 30px;
}

.r5{
margin-right: 5px;
}

.r10{
margin-right: 10px;
}

.r15{
margin-right: 15px;
}

.r20{
margin-right: 20px;
}

.r25{
margin-right: 25px;
}

.r30{
margin-right: 30px;
}

.b5{
margin-bottom: 5px;
}

.b10{
margin-bottom: 10px;
}

.b5.clearfix{
display: block;
}

.b20{
margin-bottom: 20px;
}

.b30{
margin-bottom: 30px;
}

.t5{
margin-top: 5px;
}

.t10{
margin-top: 10px;
}

.t15{
margin-top: 15px;
}

.t20{
margin-top: 20px;
}

.t30{
margin-top: 30px;
}

.lr5{
margin-left: 5px;
margin-right: 5px;
}

.lb10{
margin-left: 10px;
margin-bottom: 10px;
}

.lt10{
margin-left: 10px;
margin-top: 10px;
}

.rb10{
margin-right: 10px;
margin-bottom: 10px;
}

.tb10{
margin-top: 10px;
margin-bottom: 10px;
}

.lr15{
margin-left: 15px;
margin-right: 15px;
}

.lb20{
margin-left: 20px;
margin-bottom: 20px;
}

.tr20{
margin-top: 20px;
margin-right: 20px;
}

.t20_l10{
margin-top: 20px;
margin-left: 10px;
}

.tb20{
margin-top: 20px;
margin-bottom: 20px;
}

.t10_b20{
margin-top: 10px;
margin-bottom: 20px;
}

.br20{
margin-bottom: 20px;
margin-right: 20px;
}

.l20_r10{
margin-left: 20px;
margin-right: 10px;
}

/*--- PADDINGS ---*/
.p_t10{
padding-top: 10px;
}

.p_r10{
padding-right: 10px;
}

.p_l10{
padding-left: 10px;
}

.p_lr10{
padding-left: 10px;
}

.p_lt10{
padding-left: 10px;
padding-top: 10px;
}

.p_tb10{
padding-top: 10px;
padding-bottom: 10px;
}

.p_r15{
padding-right: 15px;
}

.p_l20{
padding-left: 20px;
}

.p_rb20{
padding-right: 20px;
padding-bottom: 20px;
}

/*--- HEIGHT ---*/
.ht5{
height: 5px;
}

.ht10{
height: 10px;
}

.ht15{
height: 15px;
}

.ht20{
height: 20px;
}

.ht30{
height: 30px;
}

