/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Gil Sans, Arial, sans-serif;
	font-size: 12pt;
	background-image: url(/cloudscape.jpg);
	background-repeat: repeat;
	color: black;
	margin-top: 5px;
	margin-left:60px;
	margin-right:60px;
}

/* Align the content of the cells to the top. */
td {
	text-align: left;
	vertical-align: top;
}

/* Header */
h1 {
	/*font-size: 30px;*/
	font-weight: bold;
}

.abstract-atitle {
        margin-top:0;
}

.abstract-read-more {
	margin-bottom:12pt;
}

/* Custom link styles */
a:active {
	color: #660099;
}

a:visited {
	color: #6600CC;
}

a:hover {
	color: #660099;
}

a:link {
	color: #660099;
}

.photostory .image-block {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5pt;
}

.photostory .image-decor {
	font-size:8pt;
	font-weight:bold;
	padding-left:5pt;
	margin-bottom:6pt;
}

.image-caption {
	font-variant:small-caps;
}

.image-credit {
	font-style:italic;
	margin-left:40pt;
}

.footer {
    text-align:right;
    margin-top:20px;
    font-size:xx-small;
}

a.menu {
    padding:3px;
    margin-left:8px;
    }