/* @override 
	http://192.168.1.2/uppo.pt/site/system/css/front.css
	http://localhost/uppo.pt/site/layout/css/front.css
	http://www.uppo.pt/layout/css/front.css
	http://192.168.1.4/uppo.pt/site/layout/css/front.css
*/

/* @group Tags */

* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 13px;
}
html, body {
	height: 100%;
}
body {
	margin: 10px 0 0 0;
	background-color: white;
	color: black;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form label {
	display: block;
	color: gray;
}
form input.form_text {
	display: block;
	border: solid 1px gray;
	color: #A26B32;
	text-decoration: none;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 3px;
	width: 200px;
	height: 22px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 184px;
	height: 16px;
}
form textarea {
	display: block;
	border: solid 1px gray;
	color: #A26B32;
	margin-bottom: 10px;
	padding: 3px;
	width: 220px;
	height: 126px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 204px;
	height: 120px;
}

/* @end */

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 1000px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 980px;
}

#header {
	background-color: black;
	color: white;
	margin-bottom: 10px;
}

/* @group BANNER & NAV */
#banner {
	position: relative;
	overflow: hidden;
	height: 200px;
	background-color: #DBD0C1;
}
#banner img {
	position: relative;
	width: 980px;
}
#main_navigation {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
}
.main_nav_block {
	float: left;
	margin-right: 5px;
	width: 160px;
	font-weight: bold;
}
.main_nav_block a {
	display: block;
	line-height: 26px;
	height: 26px;
	padding: 0 10px;
	background-color: #A26B32;
	color: white;
	text-decoration: none;
}
.main_nav_block a.current {
	background-color: black;
}
.main_nav_block a:hover {
	color: black;
}
.main_nav_block a.current:hover {
	color: white;
}

#search {
	background-color: #A26B32;
	color: white;
	display: block;
	line-height: 26px;
	float: right;
	margin-right: 0;
	margin: inherit 0 inherit inherit;
	padding: 5px 5px 0 10px;
	width: 200px;
	height: 26px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 185px;
	height: 21px;
}


#search_input {
	float: left;
	width: 115px;
	border: none;
	padding: 0;
	margin: 0;
	height: 16px;
}
#search #submit {
	display: block;
	float: left;
	width: 55px;
	margin-left: 5px;
	border: none;
	background: none;
	color: white;
	font-weight: bold;
	padding: 1px 2px 2px 0px;
}

#sec_navigation {
}

/* @end */

/* @group Blog index */

#blog_main {
	width: 740px;
	float: left;
}

#breadcrumbs {
	line-height: 26px;
	height: 26px;
	padding: 0 10px;
	margin-top: 15px;
	color: #A26B32;
	border-bottom: 1px dotted black;
}
#breadcrumbs a {
	color: gray;
}

/* @group Index Post */

.blog_module {
	display: block;
	padding: 15px 0 5px 10px;
	border-bottom: 1px dotted black;
	min-height: 130px;
}

/* @group Destaque */

.destaque {
	height: 1;
}

#blog_main div.blog_module.destaque {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border-top: solid 10px #A26B32;
	border-bottom: none;
}

.destaque div.blog_module-left {
	position: relative;
	width: 100%;
	height: 200px;
	float: none;
	overflow: hidden;
	background-color: #DBD0C1;
	margin: 0;
	padding: 0;
}

a.destaque_img {
	display: block;
	height: 100%;
	overflow: hidden;
	background: no-repeat center center;
}
a.destaque_img:hover {
	text-decoration: none;
}

div.destaque h2.blog_module-title {
	background-color: black;
	display: block;
	position: absolute;
	top: 100px;
	padding: 3px 50px 3px 10px;
	width: auto;
	height: 31px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 26px;
}

div.destaque h2.blog_module-title a {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: lighter;
	line-height: 26px;
}

div.destaque div.blog_module-text {
	background-color: black;
	color: white;
	display: block;
	position: absolute;
	top: 123px;
	overflow: hidden;
	padding: 3px 50px 2px 10px;
	width: 460px;
	height: 50px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 420px;
	height: 45px;
}

div.destaque div.blog_module-text p {
	margin: 0;
	line-height: 14px;
}

div.destaque div.blog_module-text a.verpost {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

/* @end */

.blog_module-left {
	float: left;
	width: 470px;
	margin-bottom: 10px;
}
h2.blog_module-title, h2.blog_module-title a {
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #A26B32;
	line-height: 16px;
	font-size: 14px;
}

div.blog_module-left .post_img {
	display: block;
	width: 100%;
	height: 132px;
	background: no-repeat left center;
	margin: 10px 0 0 0;
}

div.blog_module-right h3 {
	margin-bottom: 5px;
}


.blog_module-image {
	background-color: rgba(204,188,170,0.39);
	overflow: hidden;
	padding: 3px 2px;
	margin-bottom: 20px;
}

.blog_module-image img {
	float: left;
	margin-right: 1px;
}

.blog_module-text {
	margin-top: 10px;
}
.blog_module-text p {
	margin-bottom: 10px;
}
a.verpost {
	color: #A26B32;
}


.blog_module-right {
	float: right;
	width: 220px;
	margin-bottom: 10px;
}

.blog_module-author {
	width: 100%;
	display: block;
	float: right;
	margin: 5px 0 10px 0;
	text-align: right;
	border-bottom: dotted 1px black;
	padding: 0 3px 5px 0;
}

.blog_module-author .blog_module-author_name {
	float: right;
}

.blog_module-author_profession {
	color: gray;
}
.blog_module-author_photo {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
}

.blog_module-right div.blog_module-comments_count a {
	display: block;
	color: #A26B32;
	margin-bottom: 5px;
}

/* @group Blog module comments */


.blog_module-comment_text {
	margin-top: 10px;
}
.blog_module-comment_text p {
	margin-bottom: 8px;
}
.blog_module-comment_author {
	margin-top: 8px;
}


/* @end */

.blog_module-comment_text, .blog_module-comment_sample {
	color: gray;
}
.blog_module-comment_author {
	color: #535353;
}

.blog_module-comment_date {
	color: #535353;
}


/* @end */

/* @group Comments */

#comment_form {
	margin-top: 20px;
	border-top: dotted 1px black;
	padding-top: 10px;
}

#comment_form h3 {
	margin-bottom: 7px;
}
#comment_form input.form_text {
	width: 220px;
	height: 22px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 204px;
	height: 16px;
}
#comment_form textarea {
	width: 220px;
	height: 126px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 204px;
	height: 120px;
}

/* @end */



h2.page-title {
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
	padding:  0;
	color: #A26B32;
	line-height: 16px;
	font-size: 14px;
}

h3.folder_name {
	margin: 5px 0 5px 5px;
	font-weight: bold;
	padding:  0;
	color: #A26B32;
}




/* @end */

/* @group Blog Post */

#text_content {
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-left: 5px;
}
#text_content p {
	margin-bottom: 10px;
}
#text_content ul {
	list-style: none;
	border-top: dotted 1px black;
	margin-bottom: 30px;
}
#text_content ul li {
	padding: 0;
	line-height: 13px;
	border-bottom: dotted 1px black;
}
#text_content ul li a {
	padding: 5px 5px;
	display: block;
}
#text_content ul li a:hover {
	background-color: #A26B32;
	color: white;
	text-decoration: none;
}
#text_content span.link_title {
	display: block;
	font-weight: bold;
}
#text_content span.link_description {
	display: block;
	float: left;
}
#text_content span.link_link {
	font-weight: bold;
	display: block;
	float: right;
	clear: right;
}

div.blog_module-links h3, div.blog_module-files h3 {
	padding: 0 5px;
}

.blog_module-links {
	padding-bottom: 10px;
	border-bottom: dotted 1px black;
	margin-bottom: 20px;
}
.blog_module-files {
	padding-bottom: 10px;
	border-bottom: dotted 1px black;
	margin-bottom: 20px;
}
.blog_module-links ul, .blog_module-files ul {
	color: gray;
	list-style: none;
}
.blog_module-links ul li a, .blog_module-files ul li a {
	color: gray;
	display: block;
	line-height: 20px;
	padding: 0 5px;
}
.blog_module-links ul li a:hover, .blog_module-files ul li a:hover {
	background-color: #A26B32;
	color: white;
	text-decoration: none;
}

/* @end */

/* @group Pagination */

.page_selector {
	margin: 10px;
}
.page_counter {
	float: left;
	width: 50%;
}
.page_shift_buttons {
	float: left;
	width: 50%;
	text-align: right;
}
div.page_shift_buttons a {
	color: #A26B32;
}

/* @end */


#right_collumn {
	width: 200px;
	float: right;
	padding: 20px 0 30px 0;
}
#right_collumn h2 {
	padding: 5px;
	background-color: black;
	color: white;
}
#right_collumn a {
	color: gray;
}

/* @group Arquivo */

#archive {
	margin-bottom: 40px;
	padding-bottom: 2px;
}
#archive_title {
	font-weight: bold;
	border-bottom: 1px dotted black;
}
#archive a.archive_item {
	display: block;
	line-height: 22px;
	padding: 0 5px;
	border-bottom: 1px dotted black;
}
#archive a.archive_item:hover {
	background-color: #A26B32;
	color: white;
	text-decoration: none;
}

/* @end */

/* @group Sub menu */

#submenu {
	margin-bottom: 40px;
	padding-bottom: 2px;
}
#submenu ul {
	list-style: none;
}
#submenu ul li.toggler a {
	display: block;
	line-height: 22px;
	padding: 0 5px;
	border-bottom: 1px dotted black;
}
#submenu ul li a:hover, #submenu ul li.selected a {
	background-color: #A26B32;
	color: white;
	text-decoration: none;
}
p.submenu-link a {
	color: #A26B32;
}

#submenu ul li.element span {
	display: block;
	padding: 3px 5px 20px 5px;
}
.submenu-link {
	display: block;
	text-align: right;
	margin-top: 10px;
}


/* @end */

/* @group Sub menu */

#submenu {
	margin-bottom: 40px;
	padding-bottom: 2px;
}
#submenu ul {
	list-style: none;
}
#submenu ul li.toggler a {
	display: block;
	line-height: 22px;
	padding: 0 5px;
	border-bottom: 1px dotted black;
}
#submenu ul li a:hover, #submenu ul li.selected a {
	background-color: #A26B32;
	color: white;
	text-decoration: none;
}
p.submenu-link a {
	color: #A26B32;
}

#submenu ul li.element span {
	display: block;
	padding: 3px 5px 20px 5px;
}
.submenu-link {
	display: block;
	text-align: right;
	margin-top: 10px;
}


/* @end */

/* @group Parceiros */

#parceiros {
	margin-bottom: 40px;
	padding-bottom: 2px;
	text-align: center;
}
#parceiros ul {
	list-style: none;
}
#parceiros ul li {
	display: block;
	line-height: 22px;
	padding: 	5px;
	border-bottom: 1px dotted black;
}


/* @end */

/* @group Footer */

#footer {
	display: block;
	line-height: 50px;
	margin: 20px 0 0 0;
	background-color: black;
	padding: 20px 10px 10px 10px;
}
#footer, #footer a {
	color: white;
}

#footer #archive_title {
	display: block;
	border-bottom: dotted 1px white;
	margin-bottom: 5px;
	padding: 5px;
	width: 300px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 290px;
}

#footer a.archive_item {
	float: left;
	width: 200px;
	color: #9f9f9f;
	line-height: 20px;
	border: none;
}

#footer #archive span {
	display: block;
	float: right;
	margin-right: 15px;
	line-height: 20px;
	color: #666;
}

#footer a.archive_vermais {
	margin-top: 20px;
	line-height: 20px;
	padding-left: 5px;
}

#subfooter {
	border-top: dotted 1px white;
	padding-top: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Messages */

#messages_bar {
	margin-top: 5px;
	padding: 3px 10px;
	line-height: 9px;
	border-top:1px solid black;
}
#messages_bar span {
	float: left;
}
#messages_bar a {
	float: right;
	text-align: right;
	text-decoration: none;
	line-height: 9px;
}
#messages {
	margin-bottom: 30px;
	padding-bottom: 1px;
	border: dotter 1px black;
}
#messages ul {
	padding: 0;
	margin: 0;
}
#messages ul li {
	list-style: none;
	display: block;
	padding: 6px 10px;
	margin-bottom: 1px;
}
/* @end */

/* @group Contactos */

#sermembro_content div.halfcolleft {
	margin-right: 15px;
	width: 340px;
}
#sermembro_content div.halfcolright {
	margin-left: 15px;
	width: 340px
}

#sermembro_form fieldset div {
	margin: 0 0 5px 0;
}

#sermembro_form fieldset {
	margin: 0 0 20px 0;
	border: dotted 1px #666;
	padding: 10px 7px;
}

#sermembro_form fieldset h3.page-title {
	margin-bottom: 10px;
	border-bottom: dotted 1px #999;
	padding-bottom: 3px;
}

#contactos_content, #sermembro_content {
	display: block;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 760px;
}
#sermembro_content ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#sermembro_content ul li {
	margin-bottom: 5px;
}


/* @group Form fields */

#contactos_content h2.page-title, #sermembro_content h2.page-title {
	margin-left: 0;
	padding-left: 5px;
}
#contactos_content p, #sermembro_content p, #contactos_content > strong, #sermembro_content > strong {
	margin-bottom: 10px;
	padding-left: 5px;
}
#contact_form, #sermembro_form {
	padding-left: 5px;
}
#contact_form input.form_text, #sermembro_form input.form_text {
	margin-right: 10px;
	width: 306px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 300px;
}
#contact_form textarea, #sermembro_form textarea {
	width: 336px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 330px;
}

#sermembro_form input.form_text.small {
	float: left;
	width: 146px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 140px;
}

#sermembro_form label.small_label {
	float: left;
	width: 159px;
}

input.form_checkbox, input.form_radio {
	float: left;
	margin: 0 5px 10px 0;
}

label.form_checkbox_label {
	margin: 0 15px 10px 0;
}

#sermembro_form fieldset textarea {
	margin-top: 5px;
	width: 316px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 310px;
}

label.form_checkbox_label {
	float: left;
}

/* @end */

#donativos {
	margin-top: 50px;
}



/* @end */

.lastinrow {
	margin-right: 0;
}
.floatright {
	float: right;
	margin-right: 0;
	margin: inherit 0 inherit inherit;
}

.clearfloat, .clear {
	float: none;
	clear: both;
}
.halfcolleft {
	float: left;
	width: 50%;
}
.halfcolright {
	float: left;
	width: 50%;
}
.onethirdcol {
	float: left;
	width: 33%;
}
.right {
	text-align: right;
}




