/**************************************************************************
**************************************************************

CSS customized by Jeff Seager for The BrazenHead Inn, Mingo WV
http://www.brazenheadinn.com

***************************************************************
***********************************************************************/
body 
{
 margin: 0;
 padding: 0;
 color: #333;
 background-color: #900;
 font-family: verdana, arial, times, georgia, sans-serif;
}

a 
{
 text-decoration: none;
}

a:hover, a:focus, a:active 
{
 text-decoration: underline;
}

img 
{
 padding: 0;
 margin: 0;
}

ul 
{
 list-style: none;
}

/***************** TEXT IN THE HEADER **************************/
#top img 
{
 margin-top: 44px;
 margin-left: 130px;
}

/*************************** HEADER PROPERTIES ************************/
#top 
{
 border-color: #900;
 border-width: 1px;
 border-style: solid;
 margin: 0;
 height: 128px;
 background-image: url(../bhicorner.jpg);
 background-repeat: no-repeat;
 width: 100%;
 color: #FFE;
 background-color: #900;
}

/************************ LEFT MENU COLUMN *****************/
#menu 
{
 float: left;
 margin-top: 30px;
 margin-right: 2px;
 margin-bottom: 0;
 margin-left: 4px;
 width: 101px;
 font-size: .8em;
 color: #fff;
 background-color: #900;
 border-left-color: #900;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: #800;
 border-right-width: 1px;
 border-right-style: solid;
}

#menu img 
{
 margin-bottom: 10px;
}

/************************** MAIN CONTENT IN MIDDLE ******************/
#content 
{
 margin-top: 0;
 margin-right: 10px;
 margin-bottom: 2em;
 margin-left: 0;
 border-top-color: #555;
 border-top-width: 1px;
 border-top-style: solid;
 border-right-color: #000;
 border-right-width: 1px;
 border-right-style: solid;
 border-bottom-color: #000;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-left-color: #555;
 border-left-width: 1px;
 border-left-style: solid;
 width: 50%;
 float: left;
 padding: 20px;
 color: #000;
 background-color: #FFE;
}

#content h 
{
 font-family: verdana, arial, sans-serif;
 margin-top: 0;
 padding: 0;
}

#content h1 
{
 
}

#content h2 
{
 
}

#content h3 
{
 
}

#content h4 
{
 font-size: 1em;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 padding-top: .5em;
 border-top-color: #900;
 border-top-width: 2px;
 border-top-style: solid;
}

#content h5 
{
 font-size: 1em;
 margin-top: .5em;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
 padding: 0;
}

#content h6 
{
 font-size: .8em;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 3em;
 padding: 0;
}

#content p 
{
 font-size: .8em;
 color: #000;
 background-color: #FFE;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: .75em;
 margin-left: 3em;
}

#content a 
{
 color: #0000CD;
 background-color: inherit;
}

#content a:hover, #content a:focus, #content a:active 
{
 color: #080;
 background-color: inherit;
}

/***************************  RIGHT COLUMN  *********************/
#right 
{
 float: left;
 width: 25%;
 font-size: .8em;
 font-weight: 600;
 color: #FFE;
 background-color: #900;
 margin-left: 1em;
}

#right h1 
{
 font-size: 12px;
 padding-top: 5px;
 font-family: verdana, arial, georgia, times, sans-serif;
 border-bottom-color: #FFE;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 margin: 0;
}

#right h2 
{
 font-size: 11px;
 font-weight: 400;
 font-family: verdana, arial, georgia, times, sans-serif;
 margin-top: .5em;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
}

#right a 
{
 color: #FFE;
 background-color: inherit;
 text-decoration: underline;
}

#right a:hover, #right a:focus, #right a:active 
{
 text-decoration: underline;
 color: #afa;
 background-color: inherit;
}

#right li 
{
 margin-bottom: 1em;
 font-size: .9em;
 line-height: 1.2em;
}

#right li a 
{
 text-decoration: none;
}

/********************* THIS IS IMPORTANT. DONT ERASE OR MESS WITH IT ***********************/
.clear 
{
 clear: both;
 line-height: .5em;/*****Kevin's original code specified zero line-height, which did not validate*****/

 margin: 0;
 padding: 0;
}

/*************************** OK *********/
/********************************************    FOOTER  *****************/
#footer 
{
 color: #FFE;
 background-color: inherit;
 font-family: helvetica, arial, georgia, times, sans-serif;
 border-top-color: #FFE;
 border-top-width: 1px;
 border-top-style: solid;
 margin: 1em;
 text-align: center;
 width: 90%;
}

.footer 
{
 margin-top: .25em;
 margin-right: 0;
 margin-bottom: .25em;
 margin-left: 0;
 padding: 0;
 font-size: .8em;
}

#footer h5 
{
 font-weight: 400;
}

#footer a 
{
 color: #FFE;
 background-color: inherit;
 text-decoration: underline;
}

#footer a:hover, a:focus 
{
 color: #FFF;
 background-color: inherit;
 font-weight: 600;
}