/**
 * RevistaLing.css
 *
 * *
Theme Name: Revista LinguÃƒÆ’Ã‚Â­stica
Author: IGEAD Design
Author URI: http://www.igead.com.br/
Description: Tema criado para Revista LinguÃƒÆ’Ã‚Â­stica.
Version: 1.7
 * PKP-wide shared stylesheet.
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*	=General Styles
---------------------*/

body {background:#FFF; 
}
table.listing tr.fastTracked {background-color: #FFF;}
a {color: #000;}
a:link {color: #000;}
a:active {color: #000;}
a:visited {color: #ddd;}
a:hover {color: #000; background: transparent;}
input.defaultButton {color: #000000;}

input.defaultButton {background-color: #000;}
input.defaultButton {color: #000000;}

li, dd {margin-bottom: 7px; line-height: 1.3em; padding-left: 15px;}

a ul{color:#000; padding-top: 15px;}

#main h2 { padding-bottom: 5px;}

/*	=Header e Footer
---------------------*/
#header {padding-bottom:5px; height: 160px; margin: 0 auto; background-color: #FFF;}

#headerTitle {
    text-align: left !important;
    margin: 0 auto;
}
#headerTitle h1 {padding: 0px 0px 0px 7% !important;    }

#navbar {
  position: absolute; 
  left:0px;
  right:0px;
  top:0px;
  padding: 7px 0 7px 7%;
  margin-top: 0;
	margin-left: 0;
  background-color:#000 !important;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px #000000;
  border:none 5px #000000;
}
#navbar a {color: #FFF;
  	font-weight: bold;
  	font-size: 16px;
  	letter-spacing: normal;
  	text-transform: none;
  	padding-left: 35px;
}
#navbar a:hover { 
	color:#d96c60;
}
ul.menu {
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
}

ul.menu li {
	padding-right: 0;
 	padding-left: 1.5 em;
 	padding-top:15px;}

#main {margin:0 auto; padding:2% 10%; width:48%; }

#main h2,h3 a {color:#CA3231; font-family: 'Open Sans', sans-serif;, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 21px;}


#content {border: none; padding-top: 0px; margin-top: -20px; }

#content h3 {padding-top:15px;}

#sidebar {margin-top:20px;}

#sidebar #rightSidebar {margin:0; width:20%; padding: 50px 12% 2% 0%; }

#footer {background-color: #ccc;}


/*	=Body
---------------------*/
#body {background:#fff;
	/* width: 80%; */
	width:100%;
	margin: 0px auto;
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.3em;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}
#container {
    width: 100% !important;
    min-width: 730px !important;
    margin: 0px auto;
    text-align: center;
}

a,
a:visited,
a:link {
  color: #d96c60;
  text-decoration: none;
}
a:hover,
a:visited:hover,
a:link:hover {
  color: #666;
  background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2em;
  color:#CA3231;
}


input[type="text"],
input[type="password"],
textarea,
textarea.textArea,
select,
select.selectMenu {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 5px;
  outline: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  box-shadow: inset 0 0 10px #f0f0f0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.textArea:focus,
select:focus,
select.selectMenu:focus {
  border: 1px solid #bbb;
  box-shadow: inset 0 0 0 #fff;
}
input[type="submit"],
input[type="button"],
.button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #a81b18;
  border: none;
  padding: 7px 9px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: .9em !important;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  background: #58595b;
  cursor: pointer;
}
textarea {
  min-height: 100px;
  resize: none;
}


#sidebar div.block {padding: 2px; margin-top: -20px;}
#sidebar div.block span.blockTitle {
	text-transform: none; font-family: "BitstreamVeraSansMonoBold", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.2em; 
	letter-spacing: normal; 
	font-weight: bold;
  	font-size: 16px;
    padding-top: 25px;
}

.blockTitle {
    border-bottom: solid 1px #000000;
/*	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px #000000;
	border:none 5px #000000;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
*/
}


/*	=Home
---------------------*/

table.announcements td.headseparator, table.announcements td.endseparator {border-top:none;}
#content #announcementsHome h3 {color: #CA3231;
 font-family: 'Open Sans', sans-serif; Helvetica, Arial, sans-serif; font-weight: normal; text-align: left; margin-bottom: none;}

table.announcements td {padding: .25em 0;}

table.announcements td.more {font-weight: bold;font-size: 16px;}

.topo-home {margin-top: -54px;}


/*	=PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina da EdiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o da Revista#00238C
---------------------*/
#content #issueDescription {overflow: hidden; display: block;}
#content #issueDescription img, #content .issueDescription img {width:250px; float: left; margin:0 20px 20px 0;}


table.listing tr.fastTracked {background-color: #d9d094;}
a {color: #CA3231;}
a:link {color: #000;}
a:active {color: #000;}
a:visited {color: #000;}
a:hover {color: #000;}
input.defaultButton {color: #000;}
body {background-color: #fff;}
input.defaultButton {background-color: #DDD;}
body {color: #000;}
input.defaultButton {color: #000;}

.steplist{ padding: 10px;}