/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
*/

/**
 * Common HTML elements
 */


#headerTitle {
  text-align: center;
  width: 100%;
  height:113px;
  background: url(../images/header.jpg) no-repeat center center;
  position:relative;
}
#body {
  width: 100%;
  float: left;
  position: relative;
  background:#fff;
}
.whitebackground {
  position: absolute;
  background: #fff;
  top:200px;
  width:100%;
  border:none;
  margin:0;
  padding:0;
  display:none;
}
#rightSidebar {
  float:right;
  width:288px;
  padding-right: 14px;
  background: #fff;
}
#main {
  float: left;
  width: 640px;
  padding: 0 18px 0 18px;
  background:#fff;
}
.pubDesc {
  /*    margin-top:5px;*/
  font:11px/1.4em Tahoma;
  color:#666;
}
#apczMenu{
  position: relative;
  top:11px;
  right:5px;
  float:right;
  height: 100px;
  width: 275px;
}
#apczMenu ul{
  margin-bottom:13px;
  float:left;
}
#apczMenu ul a{
  color:#ECF4F8;
  font-size: 12px;
  text-decoration: none;
  line-height: 18px;
  text-transform: uppercase;
}
#apczMenu ul a:hover{
  color:#ffffff;
  font-weight: bold;
  text-decoration: underline;
}
#apczMenu ul li{
  display: inline-block;
  float:left;
  border-left: 1px solid #7EB5D5;
  height: 18px;
  padding: 0 10px;
}
#apczMenu ul li:first-child{
  border-left: 0px;
}
#InsidebarNavigation{
  float:left;
  width: 240px;
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
  height: 28px;
  padding: 2px 2px 2px 8px;
}
#InsidebarNavigation input{
  border: 0px;
  background: none;
  line-height: 28px;
  height: 28px;
  font-size: 13px;
  color: #666666;
  width: 208px;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
#InsidebarNavigation a {
  display: inline-block;
  width: 30px;
  height: 27px;
  float: right;
  background:url('https://blachor/apcz/front/images/search.png') 0 0 no-repeat;
}
#apczMenu > a{
  color: #ECF4F8;
  font-size: 10px;
  text-decoration: none;
  line-height: 18px;
  text-align: right;
  /* width: 100%; */
  display: inline-block;
  margin-right: 24px;
  float: right;
}
#apczMenu > a:hover{
  color:#ffffff;
  text-decoration: underline;
}
