﻿*
{
    margin: 0;
    padding: 0;
}

img
{
    border:0px;
}

h2
{
	font-size:			15px;
	font-weight:		bold;
	padding:7px 0px;
}

#MainContent div.Bottom
{
    width: 703px;
}

#TopMenu
{
    width: 100%;
    height: 42px;
}

#Top_MainMenu
{
    height: 42px;
    width: 662px;
    margin-right: 91px;
    float: left;
    background-color: #3b3f3e;
    display: block;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

ul.MainMenu
{
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
    list-style-type: none;
    height: 42px;
    text-align: center;
}

ul.MainMenu li
{
    padding-top: 14px;
    height: 28px;
    padding-left: 7px;
    padding-right: 6px; /*position:			relative;*/
    display: inline;
    float: left;
}

.choose-your-venue-holder
{
    float: left; 
    padding-left: 59px;
}

#VenuesDropdown
{
    display: none;
    position: absolute;
    font-family: Verdana, Arial, Sans-Serif;
    padding: 5px 20px 10px 20px;
}

#VenuesDropdown ul
{
    list-style-type: none;
    width: auto;
    height: auto;
    text-align: left;
    float: none;
}

#VenuesDropdown ul li
{
    padding-top: 7px;
    height: 21px;
    display: block;
    float: none;
}

/*************** TOP SECTION  *************/

a.DummyLink
{
    cursor: hand;
}

#TopArea
{
    height: 198px;
    width: 984px;
}

#Header
{
    height: 156px;
    width: 984px;
    vertical-align: top;
}

#Header_Left
{
    width: 684px;
    float: left;
    text-align: left;
}

#Header_Right
{
    width: 300px;
    float: left;
    text-align: right;
}


/*************** Pub Links ******************/
div.PubLinksDropdown
{
    display: none;
    position: absolute;
    top: 28px;
    left: auto;
    right: auto;
    margin-left: 8px;
    padding: 58px 10px 20px 18px;
    width: 262px;
    background-image: url('../Images/Links/main_links_bck-purple.jpg');
    background-repeat: no-repeat;
    border: solid 1px #ad2f86;
    z-index: 99;
}

div.PubLinksDropdown a
{
    width: 250px;
    height: 58px;
    color: White;
    padding: 0px;
    display: block;
    text-decoration: none;
}

div.PubLinksDropdown a:hover
{
    cursor: hand;
    color: Black;
    background-color: White;
}

div.PubLinksDropdown img
{
    width: 59px;
    height: 58px;
    border: none;
    float: left;
    margin-right: 10px;
}

div.PubLinksSpacer
{
    width: 250px;
    height: 12px;
}

span.PubLinksHeader
{
    font-size: 160%;
    line-height: 30px;
}

span.PubLinksDesc
{
    font-size: 120%;
}

div.Links
{
    width: 298px;
    padding-top: 32px;
    text-align: right;
    height: 50px;
    z-index: 90;
}

/***************** Home **********************/

span.venue-home-links
{
    margin-top:10px;
    display:block;
}

div.SWF
{
    width: 704px;
    height: 263px;
    overflow:hidden;
}

div.PageContent
{
    padding: 10px;
}

div.PageContent a, div.PageContent a:visited
{
    text-decoration: none;
    color: White;
}

div.PageContent a:hover
{
    color: #ad2f86;
}

div.HomeBottomImages
{
    width: 100%;
    height: 181px;
}

div.Middle_MainLinkPictures
{
    width: 100%;
    height: 149px;
}

div.Middle_MainLinkPictures div
{
    padding-right: 0px;
    float: left;
}

div.Middle_MainLinks
{
    width: 704px;
    height: 32px;
    font-size: 130%;
    font-weight: bold;
}

div.Middle_MainLinks a, div.Middle_MainLinks a:visited
{
    width: 225px;
    height: 25px;
    margin-right: 0px;
    float: left;
    background-color: #e9deb8;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
    display: block;
    color: #59585a;
}

div.Middle_MainLinks a:hover
{
    color: #e9deb8;
    background-color: #59585a;
}

#Middle_Offers
{
    margin: 0px;
    padding: 0px 7px 5px 7px;
    border-bottom: none;
    width: 250px;
    float: right;
    background-repeat: no-repeat;
    background-color: #98258D;
}

#Middle_Offers div.Offer
{
    width: auto;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    clear: both;
}

#Middle_Offers a, #Middle_Offers a:visited, #Middle_Offers img
{
    text-decoration: none;
    border: none;
}

/********************* Menus ********************/

div.MenuItem
{
    width: 50%;
    height: 60px;
    float: left;
}

div.MenuItem_Left
{
    float: left;
    width: 55px;
    height: 60px;
}

div.MenuItem_Right
{
    float: left;
    width: auto;
    height: 50px;
    padding-top: 10px;
}

div.MenuItem_Right a
{
    font-size: 80%;
}

#VenueList li
{
    list-style-type: none;
}

/******************* Enquiries ******************/

#FormContent label
{
    font-size: 110%;
    color: White;
}

#FormContent select
{
    border: solid 1px black;
    font-size: 13px;
    padding:4px;
}

#FormContent input[type="text"]
{
    border: solid 1px black;
    font-size: 12px;
    width: 220px;
    padding:4px;
}

#FormContent textarea
{
    border: solid 1px black;
    font-size: 12px;
    width: 350px;
    height: 85px;
    padding:4px;
}

.textboxEnquiry
{
    width: 190px;
}

.ddlPubs
{
    width: 230px;        
}

.ddlMonth
{
    width: 95px; 
}

.ddlDay
{
    width: 62px;
}

.ddlYear
{
    width: 66px;
}

div.FormLine
{
    clear: both;
    width: auto;
    height: auto;
}

div.FormContentLeft
{
    float: left;
    clear: left;
}

div.FormContentRight
{
    width: 180px;
    height: 180px;
    float: right;
    clear: right;
    text-align: right;
    padding-right: 20px;
}

div.FormContentRight img
{
    border: 0px;
    width: 180px;
    height: 180px;
}

.FormLine_Left
{
    float: left;
    width: 160px;
    height: auto;
    padding:8px 0px 0px 0px;
    font-size:12px;
    clear: left;
}

.FormLine_Right
{
    float: left;
    width: auto;
    height: auto;
    padding: 2px;
    clear: right;
}

/***************** Whats On ***************/
div.EventsLeft
{
    width: 470px;
    padding-right: 14px;
    float: left;
}

div.EventsLeft hr
{
    width: 350px;
    height: 1px;
    border: none;
    background-color: White;
}

div.EventsRight
{
    width: 200px;
    float: right;
}

/********** Find Us ***********/
p.opening-hours
{
    padding:0px 0px 10px 0px;
}

/***************** Latest Galleries ***************/
.LatestGalleriesHeader
{
    margin-top: 10px;
    background-color: #ceff00;        
}

.LatestSamplesHeader
{
    background-color: #ff6d00;
}

.LatestGalleriesHeader, .LatestSamplesHeader
{
    color: #000000;    
    width: 240px;
    padding-left:  16px;    
    height: 26px;
    text-align: left;
    line-height: 23px;
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 8px;
    
}

div.AlbumList
{
    width: 256px; 
    float: left;
    text-align: center;
}

#LatestGallery0 img, #LatestGallery1 img
{    
    color: #ffffff;
    border: solid; 
    padding: 0px;
    margin: 0px;
    border-width: 2px;
}

.LatestGalleryAlbumLink
{
    display: block;
    width: 256px;
    float: left;
}

div.AlbumItemThumb
{
    height: auto;
    width: 256px;
    margin-left: auto; 
    margin-right: auto;
    padding: 0px;
}

.ucAlbumItem_Detail
{
    height: 32px;
    line-height: 28px;
    text-align:left;
    font-size: 120%;
}


/*********Banners Transition ***********/
div.BannersHolder
{
    height: 263px;
    width:704px; 
    padding-top: 6px;
    overflow: hidden;
}

div.BannersCycle
{
    margin-left:auto;
    margin-right:auto;
    height:263px; 
    width:704px;   
}

/******************Live Bookings **************/

.henrys-livebookings-venue-btn
{
    width:249px; 
    height:142px; 
    display:block; 
    background-image:url('../Images/HenrysCafeBar/henrys-venue-book-table.jpg');
}

.henrys-livebookings-brand-btn
{
    width:249px; 
    height:158px; 
    display:block; 
    background-image:url('../Images/HenrysCafeBar/henrys-brand-book-table.jpg');
    z-index: 100000;
}

.henrys-livebookings-dropdown
{
    margin-left: 10px;
    margin-top: 118px;
    width: 230px;
}

.ivory-livebookings-venue-btn
{
    width:249px; 
    height:141px; 
    display:block; 
    background-image:url('../Images/IvoryLounge/ivory-venue-book-table.jpg');
}

.ivory-livebookings-brand-btn
{
    width:249px; 
    height:164px; 
    display:block; 
    background-image:url('../Images/IvoryLounge/ivory-brand-book-table.jpg');
}

.ivory-livebookings-dropdown
{
    margin-left: 10px;
    margin-top: 115px;
    width: 230px;
}

.lambinn-livebookings-venue-btn
{
    width:224px; 
    height:159px; 
    display:block; 
    background-image: url('../Images/LambInn/book-a-table.jpg');
}

/******* Facebook Events *********/
div.facebook-no-events
{
    width:504px;
    height:120px;
    padding:80px 0px 0px 200px;
    color:#333;
    font-size:13px;
    background:#FFFFFF;
}

div.facebook-no-events img
{
    float:left;
    margin-right:10px;
}

div.facebook-no-events p
{
    vertical-align:middle;
    display:table-cell;
    height:32px;
}

div.facebook-events
{
    width:704px;
    color:#333;
    font-size:11px;
    background-color:#FFF;
    margin-top:10px;
}

h3.header-section
{
    padding:4px 5px 5px 5px;
    border-top:solid #E2E2E2 1px;
    background-color:#F2F2F2;
    color:#333;
    font-size:11px;
}

div.facebook-events div.events-list
{
    width:694px;
    padding:0px 5px 0px 5px;
    background-color:#FFFFFF;
}

div.events-list li
{
    height:50px;
    width:694px;
    padding:8px 0px 8px 0px;
    border-bottom:solid 1px #E9E9E9;
    display:block;
    list-style:none;
}

div.events-list li:last-child
{
    border-bottom:none;
    height:60px;
}

div.events-list li div.image
{
    float:left;
    width:60px;
    height:50px;
}
div.events-list li div.info
{
    
    height:50px;
    vertical-align:middle;
    display:table-cell;
}

div.events-list li div.info a
{
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#3b5998;
}

div.events-list li div.info a:hover
{
    text-decoration:underline;
}

div.events-list li div.info span
{
    color:#808080;
    display:block;
}


/******* Facebook Albums ***********/

div.facebook-albums
{
    width:674px;
    color:#333;
}

div.facebook-albums div.album
{
    float:left;
    width:168px;
    height:190px;
}

div.facebook-albums a.image-link
{
    height: 111px;
    width: 144px;
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    display: inline-block;
    outline: medium none;
    padding: 4px;
    position: relative;
    vertical-align: bottom;
    margin-bottom: 4px;
    margin-right: 4px;
    background-color:#FFF;
}

div.facebook-albums a.image-link span
{
    height: 111px;
    width: 144px;
    border: 1px solid #CCCCCC;
    left: 4px;
    padding: 4px;
    position: absolute;
    top: 4px;
    background-color:#ffffff;
}

div.facebook-albums a:hover,
div.facebook-albums a.image-link span:hover
{
    border-color:#3B5998;
}

div.facebook-albums a.image-link i
{
    height: 111px;
    width: 144px;
    background-position: center 25%;
    background-repeat: no-repeat;
    display: block;
    background-color:#EEEEEE;
}

div.facebook-albums div.name
{
    width: 160px;
    padding:5px 0px 5px 0px;
}

div.facebook-albums div.name a
{
    color:#4b4a4b;
    text-decoration:none;
    font-weight:bold;
}

div.facebook-albums div.name a:hover
{
    text-decoration:underline;
}

div.facebook-albums div.name span
{
    color:#828282;
    display:block;
}

/****** Facebook Photos **********/
div.facebook-photos
{
    width:674px;
    color:#333;
}

div.facebook-photos h2
{
    color:#828282;
}

div.facebook-photos div.photo
{
    float:left;
    width:196px;
    height:148px;
}

div.facebook-photos a.image-link
{
    height: 130px;
    width: 180px;
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    display: inline-block;
    outline: medium none;
    padding: 4px;
    position: relative;
    vertical-align: bottom;
    margin-bottom: 4px;
    margin-right: 4px;
    background-color:#FFFFFF;
}


div.facebook-photos a:hover
{
    border-color:#686561;
}

div.facebook-photos a.image-link i
{
    height: 130px;
    width: 180px;
    background-position: center 25%;
    background-repeat: no-repeat;
    display: block;
    background-color:#EEEEEE;
}

a.gallery-back
{
    width:auto;
    font-size:13px;
    color:#FFF;
    text-decoration:none;
    margin-bottom:10px;
    display:block;
}

a.gallery-back:hover
{
    text-decoration:underline;
}
