/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/	*/


/* basic elements */
/* This should cover most common elements */
html, body
{ 
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-color: #cccc99;
}

p
{
	margin-top: 0px;
	text-align: justify;
	line-height: 1.5em;
}

h1
{
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.8em;
}

h2, h3
{ 
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5em;
}

h3
{
	font-size: 1.3em;
}

h4
{ 
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
}

a, a:link, a:visited
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #894D10;
}

a:hover, a:active
{
	text-decoration: underline; 
	color: #FF9933;
}

img
{
	border: none;
}


/* specific divs */
#site
{
	padding: 0 10px;
	margin: 0px auto 0px;
	width: 980px;
	text-align: left;
}

#header
{
	position: relative;
	background-color: #999966;
	padding: 10px;
	height: 50px;
	text-align: right;
	margin-bottom: 20px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#header a, #header a:hover, #header a:visited, #header a:active
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}

#header a:hover
{
	text-decoration: underline;
}

#logo
{
	width: 138px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #999966 url(../images/ProBIND-logo.gif) no-repeat top left;
}

#logo span
{
	display: none;
}

#slogan
{
	position: absolute;
	top: 20px;
	left:160px;
}

#slogan h2
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
}

#menu ul
{
	position: absolute;
	right: 4px;
	bottom: 0;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 3px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 3px 12px 5px 8px;
}

#menu .active a
{
	background-color: #cccc99;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#sidebar
{
	width: 160px;
	float: left;
	font-size: 0.9em;
}

#sidebar div.box
{
	position: relative;
	background-color: #999966;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#sidebar div.boxcontent
{
	padding: 10px;
}

#sidebar h2
{
	font-size: 1.3em;
	margin: 0;
}

#sidebar dl
{
	padding-left: 10px;
	margin: 0;
	margin-bottom: 5px;
}

#sidebar dt
{
	font-weight: bold;
	padding-top: 0.8em;
}

#sidebar ul, #sidebar li
{
	margin: 10px 0 10px 10px;
	padding: 0;
}

#sidebar p
{
	text-align: left;
}

#sflogo
{
	margin: 0 auto;
	width: 88px;
	padding-top: 15px;
}

#sidebar .box
{
	position: relative;
}

#sourceforgelogo
{
	width: 125px;
	height: 37px;
	margin: 0px auto 0px;
}

#footer
{
	width: 690px;
	clear: both;
	padding-top: 15px;
	margin-left: 210px;
	margin: 0px auto 0px;
}

#footer p
{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

#footer .box
{
	background: #CCCC99 url(../images/tl.gif) no-repeat;
	position: relative;
}

#footer .boxcontent
{
	padding-top: 10px;
}

#content
{
	position: relative;
	float: left;
	left: 10px;
	top: 0px;
	text-align: left;
	width: 800px;
}


/* Classes */

div.box
{
	margin-bottom: 20px;
	/*border-bottom: 1px solid #894D10;*/
	border-bottom: 1px solid #666666;
}

div.boxcontent
{
	padding: 4px 8px;
}

div.boxfooter
{
	font-size: 10px;
	text-align: right;
}

/*Generic class for error messages*/
.error {
	color: #AA0000;
}