/**
* grf.css
*
* Copyright (c) 2011 Oliver Akermann
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* GRF theme stylesheet.
* V.1.1: Aditional Fonts und Pulldown Menu
* $Id$
*/


@font-face {
  font-family: "FagoWeb-CondBold";
  src: url("font/FagoWeb-CondBold.eot");
  src: url("font/FagoWeb-CondBold.woff") format("woff");
}
@font-face {
  font-family: "FagoWeb-Cond";
  src: url("font/FagoWeb-Cond.eot");
  src: url("font/FagoWeb-Cond.woff") format("woff");
}


html, body{
height:100%;
}

body {
background: url("images/bg.png") #15607E 100% 0% no-repeat;
font: small Arial, Helvetica, sans-serif;
color: black;
min-height: 100%;
}

a:link, a:active, a:visited, a:hover {
color: #0E5F7D;
}

a:hover {
background: #CEDBE4;
}

a.action {
margin: 1em 0;
}

a img, a:hover img {
border:none;
}

div.separator {
border-color: #CCCCCC;
margin: 8px 0;
}

div.thickSeparator {
border-color: #CCCCCC;
margin: 8px 0;
}

td.separator {
line-height: normal;
font-size: inherit;
border-color: #CCCCCC;
}

table.listing td.headseparator, table.listing td.endseparator {
border-color: #CCCCCC;
}

table.info td {
padding: 0 6px 6px 0;
}





/*************** Header ***************/

#header{
background-color: transparent;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:8px;
}


#header h1 {
padding: 0;
padding-top:5px;
}



#navbar {
background-color: #438aa4;
clear: both;
height: 41px;
margin: 0;
padding: 0;
border: none;
border-top:2px solid #FFD600;
border-bottom:2px solid #FFD600;
margin-bottom:20px;

}

#navbar li{
padding: 0;
float: left;
}

#navbar a {
color: white;
padding: 13px 20px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
letter-spacing: normal;
text-transform: none;
display: block;
}

#navbar a:hover {
background: transparent;
}


/*************** Main ***************/
div#container {
width: 900px !important;
position:relative;
}

div div#body {
background: white;
padding: 14px 0 238px 32px;
width: 868px;
overflow: auto;
box-shadow: 0px 10px 20px black;
}


#main, html > body #main {
margin: 0;
padding: 0;
width: 643px;
}

#main h2, #content h3, #main h3, #content h4, #main h4 {
font: inherit;
font-weight: bold;
color: #152731;
}

#main h2 {
margin: 0;
font-size: 18px;
}

#main h3 {
padding: 0;
margin: 3px 0;
font-style: italic;
font-weight: normal;
font-size: 14px;
}

#main h4 {
padding: 0;
margin: 3px 0;
}

#breadcrumb {
font: 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0;
}

#content {
border: none;
font: inherit;
}

#content h3 {
font-size: 16px;
font-style: normal;
font-weight: bold;
}

#content div {
text-align:justify;
}

#sidebar, #rightSidebar, #leftSidebar {
font: 11px Verdana, Arial, Helvetica, sans-serif;
width: 171px;
}

#sidebar {
float: right;
/*background: #CEDBE4;*/
padding: 0 16px;
margin: 0;
border-left: #CCCCCC dotted 2px;
}

#logoSidebar {
height: 70px;
}

#rightSidebar, #leftSidebar {
float: none;
padding: 0;
margin: 0;
}

#sidebar div.block span.blockTitle {
font: inherit;
color: inherit;
display: block;
font-size: 1em;
letter-spacing: 0.1em;
padding: 0.5em 0;
text-transform: uppercase;
}



/*************** Footer ***************/
#footer{
position:absolute;
left:0;
bottom:0;
min-height: 238px;
background: url("images/footer.png") center top no-repeat #FFD600;
}

#footercontent{
margin: 100px 0px 0px 300px;
color:black;
padding:10px;
}

/*************** Input-Forms ***************/

input.button, input.defaultButton, input.textField, select.selectMenu, textarea.textArea, input.uploadField {
font: 12px Arial, Helvetica, sans-serif;
border-style: solid;
border-width: 1px;
color: inherit;
}

input.button, input.defaultButton {
background-color: #0A3F52;
border-color: #0A3F52;
color: #CEDBE4;
}

input.button:hover, input.defaultButton:hover {
background-color: #CEDBE4;
border-color: #0A3F52;
color: #0A3F52;
}

input.button:active, input.defaultButton:active {
background-color: #0A3F52;
border-color: #0A3F52;
color: #CEDBE4;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
background-color: #FFFFFF;
border-color: #CCCCCC;
}


/*************** Specific pages ***************/

/*** Home ***/
#issueDescription {
margin: 1em 0;
}

/*** Search ***/

#advancedSearch .label {
width: 30%;
}

#advancedSearch .value {
width: 70%;
}

/*** Register ***/

form[name=register] td.label {
width: 30% !important;
}

form[name=register] td.value {
width: 70% !important;
}

/*** Article View ***/

#topBar {
padding: 0;
}

/*** Abouth the Journal***/

#aboutJournalBox {
float:right;
margin-top: 10px;
margin-left:20px;
margin-bottom:10px;
border: 1px dotted #000000;
padding: 5px;

}

/*** CONTACT ***/

#mailingAddress table tr {
height: 30px;
}

/** SECTIONS ***/
#sectionDescription p{
text-align: justify;
}

/*Custom block*/
.blocklogo {
margin: 0px -15px;
text-align:center;
}

.block p{
margin:0;
padding:0;
}

.block ul{
margin-bottom:0px;
}

/** EDITORIAL BOARD ***/
.editorialTeam div {
    margin-bottom:5px;
}

/** Pulldown Menu ***/

.pull-down-button-port {
    height: 40px;
    width: 160px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 20px 32px;
    border-bottom-right-radius: 20px 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

.pull-down-button-port a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.pull-down-button-port a:focus,
.pull-down-button-port a:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
}
.pull-down-button-port a span {
  font-family: FagoWeb-Cond;
  font-size: 20px;
  color: #555;
  line-height: 40px;
  text-decoration: none;
  background-image: url("images/down.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
}
.pull-down-button-port a.open span {
  background-image: url("images/up.png");
  text-decoration: none;
}
.pull-down-nav-port {
  min-width: 920px;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  box-shadow: 0 1px 2px #f5f5f5;
}
.pull-down-nav-port h1 {
  margin: 10px 0 5px 0;
  font-family: FagoWeb-Cond;
  font-size: 16px;
  line-height: 1.2;
  color: #16607f;
  text-rendering: optimizelegibility;
}
.pull-down-nav-port a {
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #16607f;
  text-decoration: none;
  cursor: pointer;
}
.pull-down-nav-port a:focus,
.pull-down-nav-port a:hover {
  color: #0b2f3e;
  text-decoration: underline;
  outline: none;
}
.pull-down-nav-port .container {
  padding: 20px 5px;
  overflow: auto;
  width: 910px;
  margin-right: auto;
  margin-left: auto;
}
.pull-down-nav-port .circles {
  float: left;
}
.pull-down-nav-port ul, .pull-down-nav-port li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pull-down-nav-port ul li {
  line-height: 20px;
}
.pull-down-nav-port .container > ul > li {
  min-width: 50px;
  float: left;
  padding-left: 30px;
}
.pull-down-nav-port .input-append {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  float: right;
}
.pull-down-nav-port .input-append input {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 140px;
  padding: 4px 6px;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #555;
  vertical-align: top;
  float: none;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font: -webkit-small-control;
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
}
.pull-down-nav-port .btn {
  display: inline-block;
  padding: 4px 12px;
  margin: 0;
  margin-bottom: 0;
  height: 30px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #145976;
  background-image: -moz-linear-gradient(top, #16607f, #125069);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16607f), to(#125069));
  background-image: -webkit-linear-gradient(top, #16607f, #125069);
  background-image: -o-linear-gradient(top, #16607f, #125069);
  background-image: linear-gradient(to bottom, #16607f, #125069);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16607f', endColorstr='#ff125069', GradientType=0);
  border-color: #125069 #125069 #071e28;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #0e3f54;
  border-bottom-color: #071e28;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-appearance: button;
}
.pull-down-nav-port .btn:active {
  background-color: #0b2f3e \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}


