/*styles for the plenty 2k14 */
body
{
	background-color: #FFF;
	color: #000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	line-height:150%;
}

/*uusi uljas banneritausta*/
div.lohariheader
{	background-image: url(graphics/loharitausta.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 800px;
	height: 152px;
	background-repeat: no-repeat; }
	
/*kiva yksinkertainen ja pelkistetty naviratkaisu*/	

div.naviarea
{	position: absolute;
	left: 280px;
	top: 120px;
	height: 34px;
	width: 520px;
	background-color: #6699cc;
	margin: 0px;
	padding: 0px; }
	
p.navi
{	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 1.5em;
	text-align:center;
	vertical-align: middle;
	letter-spacing: 0.1em; }


/*navin linkit*/

a.mainnavi:link
{	margin: 15px;
	color: #003366;
	background: transparent none;
	text-decoration: none;
}

a.mainnavi:visited
{	margin: 15px;
	color: #330066;
	background: transparent none;
	text-decoration: none;
}
				
a.mainnavi:hover
{	margin: 15px;
	color: #003;
	background: #99ccff;
	text-decoration: none;
	padding: 10px 0px 3px 0px;
	font-style: normal;
}				

/*navi paattyy*/

p
{
	margin: 3px 10px 5px 10px;
	padding: 5px;
}

p.centered
{ text-align: center; }

ul, li
{
	margin: 5px 5px 5px 0px;
	text-indent: 0px;
}
 
em
{	font-style: italic;
	font-weight: bold; } 

h1
{
	font-size: 1.4em;
	text-align: left;
	margin: 15px 10px 5px 10px;
	letter-spacing: 0.1em;
	color: #003;
	padding: 0px 5px 0px 5px;
}
	
h2
{
	font-size: 1.2em;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 15px 10px 5px 10px;
	color: #036;
	padding: 0px 5px 0px 5px;
}

h3
{
	font-size: 1.0em;
	text-align: left;
	margin: 15px 10px 5px 10px;
	color: #036;
	padding: 0px 5px 0px 5px;
}

div.content
{	background-image: url(graphics/bluebg.jpg);
	background-repeat: repeat;
	background-color: #FFF;
	background-position: 0px 0px;
	z-index:-2; }

div.vasen
{	float: left;
	width: 40%;
	background: #efefef;
	margin: 25px 12px 25px 25px;
	border-color: #333;
	border-width: 1px;
	border-style: solid; }
	
	
	
div.oikea
{	float: left;
	width: 40%;
	background: #fff;
	margin: 25px 12px 25px 12px;
	border-color: #333;
	border-width: 1px;
	border-style: solid; }


/*front page boxes*/


div.writings
{
	float: left;
	width: 315px;
	display: inline;
	background: #fff;
	margin: 25px 0 25px 0;
	font-size: 0.8em;
	padding: 7px;
}

	div.news
{
	float: left;
	width: 400px;
	display: inline;
	background: #efefef;
	margin: 25px 0 25px 0;
	padding: 7px; }
	
div.frontstores
{
	float: left;
	width: 280px;
	display: inline;
	background: #fff;
	margin: 25px 0 25px 0; 
	padding: 7px; }


p.stores
{
	margin: 0px;
	padding: 0px;
}

div.share, p.share
{
	font-size: 0.9em;
	text-align: right;
}
h2.share
{
	font-size: 0.8em;
	text-align: right;
	margin: 0px 10px 0px 10px;
}

/*stuff for the book quotes*/
/*not sure if these work with teh new layout*/
/*which new layout is that*/

.quote
{	font-family: 'Bookman Old Style', Georgia, Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 10px;
	letter-spacing: 0.1em; }

div.random
{
	font-family: 'Bookman Old Style', Georgia, Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: larger;
	padding: 0px;
	margin: 0 0 25px 0;
	letter-spacing: 0.1em;
	background-color: #FFF;
	background-image: url(../graphics/quotes.jpg);
	background-repeat: no-repeat;
}

cite
{
	color: #333;
	font-style: normal;
	margin: 0px;
	letter-spacing: 0em;
	text-align: right;
	font-weight: bold;
}

.form { padding: 10px; }

.credit
{	margin: 15px 15px 1px 25px;
	text-indent: 15px;
	font-style: italic;
	font-weight: lighter; }

.icons
{	padding: 10px;
	text-indent: 0px; } 

div.fl
{	margin: 5px 25px 5px 25px;
	text-indent: 0px;
	border-color: #003;
	border-width: 1px;
	border-style: solid;
	padding: 3px 10px 3px 10px; }


div.footer
{	clear: both;
	background-color: #FFF;
	border-width: 3px 0 0px 0;
	border-style: solid none none none;
	border-color: #033 #033 transparent #033;
	text-align: left;
	font-size: smaller;
	margin: 0px;
	letter-spacing: 0.1em;
	padding: 5px; }

p.smallcentered
{
	font-size: smaller;
	text-align: center;
}


div.frontpagefls
{
	background-color: #95a6c0;
	margin: 12px;
	padding: 2px 7px 3px 7px;
}

a:link { color: #003; 
		background: transparent none; 
		text-decoration: underline; }

a:visited { color: #666; 
		background: transparent none; 
		text-decoration: underline; }

a:hover
{	color: #036;
	text-decoration: none;
	background: transparent none; }
	

a:active { color: #9999cc;
		background: transparent none; 
		text-decoration: none; }

/*	FanUpdate 2.0	*/

div#fanupdate {}

h2.news
{
	font-size: 1.2em;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 15px 10px 5px 10px;
	color: #036;
	padding: 0px 3px 0px 3px;
}

h3 {}
p {}

/*	Entries			*/

div.post { clear: both; }

div.news
{ }

p.catfile
{ }

.newsinfo
{	font-size: 0.8em;
	text-align: left;
	font-style: italic;
	margin: 3px 8px 2px 8px;
	color: #036; }

/*	Comments		*/

div#comments {}

div.comment
{	clear: both;
	padding: 0.5em;
	margin: 10px;
	min-height: 150px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	background: #e4e4e4e4e4e4; }

div.comment p {padding: 0 0 0 3em;}

div.comment p.commenter {padding: 0;}

div.odd {background: #ffffff;}

div.author {}

div#newComment {}

img.gravatar
{	float: left;
	margin: 5px; }

/*	Comment Form		*/

div.comments-form {  }

form#comments-form {}

form#comments-form p {}

p.news_ala
{
	text-align: right;
	font-size: 0.8em;
	border-color: transparent transparent #033 transparent;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	padding: 0 0 3px 0;
	clear: both;
}

img.share
{
	padding: 0px;
	margin: 0px;
	position: -20px;
} 

p.news_yla
{	font-size: 0.8em;
padding: 0px 3px 0px 3px;
}

p#cmt-rules { }
p#cmt-moderation {}

fieldset 
{	border: 1px solid #e4e4e4;
	margin: 0 auto 0.5em auto;
	padding: 0.5em; }

fieldset p, fieldset ul {margin: 0 0 0.5em 0;}

label 
{	float: left;
	width: 9em;
	text-align: right;
	margin: 0 0.5em 0 0; }

input, textarea, select, option {
	font-family: Arial, sans-serif;
	font-size: 1em; }

input[type=submit] {
	text-transform: capitalize;
	font-size: 1.2em; }

/*	Footer	fanupdaten edelleen siis */

a.rss {}

div.archivelink {
	text-align: right;	
	margin: 2em 0 0 0; }

div.credit {
	clear: both;
	text-align: center;
	border-top: 6px solid #eee;
	margin: 1em 0 0 0; }

div.credit p {margin: 0; }

