/*  
Theme Name: DomusNostra.net
Theme URI: http://www.domusnostra.net
Description: Tema para DomusNostra.net
Version: 1.0
Author: nC
Author URI: http://www.ncdesign.pt/

*/

*{ margin:0; padding:0; }

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#navigation td {
	border-bottom: 1px solid #e4eaff;
	}
	
#navigation a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3c518e;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 30px;
	}

#navigation a:hover {
	width:135px;
	background: #6683cc;
	color:#003a99;
	}

.thrColFixHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	/*margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #7e97c9;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 


#location {
	background-color:#FFF;
	width:500px;
	float: left;
	padding: 5px 5px 5px 15px;
}

#location a{
	text-decoration:none;
	color:#0033CC;
}

#location a:hover{
	text-decoration:underline;
}

#data {
	background-color:#FFF;
	width:175px;
	text-align:center;
	float:left;
	padding: 5px 0px 0px 0px;
}

.thrColFixHdr #header { 
	height: 159px;
	width:700px;
	background-image: url(images/header.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #mainContent h1{
	font-size:14px;
	color:#3c518e;
	line-height:300%;
}

.thrColFixHdr #mainContent ul{
	/*line-height: 190%;*/
	text-align:justify;
	margin-left:1em;
	padding-left:20px;
	margin-bottom:10px;
	margin-top:10px;
}

.thrColFixHdr #mainContent ul li{
	padding-left:0px;
	line-height:200%;
}

.thrColFixHdr #mainContent p{
	margin-bottom:1%;
}


.thrColFixHdr #mainContent h2,h3,h4,strong{
	font-size:11px;
	color:#3c518e;
	line-height:300%;
}

.thrColFixHdr #sidebar1 {
	background-image:url(images/sidebar.gif);
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 li{
	list-style:none;
	width:175px;
	float:left;
	/*padding: 15px 0px 15px 0px;*/
	border-bottom: 1px solid #e4eaff;
}

#sidebar1 li a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3c518e;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 30px;	
}

#sidebar1 li a:hover {
	width:135px;
	background: #6683cc;
	color:#003a99;
	}

.thrColFixHdr #mainContent { 
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: url(imagens/main.jpg) no-repeat bottom right;*/
	float:right;
	width:500px;
	min-height: 400px;
	_height: 400px;
}

.thrColFixHdr #mainContent a{
	text-decoration:none;
	color:#0033CC;
}

.thrColFixHdr #mainContent a:hover{
	text-decoration:underline;
}


 
.thrColFixHdr #footer { 
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.gif) no-repeat;
	height:15px;
	text-align:right;
	color:#999999;
	font-size:9px;
} 

.thrColFixHdr #footer a{
	text-decoration:none;
	color:#999999;
}

.thrColFixHdr #footer a:hoover{
	text-decoration:underline;
	color:#0033CC;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}