@import "/css/base.css";
/* Platina: vintertema för bloggis.se 2006-2007 */
body {
	background: rgb(138, 138, 138);
}
a {
	color: rgb(100, 100 ,100);
}
div.widetop {
	background: url('/img/platina/600-top.png') no-repeat top;
}
div.firstpage, div.blog, div.digestitem, div.comment, div.heading, div.photo,
div.error, div#write, div#showlistview, div#signup, div#message, 
div#fooabout, div#activate, div#profile, div#deleteblog, div#topnavl, 
div#topnavr, div#fooabout, div#terms, div#list,
div.latestlong, div#pagelinks, div.widebox {
	border-color: rgb(220,220,220);
	background: url('/img/platina/600-middle.png') repeat-y;
}
div.widebottom {
	background: url('/img/platina/600-bottom.png') no-repeat top;
}
div.medtop {
	background: url('/img/platina/420-top.png') no-repeat;
}
div.medbox {
	background: url('/img/platina/420-middle.png') repeat-y;
}
div.medbottom {
	background: url('/img/platina/420-bottom.png') no-repeat top left;
}
div.narrowtop {
	background: url('/img/platina/172-top.png') no-repeat;
}
div.narrowbox {
	background: url('/img/platina/172-middle.png') repeat-y;
}
div.narrowbottom {
	background: url('/img/platina/172-bottom.png') no-repeat top;
}
div#topnavl, div#topnavr {
	background: rgb(138, 138, 138);
}
span.newsdate {
	color: rgb(100, 100, 100);
}
div.newsdetails, div.latestlong div.details {
	color: rgb(100, 100, 100);
}

