/*
*
*
*	site-specific layout statements
*
*/


/*	Structure
-------------------------------------------------------------- */

body,html{
	margin:0px;
	padding:0px;
}

#totalContainer{
	margin-top:10px;
	margin-bottom:10px;
}

.width_1#totalContainer{
	width:1038px;
}

.width_2#totalContainer{
	width:978px;
}

#topBar{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}

#topBarContainer{
	margin:15px auto 15px auto;
}
	
.width_1#topBarContainer{
	width:1038px;
}
	
.width_2#topBarContainer{
	width:978px;
}

#topBarLink{ /* top toggle bar */
	text-align:center;
	margin:0px;
	padding:0px;
	height:10px;
	width:100%;
}

#topBarLink a{ /* top toggle bar */
	float:left;
	margin-left:48.5%; /* make it block level and try to center it without javascript..*/
	padding:15px 10px 5px 10px;
}

#topBarLink.withoutTopRegion a{ /* makes space in case we don't have any element in the top Region */
	margin-bottom:50px;
}

#top{ /* upper part of the template */
	width:100%;
	position:relative;
}

#topUtility{
	position:absolute;
	top:20px;
	right:0px;
}

#branding {
	padding: 20px 0;
}

#site-title,
#site-slogan{ 
	margin:0px;
	padding:0px;
}

#search{ /* theme search box */
	position: absolute;
	right:0px;
	top: 18px;
	width: 435px;
}

#search div{ /* search button inline */
	display: inline;
}

#search input[type=text]{ /* search input */
	background: #fff url(../img/backgrounds/bg-search.png);
	width: 140px;
	height: 28px;
	padding-left:30px;
	float: left;
	border: 0;
}

#search select{ /* search input */
	background-color: #fff;
	border: 1px solid #ccc;
	width: 160px;
	height: 30px;
	margin: 0 0 0 5px;
	padding: 5px;
	position: absolute;
	margin-left: 5px;
}

#search input[type=submit] {
	padding: 5px 15px;
	background: #666;
	border: 0 none;
	cursor: pointer;
	margin-left: 170px;
	height: 30px;
	color: #fff;
	text-transform: uppercase; 
}
#search input[type=submit]:hover {
	background: #eb343a;
}

#pageBorder{ /* makes the border */
	float: left;
}

.ie7 #pageBorder{ /* for IE7 */
  float: none;
  overflow: hidden;
  padding:25px 25px 25px 25px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
}

#contentWrapper{ /* wraps content */
	float: left;
	padding:15px 5px 15px 5px;
	position: relative;
	z-index: 1;	/* follows the z-index order of primary menu and advertise (to solve ie7 z-index BUG )*/
}

.breadcrumb{ /* breadcrumb */
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin:0px 10px 15px 10px;
}

#footer{ /* site footer*/
	float: left;
	width: 100%;
	position:relative;
	background-color: rgba(0, 0, 0, 0.6);
}

#footer #realizacao {
	text-align: center;
}

#footer #realizacao img {
	height: 50px;
}

#navigation-footer{ /* site footer*/
	position:absolute;
	right:0px;
	top:0px;
	
}

#bottomUtility{
	position:absolute;
	top:0px;
	right:0px;
}

/* utility menu */

.utility ul.menu{
	margin:0px;
	padding:0px;
	list-style:none;
}

.utility ul.menu li{
	display:inline;
	margin:0px 0px 0px 4px;
	padding:0px;
}

.utility ul.menu li a{
	padding-right:8px;
}

.utility ul.menu li:after{
	content:"|";
}


/*	Look & Feel
-------------------------------------------------------------- */

body.marinelli{
	background: #fff url(../img/backgrounds/img_fundo.jpg);
}
	
#topBar,#topBarLink,#topBarLink a{ /* top toggle bar */
	background:#054b81;
}

#topBarLink a{
	font-size: 1.1em;
}

.outsidecontent{
	color:white;
}

#site-title,
#site-slogan{
	font-weight: bold;		
}

#site-title{
	font-size: 2em;
	line-height:0.8em;
}

#site-slogan {
	font-size: 2em;
	text-indent: 0.5em;
}

#pageBorder{ /* border of the whole site */
	border-top:25px solid rgba(0, 0, 0, 0.6);
	border-bottom:25px solid rgba(0, 0, 0, 0.6);
	border-left:25px solid rgba(0, 0, 0, 0.6);
	border-right:25px solid rgba(0, 0, 0, 0.6);
}
	
#pageBorder.noborder{ /* when we don't have the advertise region */ 
	border-top:0px;
}

#contentWrapper{
	background: #EEE; /*#E0D1C2; /*#E0D6CC; /*#EBD6CC; /*#C2BBC1*/
}

.breadcrumb { /* breadcrumb */
	font-weight: bold;
}

.utility{ /* utility menu */
	font-size:0.9em;
	text-transform:uppercase;
}

img.th-textos { 
	float: left; 
	width: 100px; 
	height: 100px; 
	margin-right: 20px; 
	margin-bottom: 20px; 	
}
