@charset "UTF-8";

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.2b (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */

@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(basemod.css);
@import url(content.css);
@import url(form.css);
@import url(navigation/nav_simplebuttons.css);
@import url(navigation/nav_vlist.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_123_draft.css); */
body.has_subnav #main
{
	background-image: url(../images/vertical-orange-line.gif);
	background-repeat: repeat-y;
	background-position: 212px;
}

/* HomePage */
body.HomePage
{
	background-image: url(../images/shelves.jpg);
	background-repeat: no-repeat;
	background-position: center 298px;
}

body.HomePage #col1_content { margin-right: 0; padding-right: 20px; }
body.HomePage #main { margin-top: 30px;}


body.HomePage table.bookshelf
{
	padding: 0;
	margin: 0 0 28px 0;
	border: 0;
	width: 100%;
}

body.HomePage table.bookshelf td
{
	vertical-align: bottom;
	padding: 0 10px 0 0;
	margin: 0;
	border: 0;
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
}

body.HomePage table.bookshelf td.Content div#content-div
{
	vertical-align: bottom;
	margin: 0 10px 20px 10px;
	height: 180px;
	overflow: hidden;
}

body.HomePage table.bookshelf td.Content p
{
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 26px;
	font-style: italic;
	color: #000;
}

body.HomePage table.bookshelf td.descriptions
{
	width: 50%;
	height: 200px;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

body.HomePage table.bookshelf td.descriptions h3
{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #313130;
	margin: 10px 0 0 0;
}

body.HomePage table.bookshelf td.descriptions h4
{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #ff774f;
	margin: 0 0 10px 0;
}

body.HomePage table.bookshelf td.descriptions h5
{
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0;
}

body.HomePage table.bookshelf td.descriptions p
{
	font-size: 16px;
	line-height: 20px;
}

body.HomePage table.bookshelf td .description
{
	display: none;
	height: 200px;
	overflow: hidden;
	margin: 0 10px;
}

body.HomePage table.bookshelf td #description-display,
div#descriptions #description-display
{
	display: block;
}

/* RSSFeed */
.RSSFeed
{
	width: 500px;
	margin: 10px 0 20px 20px;
}

.RSSFeed h2
{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 14px;
	color: #FF683E;
	margin: .5em 0;
}

.RSSFeed a
{
	color: #666;
	margin: .5em 0;
	text-decoration: none;
}

.RSSFeed a:hover { text-decoration: underline; }

.RSSFeed .Title
{
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	margin-bottom: 0em;
}
.RSSFeed .Date
{
	font-size: 11px;
	color: #6B6159;
	margin-bottom: 0.5em;
	line-height: 16px;
}
.RSSFeed .FeedURL
{
	font-size: 13px;
	line-height: 16px;
	text-align: right;
}

/* BookIndex */
body.BookIndex #FeaturedBooks
{
	float: left;
	width: 430px;
}

body.BookIndex #FeaturedBooks .Book
{
	float: left;
	padding: 0 20px 20px 0;
	position: relative;
	width: 118px;
	height: 180px;
}

body.BookIndex #FeaturedBooks .Book img
{
	position: absolute;
	bottom: 0px;
}

body.BookIndex #FeaturedBooks #Book-4 img,
body.BookIndex #FeaturedBooks #Book-5 img,
body.BookIndex #FeaturedBooks #Book-6 img
{
	position: absolute;
	top: 20px;
	bottom: auto;
}

body.BookIndex #descriptions { margin: 0 0 0 430px; }

body.BookIndex #descriptions .description
{
	position: absolute;
	display: none;
	width: 247px;
	padding-top: 10px;
}

body.BookIndex .description
{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 16px 0;
}

body.BookIndex .description h3
{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
	color: #000;
	margin: 0;
}

body.BookIndex .description h4
{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #ff774f;
	margin: 0;
}

body.BookIndex .description h5
{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	margin: 0;
}



/* BioPage */
body.BioPage h2.JobTitle { margin-bottom: 0; }
body.BioPage p.Email { margin-top: 0; }
body.BioPage p.Email a { color: #000; }

/* BioIndex */
#bio-gallery { width: 700px; }

#bio-gallery .bio img
{
    display: block;
    width: 118px;
    height: 118px;
	float: left;
	border: 2px solid #fff;
}

#bio-gallery .bio .popup {
	position: absolute;
	z-index: 9000;
	display: none;
	width: 222px;
	padding: 14px 10px 14px 10px;
	background-color: #93c0ba;
	border: 0;
	opacity: .90;
}

#bio-gallery .bio .popup h2 { font-size: 17px; }
#bio-gallery .bio .popup h3 { font-size: 15px; }

#bio-gallery .bio a img.border
{
	border: 2px solid #FF683E;
}

#bio-gallery .bio .popup h2
{
	color: #fff;
	margin: 0;
}

#bio-gallery .bio .popup p
{
	color: #000;
	margin: 0;
}

/* Footer */
#footer p
{
	font-size: 14px;
	font-weight: bold;
	color: #fefffb;
	line-height: 1em;
	margin: 0;
}

#footer p span
{
	float: right;
	font-size: 9px;
	font-weight: normal;
	color: #000;
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
}

#footer p span a
{
	color: #000;
	text-decoration: none;
}

#footer p span a:hover { text-decoration: underline; }

/* AuthorIndex */
body.AuthorIndex div.to_top
{
	margin: 2em 0 3em 0;
	font-size: 11px;
}

body.AuthorIndex div.to_top a
{
	text-decoration: none;
	color: #8ac228;
	padding-left: 15px;
	background-image: url(../images/to_top_arrrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

body.AuthorIndex div#author_list h2 { margin: 0; }

body.AuthorIndex div#author_list h2 a
{
	text-decoration: none;
	color: #666;
}

body.AuthorIndex div#author_list li a:link
{
	text-decoration: none;
	color: #000;
}

body.AuthorIndex div#author_list li a:visited
{
	text-decoration: none;
	color: #000;
}

body.AuthorIndex div#author_list li a:hover { text-decoration: underline; }

body.AuthorIndex div#author_list ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.AuthorIndex div#author_list ul li
{
	margin: 0;
	padding: 0;
	line-height: 22px;
}

body.AuthorIndex div#author_search
{
	width: 225px;
	background-color: #93C0BA;
	color: #000;
	padding: 10px 15px;
	margin-left: 20px;
	float: right;
}

body.AuthorIndex div#author_search h2
{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

body.AuthorIndex div#author_search h3
{
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

body.AuthorIndex div#author_search ul,
body.AuthorIndex div#author_search ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

body.AuthorIndex div#author_search ul li
{
	color: #000;
	font-size: 14px;
	line-height: 14px;
	width: 22px;
	padding-left: 2px;
	height: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
	display: block;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	margin-bottom: 10px;
}

body.AuthorIndex div#author_search ul li a,
body.AuthorIndex div#author_search ul li a:link,
body.AuthorIndex div#author_search ul li a:visited
{
	text-decoration: none;
	color: #000;
}

body.AuthorIndex div#author_search ul li a:hover
{
	text-decoration: none;
	color: #eee;
}

/* AuthorIndex SearchResults */
body.AuthorIndex ul#SearchResults
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 400px;
}

body.AuthorIndex ul#SearchResults li
{
	font-size: 1em;
	font-weight: normal;
	padding: .5em 0;
	margin: 0;
	border-top: 1px solid #FF633D;
}

body.AuthorIndex ul#SearchResults li a:link
{
	text-decoration: none;
	color: #000;
}

body.AuthorIndex ul#SearchResults li a:visited
{
	text-decoration: none;
	color: #000;
}

body.AuthorIndex .pagination a:link
{
	text-decoration: none;
	color: #FF683E;
}

body.AuthorIndex .pagination a:visited
{
	text-decoration: none;
	color: #D1492F;
}

body.AuthorIndex ul#SearchResults li a:hover,
body.AuthorIndex .pagination a:hover { text-decoration: underline; }

body.AuthorIndex .pagination
{
	width: 382px;
	height: 2em;
	padding: .5em 0;
	font-size: 12px;
	font-weight: bold;
}

body.AuthorIndex .pagination .page-count { float: left; }
body.AuthorIndex .pagination .pages { float: right; }
body.AuthorIndex .pagination .pages a,
body.AuthorIndex .pagination .pages span { padding: 0 .25em; }
body.AuthorIndex .pagination.last { border-top: 1px solid #FF633D; }
