RevistaMetamorfoses.css
 *
 * *
Theme Name: Revista Linguística
Author: IGEAD Design
Author URI: http://www.igead.com.br/
Description: Tema criado para Revista Mestamorfoses.
Version: 2.1
 * PKP-wide shared stylesheet.
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);


/*-- Header --*/

#header {
    background-color: #223E99;
    height: 250px; 
    margin: 0 auto; 
}
#header img{
  padding-left:35px;
}
#header h1 {width:100%; padding:0.5em 0 0em 0; 
}
#headerTitle {
    text-align: left !important;
    margin: 0 auto;
    background-color: #223E99;
}
/*-- NavBar --*/

#navbar{
  border: none;
  padding: 10px 0 10px 0 ;
  background-color:#223E99;!important;
  -moz-box-shadow: 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  border-bottom:none; 
  margin-top: -200px;
  margin-left: -135px;
  position: absolute; 
  width: 100%
}
#navbar a {color: #FFF;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
    padding-left: 35px;
}
#navbar a:hover { 
    color: #FBFBF3;
} 

ul.menu li {
  padding-right: 0;
  padding-left: 1.5 em;
  padding-top:5px;
}
#sidebar div.block {margin-bottom: 1.5em;}
#sidebar div.block span.blockTitle {
  background-color:#223e99;
  color: #fff;
  text-transform: none; font-family: "BitstreamVeraSansMonoBold", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.2em; 
  padding: 5px; 
  letter-spacing: normal; 
  margin-bottom: 1em;
    font-weight: bold;
    font-size: 16px;
}
.blockTitle {
  -moz-box-shadow: 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  border-bottom: : solid 1px #ccc;

}
/*-- Content e Main --*/

#main h2 a {color:#223e99; font-family: 'Open Sans', sans-serif;, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 28px;}
#content {
  border: none;
}

/*-- Forms e inputs --*/
a,
a:visited,
a:link {
  color: #0C426F;
  text-decoration: none;
}
a:hover,
a:visited:hover,
a:link:hover {
  color: #0C426F;
  background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2em;
}
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: "Ubuntu", "Open Sans", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  box-shadow: inset 0 0 10px #f0f0f0;
  height: 25px;
}
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: #223E99;
  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: #223E99;
  cursor: pointer;
}
textarea {
  min-height: 150px;
  resize: none;
}





