/* ============================================================
   GLOBAL - OJS 2 Modern Theme
   ============================================================ */

body {
  background-color: #ececec;
  font-family: 'Open Sans', sans-serif;
}

#content h4 {
  font-family: 'Open Sans', sans-serif;
}

a:link {
  background-color: transparent;
  color: #349ebc;
  text-decoration: none;
}

a:hover {
  background-color: none;
}

a:visited {
  color: #09617b;
}

/* ============================================================
   HEADER - OJS 2 Modern Theme
   ============================================================ */

#header {
  background-color: #38383f;
  height: 180px !important; 
}

#header h1 {
  color: white;
  text-shadow: 1px 1px black;
}

/* ============================================================
   NAVBAR - OJS 2 Modern Theme
   ============================================================ */

#navbar {
  margin: auto;
  width: 95% !important;
  border-bottom: none;
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(#fff, #ccc);
  border-radius: 8px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
  padding: 6px 15px 0 15px;
  position: relative;
  height: 30px;
}

#navbar li a {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: gray;
  font-size: 15px;
  text-shadow: 1px 0 0 white;
}

#navbar li a:hover {
  color: #222;
  background: none;
}

ul.menu li {
  padding-right: 15px;
}

ul.menu li:after {
  color: lightgray;
  content: "|";
  display: inline;
  padding-left: 15px;
  text-shadow: 1px 1px 0 whitesmoke;
}

.menu > li:first-child {
  padding-left: 10px;
}

/* ============================================================
   BREADCRUMB - OJS 2 Modern Theme
   ============================================================ */

#breadcrumb {
  padding-left: 10%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #38383f;
  color: transparent;
  margin-top: 5px !important;
}

#breadcrumb a {
  color: white;
  padding-right: 5px;
}

#breadcrumb > a:after {
  content: "•";
  padding-left: 15px;
}

#breadcrumb > a:last-child:after {
  content: "";
}

/* ============================================================
   CONTENT & LAYOUT - OJS 2 Modern Theme
   ============================================================ */

#content {
  border-top: none;
}

#content h3,
#main h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#leftSidebar {
  margin-left: 9%;
  margin-right: 1%;
  width: 15%;
}

#rightSidebar {
  margin-right: 9%;
  margin-left: 1%;
  width: 15%;
}

#main {
  background-color: white;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  margin-bottom: 50px;
  box-shadow: 0px 0px 3px -2px #000;
}

#main h2,
#main h3 {
  margin-right: 0;
}

#content,
#main > h2,
#main > h3 {
  padding-left: 40px;
  padding-right: 40px;
}

/* ============================================================
   SIDEBAR BLOCKS - OJS 2 Modern Theme
   ============================================================ */

#sidebar div.block {
  padding: 10px;
  box-shadow: 0px 0px 3px -2px #000;
  border: solid 1px white;
  border-bottom: none;
}

#sidebar div.block span.blockTitle {
  border-bottom: none;
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(#fff, #ccc);
  padding: 6px 10px 6px 10px;
  margin: -10px -10px 10px;
}

/* ============================================================
   FORMS & INPUTS - OJS 2 Modern Theme
   ============================================================ */

input,
select {
  box-shadow: 0 1px 4px -5px black;
  border: solid 1px lightgray !important;
  background-color: white !important;
  padding: 5px;
  font-family: inherit !important;
}

input:focus,
select:focus {
  box-shadow: 0 1px 4px -3px black;
}

input.button {
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset;
  padding: 5px 8px;
  text-decoration: none !important;
  background-color: #e1e1e1;
  background-image: linear-gradient(#ededed, #e1e1e1);
  border: 1px solid #d0d0d0;
  color: #444;
  text-shadow: 1px 1px 1px #fff;
}

input.button:hover {
  background-color: #ededed;
  background-image: linear-gradient(#e1e1e1, #ededed);
  border: 1px solid #b0b0b0;
  cursor: pointer;
}
