@charset "utf-8";
/* CSS Document */

/* URL: www.console-oliva.com
   Author: Alessandro Console
   Last update: May 2010 */

html {
height:100%;
margin-bottom:1px;
overflow-y:scroll;
}

/* INDEX PAGE */

#apDiv0 {
	position:absolute;
	width:400px;
	height:600px;
	margin-left:-200px;
	margin-top:-300px;
	left:50%;
	top:50%;
	z-index:1;
	}
#footer {
	position:fixed;
	bottom:0px;
	width:100%;
	height:25px;
	z-index:2;
	}

/* CONTAINER */

#apDiv1 {
	padding:10px;
	width:750px;
	margin:0 auto;
	z-index:1;
	}

/* SIDEBAR */

#sidebar {
	position:fixed;
	width:190px;
	background-color:#FFFFFF;
	text-align:right;
	z-index:3;
	}
#logo {
	margin:2px 0 30px;
	z-index:4;
	}
#menù {
	z-index:4;
	}

#preview {
	position:fixed;
	bottom:30px;
	width:190px;
	text-align:right;	
	z-index:2;
	}
#copyright {
	position:fixed;
	bottom:0px;
	width:190px;
	height:25px;
	background-color:#FFFFFF;
	text-align:right;
	z-index:5;
	}

/* MAIN CONTENTS */

.page-title {
    margin:0 0 6px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
	font-family:Times New Roman;
	font-size:19px;
	color:#000000;
	}
.box {
    margin:0;
	border-bottom:1px solid #CCCCCC;
	padding-top:6px;
	padding-bottom:6px;
	}
#projects-data {
    margin:0;
	height:100px;
	padding-top:18px;
	overflow:hidden;
	}
#publications-img {
    margin:0;
	width:300px;
	padding-top:18px;
	float:left;
	display:inline;
	}
#publications-data {
    margin:0;
	width:225px;
	padding-top:18px;
	float:right;
	}

/* NEWS PAGE */

.post {
    margin:0;
	border-bottom:1px solid #CCCCCC;
	padding-top:18px;
	padding-bottom:18px;
	}
.post-title {
    font-family:Times New Roman;
	font-size:19px;
	color:#000000;
	}
.post-date {
    font-size:10px;
	color:#FFFFFF;
	background-color:#000000;
	padding:0px 2px;
	}
.post-img {
	text-align:center;
	}

/* FOOTER */

.backtotop {
	margin:12px 0 0;
	float:left;
	display:inline;
	}
.prev {
	margin:12px 0 0;
	float:left;
	display:inline;
	}
.next {
	margin:12px 0 0;
	float:right;
	}

/* BODY, LINK, ETC. */

a:link {
	text-decoration: none;
	color: #666666;	
	}
a:visited {
	text-decoration: none;
	color: #666666;
	}
a:hover {
	text-decoration: none;
	color: #000000;
	}
a:active {
	text-decoration: none;
	color: #000000;
	}

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}
body {
	background-color: #FFFFFF;
	}

/* OTHER TEXT STYLES */

.style1 {color: #FFFFFF; background-color: #000000; padding: 0px 2px;}
.style2 {color: #FFFFFF; background-color: #000000; padding: 0px 5px;}
.styleC {font-size: 10px}

/* Good Bye! */