/*
 * Frugalware.org Homepage Stylesheet
 * Copyright (C) 2006 Frugalware Development Team
 */

/* This stylesheet should only contain elements that won't be used on any other
 * part of the Frugalware site. If it's usable on Planet and friends, put it in
 * common.css
 */

div.screenshots div {
	margin-top: 1px;
	float: left;
	width: 220px;
	height: 180px;
}

FIELDSET.fieldset LEGEND {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	color: rgb(0, 80, 154);
	padding: 0 0.5em;
	vertical-align: top;
}

FIELDSET.fieldset {
	border: 1px solid rgb(130, 150, 187);
	/* clear: left; */
	margin: 0 0 14px 0;
	padding: 4px 8px 4px 8px;
	text-align: left;
}

.buildlog {
	font-size: 1.2em;
}

.postheader {
	font-family: "DejaVu Sans", sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333333;
	
	background-color:#98b7cd;
	border-bottom-color:#3b76b3;
	border: 1px solid #5080b0;
	
	padding: 4px;

	border-radius:5px;
}

.postheader a {
	text-decoration: none;
	color: #333333;
	font-size: 1.0em;
}

img.face {
	float: right;
	margin-top: -2em;
	margin-right: 0.5em;
	padding-left: 10px;
}
