/***************************************
Desenvolvido pela Apimenti
www.apimenti.com.br

Author: Tedson
tedsonssa@gmail.com
***************************************/
/** Layout
---------------------------------
*  Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
*  
*  1. Header
*  2. Content
*  3. Navigation menus
*  4. Sidebar Left
*  5. Sideabr Right
*	
*/

#page {
	width: 960px; /* edit to change the width of the page */
	margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
	background: #fff;
}
#main, #armengue-content{
	float:left;
	width:100%;
	background:#FFF;
}
.not-front #main{
	float:left;
	background:#fff;
}
#header{
	float:left;
	margin-top:15px;
	width:100%;
}
#logo-title{
	float:left;
	width:auto;
}
#name-and-slogan{
	float:left;
	width:auto;
}
#header-region{
	float:right;
	width:380px;
}
#menuNav{
	margin:5px 5px 17px 0px;
}
#menuNav, #searchNav, #menuAce{
	float:right;
}
#searchNav {
	display: none;
}
#panel{
	float:left;
	width:100%;
}

#cascabelMainMenu,
#content_topHome,
#content_bottomHome{
	float:left;
	margin-top:0px;
}
#content_bottomHome{margin-bottom:30px;}
#content_topHome{
	margin-bottom:35px;
}
#content_topHome,
#content_bottomHome,
#content-inner{
	padding: 0px 30px;
	line-height:18px;
}
#content_topLeft{
	float:left;
	width:900px;
	margin-right:40px;
}
#content_topRight{
	float:left;
	width:480px;
}

#content-bottom{
	float:left;
	width:100%;
}
#cascabelPosMainMenu,
#content_topHome,
#content_bottomHome,
#footer{
	border-top:0px solid #ccc;
	padding-top:25px;
	margin-top:0px;

}
#footer{
	border-top:1px solid #f4f4f4;
	width:100%;
	background:#ececec;
	min-height:130px;
}
.logged-in #footer{
	min-height:140px;
}
#footerData{
	width:960px;
	margin:0 auto;
}
#content_bottomLeft,
#content_bottomCenter,
#content_bottomRight
{
	float:left;
	width:378px;
	padding:20px 15px;
}
#content_bottomLeft,
#content_bottomCenter{
	margin-right:80px;
}
#content_bottomCenter{
	display: none;
}
#partner{
	float:left;
	width:100%;
	padding:40px 0px 0px 0px;
}

.front .messages, .front .status, .front .error{
	float: left;
	margin: 2em 2.5em 0 2.5em;
	width: 91.3%;
}

#content-area{
	padding-bottom:15px;
}

/** LAYOUT RULES
---------------------------------
*  do not change if you're not sure you know what you're doing
*/

#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding:0px 0px 30px 0px;
}
.sidebar {
  float: left;
}
#sidebar-second {
  float: right;
}
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */

#footer, .mission, .breadcrumb, .node {
  clear: both;

}

/** Sidebars width
---------------------------------
*  Changing the width of the sidebars is dead easy, just change the
*  values below corresponding to the sidebar you want to modify.
*  Make sure you keep negative values as negative values.
*  For example, if I want to increase the width of the left sidebar
*  to 300px, I would have to change each '190' to '300'.
*/

.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;     /* LEFT value */
}
#sidebar-first {
  width: 190px;           /* LEFT value */
	margin-right: -190px;    /* negative LEFT value */
}
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 200px;    /* RIGHT value */
}
#sidebar-second {
  width: 200px;           /* RIGHT value */
}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

.inner {
	padding: 0px;
    margin-bottom: 20px;
}

/** Navigation styles
---------------------------------
*  The navigation is loaded after the content, so we need to make space
*  for it, equal to its height, so if you change the height of the navigation,
*  remember to adapt the margin top of the content and sidebars.
*/

#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
}
.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 25px;        /* Navigation Height */
}
#navigation {
  height: 40px;            /* Navigation Height */
}

h1.title,
#block-title-research,
#block-title-teaching,
#block-views-noticias-block_1 h3{

	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	color: #82b109;
	font-family: Arial;

}
/*
h1.title {
	border-bottom: 1px solid #aaa;
}
*/

#block-title-research,
#block-title-teaching {
 	margin-bottom: 10px;
    position: absolute;
    top: -55px;
	left: -18px;	
}


.front #content_bottomLeft,
.front #content_bottomRight {
	border:1px solid #c3c3c3;
	margin-top: 20px;
	background:#f8f8f8;
	position: relative;
	height: 480px;
}
.front #content_bottomHome .bottomShadow{
	background:url('../images/bgBottomBlockHome.jpg') bottom center no-repeat;
	width:398px;
	height:24px;
	position:absolute;	
	bottom: -25px;
    left: 5px;	
}
/*
.front #content_bottomHome .view-content{
	background:#f8f8f8;
	border:1px solid #c3c3c3;
	padding:15px 20px 10px 20px;
	margin-bottom:-30px;
}
*/
.front #content_bottomHome .views-row{
	line-height:18px;
}
.front #content_bottomHome li.views-row {
	background:url('../images/marcadorMenu3.png') 2px 6px no-repeat;
	padding-left:14px;
}
.front #content_bottomHome li.views-row .views-field-type,
.front #content_bottomHome li.views-row .views-field-title{
	display:inline;
}

.front li{
	list-style-type: none !important; 
}
/*
.front #content_bottomHome .view-footer{
	background:url('../images/bgBottomBlockHome.jpg') top center no-repeat;
	padding-top:5px;
}
*/