/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222222;    
	text-align: justify;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #DD5500;
}


p, ol, ul {
}

blockquote {
	border-left: 5px solid #DDDDDD;
}

a {
	color: #6AA2FD;
}

a:hover {
	text-decoration: none;
	color: #FF7400;
}

img {
	border: none;
}

/* Header */

#header {
	width: 920px;
	height: 50px;
	margin: 0 auto 0 auto;
}

#logo h1 {
	color: #3B3B3B;
	letter-spacing: -3px;
	font-size: 2.1em;
	font-weight: bold;
}

#arbhebname {	
	color: #3B3B3B;
	letter-spacing: 0px;
	font-size: 0.5em;
	font-weight: bold;

}

#logo  {
	padding: 10px 0 0 0;
}

#logo h2 {
	color: #3B3B3B;
	letter-spacing: -2px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo h3 {
	color: #3B3B3B;
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}


#logo p {s
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
}


.sep {
         border: 0;
	 margin: 0 auto;
	 color: #6AA2CC;
	 background-color: #6AA2CC;
	 height: 5px;
	 width: 100%;
}


/* Menu */

.menu {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	background-color: #F9F9F9;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: inline;
	padding: 7px 30px 0 30px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #0022FF;
}

.menu a:hover {
	text-decoration: underline;
	color: #AA0000;
}


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
}

/* Content */

#content {
	width: 920;
}

.post {
    display: none;
}

.post h1 {
        font-family: 'Cochin', 'Cochin', 'Times New Roman', serif;
	font-size: 1.5em;
	padding: 10px 0px 10px 0px;
}

.post h2 {
        font-family: 'Cochin-Italic', 'Cochin', 'Times New Roman', serif;
	font-size: 1.3em;
	padding: 10px 0px 10px 0px;
}

.post h3 {
        font-family: 'Cochin-Italic', 'Cochin', 'Times New Roman', serif;
	font-size: 1.1em;
	padding: 10px 0px 10px 0px;
}



.post .links {
	height: 29px;
	margin: 20px 0 0 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}


#clustrMapsImg {
	width: 157px;
}


/* Footer */

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 30px 0;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;	
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}



.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


.pubfilters {
	font-size: 0.8em;
}


/* List of publications */

#publications h3 {
    color: red;   
}

#publications {
    font-size: 0.9em;

}


/* popup image */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}


.exline0
{
	background: #DDDDDD !important;
	witdh: 100%
}

.exline1
{
	background: #F8F8F8 !important;
	witdh: 100%
}

/* Message box */


.confirmbox {
    background-color:#F2F5A9;
    color:#151515;
    border:1px solid #9C6;
    margin:10px  0px;
    padding:5px;
    position:fixed;
    top:100px;
    right:500px;
    font-size: 1.2em;
    text-align: center;
    max-width: 200px;
    min-width: 200px;

}
