
/*wp-content/themes/alfred/style.css*/
/*
Theme Name: Silent Poetry Black
Description: Based on Wordpress classic.
Version: 1.0
Author: Alfred Faltiska
*/

img {
  -ms-interpolation-mode: bicubic;
}

body, html {
  height: 100%; 
  width: 100%;
  margin: 0; 
  padding: 0;
  border: 0;
  overflow: hidden;
  font: 10pt Arial, DejaVu Sans, Nimbus Sans L, Helvetica, Sans;
  color: #ccc;
}

body {
  background: url('res/fumes.jpg') top left no-repeat #232323;
  height: 100%; 
  width: 100%;
}

blockquote {
  margin: 1em 5px;
  border-left: 2px solid #555;
  padding-left: 10px; 
}

img {
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

a, a:hover, a:focus, a:visited {
  outline: none;
  color: #b0c0ff;
  text-decoration: none;
}

.menu {
  background: url('res/title.png') top right no-repeat; 
  border: 0; 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  right: 20px; 
  width: 210px; 
  text-align: right; 
  padding-top: 240px;
}

.menu_box {
  margin: 0 0 30px 0;
}

.menu_box a, .menu_box a:hover, .menu_box a:focus, .menu_box a:visited {
  outline: none;
  color: #f0f0f0;
  text-decoration: underline;
}

.background {
  height: 100%; 
  width: 100%;
}

.page {
  background: url('res/page.png') repeat; 
  position: absolute;
  left: 20px; 
  top: 20px; 
  bottom: 20px; 
  right: 230px; 
  overflow: hidden; 
  border: 2px solid #555;
  min-width: 600px; 
}

.content_box { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
}

.admin_header {
  position: absolute; 
  left: 20px; 
  top: 2px; 
  right: 230px; 
  overflow: hidden; 
  text-align: center;
}

a.admin_links, a.admin_links:hover, a.admin_links:focus, a.admin_links:visited {
  color: #999;
  text-decoration: none;
}

.admin_links {
  margin: 0 30px;
  
}

.motto {
  position: absolute; 
  left: 20px; 
  bottom: 20px; 
  display: table-cell;
  text-align: right;
  color: #555;
}

.motto_text {
  font-size: 10pt;
  margin-right: 8px;
}

.title_box { 
  height: 130px;
  width: 100%;
}

.page_title {
  font-size: 30px; 
  line-height: 30px;
}

.date_box {
  background: url('res/date_box.png') top left no-repeat;
  position: absolute;
  top: 70px;
  left: 0px;
  height: 83px;
  width: 80px;
  color: #555; 
  display: block;
  font-size: 12px;
  text-align: right;
  vertical-align: top;
  padding: 11px 8px;
  font-weight: bold;
}

.content {
  text-align: justify;
  padding: 0 20px;
}

.content P:first-letter {
  font-size : 12pt;
  line-height: 10pt;
}

.content P:first-child:first-letter {
  font-size : 20pt;
  line-height: 10pt;
}

h1 {
  font-size: 13pt; 
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 12pt;
  font-weight: normal;
  margin: 0;
}

.feedback {
  margin: 40px 20px 0 20px; 
  text-align: left;
}

.read_more {
  margin: 40px 20px; 
  text-align: left;
  display: table-cell;
}

.authors_index_column {
  width: 20%;
  text-align: left;
  vertical-align: top;
}

.authors_index_column_spacer {
  width: 5%;
}

.authors_index_section_header {
  color: #000; 
  background-color: #CCC; 
  padding: 2px 8px; 
  font-weight: bold; 
  text-align: center;
  margin-top: 30px;
}

.authors_index_entry {
  padding: 4px 20px 4px 8px; 
  border-bottom: 1px solid #333;
}

.underline_right {
  display: table-cell; 
  background: url('res/underline.png') no-repeat bottom right;
}

.underline_bottom {
  border-bottom: 1px solid #C0C0C0; 
  margin-bottom: 9px; 
  padding: 0 36px 2px 24px;
}

.post-edit-link, .comment-edit-link, .comment-reply-link {
  margin-left: 12px;
}

#cancel-comment-reply-link {
  margin-right: 12px;
}

.language_flag {
  vertical-align: middle;
  margin-left: 4px;
}

input, textarea {
  background: url('res/page.png') repeat; 
  color: #CCC;
  border: 2px solid #777;
}

button {
  background-color: #555; 
  color: #ddd;
  border: #999 1px ridge;
}

.read_more_label {
  color: #777;
  width: 140px;
  vertical-align: bottom;
  height: 26px;
  white-space: nowrap;
}

.read_more_value {
  white-space: nowrap;
  vertical-align: bottom;
}

#footer_container {
  position: absolute; 
  bottom: 0px; 
  left: 20px; 
  right: 230px; 
  height: 22px; 
  overflow: hidden; 
  text-align: center;
}

.footer_box {
  background: url('res/footer_bg.png') repeat;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  border-right: 2px solid #555;
  width: 600px;
  overflow: hidden;
  padding: 2px;
  height: 100%;
  margin: 0 auto;
}

#footer {
  width: 400px;
}

#show_btn, #hide_btn {
  float: right;
  top: 7px;
  right: 230px; 
  width: 17px;
  height: 11px;
}

#show_btn {
  display: none;
  background: url(res/open.png) no-repeat;
}

#hide_btn {
  background: url(res/close.png) no-repeat;
}

.search {
  background: url('res/zoom.png') no-repeat top right;
  height: 14px;
  padding-right: 16px;
  color: #555;
}

.imageFlow_box {
  top: 100px; 
  bottom: 20px; 
  position: absolute; 
  left: 0;
  width: 100%;
}
/*wp-content/themes/alfred/imgflow/imageflow.css*/
/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic;
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
    text-align: center;
	}
	.imageflow .caption {
		position:relative; 
		text-align:center;
		z-index:10001;
		font-size: 1.2em;
		padding-bottom: 6px;
	}
	.imageflow .scrollbar {
		border-top:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
		margin-left: auto;
		margin-right: auto;
	}
	.imageflow .info {
    background-color: #E0E0E0;
    color: black;
    font-size: 1.1em;
    padding: 4px 12px;
    margin: 0 20%;
    width: 60%;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 10000;
  }
	.imageflow .slider {
		background: url(imgflow/slider.png) no-repeat;
		height:14px;
		width:14px;
		margin:-8px 0 0 -7px;
		position:absolute;
		z-index:10003;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		width:17px;
		position:relative;
	}
	.imageflow .previous {
		background: url(imgflow/button_left.png) top left no-repeat;
		float:left;
		margin: -9px 0 0 -30px;
	}
	.imageflow .next {
		background: url(imgflow/button_right.png) top left no-repeat;
		float:right;	
		margin:-9px -30px 0 30px;
	}
}
/*wp-content/themes/alfred/slimbox/slimbox2.css*/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
