div.section_title
{

	border: 1px #000 solid;
	width: 100%;
	background: url("../images/navback.png") repeat-x #a35d15;
	background-position: top left;	
	height: 45px;
	font-size: 36px;	
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

.section_title > span
{
	float: left;
}
.section_title > span + span
{
	float: right;
}
input.section_title
{
	width: 820px;
	height: 24px;
	font-size: 24px;	
	font-variant: small-caps;
	margin: 6px;
}
div.section_title p
{	padding: 0px 20px;	z-index: 10;	}

.entry
{
	line-height: 1.5em;
	margin-bottom: 5px;
	width: 100%;
}

.entry a
{
	color: #FF9527;
}

.entry a:hover
{
	color: #000012;
}

.entry p
{
	z-index: 10;
	padding: 5px 20px;
}

.entry .postedby
{	font-weight: bold;	}

.entry .comments
{
	text-align: right;
}
.heading
{
	font-variant: small-caps;  
	font-size: 1.8em;
}

/* ADD A BAR */
.floater
{
	float: right;
	width: 460px;
	margin-right: 15px;
	padding: 3px 10px 3px 10px;
	background-color: #FFF;
	border: 2px #000 solid;
}

.floater input, .floater textarea .floater label
{
	width: 250px;
	display: block;
}

/*REGISTRATION*/
.regleft
{
	float: left;
	clear: right;
	width: 415px;
	margin-bottom: 20px;
	vertical-align: top;
}
.regright
{
	float: right;
	width: 415px;
	text-align: left;
	margin-bottom: 20px;
	vertical-align: top;	
}
#container.login
{
	margin-top: 100px;
}

.good, .warning, .error
{	
	width: 800px;
	padding: 100px;
	margin: 5px 5px 5px 0px;	
}
.good
{
	border: 1px #000 dashed;
	background-color: #DFD;	
}
.warning
{
	border: 1px #000 dashed;
	background-color: #FFD;	
}
.error
{
	border: 1px #000 dashed;
	background-color: #FDD;	
}

.close
{
	float: right;
}

.reviewinputs
{
	font-size: 1.4em;
	display:block;
	width: 100%;
	margin-top: 30px;
}
.postreview
{
	clear: both;
	width: 100%;
}
.password
{
	display:block;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

label.password
{	
	margin-top: 20px;
}

div.current
{
	border: 1px #000 dotted;
	background-color: #FFD;
	padding: 10px;
}

h1.header
{
	padding-bottom: 5px;
	border-bottom: 1px #000 solid;
}

.mid
{
padding: 5px 50px;
}

.sociable
{
	font-size: 10px;
	text-align: center;
}
.sociable ul
{
	list-style-type:none;
}
.sociable ul li
{
	display: inline;
}
.sociable img
{
	border: 0px #000 none;
}
.sociable strong
{
	display: block;
	font-size: 11px;
}
.bardetailsleft
{
	text-align: left;
}

.bardetailsright
{
	text-align: right;
}

.navlinks
{
	float: left;
	padding-left: 100px;
}

.qLeft{width:133px;font-size:smaller}
.qMid{width:133px;font-size:smaller;text-align:center}
.qRight{width:133px;font-size:smaller;text-align:right}
.rateSubmit{background-image: url('/images/navback.png');color: #000; border: 2px #000 solid;font-size:18px;padding:5px;margin:20px;}
.rateRow{width:400px; height:9px;}
.barrating{color:#a35d15;font-size:2em;font-weight:bolder;}
.barlinks{font-size: 1.2em;font-weight:bold;}
div.subsection
{
	border: 2px #FEFEEF solid;
	width: 100%;
	background: url("../images/navback3.png") repeat #000;
	background-position: top left;
	color: #FEFEEF;
	height: 32px;
	font-size: 24px;	
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	vertical-align:middle;
}
div.subsection small
{
	font-size: 12px;
}
div.subsection a
{
	color:#FEFEEF;
	text-decoration:none;
	display:block;
	width: 100%;
}
div.subsection a:hover
{
	color:#FEFEEF;
	text-decoration:underline;
	display:block;
	width: 100%;
}

.searchleft
{
	float:left;
	width: 410px;
}

.searchright
{
	float: right;
	width: 350px;
}

.searchleft li, .searchright li
{

}
.regerror
{
	font-size: 12px;
	color: #F00;
	display:block;
	text-align: justify
}