/*
Theme Name: ELCOS
Theme URI: http://ued.ipleiria.pt
Description: ELCOS theme, inspired by Streamline (http://www.9thsphere.com).
Author: Cláudio Esperança, Joana Mineiro
Version: 1.1
.
*/

html, body {
	width: 100%;
	height: 100%;
}

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, address, code,
del, dfn, font, img, ins, kbd, q, s, samp,
var, li, ul, ol, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

html {
	background: #FFFFFF url(images/bg_gradient.jpg) repeat-x top center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #58595B;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: transparent url(images/bg.jpg) no-repeat top center;
	line-height: 14px;
	margin: auto;
}

h1 {
	color: #808080;
	font-size: 30px;
	padding-bottom: 0px;
	line-height: 30px;
	font-weight: normal;
}

h2 {
	color: #626262;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

h3 {
	color: #626262;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

h4, h5, h6 {
	font-weight: bold;
}

#widget_lists h3 {
	color: #fff;
}

.widget_list_unit h3 {
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #cacaca;
	margin: 0 0 5px 0;
}

li.widget h2 {
	color: #9c9c9c;
	font-weight: bold;
	font-size: 15px;
	display: none;
	visibility: hidden;
}

li.widget h2.browsing {
	font-weight: normal;
	font-size: 13px;
}

p {
	padding-bottom: 12px;
	line-height: 17px;
}

code {
	border-left: solid 10px #e8e8e8;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0 0 0 11px;
	margin: 0 0 0 15px;
}

blockquote {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}

.entry ol {
	padding: 0 0 10px 10px;
	margin: 0 0 0 20px;
}

	.entry ol li {
		padding: 0 0 4px 0;
	}

		.entry ol ol {
			padding-top: 8px;
		}

form {
	overflow: hidden;
}

a,
a:link,
li#calendar a,
li#calendar a:link,
li#calendar a:visited,
#nav a,
#nav a:link,
#nav a:visited,
.comments_link a,
.comments_link a:link,
.comments_link a:visited,
h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none;
	outline: none;
	/*color: #58595B;*/
	color: #F58220;
}

a:hover,
a:active,
li#calendar a:hover,
li#calendar a:active,
#nav a:hover,
#nav a:active,
.comments_link a:hover,
.comments_link a:active,
h2 a:hover,
h2 a:active,
.sidebar ul li a:hover,
.sidebar ul li a:active,
#footer a:hover,
#footer a:active,
#nav li.current_page_parent a,
#nav li.current_page_item a,
.postTitle h2 a:hover {
	color: #F58220;
	text-decoration: underline;
}

#sitecontainer{
	margin:auto;
	overflow:hidden;
	text-align:left;
	width:952px;
}
#header{
	height:170px;
	position:relative;
}
/* Menu */
#nav{
	overflow:visible !important;
	float:right;
	background-color: #f8f8f9;
	background-image: url(./images/nav.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	color: #FFFFFF;

	/* borders settings */
	border-style: none solid solid;
	border-top: 0 none;
	border-width: 0 1px 1px;
	border-color: #FFFFFF;
	/* gecko */
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;

	/* webkit */
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

	/* khtml */
	-khtml-border-top-left-radius: 0;
	-khtml-border-top-right-radius: 0;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;

	/* css 3 */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#nav ul, #nav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	position:relative;
}

#nav li a, #nav span.menuitem {
	display:block;
	text-align:center;
	white-space:nowrap;
	width:auto !important;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
#nav li a{
	padding:4px 0 2px;
}
#nav span.menuitem {
	font-size: 12px;
	margin: 3px 0;
	padding: 0 12px;
	border-left: 1px solid #D6D7D8;
}

#nav li:FIRST-CHILD span.menuitem{
	border-left: none;
}

#nav li a:hover{
	background:rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.menu ul li ul.children { 
	position: absolute; 
	left: -999em; 
}

.menu ul li:hover ul.children{
	left:auto;
}

/* menu end*/

#header #logo{
	bottom:15px;
	left:0;
	padding:0 0 0 29px;
	position:absolute;
}

#contentcontainer{
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*display: table;*/
}

#sidebarcontainer{
	float: right;
	width: 200px;
	padding: 50px 0;
	/*display: table-cell;*/
}

#contentwrapper{
	width: 750px;
	display: block;
	border: 1px solid #d5d5d5;
	/*display: table-cell;*/
}

.sidebar{
	border: 1px solid #d5d5d5;
	border-left: none;
}

#contentcontainer,
#contentwrapper,
#content{
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

#contentcontainer,
#contentwrapper,
#content,
.sidebar{
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

#contentcontainer,
#contentwrapper,
#content,
.sidebar{
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#contentcontainer,
#contentwrapper,
#content{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#content{
	margin: 0;
	padding: 0px 10px 0px 30px;
	border: 3px solid #FFFFFF;
	background: #FFFFFF url("./images/post_first.png") repeat-x top left;
}


#footer{
	text-align: center;
	vertical-align: top;
	padding:0;
	margin: 5px 0 200px 10px;
	width: 730px;
	position: relative;	
}
#footer div.fleft, #footer div.fright{
	position: absolute;
	top: 0px;
}
#footer div.fleft{
	left: 0px;
	/*width: 200px;*/
	/*overflow: hidden;*/
}
#footer div.fright{
	right: 0px;
}
#footer div.copyright{
	padding: 0 3px;
}
#footer div.copyright, #footer div.footerPages{
	float: left;
}

#footer div.footerPages{
	border-left: 1px solid #888;
}
#footer div.footerPages a{
	color: 	#58595B;
}
ul#uFooterMenu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul#uFooterMenu li{
	float: left;
	padding: 0 3px;
	border-left: 1px solid #000000;
}

ul#uFooterMenu li:FIRST-CHILD{
	border-left: none;
}
#sidebarcontainer div.sidebarspacer{
	display: block;
	height: 50px;
}

.sidebar{
	background: #f6f6f6 url("./images/sidebar_top.png") no-repeat top left;
}

/* Search form */
.widget_search .widgettitle{
	display: none;
	visibility: hidden;
}

form#search_form #s {
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	margin:1px 0;
	padding:2px 0 0;
	vertical-align:middle;
	width:140px;
	height: 18px;
	float: left;
	clear: right;
}

form#search_form #searchsubmit {
	background-color: transparent;
	background-image: url(images/btn_search.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999%;
	line-height: 1px;
	margin:0;
	padding: 0;
	color: transparent;
	float: left;
}

form#search_form #searchsubmit:HOVER, form#search_form #searchsubmit:FOCUS {
	background-image: url(images/btn_search_over.png);
}

.sidebar ul li, .sidebar ul li.widget_links li{
	padding: 10px 13px;
	background-image: url(images/sidebar_separator.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.sidebar ul li li{
	background: none;
	background-repeat: no-repeat;
	background-position: top left;
}
.sidebar ul li li{
	padding: 0 0 0 13px;
}

a.pageLoginItem {
	float: right;
}
a.pageLoginItem img{
	background-image: url("./images/lock.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding:5px;
	height: 11px;
	width: 1px;
}

a.pageLoginItem:hover img, a.pageLoginItem img.pageLoginItemImgAuthenticated{
	background-image: url("./images/lock_over.png");
}

a#ulcus img{
	background-image: url("./images/ulcus.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 157px;
	height: 100px;
	margin-left: 20px;
}
a#ulcus:hover img{
	background-image: url("./images/ulcus_over.png");
}

h2 a{
	line-height: 18px;
	font-size: 100%;
}

.smaller {
	font-size:9px;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.navigation {
	overflow:hidden;
	padding:15px 20px;
}

.postTitle{
	position: relative;
	padding: 20px 2px;
	background:transparent url(./images/post_separator.png) no-repeat bottom center;
}
.postTitle .toolbarHolder{
	position: absolute;
	background:transparent url(./images/post_toolbar.png) repeat-x scroll 0 0;
	font-size:11px;
	height:30px;
	line-height:11px;
	right:0px;
	top:11px;
	border: 1px solid #E0E0E0;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.postTitle .toolbarHolder .monthYear, .postTitle .toolbarHolder .commentsLink{
	float:left;
	padding:6px 8px;
	text-align:center;
}

.postTitle .toolbarHolder div{
	background:transparent url(./images/post_toolbar_separator.png) no-repeat left center;
}
.postTitle .toolbarHolder div:FIRST-CHILD {
	background-image:none;
}
.postContentContent{
	padding: 15px 0 30px;
}
.postContentFooter{
	padding: 8px 0 5px;
	margin: 0 10px 15px 0;
	text-align:right;
	border-bottom: 1px solid #d2d3d5;
	font-size:10px;
	line-height:20px;
}
#content div.post:last-child div.postContentFooter{
	border-bottom: none;
}

p.fullPost {
	padding: 0 40px 30px 0;
	text-align: right;
}

ol.commentlist{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ol.commentlist li {
	border-bottom: 1px solid #d2d3d5;
	margin: 10px 0;
}

img.avatar {
	float:left;
	padding:0 10px 0 0;
}

#commentform input, #commentform textarea{
	padding:4px;
	border:1px solid #d2d3d5;
	color:#58595B;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}

#commentform textarea {
	height:155px;
	width:430px;
}

#commentform #submit{
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	background:transparent url(./images/btn_submit.jpg) repeat-x left center;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 5px 0 0 0;
	width: 155px;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	padding: 0 15px 0 0;
	color: #707070;
	line-height: 20px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight: 500;
}

#today a{
	text-decoration: underline;
}

#wp-calendar th {
	font-weight: bold;
	text-align: left;
	color: #707070;
	font-size: 12px;
}

.sidebar ul li.widget_calendar h2 {
	padding-bottom: 5px;
}

#wp-calendar td {
	padding: 3px 0 3px 0;
	text-align: left;
	color: #707070;
	line-height: 14px;
}

table.oSociais{
	width: 100%;
	margin-top: 10px;
		
}
table.oSociais td{
	padding: 0px 20px;
	margin: 3px;
	text-align: left;
	vertical-align: top;
	color: #6e6e6e;
}

table.oSociais td:FIRST-CHILD, table.oSociais td.left {
	border-right: 1px dotted #6e6e6e;
	width: 120px;
}

table.oSociais td:FIRST-CHILD, table.oSociais td.left, table.oSociais td.left *{
	text-align: center;
}

table.oSociais td.spacer{
	border:none;
	height: 30px;
}

table.oSociais td ul{
	list-style: square inside;
}

table.oSociais caption {
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 30px;
}

div.UEDsubPagesList_columns_layout{
	display: table;
	width:100%;
}
div.UEDsubPagesList_columns_layout div.row{
	display: table-row;
}
div.UEDsubPagesList_columns_layout div.row div.cell{
	border: none;
	width: 50%;
	display: table-cell;
}

.postContentContent ul{
	list-style-position:inside;
	list-style-type:disc;
}

.sidebar ul li.widget_links{
	padding:0;
}
.sidebar ul li.widget_links li:last-child{
	background-image: none;
}

/* UEDwpmuLoginWidget and UEDwpmuUserInfoWidget */
li.UEDwpmuLoginWidget h2.widgettitle, 
li.UEDwpmuUserInfoWidget h2.widgettitle{
	display: block;
	visibility: visible;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	color: #58595B;
}

li.UEDwpmuLoginWidget h2.widgettitle .avatar,
li.UEDwpmuUserInfoWidget h2.widgettitle .avatar{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: medium none;
	float: right;
	margin-right: 6px;
	padding: 0px;
}
.sidebar li.UEDwpmuLoginWidget li,
.sidebar li.UEDwpmuUserInfoWidget li {
	list-style: none;
	background: transparent url("./images/listicon.png") no-repeat 3px 0px;
	padding:0 0 0 15px;
	margin:0;
}
.sidebar form #log, .sidebar form #pwd,
.sidebar input#login{
	border: 1px solid #d5d5d5;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.sidebar form #log, .sidebar form #pwd {
	background-color: #FFFFFF;
	margin:1px 0;
	padding:2px 0 0;
	vertical-align:middle;
	width:140px;
	height: 18px;
}
.sidebar input#login {
	background-color:transparent;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:0;
}

form#search_form #s:FOCUS, 
form#search_form #s:ACTIVE, 
form#search_form #s:HOVER,
.sidebar form #pwd:FOCUS, 
.sidebar form #pwd:ACTIVE, 
.sidebar form #pwd:HOVER,
.sidebar form #log:FOCUS, 
.sidebar form #log:ACTIVE, 
.sidebar form #log:HOVER,
.sidebar input#login:FOCUS, 
.sidebar input#login:ACTIVE, 
.sidebar input#login:HOVER {
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	-khtml-box-shadow:0 0 3px #AAAAAA;
	box-shadow: 0 0 3px #AAAAAA;
}

/* Lang bar */
.sidebar div.langbar ul{
	text-align: left;
}
.sidebar div.langbar ul li{
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	margin-left: 3px;
}