* {
	margin: 0 auto;
	padding: 0;
	border: none;
	outline: none;
	text-align: inherit;
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
}

ul, ol, li { list-style: none; }

a { text-decoration: none; font-size: inherit; }

input, textarea { background-color: transparent; }

div.clear { float: none; clear: both; }
div.clear.hr { width: 100%; height: 1px; background: #ddd; }

body {
	position: relative;
	background-color: #005aa9;
	font-family: 'PT Serif', sans-serif;
	text-align: center;
}

.center {
	position: relative;
	width: 960px;
}
@media screen and (max-width:979px){ .center { width: auto; margin: 0 10px; } }

div.white {
	position: relative;
	width: 100%;
	background-color: white;
}

div.gray {
	position: relative;
	width: 100%;
	background-color: #eee;
}
@media screen and (max-width:639px){ div.gray.flex640 { width: auto; margin: 0 10px; } }
@media screen and (max-width:419px){ div.gray.flex420 { width: auto; margin: 0 10px; } }

div.blue {
	position: relative;
	width: 100%;
	background-color: #005aa9;
}


/* - - - - - - - - - - - - Top Menu - - - - - - - - - - - - */

div#topMenu {
	position: relative;
	padding: 60px 0 20px 190px;
	width: 770px;
	height: 40px;
}

div#topMenu div#logo {
	position: absolute;
	top: 24px; left: 0;
	width: 185px;
	height: 72px;
	background: center no-repeat url('imgs/logomarca-meuc-joinville.png');
}

div#topMenu > div#openMenu {
	display: none;
	position: absolute;
	top: 60px; right: 10px;
	height: 24px;
	padding: 8px 7px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #005aa9;
	cursor: pointer;
}
div#topMenu > div#openMenu:hover,
div#topMenu > div#openMenu:focus {
	padding-bottom: 5px;
	border-bottom: 3px solid #005aa9;
}

div#topMenu > div#menu {
	text-align: right;
}

div#topMenu > div#menu > a {
	display: inline-block;
	height: 24px;
	padding: 8px 7px;
	margin-left: 3px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #005aa9;
}
div#topMenu > div#menu > a:hover,
div#topMenu > div#menu > a:focus,
body#sobre div#topMenu > div#menu > a.sobre,
body#noticias div#topMenu > div#menu > a.noticias,
body#noticiasDet div#topMenu > div#menu > a.noticias,
body#agenda div#topMenu > div#menu > a.agenda,
body#agendaDet div#topMenu > div#menu > a.agenda,
body#contato div#topMenu > div#menu > a.contato {
	padding: 8px 7px 5px 7px;
	border-bottom: 3px solid #005aa9;
}

@media screen and (max-width:979px){
	div#topMenu { width: auto; }
}
@media screen and (max-width:629px){
	div#topMenu {
		height: auto;
		padding: 110px 0 10px 0;
	}
	div#topMenu div#logo { left: 10px; }
	div#topMenu > div#openMenu { display: block; }
	div#topMenu > div#menu {
		display: none;
		padding: 0 10px;
		text-align: center;
		background-color: white;
		background-color: rgba(255,255,255,0.8);
		z-index: 200;
	}
	body#home div#topMenu > div#menu { background: none; }
	div#topMenu > div#menu > a { margin: 0 2px; }
	
	body#home div#topMenu {
		position: relative;
		left: auto; bottom: auto;
		margin-left: 0;
	}
}
@media screen and (max-width:419px){
	div#topMenu > div#menu > a {
		font-size: 18px;
		line-height: 22px;
	}
}

/* - - - - - - - - - - - - Bottom - - - - - - - - - - - - */

div#bottom {
	position: relative;
	height: 18px;
	padding: 15px 0 40px 0;
}

div#bottom > div.copyright,
div#bottom > div.empresadois {
	position: absolute;
	top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #9cc5e8;
}
div#bottom > div.copyright { left: 0; }
div#bottom > div.empresadois { right: 0; }

div#bottom > div.copyright > b { font-weight: 800; }

div#bottom > div.empresadois > a { text-decoration: underline; color: #b3d3ef; }
div#bottom > div.empresadois > a:hover,
div#bottom > div.empresadois > a:focus { text-decoration: none; color: white; }

@media screen and (max-width:789px){
	div#bottom { height: auto; padding-bottom: 30px; }
	div#bottom > div.webmail { display: none; }
	div#bottom > div.copyright,
	div#bottom > div.empresadois {
		position: relative;
		top: auto;
		text-align: center;
	}
	div#bottom > div.copyright { left: auto; }
	div#bottom > div.empresadois { right: auto; margin-top: 5px; }
}
@media screen and (max-width:489px){
	div#bottom > div.copyright,
	div#bottom > div.empresadois { font-size: 12px; }
	div#bottom > div.copyright > b { display: block; }
	div#bottom > div.copyright > span { display: none; }
}


/* - - - - - - - - - - - - Highlight - - - - - - - - - - - - */

div#highlight {
	position: relative;
	width: 100%;
}

div#highlight > div.background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	background: no-repeat center center fixed;
	background-size: cover;
	opacity: 0.2;
}
div#highlight > div.background.n0 { background-image: url('imgs/background3.jpg'); }
div#highlight > div.background.n1 { background-image: url('imgs/background1.jpg'); }
div#highlight > div.background.n2 { background-image: url('imgs/background2.jpg'); opacity: 0.4; }

div#highlight > div.center {
	padding-top: 60px;
	z-index: 5;
}

div#highlight > div.center > div.title {
	position: absolute;
	top: 16px; left: 0;
	padding-left: 34px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	color: #005aa9;
	background: left center no-repeat;
}
body#home div#highlight > div.center > div.title { padding-left: 0; }
body#noticias div#highlight > div.center > div.title { background-image: url('imgs/icon-news.png'); }
body#agenda div#highlight > div.center > div.title { background-image: url('imgs/icon-calendar.png'); }

div#highlight > div.center > ul#slides {
	position: relative;
	width: 960px;
	height: 240px;
	overflow: hidden;
}

div#highlight > div.center > ul#slides li.slide {
	display: none;
	position: absolute;
	top: 0; left; 0;
	width: 100%;
	height: 240px;
}
div#highlight > div.center > ul#slides li.slide:hover { opacity: 0.85; }

div#highlight > div.center > ul#slides li.slide > div.box {
	padding-left: 350px;
}
div#highlight > div.center > ul#slides li.slide.noimage > div.box { padding-left: 0; }

div#highlight > div.center > ul#slides li.slide > div.box > img {
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 320px;
	height: 240px;
	border-right: 5px solid #005aa9;
}

div#highlight > div.center > ul#slides li.slide > div.box > div.text {
	display: block;
	position: absolute;
	bottom: 5px; left: 350px;
	max-width: 610px;
	max-height: 240px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-align: left;
}
div#highlight > div.center > ul#slides li.slide.noimage > div.box > div.text {
	bottom: 50%; left: 0;
	transform: translateY(50%);
	
	max-width: 940px;
	padding-left: 15px;
	border-left: 5px solid #005aa9;
}

div#highlight > div.center > ul#slides li.slide > div.box > div.text > span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #555;
}

div#highlight > div.center > ul#slides li.slide > div.box > div.text > h3 {
	display: block;
	font-size: 44px;
	line-height: 50px;
	color: #005aa9;
}

div#highlight > div.center > ul.pagination {
	position: relative;
	padding: 11px 0;
	height: 14px;
}

div#highlight > div.center > ul.pagination > li {
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	background-color: white;
	cursor: pointer;
}
div#highlight > div.center > ul.pagination > li:hover,
div#highlight > div.center > ul.pagination > li:focus { opacity: 0.5; }
div#highlight > div.center > ul.pagination > li.active { background-color: #005aa9; }

@media screen and (max-width:979px){
	div#highlight > div.center > ul#slides { width: auto; }
	div#highlight > div.center > ul#slides li.slide > div.box { padding-left: 340px; }
	div#highlight > div.center > ul#slides li.slide > div.box > div.text > h3 {
		display: block;
		font-size: 36px;
		line-height: 42px;
	}
	div#highlight > div.center > ul#slides li.slide > div.box > div.text {
		position: relative;
		bottom: auto; left: auto;
		max-width: auto; max-height: auto;
	}
}
@media screen and (max-width:779px){
	div#highlight > div.center > ul#slides { height: 180px; }
	div#highlight > div.center > ul#slides li.slide { height: 180px; }
	div#highlight > div.center > ul#slides li.slide > div.box { padding-left: 260px; }
	div#highlight > div.center > ul#slides li.slide > div.box > img { width: 240px; height: 180px; }
	div#highlight > div.center > ul#slides li.slide > div.box > div.text > h3 {
		font-size: 32px;
		line-height: 38px;
	}
}
@media screen and (max-width:639px){
	div#highlight { background-color: #ddd; }
	div#highlight > div.background.n0 { background-image: url('imgs/background3-mobile.jpg'); }
	div#highlight > div.background.n1 { background-image: url('imgs/background1-mobile.jpg'); }
	div#highlight > div.background.n2 { background-image: url('imgs/background2-mobile.jpg'); }
	div#highlight > div.center > ul#slides li.slide > div.box { padding-left: 0; }
	div#highlight > div.center > ul#slides li.slide > div.box > img { display: none; }
}
@media screen and (max-width:479px){
	div#highlight > div.center > ul#slides li.slide > div.box > div.text > h3 {
		font-size: 24px;
		line-height: 28px;
	}
}


/* - - - - - - - - - - - - Content - - - - - - - - - - - - */

div.content {
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
div.content.hidden { display: none; }
div#agenda.content { margin-top: 0; }

div.content > ul#list {
	width: auto;
	margin: 0 -5px;
}

div.content > ul#list.wide > a {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
div.content > ul#list.wide > a.hidden { display: none; }

div.content > ul#list.wide > a > li {
	position: relative;
	height: 86px;
	padding: 8px 14px 8px 150px;
	margin: 0 5px;
	background-color: #eee;
}
div.content > ul#list.wide > a > li.noimage { padding-left: 14px; }
div.content > ul#list.wide > a:hover > li,
div.content > ul#list.wide > a:focus > li { background-color: #ddd; }

div.content > ul#list.wide > a > li > img {
	position: absolute;
	top: 0; left: 0;
}

div.content > ul#list.wide > a > li > h4 {
	height: 66px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	color: #005aa9;
}

div.content > ul#list.wide > a > li > ul.icons {
	position: absolute;
	bottom: 6px; left: 150px;
	height: 18px;
}
div.content > ul#list.wide > a > li.noimage > ul.icons { left: 14px; }

div.content > ul#list.wide > a > li > ul.icons > li {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background: center no-repeat;
}
div.content > ul#list.wide > a > li > ul.icons > li.audio { background-image: url('imgs/icon-audio.png'); }
div.content > ul#list.wide > a > li > ul.icons > li.image { background-image: url('imgs/icon-image.png'); }
div.content > ul#list.wide > a > li > ul.icons > li.video { background-image: url('imgs/icon-video.png'); }

div.content > ul#list.wide > a > li > span {
	position: absolute;
	bottom: 8px; right: 14px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #777;
}

div.content > ul#list.wide > div.loadMore {
	position: relative;
	width: 160px;
	padding: 7px 10px;
	border: 1px solid #005aa9;
	margin-top: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #005aa9;
	cursor: pointer;
}
div.content > ul#list.wide > div.loadMore:hover,
div.content > ul#list.wide > div.loadMore:focus {
	background-color: #005aa9;
	color: white;
}

div.content > div.back {
	display: block;
	position: relative;
	width: auto;
	height: 30px;
	text-align: right;
}

div.content > div.back div.button {
	display: inline-block;
	height: 20px;
	padding: 5px 5px 5px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #005aa9;
	background: 3px 8px no-repeat url('imgs/arrow-left-blue.png');
}
div.content > div.back div.button:hover,
div.content > div.back > a:focus > div.button { opacity: 0.5; }

div.content > div.postHeader {
	position: relative;
	display: block;
	width: 460px;
	min-height: 360px;
	padding: 0 0 30px 500px;
	margin-bottom: 20px;
}
div.content > div.postHeader.author {
	padding-top: 60px;
	min-height: 300px;
}
div.content > div.postHeader.noimage {
	width: auto;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	min-height: 0;
}

div.content > div.postHeader > img.cover,
div.content > div.postHeader > iframe.cover {
	position: absolute;
	top: 0; left: 0;
	width: 480px;
	height: 360px;
	border-right: 5px solid #005aa9;
}

div.content > div.postHeader > span.more,
div.content > div.postHeader > a > span.more {
	position: absolute;
	top: 370px; left: 0;
	padding: 3px 6px 1px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	color: #555;
	background: left center no-repeat url('imgs/icon-image-more.png');
}
div.content > div.postHeader > a > span.more.videos {
	left: 120px;
	background-image: url('imgs/icon-video-more.png');
}
div.content > div.postHeader > a > span.more.videos.left { left: 0; }
div.content > div.postHeader > span.more:hover,
div.content > div.postHeader > a > span.more:hover,
div.content > div.postHeader > a:focus > span.more { opacity: 0.6; }

div.content > div.postHeader > div.title {
	position: absolute;
	bottom: 30px; right: 0;
	width: 460px;
	font-family: 'Open Sans', sans-serif;
}
div.content > div.postHeader.author > div.title { bottom: 100px; }
div.content > div.postHeader.district > div.title,
div.content > div.postHeader.event > div.title {
	position: relative;
	bottom: auto; right: auto;
	padding-top: 20px;
}
div.content > div.postHeader.event > div.title { padding-top: 0; }
div.content > div.postHeader.noimage > div.title {
	position: relative;
	bottom: auto; right: auto;
	width: auto;
	padding-top: 0;
	padding-left: 15px;
	border-left: 5px solid #005aa9;
}

div.content > div.postHeader > div.title > h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
}
div.content > div.postHeader.district > div.title > h4 { text-transform: uppercase; }

div.content > div.postHeader > div.title > h1 {
	font-size: 44px;
	font-weight: 800;
	line-height: 50px;
	color: #005aa9;
}

div.content > div.postHeader > div.author {
	position: absolute;
	bottom: 30px; right: 0;
	width: 330px;
	height: 20px;
	padding: 15px 80px 20px 50px;
	border-bottom: 2px solid #ddd;
}
div.content > div.postHeader > div.author.noimage {
	width: 380px;
	padding-left: 0;
}
div.content > div.postHeader.noimage > div.author {
	position: relative;
	bottom: auto; right: auto;
	width: auto;
	padding-left: 70px;
	margin-top: 10px;
}

div.content > div.postHeader > div.author > img.picture {
	position: absolute;
	top: 5px; left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
div.content > div.postHeader.noimage > div.author > img.picture { left: 20px; }

div.content > div.postHeader > div.author > h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #005aa9;
}

div.content > div.postHeader > div.author > ul.social {
	position: absolute;
	top: 10px; right: 0;
	height: 30px;
}

div.content > div.postHeader > div.author > ul.social li {
	float: left;
	width: 24px;
	height: 30px;
	background: center no-repeat;
	opacity: 0.5;
}
div.content > div.postHeader > div.author > ul.social li.twitter { background-image: url('imgs/icon-twitter.png'); }
div.content > div.postHeader > div.author > ul.social li.facebook { background-image: url('imgs/icon-facebook.png'); }
div.content > div.postHeader > div.author > ul.social li.email { background-image: url('imgs/icon-email.png'); }
div.content > div.postHeader > div.author > ul.social li:hover,
div.content > div.postHeader > div.author > ul.social > a:focus > li { opacity: 1; }

div.content > div.postHeader > ul#obreiros {
	position: relative;
	padding-top: 12px;
	border-top: 1px solid #ddd;
	margin-top: 50px;
}

div.content > div.postHeader > ul#obreiros > h5 {
	position: absolute;
	top: -17px; left: 0;
	padding: 3px 10px 3px 34px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #005aa9;
	background: white left center no-repeat url('imgs/icon-person.png');
}

div.content > div.postHeader div.website {
	display: inline-block;
	padding: 8px 30px 6px 30px;
	margin: 20px auto 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: white;
	background-color: #005aa9;
}
div.content > div.postHeader div.website:hover,
div.content > div.postHeader > a:focus > div.website { opacity: 0.8; }

div.content > p.desc {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #555;
}
div.content > p.desc.marginTop { margin-top: 20px; }

div.content > p.desc > b { font-weight: bold; }

div.content > p.desc > i { font-style: italic; }

div.content > p.desc > a {
	color: #005aa9;
	text-decoration: underline;
}
div.content > p.desc > a:hover,
div.content > p.desc > a:focus { text-decoration: none; }

div.content > div.short {
	position: relative;
	padding-bottom: 24px;
}

div.content > div.short > div.holder {
	overflow: hidden;
	height: 78px;
}

div.content > div.short p {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #555;
}
div.content > div.short p > b { font-weight: bold; }
div.content > div.short p > i { font-style: italic; }
div.content > div.short p > a {
	color: #005aa9;
	text-decoration: underline;
}
div.content > div.short p > a:hover,
div.content > div.short p > a:focus { text-decoration: none; }

div.content > div.short > div.more {
	position: absolute;
	bottom: 0; right: 0;
	padding: 2px 24px 2px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #444;
	background: right 5px no-repeat url('imgs/arrow-down-dark.png');
	opacity: 0.7;
	cursor: pointer;
}
div.content > div.short > div.more.open { background-image: url('imgs/close-dark-mini.png') }
div.content > div.short > div.more:hover,
div.content > div.short > div.more:focus { opacity: 1; }

div.content > p.cit {
	padding-left: 60px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #555;
}

div.content > ul.attach {
	position: relative;
	padding: 25px 5px 15px 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
}
div.content > ul.attach.sobre {
	padding: 0 5px 0 15px;
	border-top: none;
	border-bottom: none;
	margin-top: 0;
}
div.content > ul.attach.nobottom {
	padding-bottom: 0;
	border-bottom: none;
}

div.content > ul.attach > h5 {
	position: absolute;
	top: -17px; left: 0;
	padding: 5px 15px 5px 34px;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #005aa9;
	background: white left center no-repeat url('imgs/icon-attachments.png');
}

div.content > ul.attach li {
	padding: 0 5px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
	color: #555;
}
div.content > ul.attach li:hover,
div.content > ul.attach > a:focus > li { opacity: 0.7; }

div.content > ul.attach li > span {
	margin-left: 10px;
	font-size: 14px;
	color: #005aa9;
}

div.content > ul.audio {
	position: relative;
	padding: 25px 5px 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
}

div.content > ul.audio > h5 {
	position: absolute;
	top: -17px; left: 0;
	padding: 5px 15px 5px 34px;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #005aa9;
	background: white left center no-repeat url('imgs/icon-audio-blue.png');
}

div.content > div.titled {
	position: relative;
	width: 460px;
	padding: 20px 0 20px 10px;
	border-top: 1px solid #ddd;
	margin-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
div.content > div.titled.program { float: left; }
div.content > div.titled.map { float: right; }
div.content > div.titled.full {
	float: none;
	width: 100%;
}

div.content > div.titled > h3 {
	position: absolute;
	top: -17px; left: 0;
	padding: 3px 10px 3px 34px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #005aa9;
	background: white left center no-repeat;
}
div.content > div.titled.map > h3 { background-image: url('imgs/icon-map.png'); }
div.content > div.titled.program > h3 { background-image: url('imgs/icon-time.png'); }

div.content > div.titled.program > ul.days > li {
	font-size: 16px;
	line-height: 22px;
	color: #005aa9;
}

div.content > div.titled.program > ul.days > ul.times {
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 12px;
}

div.content > div.titled.program > ul.days > ul.times > li {
	margin: 2px 0;
	font-size: 14px;
	line-height: 20px;
	color: #555;
}

div.content > div.titled.program > ul.days > ul.times > li > b {
	font-weight: 800;
	color: #555;
}

div.content > div.text.titled > p {
	font-size: 16px;
	line-height: 26px;
	color: #555;
}
div.content > div.text.titled > p > b {
	font-weight: normal;
	color: #005aa9;
}

div.content > div.text.titled.map > a {
	display: inline-block;
	margin-top: 6px;
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #777;
}
div.content > div.text.titled.map > a:hover,
div.content > div.text.titled.map > a:focus { color: #999; }

div.content > div.share {
	position: relative;
	display: block;
	margin-top: 15px;
	width: auto;
	height: 24px;
}

div.content > div.share > span.text {
	display: block;
	position: absolute;
	top: 5px; right: 65px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #005aa9;
}

div.content > div.share > div.share-plugin {
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	background: center no-repeat;
	cursor: pointer;
}
div.content > div.share > div.facebook {
	right: 30px;
	background-color: #3b5999;
	background-image: url('imgs/icon-facebook-white.png');
}
div.content > div.share > div.twitter {
	right: 0;
	background-color: #2ca9e1;
	background-image: url('imgs/icon-twitter-white.png');
}
div.content > div.share > div.share-plugin:hover,
div.content > div.share > div.share-plugin:focus { opacity: 0.7; }

@media screen and (max-width:979px){
	div.content > ul#list.wide > a > li > h4 {
		height: 60px;
		font-size: 16px;
		line-height: 20px;
	}
	
	div.content > div.back { margin-bottom: 10px; }
	
	div.content > div.postHeader {
		width: auto;
		padding: 0px 0px 30px 420px;
		min-height: 300px;
	}
	div.content > div.postHeader.author { padding-top: 0; }
	div.content > div.postHeader > img.cover,
	div.content > div.postHeader > iframe.cover {
		position: absolute;
		top: 0; left: 0;
		width: 400px;
		height: 300px;
		border-right: 5px solid #005aa9;
	}
	div.content > div.postHeader > span.more,
	div.content > div.postHeader > a > span.more { top: 310px; }
	div.content > div.postHeader > div.title {
		position: relative;
		bottom: auto; right: auto;
		width: auto;
		padding-top: 20px;
	}
	div.content > div.postHeader.author > div.title { bottom: auto; }
	div.content > div.postHeader > div.title > h1 { font-size: 36px; line-height: 42px; }
	div.content > div.postHeader > div.author {
		position: relative;
		bottom: 0; right: auto;
		width: auto;
		height: auto;
		margin-top: 20px;
	}
	div.content > div.postHeader > div.author.noimage { width: auto; padding-left: 0; }
	div.content > div.short p,
	div.content > p.desc {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width:979px){
	div.content > div.titled { width: 48%; }
}
@media screen and (max-width:879px){
	div.content > ul#list.wide > a > li > h4 { font-size: 14px; }
}
@media screen and (max-width:829px){
	div.content > div.postHeader > div.title > h1 { font-size: 32px; line-height: 38px; }
}
@media screen and (max-width:779px){
	div.content > ul#list.wide > a { float: none; width: 100%; }
	div.content > ul#list.wide > a > li { height: 60px; }
	div.content > ul#list.wide:not(.events) > a > li { padding-top: 7px; }
	div.content > ul#list.wide:not(.events) > a > li:not(.noimage) { padding-left: 114px; }
	div.content > ul#list.wide > a > li > img { width: 100px; height: 75px; }
	div.content > ul#list.wide > a > li > h4 { height: 40px; }
	div.content > ul#list.wide > a > li > ul.icons { left: 114px; }
}
@media screen and (max-width:679px){
	div.content > div.titled { width: auto; margin-top: 20px; }
	div.content > div.titled.program,
	div.content > div.titled.map { float: none; }
}
@media screen and (min-width:500px) and (max-width:739px){
	div.content > div.postHeader,
	div.content > div.postHeader.author { padding-left: 0; min-height: auto; }
	div.content > div.postHeader > img.cover,
	div.content > div.postHeader > iframe.cover { display: none; }
	div.content > div.postHeader > span.more,
	div.content > div.postHeader > a > span.more { top: auto; bottom: 0; }
	div.content > div.postHeader > div.title {
		padding-left: 15px;
		border-left: 5px solid #005aa9;
	}
	div.content > div.postHeader > div.author { padding-left: 70px; }
	div.content > div.postHeader > div.author > img.picture { left: 20px; }
}
@media screen and (max-width:499px){
	div.content > div.postHeader { padding: 0; }
	div.content > div.postHeader > img.cover,
	div.content > div.postHeader > iframe.cover {
		position: relative;
		top: auto; left: auto;
		width: 100%;
		height: auto;
		border-right: none;
	}
	div.content > div.postHeader > span.more,
	div.content > div.postHeader > a > span.more {
		display: inline-block;
		position: relative;
		top: auto; left: auto;
	}
}
@media screen and (max-width:449px){
	div.content > ul#list.wide:not(.events) > a > li { height: 80px; padding-top: 9px; }
	div.content > ul#list.wide:not(.events) > a > li.noimage { height: 60px; padding-bottom: 28px; }
	div.content > ul#list.wide:not(.events) > a > li > h4 { height: 80px; }
	div.content > ul#list.wide:not(.events) > a > li.noimage > h4 { height: 60px; }
	div.content > ul#list.wide > a > li > ul.icons { display: none; }
	div.content > ul#list.wide:not(.events) > a > li > span {
		display: block;
		position: absolute;
		top: auto; bottom: 0; left: 0; right: auto;
		width: 100px;
		height: 14px;
		padding: 4px 0;
		text-align: center;
		background-color: #999;
		color: white;
	}
}


/* - - - - - - - - - - - - Search - - - - - - - - - - - - */

div#search {
	position: relative;
	width: auto;
	padding-right: 360px;
	min-height: 36px;
	margin-bottom: 15px;
}

div#search > h3 {
	height: auto;
	padding: 4px 0;
	margin-right: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	color: #005aa9;
}
div#search > h3.news {
	padding-left: 34px;
	background: left center no-repeat url('imgs/icon-news.png');
}

div#search > h3 > a {
	font-weight: 700;
}
div#search > h3 > a:hover,
div#search > h3 > a:focus {
	text-decoration: underline;
}

div#search > h3 > a.back {
	position: absolute;
	display: inline-block;
	margin-top: 2px;
	margin-left: 5px;
	height: 26px;
	width: 28px;
	background: center no-repeat url('imgs/close-dark-mini.png');
}
div#search > h3 > a.back:hover,
div#search > h3 > a.back:focus { opacity: 0.5; }

div#search > h3 > span {
	margin-left: 10px;
	font-size: 20px;
	color: #555;
}

div#search > form#searchForm {
	position: absolute;
	top: 0; right: 0;
	width: 358px;
	height: 34px;
	border: 1px solid #005aa9;
}

div#search > form#searchForm > input#field {
	position: absolute;
	top: 0px; left: 0;
	width: 304px;
	padding: 4px 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	color: #005aa9;
}
div#search > form#searchForm > input#field:hover { background-color: #f7f7f7; }
div#search > form#searchForm > input#field:focus { background-color: #eee; }

div#search > form#searchForm > input#submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: center no-repeat url('imgs/icon-search.png');
	cursor: pointer;
}
div#search > form#searchForm > input#submit:hover { background-color: #f7f7f7; }
div#search > form#searchForm > input#submit:focus { background-color: #eee; }

@media screen and (max-width:599px){
	div#search { padding-right: 0; }
	div#search > form#searchForm {
		position: relative;
		top: auto; right: auto;
		width: auto;
	}
}


/* - - - - - - - - - - - - Obreiros - - - - - - - - - - - - */

ul#obreiros {
	width: auto;
}

ul#obreiros.dual > div.left {
	float: left;
	width: 450px;
}
ul#obreiros.dual > div.right {
	float: right;
	width: 450px;
}

ul#obreiros > div > li {
	width: 100%;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

ul#obreiros > div > li > div.header {
	position: relative;
	min-height: 24px;
	padding: 18px 40px 18px 55px;
	cursor: pointer;
}
ul#obreiros > div > li > div.header:hover,
ul#obreiros > div > li > div.header:focus { opacity: 0.7; }

ul#obreiros > div > li > div.header > img.picture {
	position: absolute;
	top: 10px; left: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

ul#obreiros > div > li > div.header > div.icon {
	position: absolute;
	top: 10px; right: 0;
	width: 40px;
	height: 40px;
	background: center no-repeat url('imgs/arrow-down-gray.png');
}
ul#obreiros > div > li.open > div.header > div.icon { background-image: url('imgs/close-gray.png'); }

ul#obreiros > div > li > div.header > h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #005aa9;
}

ul#obreiros > div > li > div.details {
	display: none;
	padding: 0 20px 10px 75px;
}

ul#obreiros > div > li > div.details > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
}

ul#obreiros > div > li > div.details > p > b {
	font-weight: 800;
	color: #005aa9;
}

ul#obreiros > div > li > div.details > p > a { text-decoration: underline; }
ul#obreiros > div > li > div.details > p > a:hover,
ul#obreiros > div > li > div.details > p > a:focus { text-decoration: none; color: #888; }

ul#obreiros > li > div.details > ul.social {
	margin-top: 5px;
}

ul#obreiros > div > li > div.details > ul.social li {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 6px;
	background: center no-repeat;
	opacity: 0.5;
}
ul#obreiros > div > li > div.details > ul.social li.twitter { background-image: url('imgs/icon-twitter.png'); }
ul#obreiros > div > li > div.details > ul.social li.facebook { background-image: url('imgs/icon-facebook.png'); }
ul#obreiros > div > li > div.details > ul.social li:hover,
ul#obreiros > div > li > div.details > ul.social > a:focus > li { opacity: 1; }

@media screen and (max-width:979px){
	ul#obreiros.dual > div.left,
	ul#obreiros.dual > div.right { width: 48%; }
}
@media screen and (max-width:699px){
	ul#obreiros.dual > div.left,
	ul#obreiros.dual > div.right {
		float: none;
		width: 100%;
	}
}


/* - - - - - - - - - - - - Notícias Det - - - - - - - - - - - - */

div#noticiasDet.content > div.event {
	display: inline-block;
	padding: 4px 0 4px 34px;
	margin-top: 20px;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	color: #005aa9;
	background: left center no-repeat url('imgs/icon-calendar-2.png');
}

div#noticiasDet.content > div.event > a { color: #555; }
div#noticiasDet.content > div.event > a:hover,
div#noticiasDet.content > div.event > a:focus { opacity: 0.6; }


/* - - - - - - - - - - - - Agenda - - - - - - - - - - - - */

div#agenda.content > ul#list.events { margin-top: 30px; }
div#agenda.content > ul#list.events.half {
	float: right;
	width: 485px;
	margin: 49px -5px 0 0;
}
div#agenda.content > ul#list.events.half > a {
	float: none;
	width: auto;
}

div#agenda.content > ul#list.events li > div.date {
	position: absolute;
	top: 0; left: 0;
	width: 136px;
	height: 52px;
	padding: 25px 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background-color: #005aa9;
	color: white;
}

div#agenda.content > ul#list.events li > div.date > div.item {
	display: inline-block;
	margin: 0 10px;
}

div#agenda.content > ul#list.events li > div.date > div.item > span.d {
	display: block;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
}

div#agenda.content > ul#list.events li > div.date > div.item > span.m {
	display: block;
	margin-top: -4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

div#agenda.content > ul#list.events li > div.date > div.to {
	position: absolute;
	left: 58px; top: 42px;
	width: 20px;
	height: 52px;
	opacity: 0.7;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
}

@media screen and (max-width:979px){
	div#agenda.content > ul#list.events.half {
		float: right;
		width: 48%;
	}
}
@media screen and (max-width:779px){
	div#agenda.content > div.titled.program,
	div#agenda.content > ul#list.events.half {
		float: none;
		width: auto;
	}
	div#agenda.content > div.titled.program { margin-top: 49px; }
	div#agenda.content > ul#list.events.half { margin-top: 20px; }
	div#agenda.content > ul#list.events li > div.date { padding: 12px 0; }
	div#agenda.content > ul#list.events li > div.date > div.to { top: 29px; }
}
@media screen and (max-width:739px){
	div#agenda.content > div#search.events { padding-bottom: 44px; margin-top: 15px; }
	div#agenda.content > div#search.events > ul#select { top: 44px; }
	div#agenda.content > div#search.events > form {
		position: relative;
		width: auto;
		top: auto; right: auto;
	}
	div#agenda.content > div#search.events > ul#select { width: 100%; }
	div#agenda.content > div#search.events > ul#select > li { width: 46%; margin-right: 0; font-size: 18px; }
	div#agenda.content > div#search.events > ul#select > li#next { float: right; }
}
@media screen and (max-width:619px){ div#agenda.content > div#search.events > ul#select > li { width: 45%; } }
@media screen and (max-width:519px){ div#agenda.content > div#search.events > ul#select > li { width: 43%; } }
@media screen and (max-width:469px){
	div#agenda.content > ul#list.events li {
		height: auto;
		padding-left: 14px;
		padding-bottom: 24px;
	}
	div#agenda.content > ul#list.events li > h4 { height: auto; }
	div#agenda.content > ul#list.events li > div.date {
		position: relative;
		top: auto; left: auto;
		width: auto;
		height: auto;
		padding: 5px 14px;
		margin: -8px -14px 10px -14px;
		text-align: left;
	}
	div#agenda.content > ul#list.events li > div.date > div.item { margin: 0 5px 0 0; }
	div#agenda.content > ul#list.events li > div.date > div.item > span.d {
		display: inline;
		font-size: 20px;
		line-height: 24px;
	}
	div#agenda.content > ul#list.events li > div.date > div.item > span.m {
		display: inline;
		font-size: 14px;
		line-height: 24px;
	}
	div#agenda.content > ul#list.events li > div.date > div.to {
		display: inline;
		position: relative;
		top: auto; left: auto;
		width: auto;
		height: auto;
		margin-right: 5px;
		font-size: 14px;
		line-height: 24px;
	}
}
@media screen and (max-width:379px){ div#agenda.content > div#search.events > ul#select > li { width: 41%; } }


/* - - - - - - - - - - - - Agenda Det - - - - - - - - - - - - */

div.content > div.postHeader.event > div.blue { background-color: transparent; }
div.content > div.postHeader.event.noimage > div.blue {
	position: absolute;
	top: 0; left: 0;
	width: 136px;
	height: 100%;
	background-color: #005aa9;
}

div.content > div.postHeader.event.noimage { padding-left: 151px; }

div.content > div.postHeader.event.noimage > div.title {
	padding-left: 0;
	border-left: none;
}

div.content > div.postHeader.event > div.blue > div.date {
	display: block;
	position: relative;
	width: 136px;
	height: 52px;
	padding: 15px 0;
	margin: 0 auto 8px 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background-color: #005aa9;
	color: white;
}
div.content > div.postHeader.event.noimage > div.blue > div.date {
	position: absolute;
	top: 50%; left: 0;
	padding: 0;
	margin-top: -26px;
	background-color: transparent;
}

div.content > div.postHeader.event > div.blue > div.date > div.item {
	display: inline-block;
	margin: 0 10px;
}

div.content > div.postHeader.event > div.blue > div.date > div.item > span.d {
	display: block;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
}

div.content > div.postHeader.event > div.blue > div.date > div.item > span.m {
	display: block;
	margin-top: -4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

div.content > div.postHeader.event > div.blue > div.date > div.to {
	position: absolute;
	left: 58px; top: 50%;
	width: 20px;
	height: 52px;
	margin-top: -9px;
	opacity: 0.7;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
}


/* - - - - - - - - - - - - Contato - - - - - - - - - - - - */

body#contato > div.white {
	padding-bottom: 30px;
}

/* - - - - - - - - - - - - Contato . Header - - - - - - - - - - - - */

div#highlight.contato > div.center {
	padding: 60px 0 30px 0;
	text-align: left;
}


div#highlight.contato > div.center > div.title {
	position: absolute;
	top: 16px; left: 0px;
	padding-left: 34px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	color: #005aa9;
	background: left center no-repeat url('imgs/icon-talk.png');
}

div#highlight.contato > div.center > p {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #555;
}

div#contato.content {
	padding-top: 10px;
}

div#contato.content > form {
	margin: 20px -5px 30px -5px;
}

div#contato.content > form > div.holder {
	float: left;
	margin-bottom: 15px;
}
div#contato.content > form > div.holder.full { width: 100%; }
div#contato.content > form > div.holder.third { width: 30%; }
div#contato.content > form > div.holder.third.plus { width: 40%; }

div#contato.content > form > div.holder > div.field {
	position: relative;
	padding: 23px 10px 0 10px;
	margin: 0 5px;
}

div#contato.content > form > div.holder > div.field > label {
	position: absolute;
	top: 0; left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	text-transform: uppercase;
	color: #555;
}
div#contato.content > form > div.holder > div.field.fail > label { color: #a90000; }

div#contato.content > form > div.holder > div.field > input,
div#contato.content > form > div.holder > div.field.text > textarea {
	width: 100%;
	height: 20px;
	padding: 9px 9px;
	border: 1px solid #999;
	margin: 0 -10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #777;
}
div#contato.content > form > div.holder > div.field.text > textarea {
	min-height: 120px;
	height: 120px;
	max-height: 360px;
	resize: vertical;
}
div#contato.content > form > div.holder > div.field > input:hover,
div#contato.content > form > div.holder > div.field.text > textarea:hover {
	border-color: #777;
	color: #555;
	background-color: #eee;
}
div#contato.content > form > div.holder > div.field > input:focus,
div#contato.content > form > div.holder > div.field.text > textarea:focus {
	border-color: #005aa9;
	outline: 1px solid #005aa9;
	color: #444;
	background-color: #eee;
}
div#contato.content > form > div.holder > div.field > input:focus,
div#contato.content > form > div.holder > div.field.text > textarea:focus {
	border-color: #005aa9;
	outline: 1px solid #005aa9;
	color: #444;
}
div#contato.content > form > div.holder > div.field.fail > input,
div#contato.content > form > div.holder > div.field.fail.text > textarea {
	border-color: #a90000;
	outline: 1px solid #a90000;
	color: #a90000;
}

div#contato.content > form > div.footer {
	position: relative;
	min-height: 36px;
	padding-right: 100px;
	margin: 15px 6px 0 6px;
}

div#contato.content > form > div.footer > div#feedback {
	display: none;
	padding: 3px 0 3px 36px;
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #a90000;
	background: left top no-repeat url('imgs/alert-red.png');
}
div#contato.content > form > div.footer > div#feedback.success {
	color: #005aa9;
	background: left top no-repeat url('imgs/alert.png');
}

div#contato.content > form > div.footer > input#submit {
	position: absolute;
	top: 0; right: 0;
	padding: 4px 20px 6px 12px;
	border-right: 12px solid #005aa9;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: white;
	background: #005aa9 right center no-repeat url('imgs/arrow-right-white.png');
	cursor: pointer;
}
div#contato.content > form > div.footer > input#submit:hover,
div#contato.content > form > div.footer > input#submit:focus { opacity: 0.8; }

@media screen and (max-width:639px){
	div#contato.content > form > div.holder.third,
	div#contato.content > form > div.holder.third.plus { width: 100%; }
	div#contato.content > form > div.holder > div.field > input,
	div#contato.content > form > div.holder > div.field.text > textarea {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 14px;
		line-height: 18px;
	}
	div#contato.content > form > div.footer { margin-top: 5px; }
}
@media screen and (max-width:479px){
	div#contato.content > form > div.footer { padding-right: 0; }
	div#contato.content > form > div.footer > div#feedback { margin-bottom: 15px; }
	div#contato.content > form > div.footer > input#submit {
		position: relative;
		top: auto; right: auto;
		width: 100%;
		text-align: center;
	}
}