/**
 * desert.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 
 # cinza: #4C4C4C;
 # azul: #0380A0;
 
 * $Id$
 */

body {
	background-color: #ffffff;
	background-image: none;
}

a:link {
	color: #4C4C4C;
}

a:current {
	color: #4C4C4C;
}

a:visited {
	color: #4C4C4C;
}

a:hover {
	color: #0380A0;
}

#header {
	background: #e5e5c7; 
	border-bottom: 2px solid #4C4C4C;
}

#main{ width:62% !IMPORTANT;}

#main h2{
	font-family: Garamond,'Times New Roman',Times,serif;
	border-bottom: 1px solid #0380A0;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 11px;
	color: #0380A0;
}
#rightSidebar{
	background: url(http://www.spp.pt/img/bg_content_right_app.jpg) repeat-y left;
	padding: 1em 0em 1em 1em;
}

#sidebar div.block span.blockTitle{
	font-family: Garamond,'Times New Roman',Times,serif;
	border-bottom: 1px solid #0380A0;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 11px;
	color: #0380A0;
	font-size: 1.1em;
}

#issue{
	width: 100%;
	height: 100%;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
	color: #FFF;
	font-weight: bold;
	background: #0380A0;
	padding: 8px;
	margin: 10px 0px;
}

#navbar {
  background: #0380A0;
  width: auto;
  font-weight: bold;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
#navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#navbar ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#navbar ul li {
  float: left;
  display: block;
  padding: 0;
}
#navbar ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 6px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#navbar ul li a:hover {
  color: #014758;
}
#navbar ul li a:hover:before {
  width: 100%;
}

#navbar ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #04A9D2;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#navbar ul li.last > a:after,
#navbar ul li:last-child > a:after {
  display: none;
}
#navbar ul li.current a {
  color: #014758;
}
#navbar ul li.current a:before {
  width: 100%;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
	margin: .75em 1em 0.25em .75em;
}

#content h4 a {
	font-family: Garamond,'Times New Roman',Times,serif;
text-decoration: none;
color: #0380A0;
font-weight: bold;
}

#content h4 a:hover {
	color: #04A9D2;
}

.issueCoverImage img {
margin: 0em 1em 1em 0;
}

input.defaultButton {
    background-color: #0380A0;
    color: #fff;
    font-weight: bold;
}

#homepageImage {
	display: none;
}

#headerTitle {
	padding-bottom: 0px !IMPORTANT;
	padding-top: 0px !IMPORTANT;
	background: #0380A0;	
}

#header h1 {
	font-family: Garamond,'Times New Roman',Times,serif;	
	margin: 0 auto;
	width: 100%;
    padding: 0px;
	text-align: center;
}

#header h1 img {
	width: 80% !IMPORTANT;
	height: 116px !IMPORTANT;
}

.plain li{
	font-size: 1.1em;
	padding: 5px;
}

.plain li a{
	text-decoration: none;
}

.tocSectionTitle{
	text-transform: uppercase;
	margin: 0px 0px 20px 0px !IMPORTANT;
	background: #0380A0;
	color: #fff;
	font-weight: bold !IMPORTANT;
	padding: 10px 10px;
	font-size: 14px !IMPORTANT;
} 

.tocTitle { 
	width: 90% !IMPORTANT;
	font-weight: bold !IMPORTANT;
	font-size: 14px !IMPORTANT;
	color: #0380A0 !IMPORTANT;
	text-decoration:none !IMPORTANT;
}
.tocTitle a { 
	width: 90% !IMPORTANT;
	font-weight: bold !IMPORTANT;
	font-size: 14px !IMPORTANT;
	color: #0380A0 !IMPORTANT;
	text-decoration:none !IMPORTANT;
}

.tocGalleys { width: 10% !IMPORTANT; float: right; }

.tocGalleys a {
	position: relative !IMPORTANT;
	display:inline-block !IMPORTANT;
	background: url(http://www.spp.pt/img/icon/pdf.png) no-repeat center center;
	text-indent: 9999px !IMPORTANT;	
	/*color: transparent !IMPORTANT;*/
	padding: 0px 0px;
	margin: 0px 5px 0px 0px !IMPORTANT;
	height: 16px !IMPORTANT;
	width: 16px !IMPORTANT;
	text-align: right !IMPORTANT;
	float: right !IMPORTANT;
}

.tocArticle {
	margin: 0px 0px 10px !IMPORTANT;
}

.tocArticle tr td {
	background: #FFFFFF !IMPORTANT;
	padding: 4px 4px !IMPORTANT;
}

.tocArticle:nth-child(2n) tr td {
	background: #F4F4F4 !IMPORTANT;
	padding: 4px 4px !IMPORTANT;
}
 
.tocPages{
	padding-right: 5px !IMPORTANT;
	float: right;
    display: block;
    width: 100%;
    padding-top: 4px;
}

.separator{
	margin-bottom: 10px !IMPORTANT;
}

@media screen and (min-width: 1024px) {
	#header h1 img {
		width: 80% !IMPORTANT;
		height: 126px !IMPORTANT;
	}
}

@media screen and (min-width: 1240px) {
	#header h1 img {
		width: 80% !IMPORTANT;
		height: 136px !IMPORTANT;
	}
}