@import url(http://fonts.googleapis.com/css?family=Gudea:400,700,400italic);

body {
	background: #f2e9e4;
	font-family: 'Gudea', sans-serif;
}
a {
	color: #830a0a;
}
a:hover, a:active, a:focus {
	color: #461010;
}
a:active, a:focus {
	outline: none;
}

.container {
	width: 990px;
}

#top-header-wrap {
	position: relative;
	height: 42px;
	margin-bottom: -42px;
	z-index: 10;
}

	#top-header .block-locale {
		float: left;
	}

		#top-header .block-locale h2 {
			display: none;
		}

		#top-header .block-locale .content {
			margin: 6px 0;
		}

			#top-header .block-locale .content ul {
				margin: 0;
				list-style: none;
			}

			#top-header .block-locale .content ul:after {
				display: table;
				content: "";
				clear: both;
			}

				#top-header .block-locale .content ul li {
					float: left;
					margin-right: 5px;
					line-height: 30px;
				}

					#top-header .block-locale .content ul li a,
					#top-header .block-locale .content ul li span {
						display: block;
						width: auto;
						height: auto;
						padding: 0 5px;
						color: #fff;
						text-indent: 0px;
						text-decoration: none;
						font-weight: bold;
						border-radius: 4px;
						-webkit-border-radius: 4px;
						-moz-border-radius: 4px;
						-ms-border-radius: 4px;
						-o-border-radius: 4px;
						background: rgba(0,0,0,0.5);
					}
					#top-header .block-locale .content ul li a:hover,
					#top-header .block-locale .content ul li a.active,
					#top-header .block-locale .content ul li span:hover,
					#top-header .block-locale .content ul li span.active {
						color: #3d2b1f;
						background: #fff;
					}

						#top-header .block-locale .content ul li a img,
						#top-header .block-locale .content ul li span img {
							display: none;
						}

	#top-header .region-header-top-right #block-search-form {
		float: right;
	}

		#top-header .region-header-top-right #block-search-form form {
			margin: 6px 0;
		}

			#top-header .region-header-top-right #block-search-form .form-item {
				display: inline-block;
				margin: 0px;
			}

				#top-header .region-header-top-right #block-search-form .form-item .form-text {
					width: 190px;
					padding-right: 14px;
					padding-right: 4px \9;
					padding-left: 14px;
					padding-left: 4px \9;
					/* IE7-8 doesn't have border-radius, so don't indent the padding */
					margin-bottom: 0;
					-webkit-border-radius: 15px;
					-moz-border-radius: 15px;
					border-radius: 15px;
				}

			#top-header .region-header-top-right #block-search-form .form-actions {
				display: inline-block;
				margin: 0px;
				padding: 0px;
				border: none;
				background: none;
			}

				#top-header .region-header-top-right #block-search-form .form-actions input {
					display: inline-block;
					margin: 0 0 0 -33px;
					width: 28px;
					height: 28px;
					text-indent: -9999px;
					background: url('../img/btn-search.gif') #fff center center no-repeat;
					border: none;
					-webkit-border-radius: 15px;
					-moz-border-radius: 15px;
					border-radius: 15px;
				}

#header-wrap {
	background: rgb(144,75,167); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwNGJhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzcyYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(144,75,167,1) 0%, rgba(172,114,192,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(144,75,167,1)), color-stop(100%,rgba(172,114,192,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(144,75,167,1) 0%,rgba(172,114,192,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(144,75,167,1) 0%,rgba(172,114,192,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(144,75,167,1) 0%,rgba(172,114,192,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(144,75,167,1) 0%,rgba(172,114,192,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2b1f', endColorstr='#ac72c0',GradientType=0 ); /* IE6-8 */
}

#header-wrap {
	position: relative;
	padding: 245px 0 0;
	background: url(../img/bg-header.jpg) right top repeat-x;
}

	#header {
		width: 100%;
		background: #3c1414;
	}

		#header .logo-area #logo {
			float: left;
			margin: 0 15px 0 0;
		}

			#header .logo-area #logo img {
				height: 100px;
			}

		#header .logo-area #name-and-slogan {}

			#header .logo-area #name-and-slogan #site-name {
				display: none;
			}

			#header .logo-area #name-and-slogan #site-slogan {
				display: block;
				margin: 0 auto;
				width: 600px;
				color: #fff;
				font-size: 22px;
				font-weight: bold;
				line-height: 100px;
				text-decoration: none;
				text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
				background: none;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				-ms-border-radius: 4px;
				-o-border-radius: 4px;
			}

				#header .logo-area #name-and-slogan #site-slogan a {
					color: #fff;
				}
				#header .logo-area #name-and-slogan #site-slogan a:hover {
					color: #fff;
					text-decoration: none;
				}

	#header .logo-unicamp {
		display: block;
		width: 97px;
		height: 100px;
		background: url(../img/logo-unicamp.png) no-repeat;
	}

#main-menu-wrap {
	position: relative;
	margin: 0 0 20px;
	background: #d5cfc9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d5cfc9 0%, #d5cfc9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5cfc9), color-stop(100%,#d5cfc9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d5cfc9 0%,#d5cfc9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d5cfc9 0%,#d5cfc9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d5cfc9 0%,#d5cfc9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d5cfc9 0%,#d5cfc9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cfc9', endColorstr='#d5cfc9',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	z-index: 10;
}

	#main-menu ul.menu-items {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#main-menu ul.menu-items:after {
		display: table;
		content: "";
		clear: both;
	}

		#main-menu ul.menu-items li {
			float: left;
			margin: 0;
			font-size: 16px;
			font-family: 'Gudea', sans-serif;
			line-height: 40px;
		}
		#main-menu ul.menu-items li.first {
			margin-left: 0px;
		}
		#main-menu ul.menu-items li.last {
			margin-right: 0px;
		}

			#main-menu ul.menu-items li a {
				padding: 11px 10px 10px;
				color: #3d2b1f;
				font-weight: bold;
				line-height: 40px;
				text-decoration: none;
				border-right: 1px solid #fff;
				border-left: 1px solid #ddd;
			}
			#main-menu ul.menu-items li a:hover,
			#main-menu ul.menu-items li a.active,
			#main-menu ul.menu-items li a.active-trail {
				color: #fff;
				background: #3d2b1f;
				text-shadow: -1px -1px 0px #712f25;	
				box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
			}
			#main-menu ul.menu-items li.first a {
				border-left: none;
			}
			#main-menu ul.menu-items li.last a {
				border-right: none;
			}

#sub-menu-wrap {
	position: relative;
	margin: -20px 0 20px;
	z-index: 5;
}

	#sub-menu-wrap .region .block {
		background: #c0b7ae;
		border-bottom: 1px solid #ddd;
	}
	#sub-menu-wrap .region .block + .block {
		background: #d5cfc9;
	}

		#sub-menu-wrap .region .block h2 {
			display: none;
		}

		#sub-menu-wrap .region .block .content {
			margin: 0 auto;
			width: 990px;
		}

			#sub-menu-wrap .region .block .content ul.menu {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#sub-menu-wrap .region .block .content ul.menu:after {
				display: table;
				content: "";
				clear: both;
			}

				#sub-menu-wrap .region .block .content ul.menu li {
					float: left;
					margin: 0;
					padding: 0;
					font-size: 16px;
					font-family: 'Gudea', sans-serif;
					line-height: 40px;
					list-style: none;
				}
				#sub-menu-wrap .region .block .content ul.menu li.first {
					margin-left: 0px;
				}
				#sub-menu-wrap .region .block .content ul.menu li.last {
					margin-right: 0px;
				}

					#sub-menu-wrap .region .block .content ul.menu li a {
						padding: 11px 10px 10px;
						color: #3d2b1f;
						font-weight: bold;
						line-height: 40px;
						text-decoration: none;
						border-right: 1px solid #d5cfc9;
						border-left: 1px solid #ccc;
					}
					#sub-menu-wrap .region .block .content ul.menu li a:hover,
					#sub-menu-wrap .region .block .content ul.menu li a.active,
					#sub-menu-wrap .region .block .content ul.menu li a.active-trail {
						color: #fff;
						background: #3d2b1f;
						text-shadow: -1px -1px 0px #451356;	
						box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
					}
					#sub-menu-wrap .region .block .content ul.menu li.first a {
						border-left: none;
					}
					#sub-menu-wrap .region .block .content ul.menu li.last a {
						border-right: none;
					}

					#sub-menu-wrap .region .block + .block > .content ul.menu li a {
						color: #888;
					}
					#sub-menu-wrap .region .block + .block > .content ul.menu li a:hover,
					#sub-menu-wrap .region .block + .block > .content ul.menu li a.active,
					#sub-menu-wrap .region .block + .block > .content ul.menu li a.active-trail {
						color: #fff;
						background: #888;
						text-shadow: -1px -1px 0px #555;	
					}

#main-wrap {
	margin: 0 0 20px;
}

	.banner-border {
		margin: 0 0 20px;
		background: #fff;
	}

	.banner-container {
		position: relative;
		width: 726px;
		height: 300px;
	}

		.banner-container .slide {
			position: relative;
			float: left;
			width: 726px;
			height: 300px;
			text-align: center;
		}

			.banner-container .slide a img {
				max-width: 100%;
				height: auto;
			}

			.banner-container .slide .slide-description {
				position: absolute;
				bottom: 0;
				padding: 10px 20px;
				width: 686px;
				text-align: left;
				background: #592720;
				background: rgba(89, 39, 32, 0.6);
			}

				.banner-container .slide .slide-description .title {
					margin: 0;
					line-height: 1em;
				}

					.banner-container .slide .slide-description .title a {
						color: white;
						text-decoration: none;
					}

				.banner-container .slide .slide-description .description {
					margin-right: 10px;
					display: inline-block;
					color: #d2d2d2;
				}

				.banner-container .slide .slide-description .read-more {
					display: inline-block;
					color: white;
					font-weight: bold;
				}

		.banner-container .prev-btn,
		.banner-container .next-btn {
			position: absolute;
			top: 50%;
			margin-top: -24px;
			width: 32px;
			height: 48px;
			text-indent: -9999px;
			background-position: center;
			background-repeat: no-repeat;
		}

		.banner-container .prev-btn {
			left: 5px;
			background-image: url('../img/btn-prev.png');
		}
		.banner-container .next-btn {
			right: 5px;
			background-image: url('../img/btn-next.png');
		}

	.search-form {}

		.search-form .title {
			margin: 0 0 10px;
			line-height: 1em;
		}

	.node-teaser {
		display: block;
		margin: 0 0 10px;
		padding: 7px 5px;
		background: #e7cfcc;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.node-teaser:after {
		display: table;
		content: "";
		clear: both;
	}

		.node-teaser .node-info {
			float: left;
			width: 10%;
		}

			.node-teaser .node-info .node-date {
				padding: 4px;
				border: 1px solid #ddd;
				background: #fff;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-ms-border-radius: 4px;
				-webkit-border-radius: 4px;
			}

				.node-teaser .node-info .node-date .month {
					display: block;
					width: 100%;
					color: #fff;
					font-weight: bold;
					text-align: center;
					text-transform: uppercase;
					background: #3d2b1f;
				}

				.node-teaser .node-info .node-date .day {
					display: block;
					width: 100%;
					font-size: 38px;
					font-weight: bold;
					line-height: 1em;
					text-align: center;
				}

		.node-teaser .node-content {
			float: left;
			margin: 0 2.5%;
			width: 70%;
		}

			.node-teaser .node-content .category {
				color: #555;
				font-weight: bold;
				text-transform: uppercase;
			}

				.node-teaser .node-content .category a {
					color: #555;
				}

			.node-teaser .node-content h2 {
				margin: 0;
				padding: 0;
				color: #3d2b1f;
				font-size: 24px;
				line-height: 1em;
			}

				.node-teaser .node-content h2 a {
					color: #3d2b1f;
				}

		.node-teaser .node-more {
			float: left;
			width: 15%;
		}
			.node-teaser .node-more .btn {
				float: right;
				color: #3d2b1f;
				font-weight: bold;
			}

	.views-table {
		width: 100%;
	}

		.views-table th,
		.views-table td {
			padding: 4px;
		}

		.views-table th.views-field-title {
			width: 80%;
		}

		.views-table th.views-field-event-date {
			width: 20%;
		}

	#sidebar {}

		#sidebar .block {
			padding: 9px;
			margin-bottom: 20px;
			background-color: #e7e3e0;
			border: 1px solid #e3e3e3;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		}

			#sidebar .block h2 {
				margin: 0 0 10px;
				color: #3d2b1f;
				font-size: 18px;
				line-height: 1.2em;
			}

			#sidebar .block .content {
				color: #666;
			}

			#sidebar .block .imgl-thumbnail {
				margin: 0 0 10px;
				background: #fff;
			}

#page-title {
	color: #3d2b1f;
}

#footer-wrap {
	padding: 15px 0 5px;
	background: #3c1414;
	border-top: 1px solid #712f25;
	border-bottom: 1px solid #712f25;
}

	#footer {
		color: #fff;
	}

		#footer #logo-revelare {
			float: right;
			display: block;
			width: 60px;
			height: 16px;
			text-indent: -9999px;
			background: url('../img/logo-revelare.png') no-repeat;
		}

	#footer-nav {
		float: right;
		padding: 5px 10px;
		background: #280b0b;
		border: none;
	}

		#footer-nav ul.menu-items {
			margin: 0;
			padding: 0;
			font-size: 12px;
			font-family: 'Gudea', sans-serif;
			list-style: none;
		}
		#footer-nav ul.menu-items:after {
			display: table;
			content: "";
			clear: both;
		}

			#footer-nav ul.menu-items li {
				float: left;
				padding: 0 5px;
				border-right: 1px solid #3d2b1f;
			}
			#footer-nav ul.menu-items li.first {
				padding-left: 0;
			}
			#footer-nav ul.menu-items li.last {
				padding-right: 0;
				border-right: none;
			}

				#footer-nav ul.menu-items li a {
					color: #fff;
					text-decoration: none;
				}

	#footer-bottom {
		padding: 10px 0;
	}

		#footer-bottom p {
			margin: 0;
			font-size: 12px;
			line-height: 1.2em;
			text-align: center;
		}