/**
 * styles/sidebar.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 sidebar(s).
 *
 */

/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
	
}

#sidebar div.block {

   width:175px;
   height: auto;
   text-align:center;
	margin: 0px auto 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
	
	padding: 0.1em;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-bottom:0.15em;
    padding-left: 0.1em;
	
	background: white none repeat scroll 0% 0%;
    background-color: white;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
	
/*	 background: linear-gradient(top, #54713D 0, #000000 100%) no-repeat;
   background: -webkit-linear-gradient(top, #54713D 0, #000000 100%) no-repeat;
   background: -moz-linear-gradient(top, #54713D 0, #000000 100%) no-repeat;
   background: -o-linear-gradient(top, #54713D 0, #000000 100%) no-repeat;
   background: -ms-linear-gradient(top, #54713D 0, #000000 100%) no-repeat;
   background: linear-gradient(top, #54713D 0, #000000 100%) no-repeat;
   -svg-background: linear-gradient(top, #54713D 0, #000000 100%) no-repeat;*/
	
	border: 4.5px solid #298A08;
    border-top-width: 4.5px;
    border-right-width: 4.5px;
    border-bottom-width: 4.5px;
    border-left-width: 4.5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #298A08;
    border-right-color: #298A08;
    border-bottom-color: #298A08;
    border-left-color: #298A08;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;

    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
	
border-radius: 21px 0px 21px 2px;
-moz-border-radius: 21px 0px 21px 2px;
-webkit-border-radius: 21px 0px 21px 2px
	
	overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
	font-size: 1.1em;
	padding-bottom: 1.5em;
	/*modificar color de las letras*/
}

/*#sidebarUser {
 border-top: 1px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
}
#sidebarLanguageToggle {
 border-top: 1px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  border-left: 1px solid red;
}*/

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align:center;
	font-family:Futura BdCn BT;
font-size:12px;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
	
}
