@charset "utf-8";

/* FFLPF.org CSS Document */

html {

     overflow: -moz-scrollbars-vertical;

 	 overflow-y: scroll;

}



body

{

	background: #DFDACD;

	padding: 0;

	margin: 0;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 13px;

	line-height: 18px;

	color: #333333;

}

a

{

	color: #77A633;

	text-decoration: underline;

}

a:hover

{

	color: #000000;

	text-decoration: underline;

}

p

{

	padding: 0;

	margin: 3px 0;

}

img

{

	border: 0;

}

#maintable

{

	background: url(http://www.fflpf.org/images/body-bg.jpg) repeat-x top;

}

#border-left

{

	background: url(http://www.fflpf.org/images/border-left.png) repeat-y;

	width: 39px;

}

#border-right

{

	background: url(http://www.fflpf.org/images/border-right.png) repeat-y;

	width: 39px;

}

.nav

{

	padding: 0;

	margin: 0;

	list-style: none;

}

.nav li

{

	padding: 0;

	margin: 0;

	display: inline;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 15px;

	font-style: italic;

	text-align: center;

}

.nav li a

{

	display: inline-block;

	background: url(http://www.fflpf.org/images/menuitem-off.png) no-repeat;

	width: 104px;

	height: 20px;

	padding: 8px 2px;

	text-decoration: none;

	color: #333333;

	font-style: normal;

}

.nav li a:hover

{

	background: url(http://www.fflpf.org/images/menuitem-on.png) no-repeat;

	width: 104px;

	height: 20px;

	padding: 8px 2px;

	text-decoration: none;

	color: #FFFFFF;

}

.nav li a.selected

{

	display: inline-block;

	background: url(http://www.fflpf.org/images/menuitem-on.png) no-repeat;

	width: 104px;

	height: 20px;

	padding: 8px 2px;

	text-decoration: none;

	color: #FFFFFF;

}

/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;

margin-top: 0;

/*THEME CHANGE HERE*/

line-height:18px;

z-index: +1000;

background-color: #979389;

visibility: hidden;

text-align: left;

border: dotted 2px #B2AEA3;

}

.dropmenudiv a{

margin-top: 0px;

width: auto;

display: block;

text-indent: 3px;

border-bottom: 2px dotted #B2AEA3; /*THEME CHANGE HERE*/

padding: 2px 5px;

text-decoration: none;

font-weight: normal;

color: #FFFFFF;

z-index: +1000;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #C1BCAF;

color: #FFF;

z-index: +1000;

}

/* MENUS END HERE */



#topline

{

	background: url(http://www.fflpf.org/images/top-divider.jpg) no-repeat center;

	height: 22px;

}

#hor-div

{

	background: url(http://www.fflpf.org/images/hor-divider.jpg) repeat-y;

	width: 8px;

}

#contentpane

{

	padding: 10px;

}

#rightpnae

{

	text-align: left;
	padding: 0 5px;

}


.quote

{

	font-size: 11px;

	font-style: italic;

}

.textfield

{

	background: #9B907D;

	border: solid 2px #FFFFFF;

	padding: 1px;

	line-height: 20px;

	color: #FFFFFF;

}

#border-bot

{

	background: url(http://www.fflpf.org/images/border-bot.png) no-repeat center;

	height: 42px;

}

#border-bl

{

	background: url(http://www.fflpf.org/images/border-bl.jpg) no-repeat top;

	height: 91px;

}

#border-br

{

	background: url(http://www.fflpf.org/images/border-br.jpg) no-repeat top;

	height: 91px;

}

#footer

{

	font-size: 11px;

	color: #666666;

	line-height: 15px;

}

#footer a

{

	font-weight: bold;

	color: #666666;

	text-decoration: none;

	font-style: normal;

}

#footer a:hover

{

	color: #333333;

	text-decoration: underline;

}

#sidebar{
	padding: 0px;
	text-align: left;
}

#sidebar ul{
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

#sidebar ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


textarea{
	width: 500px;
}

/* comment */

ul.commentlist{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

ul.commentlist a{
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

ul.commentlist li{
	width: 550px;
	display: block;
	margin: 0px;
}



.vcard{
	width: 60px;
	height: 100px;
	float: left;
	padding: 0px 30px 0px 0px;
}

#comment_text{
	width: 420px;
	float: left;
	padding: 10px;
	border: 1px solid #DBDBDB;
	background: #F9F9F9;
}

#comment_text img.absolute{
	position: absolute;
	margin: 0px 0px 0px -34px;
}

#respond{
	clear: both;
	padding: 30px 0px 0px 0px;
}


