/**
 * redbar.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Redbar theme.
 *
 * $Id$
 */
/*
body {
    background-image: url('img/fundo.jpg');
    background-repeat: no-repeat;
    background-size:100%;
    position: absolute;
}
*/
body { 
  background: url('img/fundo.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: absolute;
  max-width: absolute;
}

a:link {
	color: #c90028;
}

a:active {
	color: #c90057;
}

a:visited {
	color: #c90028;
}

a:hover {
	color: #c90028;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	/*background-color: #000000;
	color: #ffffff;*/
}
#header {
	/*background-color: #ffffff;*/
}
#headerTitle {
	color: #000000;
}
@font-face {
    font-family: MyriadWebPro;
    src: url('img/MyriadWebPro.ttf');
}
@font-face {
    font-family: MyriadWebProBold;
    src: url('img/MyriadWebPro-Bold.ttf');
    font-weight: bold;
}
#header h1 {
	font-family: MyriadWebProBold;
}

#main {
    font-family: MyriadWebPro;
}

#main h2 {
	font-family: MyriadWebProBold;
    color: #000000;
     text-align: left;
}

#main h3 {
	font-family: MyriadWebProBold;
	text-align: left;
}

#navbar {
        border-bottom: 0px solid white;
	border-top: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
	background-color:  #c90028;
	min-height: 10px;
	width:100%;
	height:100%;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted red;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: MyriadWebProBold;
	text-align: left;
}

#content h4 {
	font-family: MyriadWebProBold;
}

#navbar a {
	color: white;
	position: relative;
        left: 10px;
        top: 3.3px;	
        font-family: MyriadWebPro;
        font-size: 75%;
        width:100%;
	height:100%; 
}