/**
 * plugins/themes/philosophical/philosophical.css
 *
 * Copyright (c) 2017-2023 Ca Foscari University
 * Copyright (c) 2017-2023 Stefano Bonetta
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Philosophical theme.
 *
 */
 
@import url('https://fonts.googleapis.com/css?family=Abel');

body {
	background-color: #fff;
	color: #444444;
	font-family: 'Abel',Helvetica,Arial,sans-serif;
	font-size: 130%;
}
a:link {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #000;
	text-decoration:underline;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #000;
	background: #fff;
	text-decoration:underline;
}
input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}
#container {
	text-align: center;
}

/*******************************************************/
/*					header	 	      	   */
/*******************************************************/
#header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #bbb;
	min-height:140px;
}
#headerTitle {
	color: #000000;
}
#header h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Abel',Helvetica,Arial,sans-serif;
}
	
#headerTitle > h1 > img{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#headerTitle > h1 > span.tit{
	position:absolute;
	top:30px;
	padding:0px 0px 10px 20px;
	margin:0px 0px 0px 0px;
}
#headerTitle > h1 > span.tit > small{
	font-size:34%;
	color:#999;
}
/*******************************************************/
/*					header 2	 	      	   */
/*******************************************************/
#main {
	background-color: white;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
}
#main h2 {
	padding-left: 10px;
	font-family: 'Abel',Helvetica,Arial,sans-serif;
}
#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
}
#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid black;
}
#content {
	padding-left: 10px;
	border-top: 0px solid #000;
}
#navbar > ul.menu > li,
ul.menu li,
ul.menu a{
	font-family: 'Abel',Helvetica,Arial,sans-serif;
	font-size:24px;
}
/*******************************************************/
/*					rightSidebar	 	      	   */
/*******************************************************/
#rightSidebar{
	padding-top:40px;
	padding-left:20px;
	
  	width: 14%;
 	margin-right: 10%;
  	margin-left: 0%;
	border-left: 1px solid #bbb;
}
/*******************************************************/
/*					typografy		 	      	   */
/*******************************************************/
#content h3 {
	font-family: 'Abel',Helvetica,Arial,sans-serif;
}

#content h4 {
	font-family: 'Abel',Helvetica,Arial,sans-serif;
}
/*******************************************************/
/*					footer		 	      	   */
/*******************************************************/

#pageFooter{
	border-top: 1px solid black;
	padding:20px 0px 20px 0px;
	margin-top:200px;
}
#main > div#content > table > tbody > tr > td > img,
#pageFooter > table > tbody > tr > td > img{
	width:140px;
	padding:0px 10px 0px 10px;
	margin:20px 40px 0px 40px;
}