a:link, a:visited {
  color: #002F9B;
}

a:hover {
  color: #0066FF;
  background: none;
}

div#container, div#header, div#body {
  overflow: auto;
}

body {
  background:#206AB9
}

html, body {
  /*
  height: 100%;
  overflow: auto;
  */
}

div#main {
  width: 73%;
  margin: 0px;
}

div#rightSidebar {
  margin-left: 0px;
}

div#leftSidebar {
  margin-right: 0px;
}

div.page-wrap {
  width: 76%;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
  padding-top: 1%;
  background: white;
  background-clip:padding-box;
  margin-bottom: 5px;
 
  box-shadow: 0em .2em .2em rgba(0, 0, 0, .3);
  border-left: 1em solid rgba(255, 255, 255, .1);
  border-right: 1em solid rgba(255, 255, 255, .1);
  border-bottom: 1em solid rgba(255, 255, 255, .1);
}

div#header {
  width: 82%;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  background: white;
  background-clip:padding-box;
  color: #000A72;
padding-bottom: 0.5em;
  border-left: 1em solid rgba(255, 255, 255, .1);
  border-right: 1em solid rgba(255, 255, 255, .1);
    border-bottom: 1em solid rgba(255, 255, 255, .1);
}

div#header > div#headerTitle > h1 > img {
  margin-left: -7%;
}

div#navbar > ul.menu > li > a {
  color: #333;
}

div#navbar > ul.menu {
  margin: 0;
  padding: 5px 6px 5px;
  background: #002E4F url(http://alternativesjournal.net/plugins/themes/rainy/img/gradient.png) repeat-x 0 -110px;
  line-height: 100%;

  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

div#navbar > ul.menu > li {
  margin: 0 0px;
  padding: 8px 0 8px;
  position: relative;
  list-style: none;
}

div#navbar > ul.menu > li > a {
  font-weight: bold;
  color: #e7e5e5;
  text-decoration: none;
  display: inline-block;
  padding:  5px 9px;
  margin: 0;

  -webkit-border-radius: 1.6em;
  -moz-border-radius: 1.6em;

  text-shadow: 0 1px 1px rgba(0,0,0, .3);
}

div#navbar > ul.menu > li > a:hover {
  background: #000;
  color: #fff;
}

div#navbar > ul.menu > li:hover > a {
  background: #666 url(http://alternativesjournal.net/plugins/themes/rainy/img/gradient.png) repeat-x 0 -40px;
  color: #444;
  border-top: none;
  border-bottom: none;

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);

  text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

div#navbar {
  border-bottom: thin solid #5D94BC;
}

div#content {
  border-top: thin solid #5D94BC;
}

div#breadcrumb > ul.crumbs > li > a {
  background: none;
}

div#breadcrumb {
  overflow: auto;
  display: block;
}

div#breadcrumb > ul.crumbs {
  overflow: auto;
  list-style: none;
  margin-top: 0px;
}

div#breadcrumb > ul.crumbs {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
}

div#breadcrumb > ul.crumbs > li {
  display: inline;
}

div#breadcrumb > ul.crumbs > li.first {
  padding-left: 8px;
}

div#breadcrumb > ul.crumbs > li > a, div#breadcrumb > ul.crumbs > li > a:link, div#breadcrumb > ul.crumbs > li > a:visited {
  color: #666;
  display: block;
  float: left;
  font-size: 12px;
  margin-left: -13px;
  padding: 7px 17px 11px 25px;
  position: relative;
  text-decoration: none;
}

div#breadcrumb > ul.crumbs > li > a {
  background-image: url('http://alternativesjournal.net/plugins/themes/rainy/img/bg-crumbs.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
}

div#breadcrumb > ul.crumbs > li > a:hover {
  color: #333;
  background-position: 100% -48px;
  cursor: pointer;
}

div#breadcrumb > ul.crumbs > li > a:active {
  color: #333;
  background-position: 100% -96px;
}

div#breadcrumb > ul.crumbs > li.first > a span {
  height: 29px;
  width: 3px;
  border-left: 1px solid #d9d9d9;
  position: absolute;
  top: 0px;
  left: 0px;
}

.pkp_controllers_fontController_smallFont {
  background: url(http://alternativesjournal.net/plugins/themes/rainy/img/icons/font-down.png) !important;
  outline: none;
  text-indent: -9999px;
  display: block;
  float: left;
  width: 20px;
  height: 23px;
}

.pkp_controllers_fontController_defaultFont {
  background: url(http://alternativesjournal.net/plugins/themes/rainy/img/icons/font-default.png) !important;
}

.pkp_controllers_fontController_largeFont {
  background: url(http://alternativesjournal.net/plugins/themes/rainy/img/icons/font-up.png) !important;
}

input.button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  line-height: 1.5em;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #154c86;
  background-color: #247edd;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

input.button:active {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px #154c86;
  background: #1f71c8;
  border-color: #113f70 #154c86 #1c65b2;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}

input.button:hover {
  background-color: #1a74d3;
}

input.defaultButton:hover {
  background-color: #159b0d;
}

input.button:hover {
  background-color: #1a74d3;
}

input.defaultButton {
  text-shadow: 0 1px #0d4d09;
  background-color: #1ca913;
  border-color: #147b0e #11640b #11640b;
}

input.defaultButton:hover {
  background-color: #159b0d;
}

input.defaultButton:active {
  text-shadow: 0 -1px #0d4d09;
  background: #189210;
  border-color: #093606 #0d4d09 #147b0e;
  background-image: -webkit-linear-gradient(top, #126d0c, #20c016);
  background-image: -moz-linear-gradient(top, #126d0c, #20c016);
  background-image: -o-linear-gradient(top, #126d0c, #20c016);
  background-image: linear-gradient(to bottom, #126d0c, #20c016);
}