/*
 * PmWiki Blix: http://pmwiki.com/Cookbook/Blix and http://skins.solidgone.org/
 *
 * Copyright (c) 2007 David Gilbert
 * Dual licensed under the MIT and GPL licenses:
 *	http://www.opensource.org/licenses/mit-license.php
 *	http://www.gnu.org/licenses/gpl.html
 */

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}

/* body
--------------------------------------------------*/
body {
	margin:0;
	padding:15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.6em;
	text-align:center;
}
body#commentspopup {padding:0;}

.clear{clear:both;}

/* headings
--------------------------------------------------*/
h1 {
	font-size:25px;
	padding-bottom: 20px;
}

#content h2 {
	margin:40px 0 10px 0;
	font-family:Georgia, serif;
	font-size:1.6em;
	font-weight:normal;
	line-height: 1.2em;
}
#content h3 {
	margin:40px 0 20px 0;
	clear:left;
	font-size:1em;
	padding-left: 5px;
}
#content h4 {
	margin:0;
	font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}
#content.archive h3 {
	margin:0 0 10px 0;
	font-family:Georgia, serif;
	font-size:1.3em;
	font-weight:normal;
}
#content.archive h4 {
	margin:0 0 18px 0;
	font-size:1em;
}
#content.archive h5 {
	margin:0;
	font-size:1em;
}
/* links
--------------------------------------------------*/
a {text-decoration:none;}
a img {border:none;}

/* paragraphs, lists, etc
--------------------------------------------------*/
p {
	margin:0;
	padding:0 0 5px 0;
}
ul {
	margin:0 0 0 1.4em;
	padding:0 0 5px 0;
}
ul ul {padding:0;}
blockquote {
	margin:0;
	padding:0 5px;
	font-style:italic;
}
pre {
	overflow:auto;
	margin:0 0 5px 0;
	padding:4px;
	width: 99%;
}
pre, code, kbr {font-family:Courier, Monaco, monospace;}
code, kbr {padding:0 2px;}
abbr, acronym {
	font-size:0.9em;
	letter-spacing:1px;
}

/* images
--------------------------------------------------*/

.r-img {
	float:right; 
	margin:10px;
}
.l-img {
	float:left; 
	margin:10px;
}
img.left, img.alignleft {
	float:left;
	margin:0 12px 0 0;
}
img.right, img.alignright {
	float:right;
	margin:0 0 0 12px;
}
img.center, img.aligncenter {
	display: block;
	margin:0 auto;
}

/* container
--------------------------------------------------*/
#container, #credits {
	width:900px;
	margin:0 auto;
}
#container {
	padding:30px 30px 0 30px;
	text-align:left;
}
#commentspopup #container {
	width:455px;
	padding:0 15px;
}

/* top-menu
--------------------------------------------------*/
#top-menu {
	height:74px;
	line-height: 69px;
	overflow: hidden;
}
#top-menu ul {
	list-style: none;
	float: right;
	margin-right: -7px;
}
#top-menu ul li {
	float:left;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
#top-menu a {
	font-size:0.8em;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:1px;
	padding:0 10px;
	color:white;
	border-right: 1px solid white;
}
#top-menu a:hover {color:#009193}

/* header
--------------------------------------------------*/
#header {
	height:115px;
	padding:0 0 0 18px;
	background-position:left;
	background-repeat:no-repeat;
	overflow: hidden;
}
#header .sitetitle {
	padding: 18px 15px 10px 0;
}
#header .sitetitle a{float:left; font-size:30px; font-weight:bold; display: block}
#header .sitetag {float: left; clear: left}

#art {
	height:350px;
	background: white;
}
#pics-label-img {
	position: absolute;
	margin-top:-62px;
	margin-left:30px;
}
#pics-dogs {
	position: absolute;
	background: url('images/backgrounds/dogs.png') scroll no-repeat top left transparent;
	width:579px;
	height:350px;
	margin-top:20px;
	margin-left:320px;
}
#pics-text {
	position: absolute;
	width:300px;
	height:149px;
	margin-top:270px;
	margin-left:30px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9e213b;
	line-height: 1.3em;
}

/* navigation
--------------------------------------------------*/
#news-line {
	height:2.4em;
	line-height:2.4em;
	text-align: right;
	background: url('images/backgrounds/gradient_news_line.png') scroll repeat-y;
}
#news-line a {
	font-size:0.8em;
	display:block;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:1px;
	border-left:1px solid white;
	padding-left:10px;
	margin-left:677px;
}

/* content
--------------------------------------------------*/
#content-container {
	margin-right: 207px;
	background: white url(images/spring/container_bg.gif) repeat-y scroll right top;
	}
#content-wrapper {
	float: left;
	width: 100%;
	background: white;
	padding-bottom:60px;
	
}
#content {
	padding:20px 30px 0 25px;
}
#content .pagegroup {
	padding: 20px 0 5px;
	display: block;
	}
.singlecol #content {
	float:none;
	width:auto;
	margin:0 70px;
}
#commentspopup #content {
	float:none;
	padding-top:0;
}
/* entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}
.entry .info {
	position:relative;
	width: 99%;
	padding: 0 3px;
	border-top:1px solid;
	border-bottom:1px solid;
	font-size:0.9em;
	margin:15px 0 22px 0;
	clear:both;
}
.entry .info .date {
	padding-right:9px;
}
.entry .info em {
	padding-right:6px;
	font-style:normal;
}
.entry .info .date,
.entry .info .author,
.entry .info .entrytags {
	margin:0 6px 0 0;
	padding:0 7px 0 0;
	border-right:1px solid;
}
.entry .info .comments{
	margin:0 6px 0 0;
	padding:0 7px 0 0;
}
.entry .info .filedunder {
	padding:3px 0 0 0;
	font-size:0.9em;
	border-top:1px solid;
}
.editlink {
	position:absolute;
	right:14px;
	top: 2px;
	height:14px;
	width:14px;
	line-height: 1.25em;
}

/* mini-entry
--------------------------------------------------*/
.minientry {
	position:relative;
	margin:0px 0 35px 0;
	padding:10px 0;
	border-top:1px dotted;
	border-bottom:1px dotted;
}
.minientry p {padding:0;}
.minientry .commentlink {
	margin-left:3px;
	padding-right:7px;
	border-right:1px solid;
	font-size:0.9em;
}
.minientry .permalink {
	margin-left:3px;
	font-size:0.9em;
	font-style:normal;
}
.minientry .author,
.minientry .editlink a {
	margin-left:6px;
	padding:0 8px 0 10px;
	border-left:1px solid;
	font-size:0.9em;
	font-style:normal;
}
.minientry .editlink a {margin:0;}


/* comments
--------------------------------------------------*/
#commentblock {margin-top:36px;}
#commentblock h2 {margin-bottom:5px;}
#commentblock h2 a {
	margin-left:2px;
	padding-left:6px;
	border-left:1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.55em;
}
#commentblock ul {margin:0 0 0 20px;}
#commentblock li {
	margin-bottom:18px;
}
#commentblock li p {padding:0 0 10px 0;}
#commentblock .header {
/*	position:relative;*/
	margin:0 0 10px 0;
	padding:0 6px;

background:transparent url(images/spring/comments.gif) no-repeat scroll left center;
display:block;
margin-left:-35px;
padding-left:35px;

}
* html #commentblock .header {height:19px;} /* IEWin */
#commentblock .header strong {font-family:Georgia,sans-serif;}
#commentblock .header .avatar {
	position:absolute;
	top:1px;
	right:1px;
}

/* form
--------------------------------------------------*/
form {padding:6px 0;}
#commentblock form, #contactform {
	margin-bottom:5px;
	padding: 18px;
	}
form fieldset {border:0 solid;} /* Opera */
f
form p {
	padding:6px 0;
	border-bottom:1px solid;
}
#commentblock form label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}
form em {
	margin-left:5px;
	font-size:0.9em;
	font-style:normal;
}
form input {
	cursor: pointer;
}
form input, form textarea {
	padding:2px;
	border:1px solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9em;
}
form textarea {
	width:99%;
}
form textarea {overflow:auto;}
#commentblock form input {width:200px;}
#commentblock form textarea {width:65%; /*width:325px;*/}
#contactform textarea, #contactform #bx_subject {width:465px;}
* html #commentblock form textarea {width:65%; /*width:320px;*/} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */
form .inputbutton {
	width:90px !important;
	border-bottom:1px solid;
	font-weight:bold;
}
#contactform .inputbutton {margin-left:75px;}
form .hiddenfield {display:none;}
form .info {padding-left:90px;}

/* archives
--------------------------------------------------*/
.archive .postspermonth {
	margin:0;
	list-style:none;
}
/* content misc
--------------------------------------------------*/
.next a, .next-entries a {float:right;}
.previous a, .previous-entries a {float:left;}
#entrynavigation, .page-navigation {
	overflow: hidden;
	height:1%;
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:1px solid;
	font-size:0.9em;
}

/* vert-menu
--------------------------------------------------*/
#vert-menu {
	float:right;
	width:217px;
	font-size:0.9em;
	line-height:1.5em;
}
#vert-menu ul {
	list-style-type: none;
	margin:5px 0 0 0;
}
	
#vert-menu ul, #vert-menu p {
	padding: 0 20px 0 5px;
}
#vert-menu ul li {
	margin: 2px 2px;
	padding:5px 0 0 0;
	border-bottom: 1px dotted;
}
#vert-menu li a {
	display:block;
	padding:1px 0;
	height:1%; /* IE WIN */
}
#vert-menu span.read-more a {
	display:inline;
	float: right;
	white-space: nowrap;
}
#vert-menu span.date {
	color:gray;
	white-space: nowrap;
	font-style: italic;
	display:block;
}

/* subcontent headings
--------------------------------------------------*/
#vert-menu .sidehead {
	font-weight: bold;

	margin:18px 0 10px 0;
	font-family:Georgia,serif;
	font-size:1em;
	line-height:1em;
}
#vert-menu .sidehead em {
	display:block;
	padding:5px 10px;
	font-style:normal;
}

/* vert-menu  list
--------------------------------------------------*/

#vert-menu ul.categories li ul, #subcontent ul li.cat-item ul {margin:0;}
#vert-menu ul.categories li li, #subcontent ul li.cat-item li.cat-item {
	margin:0;
	padding:0 0 3px 0;
	border-bottom:none;
}
#vert-menu ul.categories li ul ul, #subcontent ul li.cat-item ul ul {margin:0 0 0 16px;}
#vert-menu ul li ul {margin:0;}
#vert-menu ul li li {
	margin:0;
	padding:0 0 3px 0;
	border-bottom:none;
}
#vert-menu ul li ul ul {margin:0 0 0 16px;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
	display:inline-table;
	border-collapse:collapse;
	width:185px;
	margin:0px 10px 0 10px;
	text-align:center;
}
#subcontent table caption {
	margin:-5px 10px 0 10px;
	padding-bottom:5px;
	border-bottom:1px solid;
	letter-spacing:0.1em;
}
#subcontent table thead tr {border-bottom:1px solid;}
#subcontent table th {border-bottom:1px solid;}
#subcontent table td {
	width:200px;
	padding:1px;
	font-size:0.9em;
}
#subcontent table td#today {
	padding:0;
	border:1px solid;
	font-size:1em;
	font-weight:bold;
}
#subcontent table td a {
	display:block;
	border-bottom:1px solid;
	font-weight:bold;
	font-size:1.15em;
}
#subcontent table tfoot {border-top:1px solid;}
#subcontent table tfoot a {
	border:none;
	font-weight:bold;
}
#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}


/* news list on Main.Uudised page */

div.news-list {
	margin-right: 20px;
}

div.news-list p {margin-left:43px;}

div.news-list ul{
	list-style-image: url('images/backgrounds/list-paw.png');
	padding-left: 25px;
}

.news-item-date{
	display:block;
	position:relative;
	color:gray;
	font-style:italic; 
	font-size:0.9em;
	margin-top:-10px;
	margin-right:40px;
	padding-top:5px;
	border-top: dotted thin ;
	
}

/* footer
--------------------------------------------------*/
#footer {
	clear:both;
	font-size:0.9em;
	height:30px;
}

#footer strong {font-weight:normal;}

/* credits
--------------------------------------------------*/
#credits {
	font-size: 85%;
	line-height: 120%;
	color: #a0a0a0;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}

/* pmwiki
--------------------------------------------------*/
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
.varlink, pre, code.escaped { font-size: 110% !important; }
.vspace { margin-top:1em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:none; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
.diffbox { width: 100% !important;}
#wikidiff { font-size: 110%; }
.versions {
	float: right;
	text-align: right;
	}
.quickref p {margin:0; padding:0;}
.clearfix:after {
/* float hack used to float content correctly */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.force_contain:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.force_contain { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.force_contain { display: block; }
/* End hide from IE-mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */
.readmore {
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	}
#wikiedit form img, #searchform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
#navigation .createlink { display: none; }
.wikimessage {
	color: red;
	font-weight: bold;
	font-size: 110%;
	}

