/*
	Title:		The Butlers House
	Author:		Ian Houghton
	Website:	http://www.redmorello.com
*/


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.clearBoth {clear:both;}

a:active, a:focus
{
    outline: none;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

p
{
    font-size:12px;
    line-height:24px;
    margin-bottom:5px;
}

#container
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    min-height:100%;
    position:relative;
}

#container-top
{
    margin-top:250px;
    width:960px;
    height:10px;
    background:transparent url('images/container-top.jpg') no-repeat center top;
}

#container-inner
{
    width:960px;
    height:auto;
    background-color:#fef2cb;
    color: #141414;
}

#container-bottom
{
    width:960px;
    height:10px;
    padding-bottom:20px;
    background:transparent url('images/container-bottom.jpg') no-repeat center top;
}

/*
================================
MAIN STYLES
================================
*/

body
{
	font-size: 62.5%;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #141414;
    background:#ffffff url('images/bg.jpg') repeat center top;
}

a
{
    color:#545454;
    text-decoration:none;
}

a:hover
{
    color:#282828;
}

.external
{
    background:url('images/external.jpg') no-repeat center right;
    padding-right:15px;
    margin-right:3px;
}

h1
{
    font-size:24px;
    font-weight:bold;
    font-style:italic;
    color:#141414;
    margin:20px 0 35px 0;
}

h2
{
    font-size:24px;
    font-weight:bold;
    font-style:italic;
    margin-bottom:10px;
    color:#141414;
    text-align:center;
}

h3
{
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    margin:10px 0 10px 0;
}

h4
{
    font-size:12px;
    font-weight:bold;
    color:#2b3842;
    margin-bottom:10px;
}

.button
{
    margin-left:-7px;
    margin-bottom:10px;
}

hr
{
    margin:20px 0 20px 0;
    background-color:#3a0000;
    width:95%;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    position:absolute;
    width:960px;
    height:258px;
    margin-top:-200px;
    margin-left:auto;
    margin-right:auto;
    background:url('Images/logo.jpg') no-repeat top center;
}

/*
================================
SIDEBAR STYLES 
================================
*/

#sidebar
{
    width:178px;
    margin-left:70px;
    margin-top:117px;
}

    #sidebar li
    {
        padding-bottom:5px;
        height:56px;
    }
    
    #sidebar li a
    {
        display:block;
        height:56px;
    }
    
    #sidebar li a.home
    {
        background:url('images/home.jpg') no-repeat 0 0;
    }
    
    #sidebar li a.home:hover
    {
        background-image:url('images/home.jpg');
        background-repeat: no-repeat;
        background-position:-177px 0;
    }
    
    #sidebar li a.restaurant
    {
        background:url('images/restaurant.jpg') no-repeat 0 0;
    }
    
    #sidebar li a.restaurant:hover
    {
        background-image:url('images/restaurant.jpg');
        background-repeat: no-repeat;
        background-position:-177px 0;
    }
    
    #sidebar li a.menus
    {
        background:url('images/menus.jpg') no-repeat 0 0;
    }
    
    #sidebar li a.menus:hover
    {
        background-image:url('images/menus.jpg');
        background-repeat: no-repeat;
        background-position:-177px 0;
    }
    
    #sidebar li a.contact
    {
        background:url('images/contact.jpg') no-repeat 0 0;
    }
    
    #sidebar li a.contact:hover
    {
        background-image:url('images/contact.jpg');
        background-repeat: no-repeat;
        background-position:-177px 0;
    }
    
    #newsletter ul
    {
        line-height:18px;
    }
    
    #newsletter li
    {
        height:auto;
    }
    
    #newsletter p
    {
        line-height:18px;
        margin:5px 0 0 0;
    }
    
    .submitButton
    {
        margin-top:5px;
    }
    
/*
================================
CONTENT STYLES 
================================
*/

#mainContent
{
    width:600px;
    margin-left:37px;
    margin-top:117px;
    height:auto;
}

    #mainContent-top
    {
        width:600px;
        height:73px;
        background:url('images/main-top.jpg') no-repeat top left;
    }
    
    #mainContent-middle
    {
        width:538px;
        height:auto;
        border-left:1px solid #dcdcdc;
        border-right:1px solid #dcdcdc;
        padding:30px;
        background-color:#fff;
        color: #141414;
    }
    
    #mainContent-bottom
    {
        width:600px;
        height:10px;
        background:url('images/main-bottom.jpg') no-repeat top left;
    }

    #mainContent p
    {
        margin:10px 0;
        line-height:28px;
        font-size:12px;
    }
    
    #mainContent ul
    {
        list-style-type:none;
        line-height:24px;
    }
    
    #mainContent li
    {
        font-size:12px;
    }
    
    #mainContent img
    {
        padding:0 0 10px 20px;
    }
    
    #mainContent img.banner
    {
        padding:0 0 0 3px;
    }
    
    #mainContent_col1
    {
        width:50%;
    }
    
    #mainContent_col2
    {
        width:49%;
    }
    
/*
================================
CONTACT STYLES
================================
*/

#bookingform ol
{
    margin:0;
    padding:0;
}

#bookingform li
{
    list-style:none;
    padding:5px;
    margin:0;
}

#bookingform li a
{
    margin-left:40px;
    font-size:12px;
    cursor:pointer;
}

#bookingform li.thin
{
    line-height:12px;
}

#bookingform fieldset
{
    border:solid 1px #424549;
    width:500px;
    background-color:#ffffff;
    margin-bottom:25px;
    padding:10px 0 20px 0;
}

#bookingform fieldset legend
{
    /*border:solid 1px #424549;*/
    background-color:#424549;
    margin-left:20px;
    padding:5px 10px 5px 10px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

#bookingform fieldset p
{
    padding:0 40px 0 40px;
    line-height:18px;
}

#bookingform fieldset label
{
    display:inline-block;
    margin:0 0 0 40px;
	font-size:12px;
	width:150px;
	vertical-align:top;
}

#bookingform fieldset input
{
	height:15px;
    padding:2px;
    color:#535353;
    font-size:12px;
	width:175px;
}

#bookingform fieldset input.bookingSubmitBtn
{
	margin-left:187px;
}

#bookingform fieldset select
{
    width:175px;
    height:25px;
    padding:2px;
    color:#535353;
    font-size:12px;
}

#bookingform fieldset input:focus, fieldset textarea:focus, fieldset select:focus
    {
        border:2px solid #366ba1;
    }

#bookingform fieldset input.error, fieldset textarea.error, fieldset select.error
{
    border:2px solid #d72323;
}

#bookingform fieldset input.error:focus
{
    border:2px solid #d72323;
}

#bookingform th, td
{
    padding:0 10px 10px 0;
    font-size:13px;
    vertical-align:top;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #141414;
}

.label
{
    padding-left:40px;
    font-size:12px;
}

.errorMessage
{
    margin-left:40px;
    color:Red;
    font-weight:bold;
    font-size:13px;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.errorMessage ul
{
    margin-top:15px;
}

.errorMessage li
{
    font-weight:normal;
    line-height:18px;
    padding-left:0 !important;
}

.errorMessageNewsletter
{
    margin-left:0px;
    color:Red;
    font-weight:bold;
    font-size:11px;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.errorMessageNewsletter ul
{
    margin-top:15px;
}

.errorMessageNewsletter li
{
    font-weight:normal;
    line-height:12px !important;
    padding-left:0 !important;
}

/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    width:600px;
    margin:25px auto 0px auto;
}

    #footer ul
    {
    }

    #footer li
    {
        font-size:12px;
        text-align:center;
        line-height:18px;
        position:relative;
    }

    #footer a:hover
    {
        text-decoration:underline;
    }
    
#lowerFooter
{
    width:600px;
    margin:5px auto 0px auto;
    padding-bottom:30px;
}

    #lowerFooter li
    {
        font-size:12px;
        text-align:center;
        line-height:18px;
        position:relative;
        color:#fff;
    }
    
    #lowerFooter a:link
    {
        color:#fff;
    }
    
    #lowerFooter a:hover
    {
        text-decoration:underline;
    }
    
        
/*
================================
ACCORDION STYLES 
================================
*/

.ui-accordion-content
{
    margin-bottom:45px;
}

#accordion li, #accordion p
{
    text-align:center;
}

#accordion .ui-icon
{
    background-repeat: no-repeat;
    float:left;
    overflow: hidden;
    text-indent: -99999px;
    height: 16px;
    width: 16px;
    margin-top: 8px;
}

#accordion .ui-accordion .ui-accordion-header .ui-icon
{
    /*left: 50%;
    margin-top: 0px;
    position:absolute;
    top: 0;*/
}

#accordion .ui-state-default .ui-icon
{
    background-image: url(http://jqueryui.com/themes/base/images/ui-icons_888888_256x240.png);
}

#accordion .ui-state-active .ui-icon
{
    background-image: url(http://jqueryui.com/themes/base/images/ui-icons_454545_256x240.png);
}

#accordion .redmorello-icon-circle-arrow-s
{
    background-position: -128px -192px;
}

#accordion .redmorello-icon-circle-arrow-e
{
    background-position: -112px -192px;
}

#accordion h2.ui-state-active a
{
    color:#8b3636;
}

#accordion h2.ui-state-focus
{
    outline:#fff solid 1px;
    border-bottom:1px solid #8b3636;
}
