/**
 * plugins/themes/steel/steel.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
}
.container {
	/*width: 80%;*/
	width: 1100px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #FFFFFF;
}

.sidebar1 {
	float: left;
	width: 211px;
	background: #DADADA;
	padding-bottom: 10px;
	background-color: #DADADA;
	height: 722px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
#homepageImage {
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	}
#homepageImage img {
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	}	
.content {
	padding: 10px 30px 20px 10px;
	width: 75%;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
.content p {
	text-align: justify;
	}
.content h2 {
	color: #5982A0 !important;
	}
.content h3 {
	color: #0F6FAC !important;
	text-transform: uppercase;
	}
.content h4 {
	color: #2C4779 !important;
	text-transform: uppercase;
	}

.content .tocAuthors {
	color: #666666 !important;
	font-style: italic !important;
	}
.content .tocTitle {
	font-size: 1.1em !important;
	color: #003366 !important;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px !important;
	}
table.tocArticle {
	width: 750px !important;
	}		

.tocGalleys {
	float: left;
	padding-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px; 
	}
.tocGalleys a {
	text-decoration: none;
	color: #006699 !important; 
	}
.tocGalleys a:hover {
	text-decoration: none;
	color: #CCCCCC !important; 
	}		
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #F6F6F6;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	height: 160px;
}
.footer #pageFooter {
	padding-top: 10px;
	margin-left: 250px;
	padding-right: 40px;
	padding-left: 20px;
	margin-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #666666;
	background-color: #DADADA;
	height: 80px;
	}
#logo_puc {
	margin-left: 0px;
	display: block;
	float: left;
	background-color: #999999;
	}	

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#user_side {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	padding: 15px 10px 5px 0px;
	background-color: #DADADA;
	height: 245px;
	}
#user_side p, block {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
#sidebarUser {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	}
.blockTitle {
	background-color:#AEAEAE;
	width: 200px !important;
	height: 25px !important;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 8px;
	color: #FFFFFF;
	}
#sidebarUser ul {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	}	
#user_side form {
	margin-left: 10px !important;
	}	
#user_side input.textField {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: class="support css-value">border-box;
  box-sizing: border-box;
  width: 125px;
  height: 22px;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  font: normal 12px/normal "Antic", Helvetica, sans-serif;
  color: rgba(140,140,140,1);
  text-decoration: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

#user_side input.textField:hover {
  color: rgba(181,181,181,1);
  background: rgba(0,0,0,0.4);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

#user_side input.textField:focus {
  width: 125px;
  cursor: default;
  padding: -13px 20px 0;
  color: rgba(255,255,255,1);
  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
#user_side input.button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0.5em;
  padding: 0 1.5em;
  border: 1px solid rgba(211,211,211,1);
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  font: normal normal bold 1em/2em Arial, Helvetica, sans-serif;
  color: rgba(114,114,114,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: nowrap;
  background: rgba(234,234,234,1);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

#user_side input.button:hover {
  cursor: pointer;
  border: 1px solid rgba(178,178,178,1);
  color: rgba(76,76,76,1);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
}

#user_side input.button:active {
  position: relative;
  cursor: default;
  top: 1px;
  border: 1px solid rgba(211,211,211,1);
  color: rgba(114,114,114,1);
  background: rgba(247,247,247,1);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) inset;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) inset;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#user_side #sidebarLanguageToggle {
	margin-left: 20px !important;
	text-align: center;
	}
#user_side #sidebarLanguageToggle p {
	display: inline-block;
	}
#user_side #sidebarLanguageToggle a:hover {
	background-color: transparent;
	text-decoration: none;
	}						
	
/*index end*/
/*body {
	background-color: #ffffff;
	color: #111111;
}*/

a:link {
	color: #006699;
	text-decoration: none;
}

a:active {
	color: #ab3834;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #CCCCCC;
	/*background: #ffffff;*/
}

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

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #FFFFFF;
	border-bottom: none !important;
}

#headerTitle {
	color: #ffffff;
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	/*font-family: Garamond,'Times New Roman',Times,serif;
	margin-left: 140px;*/
}
#sidebar_replace {
	display:block;
	height: 8px;
	}
#separador_head {
	height: 20px;
	width:100%;
	background-color:#AEAEAE;
	margin-top: 0px;
	}
#footer {
	width: 100%;
}

#main {
	padding-left: 40px;
	padding-right: 30px;
	background-color: #f9f9f9;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	width: 770px;	
}
#main p {
	text-align: justify !important;	
}

#main h2 {
	font-family: 'Oxygen', sans-serif;
	color: #5982A0;
}

#main h3 {
	font-family: 'Oxygen', sans-serif;
}

#navbar {
	border-bottom: none;
	text-align: right;
	font-size: 16px !important;
}
#navbar a {
	color: #5982A0 !important;
	font-weight: bold;
}
#navbar a:hover {
	color: #003366 !important;
	font-weight: bold;	
}

#breadcrumb {
	border-bottom: 1px dotted black;
}

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

#content h3 {
	font-family: 'Oxygen', sans-serif;
}

#content h4 {
	font-family: 'Oxygen', sans-serif;
}
#rightSidebar {
	float: right;
 	width: 250px;
  padding-top: 1em;
  padding-right: 0em;
  padding-bottom: 1em;
  padding-left: 10px;
  font-size: 0.65em;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #FFFFFF;
	}
#simpleSearchForm {
	padding-left: 5px;
	}	
#sidebar div.block span.blockTitle {
	background-color: #aeaeae;
	width: 220px !important;
	height: 25px;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 8px;
	color: #ffffff;
}
#sidebar div.block span.blockSubtitle {
	margin-left: 15px !important;
	}	

#leftSidebar {
	  float: left;
	  width: 14%;
	  padding-top: 1em;
	  padding-right: 0em;
	  padding-bottom: 1em;
	  padding-left: 0em;
	  font-size: 0.65em;
	  height: 100%;
	  margin-left: 10%;
	  margin-right: 2%;
	  display: inline;
	  overflow-x: hidden;
	  overflow-y: hidden;
	  margin-top: 0px !important;
	}
#articleTitle h3 {
	font-weight: bold !important;
	font-family: Verdana, Geneva, sans-serif;
	}	
#authorString {
	font-style: italic;
	}
#articleAbstract h4	{
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	}
#articleSubject h4 {
	font-weight: bold;
	}
#articleFullText h4 {
	font-weight: bold;
	}