@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	font-family:'PT Serif', serif;
	font-size:14px;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	font-size: 100%;
}
#home h2 {
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 110%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

#header{
}

#bar {

}

#ims_bar_container {
	width: 100%;
	background-color: #843050;
	margin: 0 0 30px 0;
}

#ims_bar {
	width: 1045px;
	margin: 0 auto;
}

#ims_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ims_bar ul li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
}
#ims_bar ul ul {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 16px;
	left: -40px;
}

#brand {
	margin: 10px 0 20px 20px;
}

#menu {
	width: 970px;
	margin: 0 0 15px 30px;
	padding: 0;
	overflow: hidden;
}

#menu ul {
	padding:0;
    margin:0 0 0 0;
   	list-style: none;
   	float: left;
}

#menu ul li {
	padding: 3px 15px;
	margin: 0 10px 0 0;
	float: left;
}

#menu ul li.first_item {
	/*padding: 3px 15px 3px 0;*/
}

#menu ul ul {
	position: absolute;
	padding: 15px 15px 15px;
	margin: 0 0 0 -15px;
	z-index: 1000;
	background-color: #fff
}

#menu ul ul li {
	display: list-item;
	float: none;
	margin: 0 0 5px;
	padding: 0;
}

#menu ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #843051;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #843051;
}

#menu ul li.selected {
	border-bottom: 3px solid #792b45;
}
#content{
	color: #333;
	padding: 0;
	margin: 0;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** HOME **/
.image_home {
	float: left;
	position: relative;
	cursor:pointer
}

.image_home h2 {
	position: absolute;
	bottom: 10px;
	left: 25px;
	color: #fff;
	font-size: 1.2em;
	background-color: transparent;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

/** configuração geral **/
.content, html { font-family: 'Buenard', serif; }
.color1 { color:#792B46 }
.color2 { color:#A91E5D }
.bg_color1 { background-color:#792B46 }
.bg_color2 { background-color:#843051 }
.bg_color3 { background-color:#F6EDED }
.bg_color4 { background-color:#EEE1E1 }

/** logo CL **/
#topo h1 a { text-transform:uppercase; font-weight: 300; font-size: 90px; letter-spacing: 6px; text-decoration:none; margin-left:30px; }

/** logo IMS (ajuste com o logo de cor diferente **/
div.container div.top h1 { margin: 21px 0px 0px; }

/** home **/
.home_block_A { width:388px; height: 373px }
.home_block_B { width: 612px; height: 373px }
.image_container { z-index:10; position:relative }
.title_container h2 a { color:#fff; text-decoration:none; font-weight: 400}
.title_container h2 a:hover {text-decoration:underline;} 

/** divisao internas **/
#wrap_container2 { float:left; width:100%; background:#792B46; overflow:hidden; position:relative;}
#wrap_container1 { float:left; width:100%; background:#792B46; position:relative; right:700px;}
.alfa { width:400px; }
.omega { width:600px; }
.content_alfa { width:380px; padding:40px 20px }
.content_omega { width:440px; padding:40px 100px 40px 40px; }
.alfa h2, .alfa h3, .alfa li a, .alfa li {font-size:14px; color: #fff; text-decoration:none;}
.content_omega, .content_omega h2 a, .content_omega h3 { font-size: 14px; color:#792B46; }
.content_omega h2 { margin-bottom: 0 ;}
.content_omega h2 a { font-weight: 700; text-decoration: none; }
.content_omega h2 a:hover { font-weight: 700; text-decoration: underline; }
.content_omega h3 { font-size: 12px; margin-bottom:20px;}
.content_post, .content_post p { font-size: 14px; color:#792B46; }
.centered_content { text-align:center; }

/** posts **/
.posts .content_alfa { color:#fff; }
.posts .content_alfa h2 { font-size:16px; color: #fff; text-decoration:none; font-weight: 700; margin-bottom:30px; }
.posts .content_alfa .post_date, .posts .content_alfa .post_author { font-size:12px; }
.posts .content_alfa .post_title, .posts .content_alfa .post_title a { font-style: italic; font-size:14px; color: #fff; text-decoration:none; font-weight: 700; margin-bottom:0; }
.posts .content_alfa .post_title a:hover { text-decoration:none; }
.posts .content_alfa .post_author {margin-bottom:20px;}
.posts h2.posts_tags { margin-top:40px; margin-bottom: 0 }
.posts h2.posts_tags a {color:#fff; font-size:11px; text-decoration: none}
.posts h2.marginControl { margin-top:20px;}
.posts .content_omega h4 { color:#A91E5D; margin-bottom: 0; font-size: 10px }
.posts .content_omega h5 a { color:#A91E5D; font-size: 14px }
.posts .content_omega h5 { color:#A91E5D; margin-bottom: 20px; font-size: 14px }

.social_buttons { margin-bottom: 20px; width: 350px; overflow: auto; }
.social_buttons .facebook { margin-right: 25px;}
.social_buttons .facebook, .social_buttons .gplus, .social_buttons .twitter {
	float: left;
}
#list_tags a {
	font-weight: normal;
}

/** livro a livro **/
.img_cover_main { width:300px; margin-bottom:20px; }
.img_cover { width: 140px; margin:0 20px 20px 0; vertical-align: top; }
.img_right { margin-right: 0;}

/** traducoes **/
.omega_a { width:200px; margin-right:20px; float: left; }
.omega_b { width:200px; float: left; }
.translates .content_alfa ul li a { font-weight:300;  }
li.translate_titles { font-weight:700; margin-top: 20px}


/** vida **/
.year_facts {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-size: 50px; color:#792B46; 
  width: 50px;
  float:left;
  margin-right:20px;
  font-weight: 700;
  margin-top: 50px
}

.image_facts { width:300px; float:left; }
.img_facts_main { max-width:300px; margin-bottom:10px; }
.legenda_facts { font-size: 12px; color:#792B46; margin-bottom: 20px}

p.facts_author {
	padding: 20px 30px 10px;
	color: #666;
	font-size: 1em;
}

/* bibliografia */
.books #wrap_container2 .alfa { width:399px; border-right: 1px solid #F6EDED;}
.img_books_main { width: 133px; height: 133px; float: left; }
ul li { font-weight: 700; margin-top:20px; }
ul ul li { margin: 0;}
ul ul li a { text-decoration: none; color: #7a2945; font-weight: normal; margin: 0; }

#bibliografia_downloads {
	margin: 30px 0 0 0;
}

#bibliografia_downloads p {
	margin: 0;
}

#bibliografia_downloads a{
	text-decoration: none;
	color: #7a2945;
	font-weight: normal;
}

#bibliografia_downloads h2{
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0 0 0;
}

/* eBooks */
.eBooks .content_omega h3 { font-size: 16px; margin-bottom: 20px }
.eBooks .omega ul li { margin-bottom:20px; }

/* book per book */

#nav_books {
	position: absolute;
	top: 40px;
	right: 40px;
}

#nav_prev {
	float: left;
	margin: 0 10px 0 0;
}

#nav_next {
	float: left;
}

/* no ims*/
.media_ims { width:920px; padding-bottom:40px; text-align: center }
.media_ims img { max-width:920px; }
.nav { width:40px; vertical-align: middle; }
.sprite_nav { background:url('../img/sprite_nav_ims_.png') no-repeat }
.sprite_nav_prev { width: 18px; height:20px; text-indent: -99999px; background-position: 0 0; display:block; margin:0 auto;  }
.sprite_nav_next { width: 18px; height:20px; text-indent: -99999px; background-position: -19px 0; display:block; margin:0 auto; }
.closeButtom { width: 920px; height: 15px; margin:25px 0 15px; }
.sprite_close { width: 15px; height:15px; text-indent: -99999px; background-position: -41px -3px; display:block; float: right; }
.text_note_container {
	float: left;
	width: 300px;
	margin: 0 0 0 -370px;
	text-align: right;
}

.text_note_container p {
	color: #dcb5b0;
	font-size: 0.8em;
}

p.subtitle_noims {
	width: 500px;
	margin: 20px auto 0;
	font-size: 0.9em;
}
/* no Rio */
.maps {width: 100px; height: 906px}
.tooltip h2 {font-size:16px;}
.tooltip span {width:10px; height:10px; cursor:pointer; position:relative;  left:265px}
.tooltip { background:#D4326E; font-size:12px; width:260px; padding: 0 20px 20px; color:#fff; z-index: 10000; position: absolute; font-size:14px; display: none}
.tooltip img {width:260px; margin-bottom:20px;}
.tooltip_left { width: 23px; height: 49px; background:url('../img/baloom_map_.png') no-repeat; background-position: 0 0; position: absolute; bottom: -49px; left: 0; }
.tooltip_right{ width: 23px; height: 49px; background:url('../img/baloom_map_.png') no-repeat; background-position: -24px 0; position: absolute; bottom: -49px; right: 0;}
.tooltip_top{ width: 23px; height: 49px; background:url('../img/baloom_map_.png?v=1') no-repeat; background-position: -48px 0; position: absolute; top: -49px; left: 0;}

/* aulas */
.class_post { margin-bottom: 20px}
.img_classes_main { max-width: 500px}

