/*******************
* 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
********************/
html {
	height: 100%;
}
body {
    font-family: "Verdana", "Helvetica", "Tahoma", sans-serif;
	height: 100%;
}
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;
}
.center {
	text-align: center !important;
}
.clearboth {
	clear: both;
}

em {
   font-style: italic;
}
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: #ddd;
}
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;
}

div.prevNext a.prev {
	float: left;
}
div.prevNext a.next {
	float: right;
}

#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;
}
#trip_summary .current a {
	color: inherit;
	border: none;
}
#trip_summary span.notDone {
	color: #888;
	font-style: italic;
}

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



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

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

div.flickr_vid:hover div.img_link,
div.flickr_img:hover div.img_link {
    visibility: visible;
}
div.flickr_vid div.img_link a,
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_vid div.img_link a:hover,
div.flickr_img div.img_link a:hover {
    opacity: .8;
    border-bottom: none;
}

div.flickr_vid object {
}
div.flickr_img img {
    width: 700px;
}

div.flickr_vid p.caption,
div.flickr_img p.caption {
    color: white;
    margin: 8px 15px -6px;
    font-size: 100%;
    line-height: 1.4;
}
div.jkhint {
	opacity: .5;
	background: #ccc;
	padding: 10px;
	width: 100px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    position: absolute;
    right: 0;
    box-shadow: 0px 3px 10px 0px #000;
	-moz-box-shadow: 0px 3px 10px 0px #000;
	-webkit-box-shadow: 0px 3px 10px 0px #000;
	z-index: 1;
}
div.jkhint p {
	margin: 5px 0;
	text-align: center;
}
div.jkhint img {
	width: 40px;
	display: block;
	margin: 0 auto;
}

/*******************
* Quotes
********************/

div.quotepage div.quote {
	margin: 15% auto 0;
	width: 80%;
	position: relative;
}
div.quotepage p.text {
	margin-bottom: .8em;
}
div.quotepage p.author {
	text-align: right;
	font-size: 40px;
}
div.quotepage p.author span.extra {
	display: block;
	opacity: 0;
}
div.quotepage p.author:hover span.extra {
	opacity: 1;
}
div.quotepage {
	font-family: "Hoefler Text", "Georgia", serif;
	line-height: 1.3;
	font-size: 60px;
}
div.quotepage.gt100 {
	font-size: 52px;
}
div.quotepage.gt200 {
	font-size: 45px;
}
div.quotepage.gt400 {
	font-size: 35px;
}
div.quotepage.gt1000 {
	font-size: 26px;
}




/*******************
* Books
********************/

#books {
    margin: 0 auto;
    padding: 50px 0;
    width: 700px;
}
#books h1 {
	margin: 0 0 .5em;
}

#books h2 {
	background-color: #dfd;
	border-bottom: 2px solid #5a5;
	margin: 1em 0 1em;
	padding: 5px;	
}

#books div.review {
	margin: 4em 0;
}

#books div.cover {
	float: left;
}
#books div.cover p img {
	max-height: 160px;
	max-width: 100px;
}
#books div.cover p a {
	border-bottom: none;
}

#books div.review div.main {
	margin-left: 120px;
}
#books div.review div.main div.rating {
	float: right;
}
#books div.review div.main p.author a {
	border-bottom: none;
	display: inline-block;
}
#books div.review div.main p.author a:hover {
}
#books div.review div.main p.author img {
	max-height: 40px;
	max-width: 50px;
	margin-right: .5em;
	vertical-align: middle;
}
#books div.review div.main p.author a span.name {
	border-bottom: 1px dotted;
}
#books div.review div.main p.author a:hover span.name {
	border-bottom: 1px solid;	
}

#books div.review p.title {
	font-family: "Hoefler Text", "Georgia", serif;
	font-size: 220%;
}
#books div.description p {
	font-size: 80%;
	margin: .7em 0;
}



/*******************
* Calendar
********************/

div.calendar_page_container {
    margin: 0 auto;
    text-align: center;
    padding: 1em;
}
div.calendar_page_container h2 {
	margin: .3em 0 .5em;
}



/*******************
* Story pages
********************/

div.story_container {
    margin: 0 auto;
    padding: 50px 0;
    width: 730px;
}
div.story_container p {
	font-size: 22px;
	margin: 1.5em 0;
	line-height: 1.7;
	text-indent:50px;
	text-align: justify;
}
div.story_container p.noindent {
	text-indent:0;
}
div.story_container p.aside {
	margin: 15px 0;
	background-color: #ddd;
	padding: 3px 10px 5px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	font-size: 90%;
}



/*******************
* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ 
********************/
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}




/*
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;
}
*/









