/*
 * Frugalware.org Homepage Stylesheet
 * Copyright (C) 2006 Frugalware Development Team
 */
 
body {
  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: 70%;
  color: #000;
  background: #fff url("../images/header_bg.png") repeat-x;
}

#bigwrap {
  margin: 0em auto;
  width: 75%;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: left; /* Win IE5 */
}

/* Main divs */

#nav {
  width: 100%;
  float: left;
  height: 29px;
  font-size: 0.9em;
  margin: 5px 0 2px 0;
  font-weight: bold;
  text-align : center
}

#header {
  padding-bottom: 2px;
  position: relative;
  height: 76px;
  margin: 0 100px;
  padding: 0;
  clear: both;
}


#header img {
	border: 0;
}

#header a {
	color: white;
	text-shadow: 1px 1px 2px #000;
}

#title {
	position: relative;
	font-size: 1.5em;
	top: -32px;
	left: 15px;
}

#slogan {
	position: relative;
	font-size: 0.95em;
	top: -13px;
	left: -120px;
}

#rightcolumn {
	width: 180px;
	float: right;
	margin: 0px;
	height: 100%;
}

#centercolumn {
	margin-right: 205px;
	padding: 10px;
	background-color: #fff;

	border-right:1px solid #afafaf;
	border-top:1px solid #afafaf;
	border-left:1px solid #afafaf;
	margin-top:38px;
	-moz-box-shadow:0 4px 10px #999;
	-webkit-box-shadow:0 4px 10px #999;
	-khtml-box-shadow:0 4px 10px #999;
	box-shadow:0 4px 10px #999;

}

#fwfooter {
	clear: both;
	border: 0px solid #98b7cd;
	background-color: #98b7cd;
	color: #fff;
	text-align: center;
	width: 100%; 
}


/* Styling elements */

hr {
	background-color: #204bac;
	color: #fff;
	height: 1px;
	border: 1px solid #204bac;
	margin: 5px 0 0 0;
}

a {
	color: #204bac;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}


#rightcolumn ul {
	padding-left: 0em;
	margin-left: 0px;

	list-style-type: none;
}

#rightcolumn ul li:hover {
	color: #999;
}

#rightcolumn ul li a {
	text-decoration: none;
}

#rightcolumn ul li a:hover {
	text-decoration: underline;
}

#rightcolumn ul li a img {
	border: 0;
}

/* Classes */

.boxpadding {
	border: 0;
	margin-bottom: 10px;
}

.sideboxpadding {
	border: 1px solid #3b76b3;
	background-color: #c1d4e1;
	margin-bottom: 10px;
	padding: 7px;
	-moz-box-shadow:0 4px 8px #999;
	-webkit-box-shadow:0 4px 10px #999;
	-khtml-box-shadow:0 4px 10px #999;
	box-shadow:0 4px 10px #999;
}

.boxheader {
	color: #204bac;
	font-size: 1.3em;
	text-align: left;
	background-color: transparent;
	text-shadow:0px 0px 9px #FFFFFF;
}

.boxcontent {
	background-color: #fff;
	color: #000;
	padding: 4px;
	padding-left: 0px;
}

.freespace {
	display: none;
}

.sidecontent {
	padding: 2px;
}

.sidecontent p {
    line-height : 10px;
}

.imgcontent {
	text-align: left;
	vertical-align: bottom;
	font-size: 16px;
}

.entry {
	margin-bottom: 2em;
}

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: #999;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}


.menulinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid #204bac;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 2px;
}

.menulinkcss a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

