/*
--------------------------------------------------------------
phpBB Frontpage 2.0.4 CSS File
-------------------------------------------------------------- */

body div.header {
    background-image: url("images/frontpage_header.jpg");
	background-repeat: no-repeat;
	width: 856px;
	height: 150px;
	float: left;
	margin-top: 21px;
    padding-top:30px;
    color:#f7f8f9;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#main {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 560px;
	float: left;
	clear: both;
    margin-bottom: 1em;
	font-size: 1.05em;
    min-height:300px;
}

#main h1 {
	border-bottom: none;
	margin: 0 0 5px ;
    color: #4F84AD;
    font-size: 1.5em;
}
#main h2 {
	border-bottom: none;
	padding: 0;
	margin: 5px 0 5px 0;
    font-size: 1.3em;
    color: #105289;
    font-weight:bold;
}
#main .author
{
    font-size: 1em;
}
#main #replies
{
	text-transform:none;
    font-size: 1.0em;

}
#main div.content h2
{
    font-size:12px;
}
#main div.content dt
{
    font-size: 12px;
}
#main div.content dd
{
    font-size:11px;
}
#content_frontpage
{
    width:560px;
    color:#536482;
}
#postbody_frontpage
{
    width:auto;
    margin-bottom:10px;
	float:none;
    clear:none;
}
.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}
div.panel p {
	margin: 3px 0;
}
div.panel.odd{
 background-color: #eef3f6;
}
div.panel.even{
 background-color: #E0EAEF;
}

div.panel h3, div.panel h3 a
{
    color:#333;
    font-weight:bold;
}
/* attachment box*/
.frontpage_attachbox {
	width: auto;
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}
.sitemap ul
{
    list-style-type: none;
}
.pagination span
{
 	font-size: 1.05em;

}
/*  extras panel at the right*/

dl.codebox code {
	/* Also see tweaks.css */
	font-size: 1.1em ;
}
#extras {
	width: 260px;
	float: right;
}
dl.extra-box dt a {
	font-weight: bold;
	display: block;
	padding: 10px 0 5px 10px;
	color: #333333 !important;
	text-decoration: none !important;
}
dl.extra-box dd a {
	font-weight: bold;
	display: block;
	color: #FFFFFF !important;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none !important;
}
dl.extra-box dt a:hover {
	text-decoration: none;
	color: #000000 !important;
}
/* Menu  listing */
ul.menu {
	border-top: 1px solid #FFFFFF;
	list-style: none;
}
ul.menu li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}
ul.menu li.active{
	font-weight: bold;
}
ul.menu li.active_last {
	border-bottom: none;
    font-weight: bold;
}
ul.menu li.last {
	border-bottom: none;
}
/* frontpage nav */
#frontpage_navbar #left {
	display: block;
	float: left;
	width: 13px;
	height: 30px;
	margin: 0px;
	background: url("images/frontpage_bg_left.gif") 0 0 no-repeat;
	position: static;
}
#frontpage_navbar #search-box {
	display: block;
	float: right;
	width: 165px;
	height: 30px;
	margin: 0px;
	background: url("images/frontpage_bg_search.gif")  0 no-repeat;
    background-position: 0 0;
	position: static;
  	padding: 0 0 0 0;
    margin: 0 0 0 0;

}
#frontpage_navbar #search-box fieldset {
	border: none;
	padding-top: 6px;
}
#frontpage_navbar #search-box input {
	width: 125px;
	height: 19px !important;
	margin-left: 28px;
	border: none !important;
	background-color: transparent;
	font-size: 0.9em !important;
	padding-top: 2px
}
#frontpage_navbar {
	background-color: #ebebeb;
	height: 30px;
    display:block;
	margin: 0px 0;
	clear: both;
	*clear: none;
    _clear: both;
	background: url("images/frontpage_bg_navbar.gif") repeat-x 0 0;
}
#frontpage_navbar ul {
	list-style: none;
	display: block;
}
#frontpage_navbar li {
	float: left;
	margin: 0 0 0.3em 0 !important;
	border: none;
	padding:0 0 0 0;
}
#frontpage_navbar li a {
    text-decoration:none;
	font-size: 1.4em;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 145%;
	vertical-align: bottom;
	color:#EFEFEF;
    font-weight:bold;
    display:block;
    padding:5px 12px 5px 12px;
}
#frontpage_navbar li:hover {
    text-decoration:none;
    background:#A0A6AB
}
#frontpage_navbar #active {
	background:#DFDFDF;
    border-left: 1px solid #99A5AF;
    border-right: 1px solid #99A5AF;
}
#frontpage_navbar #active a{
	color:#DE0A46;
}
#frontpage_navbar #active a:hover {
    text-decoration:none;
    background:#A0A6AB;
    display:block;
    color:#EFEFEF;
}
