/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
.sticky.entry-meta, .sticky .entry-utility, .sticky .entry-meta a, .sticky .entry-utility a {
	color: #EF8213;
}

#sidebar-header {
	margin: 10px 0 0;
	text-align: right;
}

#sidebar-header .menu-lingua-container ul li {
	display: block;
	float: right;
	width: 25%;
}

#sidebar-header .menu-lingua-container ul li a {
	color: #EF8213;
}

.home .breadcrumbs {
	display: none;
}

.home #container {
	border-radius: 5px;
}

.page-id-38 .section-title {
	display: none;
}

.page-id-38 .byline,
.archive .byline,
.single-post .byline {
	display: none;
}

.breadcrumbs, .archive-title, #comments-number, .comments-header, #reply-title, .category-section .category-title a, .entry-title, .category-section .post-list a, .category-section .category-title, #more-articles .section-title {
	color: #EF8213;
}

p, ul, ol {
	font-size: 9pt;
}

#site-title a {
	color: #EF8213;
}

table {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	table-layout: fixed;
	width: 100%;
}

table.area-atuacao {
	margin: 0 auto 20px;
}

td {
	background: none;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0 10px;
}

td.at a {
	color: #b7b7b7;
}

td.at a:hover {
	color: #EF8213;
}

.wf-active #site-title {
	font-size: 20pt;
	margin: 36px 0 0;
}

.entry-content img {
	margin-top: 0;
	margin-bottom: 10px;
}

#menu-secondary {
	background: none repeat scroll 0 0 #FFFFFF;
}

#header {
	background: url('http://www.catolicabs.porto.ucp.pt/sites/all/themes/cpbs/images/textu_1.png') repeat scroll 0 0 transparent;
	border-bottom: 19px solid #FFFFFF;
	height: 125px;
	min-height: 110px;
}

#menu-primary {
	background: linear-gradient(rgba(0,0,0,0.0) 10%,rgba(0,0,0,0.25) 95%) repeat scroll 0 0 #EF8213;
	border-bottom: 0 none;
	box-shadow: none;
}

#menu-primary a {
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	font-size: 14px;
	padding: 5px 22px 5px 20px;
}

#menu-primary ul ul {
	top: 30px;
	background-color: #666666;
}

#menu-primary li:hover > a, #menu-primary ul ul :hover > a {
	background: none repeat scroll 0 0 #666666;
}

.breadcrumbs a, .post-meta a, #sidebar-primary a, #respond input[type="text"], #respond input[type="email"], #respond input[type="url"], .category-section .entry-title a, #more-articles .entry-title a, .archive .entry-title a, .search .entry-title a, #infinite-footer .blog-credits a, #infinite-footer .blog-credits a:hover {
	color: #e17d12;
}

.home .entry-utility,
.home .entry-title {
	display: none;
}

.home .entry-content {
	border-top: none;
}

.sticky .entry-meta, .sticky .entry-utility {
	background: none repeat scroll 0 0 #F3F3F3;
}

.wf-active #sidebar-primary .widget-title {
	color: #EF8213;
	font-weight: 700;
}

#sidebar-primary input {
	padding: 5px;
}

#sidebar-primary .widget-title {
	font-size: 15px;
}

.aligncenter, .center {
	margin: 7px auto 10px;
}

.slideshow-window {
	background-color: #F3F3F3;
	border: 20px solid #F3F3F3;
	margin-bottom: 10px;
}

/*-------- Formulário --------*/
.textwidget {
	padding: 22px 20px 21px;
}

form {
	background-color: #F3F3F3;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input#g36-nome,
input#g36-email {
	width: 96%;
}

input#g36-nome,
input#g36-email,
textarea#contact-form-comment-g36-mensagem {
	border: 1px solid #c9b7a2;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c9b7a2;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0 0;
	padding: 8px;
	margin-bottom: 20px;
}

textarea#contact-form-comment-g36-mensagem {
	min-width: 96%;
	max-width: 96%;
	min-height: 150px;
	max-height: 150px;
}

p.contact-submit {
	text-align: right;
	margin: 0 0 10px;
}

input[type=submit] {
	border: 1px solid #734915;
	background: #cc5f00;
	background: -webkit-gradient(linear,left top,left bottom,from(#e0a16e),to(#cc5f00));
	background: -webkit-linear-gradient(top,#e0a16e,#cc5f00);
	background: -moz-linear-gradient(top,#e0a16e,#cc5f00);
	background: -ms-linear-gradient(top,#e0a16e,#cc5f00);
	background: -o-linear-gradient(top,#e0a16e,#cc5f00);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: helvetica, serif;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}

p.contact-submit input {
	color: #ffffff !important;
}

#footer {
	border-top: 3px solid #EF8213;
}

#footer #colophon {
	display: none;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
.sticky.entry-meta, .sticky .entry-utility, .sticky .entry-meta a, .sticky .entry-utility a {
	color: #EF8213;
}

#sidebar-header {
	margin: 10px 0 0;
	text-align: right;
}

#sidebar-header .menu-lingua-container ul li {
	display: block;
	float: right;
	width: 25%;
}

#sidebar-header .menu-lingua-container ul li a {
	color: #EF8213;
}

.home .breadcrumbs {
	display: none;
}

.home #container {
	border-radius: 5px;
}

.page-id-38 .section-title {
	display: none;
}

.page-id-38 .byline,
.archive .byline,
.single-post .byline {
	display: none;
}

.breadcrumbs, .archive-title, #comments-number, .comments-header, #reply-title, .category-section .category-title a, .entry-title, .category-section .post-list a, .category-section .category-title, #more-articles .section-title {
	color: #EF8213;
}

p, ul, ol {
	font-size: 9pt;
}

#site-title a {
	color: #EF8213;
}

table {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	table-layout: fixed;
	width: 100%;
}

table.area-atuacao {
	margin: 0 auto 20px;
}

td {
	background: none;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0 10px;
}

td.at a {
	color: #b7b7b7;
}

td.at a:hover {
	color: #EF8213;
}

.wf-active #site-title {
	font-size: 20pt;
	margin: 36px 0 0;
}

.entry-content img {
	margin-top: 0;
	margin-bottom: 10px;
}

#menu-secondary {
	background: none repeat scroll 0 0 #FFFFFF;
}

#header {
	background: url('http://www.catolicabs.porto.ucp.pt/sites/all/themes/cpbs/images/textu_1.png') repeat scroll 0 0 transparent;
	border-bottom: 19px solid #FFFFFF;
	height: 125px;
	min-height: 110px;
}

#menu-primary {
	background: linear-gradient(rgba(0,0,0,0.0) 10%,rgba(0,0,0,0.25) 95%) repeat scroll 0 0 #EF8213;
	border-bottom: 0 none;
	box-shadow: none;
}

#menu-primary a {
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	font-size: 14px;
	padding: 5px 22px 5px 20px;
}

#menu-primary ul ul {
	top: 30px;
	background-color: #666666;
}

#menu-primary li:hover > a, #menu-primary ul ul :hover > a {
	background: none repeat scroll 0 0 #666666;
}

.breadcrumbs a, .post-meta a, #sidebar-primary a, #respond input[type="text"], #respond input[type="email"], #respond input[type="url"], .category-section .entry-title a, #more-articles .entry-title a, .archive .entry-title a, .search .entry-title a, #infinite-footer .blog-credits a, #infinite-footer .blog-credits a:hover {
	color: #e17d12;
}

.home .entry-utility,
.home .entry-title {
	display: none;
}

.home .entry-content {
	border-top: none;
}

.sticky .entry-meta, .sticky .entry-utility {
	background: none repeat scroll 0 0 #F3F3F3;
}

.wf-active #sidebar-primary .widget-title {
	color: #EF8213;
	font-weight: 700;
}

#sidebar-primary input {
	padding: 5px;
}

#sidebar-primary .widget-title {
	font-size: 15px;
}

.aligncenter, .center {
	margin: 7px auto 10px;
}

.slideshow-window {
	background-color: #F3F3F3;
	border: 20px solid #F3F3F3;
	margin-bottom: 10px;
}

/*-------- Formulário --------*/
.textwidget {
	padding: 22px 20px 21px;
}

form {
	background-color: #F3F3F3;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input#g36-nome,
input#g36-email {
	width: 96%;
}

input#g36-nome,
input#g36-email,
textarea#contact-form-comment-g36-mensagem {
	border: 1px solid #c9b7a2;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c9b7a2;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0 0;
	padding: 8px;
	margin-bottom: 20px;
}

textarea#contact-form-comment-g36-mensagem {
	min-width: 96%;
	max-width: 96%;
	min-height: 150px;
	max-height: 150px;
}

p.contact-submit {
	text-align: right;
	margin: 0 0 10px;
}

input[type=submit] {
	border: 1px solid #734915;
	background: #cc5f00;
	background: -webkit-gradient(linear,left top,left bottom,from(#e0a16e),to(#cc5f00));
	background: -webkit-linear-gradient(top,#e0a16e,#cc5f00);
	background: -moz-linear-gradient(top,#e0a16e,#cc5f00);
	background: -ms-linear-gradient(top,#e0a16e,#cc5f00);
	background: -o-linear-gradient(top,#e0a16e,#cc5f00);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: helvetica, serif;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}

p.contact-submit input {
	color: #ffffff !important;
}

#footer {
	border-top: 3px solid #EF8213;
}

#footer #colophon {
	display: none;
}