/**
 * RevPh.css
 *
 * *
Theme Name: Revista Paisagens HÃ­bridas
Author: IGEAD Design
Author URI: http://www.igead.com.br/
Description: Tema criado para Revista Paisagens HÃ­bridas
Version: 1.0
 * PKP-wide shared stylesheet.
 */

@import url("https://docs.zoho.com/file/bdalrcf40dbcfd2f54804a17e41ff4702c014");

/*	=General Styles
---------------------*/


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;}

ul.steplist {
    margin: 0;
    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: center !important;
    margin: 0 auto;
}
#headerTitle h1 {padding: 10px 0 10px 0 !important;    }

#headerTitle h1 img{
    width: 840px;
    height: 137px;
    position: absolute;
    left: 21%;
    right: auto;
    top: 10px;
    z-index: 1;
}


#navbar {
    position: absolute;
    left: 21%;
    top: -36px;
    padding-left: 102px;
    -moz-box-shadow: 1px 1px 1px #FFF;
    -webkit-box-shadow: 1px 1px 1px #FFF;
    box-shadow: 1px 1px 1px #FFF;
    border: none;
    z-index: 2;
}
#navbar a {color: #666;
    text-align:center;
  	font-weight: bold;
  	font-size: 16px;
  	letter-spacing: normal;
  	text-transform: none;
  	padding: 0px  17px 0px 17px;
}
#navbar a:hover {
	color:#DA251C;
  border-top: 2px solid #DA251C;
}
ul.menu li {
	padding-right: 0;
 	padding-left: 1.5 em;
 	padding-top:5px;}

#main {margin:0 auto; padding:2% 10%; width:54%; }

#main h2,h3 a {
    color: #c30202;
    font-size: 25px;
    font-weight: 700;
    font-family: "ABeeZee";
    font-style: normal;
    line-height: 17px;
    margin-bottom: 15px;
    text-align: left;}


#content {border: none; padding-top: 0px; margin-top: -20px; }

#content h3 {padding-top:15px;}

#sidebar {margin-top:20px;}

#sidebar #rightSidebar {margin:0; width:14%; padding: 72px 12% 2% 0%; }

#footer {background-color: #ccc;}


/*	=Body
---------------------*/
#body {background:#E2E2E2;
	/* width: 80%; */
	width:100%;
	margin: 0px auto;
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.3em;
	position:relative;
	font-family: "ABeeZee", 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: "ABeeZee", 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: "ABeeZee", 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: "ABeeZee", sans-serif;
	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: "ABeeZee", sans-serif; Helvetica, Arial, sans-serif; font-weight: normal; text-align: left; margin-bottom: none;}

table.announcements td {padding: .25em 0;}

.topo-home {margin-top: -54px;}


/*	=PÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡gina da EdiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o da Revista#00238C
---------------------*/
#content #issueDescription {overflow: hidden; display: block;}
#issueDescription{padding: 10px 0 10px 0;}
#content #issueDescription img, #content .issueDescription img {width:250px; float: left; margin:0 20px 20px 0;}

table.listing tr.fastTracked {background-color: #000;}
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;}

#main h3 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0em;
    padding-bottom: 20px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
}

