/**
 * classicBlue.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
	background-color:#E5E5E5;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	height:100%;	
}
a {
	color: #338C5F !important;
}
a:hover {
	color:#163E55 !important;
	background:none;
}
#container {
	width: 1000px !important;
	height:100%;
	margin: 0 auto;
	background-color:  #FFF;
	border:0;
	margin-bottom:10px !important;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#main {
	float: none !important;
	width:100%;
	overflow: hidden;
	padding:0;
}
#header {
	background:  #E5E5E5;
}
#header h1 {
	color:#338C5F;
	font-family: Arial,Helvetica,sans-serif;
	padding:15px;
	text-align:center;
}
#title_webometrics {
	font-size:1.5em !important;
	text-shadow:
                -1px 1px 0 #ddd,
                -2px 2px 0 #c8c8c8,
                -3px 3px 0 #ccc,
                -4px 4px 0 #b8b8b8,
                -4px 4px 0 #bbb,
                0px 1px 1px rgba(0,0,0,.4),
                0px 2px 2px rgba(0,0,0,.3),
                -1px 3px 3px rgba(0,0,0,.2),
                -1px 5px 5px rgba(0,0,0,.1),
                -2px 8px 8px rgba(0,0,0,.1),
                -2px 13px 13px rgba(0,0,0,.1);
}
#subtitle_webometrics {
	color: #FFF;
	text-shadow:
		0 0 10px #000,
                -1px 1px 0 #CCC,
                -2px 2px 0 #B8B8B8,
                -3px 3px 0 #BBB,
                -4px 4px 0 #A8A8A8,
                -4px 4px 0 #AAA,
                0px 1px 1px rgba(0,0,0,.4),
                0px 2px 2px rgba(0,0,0,.3),
                -1px 3px 3px rgba(0,0,0,.2);
}
#navbar {
	color:#FFF;
	background-color: #FFF;
	border:0;
}
#navbar ul {
	background:  #E5E5E5;
	border-bottom: 10px solid #276B49;
}
#navbar ul li {
	display:inline-block;
	text-align:center;
	padding-right: 0.5em;
}
#navbar ul li:first-child {
	margin-left: 5px;
	text-align:center;
}
#navbar ul li a {
	display:inline-block;
	background: -moz-linear-gradient(top, #4CD490 0%, #338C5F 40%);
	background: -webkit-linear-gradient(top, #4CD490 0%, #338C5F 40%);
	background: -ms-linear-gradient(top, #4CD490 0%, #338C5F 40%);
	background: -o-linear-gradient(top, #4CD490 0%, #338C5F 40%);
	background: linear-gradient(top, #4CD490 0%, #338C5F 40%);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	text-shadow: 2px 3px 3px rgba(10, 10, 10, 0.4);
	text-transform: uppercase;
	color:#FFF !important;
	height:100%;
	font-size: 0.8em;
	line-height: 20px;
	font-weight: bold;
	width:100%;
	padding: 10px;
	text-shadow: rgba(10, 10, 10, 0.4) 2px 3px 3px;
}
#navbar ul li a:hover {
	background: -moz-linear-gradient(top, #F4D7BA 0%, #F97E05 40%);
	background: -webkit-linear-gradient(top, #F4D7BA 0%, #F97E05 40%);
	background: -ms-linear-gradient(top, #F4D7BA 0%, #F97E05 40%);
	background: -o-linear-gradient(top, #F4D7BA 0%, #F97E05 40%);
	background: linear-gradient(top, #F4D7BA 0%, #F97E05 40%);
}
#breadcrumb {
	display: none;
}
#content {
	padding-left:1em !important;
	border:0;
}
input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 2px 3px 3px rgba(10, 10, 10, 0.4);
	text-transform: uppercase;
	height:100%;
	font-size: 1em;
	text-shadow: rgba(10, 10, 10, 0.4) 2px 3px 3px;
}
input.defaultButton {
	background: -moz-linear-gradient(top, #4CD490 0%, #276B49 40%,  #338C5F 100%);
	background: -webkit-linear-gradient(top, #4CD490 0%, #276B49 40%,  #338C5F 100%);
	background: -ms-linear-gradient(top, #4CD490 0%, #276B49 40%,  #338C5F 100%);
	background: -o-linear-gradient(top, #4CD490 0%, #276B49 40%,  #338C5F 100%);
	background: linear-gradient(top, #4CD490 0%, #276B49 40%,  #338C5F 100%);
	color: #FEFEFE;
	font-weight: bold;
}
input.defaultButton:hover {
	background: -moz-linear-gradient(top, #338C5F 0%, #276B49 40%, #4CD490 100%);
	background: -webkit-linear-gradient(top, #338C5F 0%, #276B49 40%, #4CD490 100%);
	background: -ms-linear-gradient(top, #338C5F 0%, #276B49 40%, #4CD490 100%);
	background: -o-linear-gradient(top, #338C5F 0%, #276B49 40%, #4CD490 100%);
	background: linear-gradient(top, #338C5F 0%, #276B49 40%, #4CD490 100%);
	color: #FFF;
}
/*
#announcements {
	width: auto;

#leftSidebar {
	position:absolute;
	top:0;
	width: 1000px !important;
	height:190px;
	margin: 0 auto;
	padding:0;
	font-size:10px;
}
#leftSidebar br {
	display:none;
}
#leftSidebar div {
	float:left;
}
#sidebarFontSize {
	position:absolute;
	left:1%;
	color:#000;
}
.pkp_controllers_fontController_smallFont:hover {
  background:url(../../../lib/pkp/templates/images/icons/font-down.png);
}
.pkp_controllers_fontController_defaultFont:hover {
  background:url(../../../lib/pkp/templates/images/icons/font-default.png);
}
.pkp_controllers_fontController_largeFont:hover {
  background:url(../../../lib/pkp/templates/images/icons/font-up.png);
}
#notification {
	position:absolute;
	left:50%;
	margin-left:-8em;
	color:#000;
	text-align:center;
	width:16em;
}
#notification ul {
	letter-spacing:-4px;
	margin:0;
	padding:0 0.5em;
	background: -moz-linear-gradient(left, #949494 0%, #106A0A 50%, #949494 100%);
	background: -webkit-linear-gradient(left, #949494 0%, #106A0A 50%, #949494 100%);
	background: -ms-linear-gradient(left, #949494 0%, #106A0A 50%, #949494 100%);
	background: -o-linear-gradient(left, #949494 0%, #106A0A 50%, #949494 100%);
	background: linear-gradient(left, #949494 0%, #106A0A 50%, #949494 100%);
}
#notification ul li {
	padding:0 0.5em;
	letter-spacing:normal;
	display:inline-block;
}
#notification ul li:first-child {
    border-left: 0px none;
}
#notification a {
	color:#FFF !important;
	height:100%;
	width:100%;
	padding: 0 0.5em;
}
#notification a:hover {
	text-decoration:none;
}
#rightSidebar {
	position:absolute;
	top:21.2em;
	width: 1000px !important;
	height:2.6em;
	margin:0;
	padding:0;
}
#sidebarNavigation {
	position:absolute;
	right:10px;
	top:80px;
	line-height:2.6em;
}
#sidebarNavigation form {
	float:right;
/* 	width:30em; */ /*
	height:28px;
	bottom:0;
	right:3px;
	border:0;
	font-size:10px;
}
#sidebarNavigation form table tr {
	display:inline-block;
	float:left;
	margin:0;
}
#sidebarNavigation form table tr td input.textField {
	width:20em;
	height:1.8em;
	font-size:1em;
	overflow:hidden;
	padding: 5px auto;
	background-color:#EEE;
	border: 1px solid #949494;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
#sidebarNavigation form table tr td input.textField:focus {
	border: 1px solid #6B6B6B;
	background-color:#FFF;
}
#sidebarNavigation form table tr td input.button {
	width:5em;
	height:1.8em;
	padding:0;
	font-size:1.2em;
	border: 1px solid #6B6B6B;
	cursor:pointer;
	color:#FFF;
	text-transform: uppercase;    
	background-color: #650A6A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AF11B8), to(#650A6A));
	background-image: -webkit-linear-gradient(top, #AF11B8, #650A6A);
	background-image: -moz-linear-gradient(top, #AF11B8, #650A6A);
	background-image: -ms-linear-gradient(top, #AF11B8, #650A6A);
	background-image: -o-linear-gradient(top, #AF11B8, #650A6A);
	background-image: linear-gradient(top, #AF11B8, #650A6A);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;      
	text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
}
#sidebarNavigation form table tr td input.button:hover,
#sidebarNavigation form table tr td input.button:focus {		
	background-color: #AF11B8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#650A6A), to(#AF11B8));
	background-image: -webkit-linear-gradient(top, #650A6A, #AF11B8);
	background-image: -moz-linear-gradient(top, #650A6A, #AF11B8);
	background-image: -ms-linear-gradient(top, #650A6A, #AF11B8);
	background-image: -o-linear-gradient(top, #650A6A, #AF11B8);
	background-image: linear-gradient(top, #650A6A, #AF11B8);
}
#sidebarNavigation form table tr td input.button:active {
	outline: 0;    
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}
  
#sidebarNavigation form table tr td input.button::-moz-focus-inner {
	border: 0;
}
#sidebarNavigation span.blockTitle, #sidebarNavigation span.blockSubtitle, #sidebarNavigation form select.selectMenu {
	display:none !important;
}
#sidebarNavigation span.blockSubtitle:last-of-type {
	display:inline-block !important;
	float:left;
	margin: 0;
	padding:0;
	width:auto;
	color:#FFF;
	font-size:1.2em;
	text-transform: uppercase;
	font-weight:bold;
	clear:both;
}
#sidebarNavigation span.blockSubtitle:last-of-type:after {
	content:" : "
}
#sidebarNavigation ul {
	position:absolute;
	display:block;
	float:left;
	width:11em;
	font-size:1.2em;
	letter-spacing:-4px;
	margin:-4.2em 0 0 7em;
	padding:0;
	list-style:none;
	height:11em;
	clip:rect(6.6em,11em,8.8em,0);
	overflow:hidden;
	background:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
}
#sidebarNavigation ul:hover {
	overflow:visible;
	clip:auto;
	border:1px solid #949494;
	background-color:#6B6B6B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#6B6B6B));
	background-image: -webkit-linear-gradient(top, #949494, #6B6B6B);
	background-image: -moz-linear-gradient(top, #949494, #6B6B6B);
	background-image: -ms-linear-gradient(top, #949494, #6B6B6B);
	background-image: -o-linear-gradient(top, #949494, #6B6B6B);
	background-image: linear-gradient(top, #949494, #6B6B6B);
}
#sidebarNavigation ul li {
	text-transform: uppercase;
	padding:0 !important;
	letter-spacing:normal;
	width:100%;
}
#sidebarNavigation ul li:nth-last-of-type(2) {
	background-color:#6B6B6B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#6B6B6B));
	background-image: -webkit-linear-gradient(top, #949494, #6B6B6B);
	background-image: -moz-linear-gradient(top, #949494, #6B6B6B);
	background-image: -ms-linear-gradient(top, #949494, #6B6B6B);
	background-image: -o-linear-gradient(top, #949494, #6B6B6B);
	background-image: linear-gradient(top, #949494, #6B6B6B);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;      
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 #000;
}
#sidebarNavigation ul li:nth-last-of-type(2):hover {
	background:none;
	border:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#sidebarNavigation ul li a {
	color:#FFF !important;
	display:inline-block;
	height:100%;
	width:10.5em;
	padding-left: 0.5em;
}
#sidebarNavigation ul li a:hover {
	background-color:#FFF;
	color:#106A0A !important;
}
#sidebarLangFlags {
	position:absolute;
	left:850px;
}
#sidebarLangFlags span {
	width:50px;
	height:48px;
	display:block;
	float:left;
}
#sidebarLangFlags span span {
	width:48px;
	height:33px;
	margin-top:7px;
	text-align:center;
	line-height:33px;
	font-size:16px;
	font-weight:bold;
	background-image:none;
	opacity:0;
	color:#FFF;
}
#sidebarLangFlags span span.current, #sidebarLangFlags span span:hover {
	background: rgba(100, 100, 100, 0.5);
	opacity:1;
}
#content {
	margin:0;
	padding:0 10px;
	border:0;
}
#main h2, #content h3, #content h4 {
	font-family: Arial,Helvetica,sans-serif;
}
#main h2 {
	margin-left:10px;
	margin-top:5px;
/*	width:auto;
	background-color:#650A6A;
	color:#FFF;
	display:inline-block;
	padding:5px;
	border:1px solid #650A6A;
	font-size:1em; */
} /*
#footer {
	width:980px;
	height:100%;
	background-color:#106A0A;
	color:#FFF;
	text-align:left;
}
#footer_menu {
	color:#FFF;
	text-align:center;
	height:1.2em;
	font-size:1.5em;
	background:#6B6B6B;
}
#footer_menu ul {
	letter-spacing:-4px;
}
#footer_menu ul li {
	padding:0 !important;
	letter-spacing:normal;
	border-left: 1px solid #FFF;
	display:inline-block;
}
#footer_menu ul li:first-child {
	border-left: 0px none;
}
#footer_menu a {
	color:#FFF !important;
	text-decoration:none;
	height:100%;
	width:100%;
	padding: 0.5em;
}
#footer_menu a:hover {
	text-decoration:underline;
	background:none !important;
}
#footer_last {
	text-align:right;
	width:100%;
	background-color:#D6D6D6;
}

