/*
vim: set ts=4 et nu ai syntax=css indentexpr= ff=unix :vim
Description: Stylesheet for Poem Formatter
Author: Walter Werther
Version: 0.1
*/

/* ----------- Poem Formatter -------------*/

@font-face {
font-family: 'PecitaBook';
src: url('http://openfontlibrary.org/assets/fonts/pecita/3fda2eeb6ff7dc73a5f417848cb46af0/afa9f4d8e587118d97498af0231451a2/PecitaBook.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'IntuitiveRegular';
src: url('http://openfontlibrary.org/assets/fonts/intuitive/71763f72bef454e1fc6ac6ddc2fd8e7f/bd58d33185009e4b01715d0264d7ac6e/IntuitiveRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
} 


.poem {
    padding:0px;
    padding-top:10px;
    padding-bottom:10px;
}

.poem_box {
	position:relative;
    right:0px;
    bottom:0px;
	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
	font-family: 'IntuitiveRegular';
	background-color: #000000;
	color:#FFFF00;
	vertical-align:middle;
    padding-top:0px;
    padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	white-space: nowrap;
}

.poem_title { 
    font-family: 'PecitaBook'; 
    color:#FF0000; 
    text-align:center; 
    font-size:40px;
}

.poem_center {
	text-align:center;
}

.poem_right {
	text-align:right;
}

.poem_left {
	text-align:left;
}

.poem_empty {
}
