@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.gif) repeat-x top left;
	background-color: white;
	color: #424242;
}
h2 {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #828282 dotted;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3 {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px #828282 dotted;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3.noMargin { margin-top: 0px; }
h4 {
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
#contentContainer {
	width: 905px;
	background: url(../img/contentBgBottom.gif) repeat-y top left;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background: url(../img/contentBg.gif) no-repeat top left;
	min-height: 700px;
	padding-top: 10px;
}
#content #innerBorder {
	padding: 15px 35px 15px 35px;
	position: relative;
}
#content #header {
	border-bottom: 1px #c0c0c0 solid;
}
#content #header #logo {
	position: absolute;
	top: 15px;
	left: 45px;
}
#content #header #searchBox {
	position: relative;
	left: 190px;
	top: -8px;
	background: url(../img/searchBg.gif) no-repeat;
	width: 576px;
	height: 53px;
}
#content #header #searchBox #searchField {
	border: 1px black inset;
	width: 215px;
	position: absolute;
	left: 285px;
	top: 13px;
}
#content #header #searchBox #searchBtn {
	position: absolute;
	left: 505px;
	top: 10px;
}
#content #mainContent {
	padding-top: 15px;
}
#content #highlights {
	width: 184px;
	position: absolute;
	left: 35px;
}
.highlightBox {
	width: 184px;
	margin-bottom: 6px;
}
.highlightBox .highlightHeader,
.highlightBox .highlight,
.highlightBox .highlightFooter {
	padding: 8px 23px 2px 17px;
}
.highlightBox .highlightHeaderArticle {
	background: url(../img/hlboxHeader.gif) no-repeat;
	height: 19px;
	padding-top: 18px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.highlightBox .highlightHeaderBlog {
	background: url(../img/blogitHeader.gif) no-repeat;
	height: 19px;
	padding-top: 18px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.highlightBox .highlight {
	background: url(../img/hlboxMiddle.gif) repeat-y;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 14px;
}
.highlightBox .highlightSpacer {
	background: url(../img/hlboxMiddle.gif) repeat-y;
	height: 6px;
}
.highlightBox .highlightFooter {
	background: url(../img/hlboxBottom.gif) no-repeat;
	height: 36px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #424242;
	text-decoration: none;
}
a:hover {	text-decoration: underline; }
#content #highlights a.dottedLink {
	display: block;
	width: 150px;
	border-bottom: 1px #838383 dotted;
	margin-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#content #highlights a.loginLink {
	display: block;
	width: 150px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}
#content #highlights #nebula {
	margin-top: 16px;
	margin-left: 17px;
}
#content #frontpageContent {
	margin-left: 195px;
}
#content #frontpageContent #ingress p {
	margin-bottom: 20px;
	line-height: 1.5em;
	margin-right: 40px;
}
.column {
	border-top: 5px #999900 solid;
}

.column.subpage {
    border-top: none;
}

.column .resultHeading {
	margin-top: 10px; 
	margin-bottom: 3px;	
}
.column .resultHeading strong {
	font-size: 11px;
}

div.resultCount {
    font-weight:bold;
    font-size: 14px;
}

.column p {
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px #828282 dotted;
	line-height: 1.5em;
}
.column p.lastParagraph {
	border-bottom: none;
	padding-bottom: 5px;
}
.column p.lastParagraph.tagCloud {
	padding-top: 5px;
}
.column p.comment {
	padding-left: 20px;
}
.column .linkList a {
	display: block;
	padding-bottom: 5px;
}
.column .orangeLink {
	color: #ff7c00;
	font-weight: bold;
}
.column .greenLink {
	color: #899243;
	font-weight: bold;
}
.column .highlightLink {
	color: #424242;
	font-weight: normal;
}
a.tagLink {
	display: block;
	background: url(../img/add.gif) 0px 3px no-repeat;
	padding-left: 15px;
	padding-top: 0px;
    margin-top:7px;
    color: #899243;
	font-size:11px;
}

a.tagBlogLink {
	display: block;
	background: url(../img/add.gif) 0px 0px no-repeat;
	padding-left: 15px;
	padding-top: 0px;
    margin-top:7px;
    color: #899243;
	font-size:11px;
}

a.removeBlogLink {
	display: block;
	background: url(../img/remove_small.gif) 0px 0px no-repeat;
	padding-left: 15px;
	padding-top: 0px;
    margin-top:7px;
    color: #899243;
	font-size:11px;
}

a.editLink {
    background: url(../img/edit.gif) no-repeat 0px 7px;
	padding-left: 15px;
	padding-top: 10px;
	color: #899243;
	text-decoration: none;
	font-size:11px;
}
a.removeLink {
    background: url(../img/remove.gif) no-repeat 0px 7px;
	padding-left: 15px;
	padding-top: 10px;
	color: #899243;
	text-decoration: none;
	font-size:11px;
}

p.ingress {
    border-bottom: 1px dotted #828282;
}

.column .blogName {
	font-weight: bold;
}
.column div.links {
	padding-top: 0px;
	margin-bottom: 21px;
}
.column div.links em {
	color: #3a3a3a;
	font-style: normal; 
}
#frontpageContent #twoColumnLayout {
	position: relative;
}
#frontpageContent #twoColumnLayout #leftColumn {
	width: 440px;
	padding-right: 16px;
    background: url(../img/verticalBorder.gif) repeat-y 455px 0px;
}

#frontpageContent #twoColumnLayout #rightColumn {
	float: right;
	width: 169px;
}

.headingImage {
	padding-top:8px;
}

div.headingImageContainer {
    border-bottom:1px dotted #828282;
    padding-bottom:5px;
    line-height: 1.5em;
}

div.headingImageContainerNoLine {
    padding-bottom:5px;
    line-height: 1.5em;
}

div.highlightImageContainer {
    border-bottom:1px dotted #828282;    	
    padding-top:10px;
    padding-bottom:0px;
}

p.articleTextContainer {
    padding-right:40px;
}

.feedbackPanelERROR {
    color: red;
    list-style:none;
}

div.wicket-aa {
    font-size: 12px;
    background-color: white;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    padding: 2px;
    margin: 1px 0 0 0;
    text-align:left;
}
div.wicket-aa ul { list-style:none; padding: 2px; margin:0; }
div.wicket-aa ul li.selected { background-color: #FFFF00; padding: 2px; margin:0; }

.loginboksi {
	background: url(../img/loginboksi.gif) no-repeat;
	width:232px;
	height:208px;
	padding-top:50px;
	padding-left:20px;
}

.loginboksi .kirjaudu {
	position:relative;
	top:6px;
	left:96px;
}

.loginboksi .kentta {
	position:relative;
	margin-top:7px;
	margin-bottom:7px;
}

a.ownBlog {
    font-weight:bold;
}

a.ownBlogRead {
    color:#899243;
}

a.newBlog {
    color:#ff7c00;
}

.cloud1 { font-size:8px; }
.cloud2 { font-size:10px; }
.cloud3 { font-size:12px; }
.cloud4 { font-size:16px; }
.cloud5 { font-size:22px; }
.cloud6 { font-size:28px; }

