



/*____________________________________________________________*/
/* Caixas gerais */

body
{
  background: #aa7d53;
  color: white;
}

#mainBox1 .topBox
{
  background: url(../images/main_box_1_top.png) no-repeat;
}

#mainBox1 .middleBox
{
  background: url(../images/main_box_1_middle.png) repeat-y;
}

#mainBox1 .bottomBox
{
  background: url(../images/main_box_1_bottom.png) no-repeat;
}

#mainBox2 .topBox
{
  background: url(../images/main_box_2_top.png) no-repeat;
}

#mainBox2 .middleBox
{
  background: #7e644b;
}

#mainBox2 .bottomBox
{
  background: url(../images/main_box_2_bottom.png) no-repeat;
}

#mainBox3 .topBox
{
  background: url(../images/main_box_3_top.png) no-repeat;
}

#mainBox3 .middleBox
{
  background: url(../images/main_box_3_middle.png) repeat-y;
}

#mainBox3 .bottomBox
{
  background: url(../images/main_box_3_bottom.png) no-repeat;
}

#featBox .topBox
{
  background: url(../images/feat_box_top.jpg) no-repeat;
}

#featBox .middleBox
{
  background: #820726;
}

#featBox .bottomBox
{
  background: url(../images/feat_box_bottom.jpg) no-repeat;
}

#footerBox
{
  background: url(../images/footer_box_outter.jpg) repeat-x;
}




/*____________________________________________________________*/
/* Outros */

.postPhoto
{
  /* background: #735b44; */
}

.arguileBlock img
{
  border: 5px solid #735b44;
}

.featHolder
{
  background: #730722;
}





/*____________________________________________________________*/
/* Administrativo */

.uniqueContent #sf_admin_container h1
{
  color: inherit;
}

.uniqueContent #sf_admin_container .sf_admin_list td, .uniqueContent #sf_admin_container .sf_admin_list
{
  /* background-color: transparent;
  border: none;
  color: white; */
}
