/*

	kreader.css
	
	CSS file for KReader - Speed reading in javascript
	
	Written by Collin Green
	http://keeyai.com/projects-and-releases/kreader/

  Copyright 2008  Collin Green

    This file is part of KReader.

    KReader is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Foobar is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with KReader.  If not, see <http://www.gnu.org/licenses/>.


*/

/* This is for the wordpress plugin. Ignore if you aren't using that. */
#KReadLink
{
	font-weight: bold;
	color: blue;
}


#krOverlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
						
	background: #000000;
	cursor: pointer;
}

#krCenter
{
	width: 50%;
	margin-left: 25%;
	height: 300px;
	margin-top: 150px;
	
	border: 4px solid black;
	background-color: #FFFFFF;
	
	text-align: center;
}

#krText
{
	font-family: Courier New;
	width: 96%;
	margin-left: 1.5%;
	height: 50px;
	margin-top: 50px;
	
	font-weight: bold;
	
	font-size: 50px;
	text-align: center;
	overflow: hidden;
	
}

#krOptions
{

	margin: 10px 20px;
	margin-top: 80px;
	height: 85px;
	border: 1px solid black;
}

.krButton{ border: 1px solid black; float: left; width: 32px; height: 32px;}

.krPlay { background-image: url(../images/play.png); }
.krPause { background-image: url(../images/pause.png); }

#krClose { background-image: url(../images/close.png); width: 16px; height: 16px; }
#krReset { background-image: url(../images/jumpback.png); }
#krBack { background-image: url(../images/fastback.png); }
#krForward { background-image: url(../images/fastforward.png); }

#krSpeedbox {}


#krLinkBack { 


/*Uncomment this to remove the link back to keeyai.com

display: none;
*/

clear: both;

}
