



/*____________________________________________________________*/
/* Caixas gerais */

.fixedContainer, .liquidContainer
{
  position: relative;
  clear: both;
  
  margin: 0 auto;
}

.fixedContainer
{
  width: 770px;
}

.liquidContainer
{
  width: 100%;
}




/*____________________________________________________________*/
/* Alturas das caixas gerais */

#header
{
  height: 216px;
}

#bannerTop
{
  height: 140px;
}

#mainBox1, #mainBox2, #mainBox3, #featBox
{
  margin-top: 20px;
  margin-bottom: 40px;
}
#bannerTop { text-align: center; }

#bannerBottom
{
  margin-top: -20px;
  white-space: nowrap;
}
#bannerBottom .first {
  margin-right: 8px;
}
#bannerBottom .half, #bannerBottom .half #banner_features {
	display: inline;
}
#bannerBottom .half #banner_features { width: 380px; height: 109px; }
#mainBox1, #mainBox2, #mainBox3,
#mainBox1 .middleBox, #mainBox2 .middleBox, #mainBox3 .middleBox
{
  min-height: 440px;
  height: auto;
}

* html #mainBox1, * html #mainBox2, * html #mainBox3,
* html #mainBox1 .middleBox, * html #mainBox2 .middleBox, * html #mainBox3 .middleBox
{
  height: 440px;
}

#featBox, #featBox .middleBox
{
  min-height: 90px;
}

* html #featBox, * html #featBox .middleBox
{
  height: 90px;
}

#footerBox
{
  height: 146px;
  margin-top: -20px;
}

.middleBox
{
  padding: 5px;
}

.topBox, .bottomBox
{
  position: absolute;
  height: 15px;
  line-height: 15px;
  width: 770px;
}

.topBox
{
  top: -15px;
}

.bottomBox
{
  bottom: -15px;
}





/*____________________________________________________________*/
/* Separadores / wrappers */

.primaryContent
{
  width: 530px;
  padding: 6px;
  float: left;
  display: inline;
}

.secondaryContent
{
  width: 200px;
  margin-right: 2px;
  float: right;
  display: inline;
}

.primaryNavigation
{
  width: 160px;
  padding: 5px;
  float: left;
  display: inline;
}

.rightWrapper
{
  width: 585px;
  float: right;
  display: inline;
}

.rightWrapper .uniqueContent
{
  width: 390px;
  padding: 5px 10px;
  float: left;
  display: inline;
}

.rightWrapper .secondaryNavigation
{
  width: 160px;
  padding: 5px;
  float: right;
  display: inline;
  
  min-height: 440px;
  
  overflow: auto;
}

* html .rightWrapper .secondaryNavigation
{
  height: 440px;
}

.clear
{
  clear: both;
  float: none;
  position: relative;
  display: block;
}

#footerBoxInner
{
  width: 770px;
  margin: 0 auto;
  padding: 1em 0;
}




/*____________________________________________________________*/
/* Outros */

h3, h4
{
  margin-bottom: 1em;
}

#adminNav
{
  margin-bottom: 2em;
}

#adminNav ul
{
  list-style: none;
  padding-bottom: 1em;
}

#adminNav li
{
  display: inline;
}

#footerBox #primaryInfo a img
{
  margin-top: -2px;
  vertical-align: middle;
}

div#post, div#commentList
{
  margin: 2em 0;
}

div.postPhoto
{
  float: left;
  width: 100px;
  height: 60px;
  
  margin: 2px 0;
}

#ajaxLoading
{
  height: 20px;
  
  background: url(../images/ajax_loading.gif) no-repeat 50%;
}

.arguileBlock
{
  margin-bottom: 1em;
  clear: both;
}

.arguileBlock img
{
  display: inline;
  float: left;
}

.featHolder
{
  position: relative;
  float: left;
  display: inline;
  width: 240px;
  margin: 0 4px;
  padding: 5px 2px;
}

.featHolder img
{
  float: left;
  margin: 2px 4px;
  vertical-align: middle;
}

.mailImage
{
  margin-bottom: -3px;
}

#map
{
  height: 400px;
}

#contactText
{
  margin-top: 2em;
}

#arguileContent h3
{
  margin: 1em 0;
}

.link
{
  text-align: center;
  margin: 5em 0;
}

.link p
{
  margin: .2em 0;
}

.link img
{
  margin-top: 1em;
}

#interaction div
{
  display: inline;
  position: relative;
  float: left;
  width: 46%;
  margin: 3% 1% 0;
  padding: 1%;
}

#sideBannerSpacer
{
  position: relative;
  height: 2em;
}

#instructions
{
  text-align: center;
}

.forumTopic
{
  font-weight: bold;
  line-height: 1.5em;
}
