/*--------------------------
BISTRO JEANTY CSS 2.0 STYLESHEET
__________________________*/

@import url(/css/wildfirecommon.css);
@import url(/templates/clients/bistrojeanty/css/slatesblogs.css);

td {
	font-family: times new roman, arial, helvetica;
	font-size: 14px;
}
a:link {
	text-decoration: underline;
	font-weight: regular;
	color: #921c10;
}
a:visited {
	text-decoration: underline;
	font-weight: regular;
	color: #921c10;
}
a:hover {
	text-decoration: none;
	font-weight: regular;
	color: #A2311E;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b;
color: #eee;
text-align: center;
z-index:50;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}

.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

.adminlinks .admin_logo {
display: none;
}

#topband
{
height:87px;
width:100%;
min-width:1000px;
background: transparent url(/templates/clients/bistrojeanty/images/headerback.png);
background-repeat:repeat-x;
padding-top:12px;
position:absolute;
top:0;
left:0;
overflow:hidden;
border-bottom: 1px solid #9a533d;
}

#topband.editmode
{
top:22px;
}

#header
{
width:700px;
position:relative;
margin:0 auto;
height:62px;
top:0;
padding: 0 0 0 0;
}

#wrapper
{
width:800px;
position:relative;
margin:0 auto;
padding:0 0 0 0;
top:12px;
}

#innerwrapper
{
width:800px;
position:relative;
margin:0 auto;
padding:0 0 0 0;
clear:both;
top:0px;
}

#content
{
padding-left:15px;
}

#topnav
{
width:740px;
clear:both;
margin:0 auto;
top:0;
position:relative;
}

#topnav ul 
{
display:block;
margin:0 0 0 0;
padding: 0 0 0 0;
}

#topnav ul li
{
display:block;
float:left;
position:relative;
padding:0 0 0 0;
margin: 0 3px 0 3px;
font-family: Arial, sans-serif;
font-size:15px;
}

#topnav ul li a
{
display:block;
color:#000;
padding: 3px 13px 4.6px 13px;
text-decoration:none;
background:transparent;
background-color: rgba(255, 255, 255, 0);
   transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#topnav ul li a:hover
{
background:#f1ebc7;
background-color: rgba(198, 180, 138, 1);

}

#topnav ul li ul
{
display:none;
}