/*******************
* First, a reset
********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles!
:focus {
    outline: 0;
}*/
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}



/*******************
* Global
********************/

body {
    font-family: "Verdana", "Helvetica", "Tahoma", sans-serif;
}
a {
    color: #5a5;
    text-decoration: none;
    border-bottom: 1px dotted;
}
a:hover {
    border-bottom: 1px solid;
}

h1 {
	font-size: 270%;
}

h2 {
    font-size: 200%;
}

#container {
	position: relative;
}

#debug {
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin: 5px;
	background: #fcc;
	border: 1px solid #966;
	position: fixed;
	bottom: 0;
	left: 0;
}
#debug a {
	color: inherit;
	text-decoration: underline;
	border: none;
}

a.email .b, a.email .d, a.email .e, a.email .f, a.email .g, a.email .j {
	display: none;
}

.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

pre {
	font-family: monospace;
}





/*******************
* Header, messages, bodyer
********************/

#header {
    background: #555;
    color: white;
    padding: 4px 8px 6px;
}

#header a {
    color: inherit;
    border-bottom: none;
}

#messages {
	width: 100%;
	position: absolute;
}

#messages li {
	padding: 5px 8px;
}

#messages li.success {
	background: #cfc;
	border-bottom: 1px dotted #5a5;
}

#bodyer #content p,
p.story {
	font-size: 22px;
	margin: 1em 0;
	line-height: 1.2;
}
#bodyer ol,
#bodyer ul {
	font-size: 140%;
	line-height: 1.2;
}
#bodyer ul {
    list-style: disc;
}
#bodyer ul li {
	margin: .5em 0 .5em 2em;
	
}




/*******************
* Index
********************/

#index {
    margin: 0 auto;
    padding: 50px 0;
    width: 700px;
    width: 45em;
}

#index .nameblock p {
	font-size: 120%;
	margin-bottom: 2px;
	line-height: 1;
}
#index .nameblock .right {
	margin-top: 3px;
	text-align: right;
}
#index .nameblock .right a {
	border: none;
}
#index .nameblock h1 {
	margin-bottom: 5px;
}

#index #content {
	clear: both;
	padding: 25px 0;
}
#index h2 {
	background-color: #dfd;
	border-bottom: 2px solid #5a5;
	padding: 5px;
	margin: 1.8em 0 1em;
}

/****** Publications ******/
ol.publist li {
	list-style: decimal;
	margin: .5em 0 .5em 2em;
	font-size: 80%;
}
ol.publist span.title {
	font-weight: bold;
}
ol.publist div.abstract,
ol.publist div.bib {
	margin: 10px 0;
	padding: 0 10px;
	border-left: 5px solid;
	background: #eee;
}
ol.publist div.abstract p {	
	font-size: 100% !important;
	margin: 0 !important;
	padding: 8px 0;
}
ol.publist div.bib {
	overflow: auto;
}




/*******************
* Prowl
********************/

div.prowl {
    margin: 0 auto;
    padding: 80px 0 50px;
    width: 500px;
}

div.prowl p {
	margin: 10px 0 !important;
    line-height: 1.2;
}

ul.errorlist {
	color: red;
}

div.prowl textarea {
	width: 99%;
	font-size: 150%;
	font-family: inherit;
	height: 3.8em;
}

div.prowl form {
	text-align: center;	
}

div.prowl input {
	font-size: 100%;
}





/*******************
* Trip gallery
********************/

div.gallery_page_container {
    margin: 0 auto;
    padding: 50px 0;
    width: 730px;
}

#trip_summary {
	margin: 15px 0;
	padding: 3px 10px 5px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	background-color: #ddd;
}
#trip_summary p.title {
	margin-bottom: 6px;
}
#trip_summary p {
	margin: 3px 0;
	font-size: 90%;
}

#trip_summary .current {
    font-weight: bold;
}

div.gallery_page_container p.story.right {
    text-align: right;
}

div.flickr_img {
    background: #555;
    margin: 15px auto;
    width: 730px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

div.flickr_img div.img_link {
    visibility: hidden;
    opacity: 60%;
    position: absolute;
    top: 20px;
    left: 15px;
}
div.flickr_img:hover div.img_link {
    visibility: visible;
}

div.flickr_img div.img_link a {
    background: #555;
    opacity: .3;
    padding: 6px 8px;
    color: white;
    text-decoration: none;
    font-size: 80%;
    border-bottom: none;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
div.flickr_img div.img_link a:hover {
    opacity: .8;
    border-bottom: none;
}

div.flickr_img img {
    margin: 15px 0 0;
    width: 700px;
}

#bodyer div.flickr_img p.caption {
    color: white;
    margin: 8px 15px -6px;
    font-size: 100%;
}








/*
DEP
.res-teaser {
}
.res-teaser:hover {
	background: #bbb;	
}
.res-teaser p {
}
.res-teaser img {
	border-left: 1px dotted;
	margin: 0 0 10px 10px;
	padding-left: 10px;
	float: right;
}
*/








