/*  
Theme Name: PoliEmpreende
Theme URI: http://www.ipleiria.pt/
Description: O tema para o projecto <a href="http://www.poliempreende.pt">PoliEmpreende</a>.
Version: 3.1
Author: Cláudio Esperança <claudio.esperanca@ipleiria.pt>, Joana Mineiro <joana.mineiro@ipleiria.pt>, Catarina Maximiano <catarina.maximiano@ipleiria.pt>
Author URI: http://ued.ipleiria.pt/
*/
@charset "UTF-8";
@IMPORT url("./scripts/html5-reset-1.4.css");


html, body, a, #fFooter, .post header h2, .post .entry, .post .entry *{
	font-family: Helvetica, Arial, Verdana, sans serif;
	color: #000000;
}

html, body, .post header h2, .post .entry, .post .entry *{
	font-size: 12px;
}

body{
	background-color: #E1E4E4;
}

a, a:HOVER, a:FOCUS, a:VISITED{
	color: #000000;
	text-decoration: none;
}

#dBody{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#dLayoutContainer{
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -422.5px;
	background-color: #FFFFFF;
	
	-moz-box-shadow:0 0 20px #858585;
	-webkit-box-shadow:0 0 20px #858585;
	-khtml-box-shadow:0 0 20px #858585;
	box-shadow: 0 0 20px #858585;
}

#dLayoutContainer, #dBannerContainer{
	width: 825px;
}

#dBannerContainer{
	height: 130px;
}

#dBanner{
	width: 745px;
	margin:0 40px 37.8px;
	
	-moz-box-shadow:0 0 20px #E1E4E4;
	-webkit-box-shadow:0 0 20px #E1E4E4;
	-khtml-box-shadow:0 0 20px #E1E4E4;
	box-shadow: 0 0 20px #E1E4E4;
}

#dBanner, #dBannerLeft, #dBannerRight{
	height: 100px;
}

#dBannerLeft{
	width: 245px;
	float: left;
}

#dBannerRight{
	width: 500px;
	float:right;
}

#dBannerRight h1{
	text-align: right;
}
#dContentArea{
	margin: 0 40px;
	width: 785px;
	display: table;
}

#fFooter{
	margin:0 40px 0 285px;
	border-top: 1px solid #000000;
	height: 27px;
	font-size: 10px;
	text-align: left;
	text-transform: capitalize;
	padding-top: 5px;
}
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;
}

.leftZone, .rightZone{
	display: table-cell;
}

.leftZone{
	width: 220px;
	padding-right: 25px;
}

.rightZone{
	width: 500px;
	padding-right: 40px;
}

.post{
	padding-bottom: 32px;	
}

.post header h2, .post .entry, .post .entry *{
	line-height: 14.4px;
}

.post header h2{
	border-top: 1px dotted #28F;
	padding-top: 5px;
	margin-top: 20px;
}

.post header h2,
.post header h2 a{
	font-weight: bold;
	text-align: left;
	color: #28F;
	font-size: 16px;
}

.post header h2 a:hover,
.post header h2 a:focus,
.post header h2 a:active{
	text-decoration: underline;
}

.post .entry{
	text-align: justify;
	line-height: 14.4px;
}

.post .entry p{
	margin-top: 12px; 
}
.post .entry a{
	text-decoration: underline;
}

.post .entry ul{
	list-style-image:none;
	list-style-position:outside;
	margin: 0;
	padding: 0px 0px 0px 15px;
}
.post .entry ul li{
	padding: 3px 0;	
}

.fright {
	float:right;
}
.fleft {
	float:left;
}
.fclear{
	clear: both;	
}
.ftag {
	font-size: 9px;
	margin-top: 2px;
	
}
.ftag, .ftag a{
	color: #AAAAAA;
}

ul.menu li{
	margin: 7px 0;
}

ul.menu li a{
	-moz-box-shadow:0 0 3px #858585;
	-webkit-box-shadow:0 0 3px #858585;
	-khtml-box-shadow:0 0 3px #858585;
	box-shadow: 0 0 3px #858585;
	width: 180px;
	height: 12px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	padding: 9px 20px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	position: relative;
}

ul.menu li{
	background-image: url("./images/menu.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

ul.menu li li{
	margin: 3px 0 3px 20px;
}

ul.menu li li a{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
	width: 170px;
	height: 12px;
	background-color: #E6E6E5;
	text-transform: none;
	padding: 5px 15px;
}

ul.menu li ul{
	display: none;
}

ul.menu li.current_page_item ul, ul.menu li.current_page_parent ul{
	display: block;
	visibility: visible;
}

ul.menu li.current_page_item a, 
ul.menu li.current_page_parent a, 
ul.menu li.current_page_parent li.current_page_item a, 
ul.menu li a{
	background-repeat: no-repeat;
	background-position: 5px center;
}

ul.menu li.current_page_item a, 
ul.menu li.current_page_parent a, 
ul.menu li a:hover{
	background-image: url("./images/bola_azul.png");
}

ul.menu li.current_page_item li a, 
ul.menu li.current_page_parent li a{
	background-image: none;
}

ul.menu li.current_page_parent li.current_page_item a, 
ul.menu li li a:hover{
	background-image: url("./images/bola_branca.png");
}

.UEDsubPagesListContainer{
	border-top: none;
}

.UEDsubPagesListContainer ul.UEDsubPagesList li h3{
	display: none;
	visibility: hidden;	
}

/* UEDsubPagesList */

ul.UEDsubPagesList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.UEDsubPagesList ul li:FIRST-CHILD{
	padding-bottom: 2px;
}
ul.UEDsubPagesList ul{
	list-style-position: outside;
	list-style-image:none;
	list-style-type:none;
	padding: 0px 0px 0px 10px;
}
ul.UEDsubPagesList, ul.UEDsubPagesList a{
	color: #333333;
}

ul.UEDsubPagesList li:before {
	content: "\00BB \0020";
}

/* Other list */
ul.pagesList{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 20px 0px 0px 0px;
}

a.pageLoginItem img{
	background-image: url("./images/bloq.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:11px;
	height: 11px;
	width: 1px
}

a.pageLoginItem:hover img, a.pageLoginItem img.pageLoginItemImgAuthenticated{
	background-image: url("./images/bloq_v.png");
}
