﻿#NewsAndEvents .item
{
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 40px 0px;
    background-image: url(images/back_diaryitem.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#NewsAndEvents .item h3
{
    margin-top: 0px;
    font-weight: normal;
    font-size: 1.2em;
}

#NewsAndEvents .item .date
{
    background-image: url(images/back_date.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 70px;
    height: 52px;
    float: left;
    font-size: 0.8em;
    color: white;
}

#NewsAndEvents .item .image
{
    width: 170px;
    height: 160px;
    overflow: hidden;
    float: left;
}

#NewsAndEvents .item .text
{
    width: 310px;
    float: left;
}

#NewsAndEvents .item span
{  
    display: block;
    text-align: center;  
    width: 46px;
}

#NewsAndEvents .item .month
{
    margin-top: 2px;
    font-weight: bold;
}

#NewsAndEvents .last
{
    background: none;
    border: none;
}

#NewsAndEvents a.more
{
    display: block;
    text-transform: lowercase;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    background-color: #dcc6c9;
    color: White;
    float: left;
}

#NewsAndEventsArchive .item
{
    padding: 5px 5px 10px 5px;
    margin: 5px 0px 0px 0px;
    border-bottom: 1px solid #e1c6cd;
}

#NewsAndEventsArchive .item .date
{
    font-size: smaller;
}

#NewsAndEventsArchive .last
{
    border: none;
}

/* Our Brides */
/**************/

.ourBrides
{
    float: left;
    width: 100%;
}

.ourBrides .ourBride
{
    padding: 10px;
    background-color: #ead9dc;
    float: left;
    margin: 0px 10px 10px 0px;
    position: relative;
}

.ourBrides .over
{
    cursor: pointer;
}

.ourBrides .ourBride .image
{
    width: 182px;
    height: 182px;
    overflow: hidden;
    position: relative;
}

.ourBrides .ourBride .callout h3
{
    margin: 0px;
}

.ourBrides .ourBride .callout
{
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    background-color: #fff6fa;
    font-size: smaller;
    width: 140px;
}

.article .date
{
    margin: 0px 0px 20px 0px;
    font-size: smaller;
}


/* Our Brides Small */
/**************/
.ourBridesSmall .ourBrideSmall
{
    padding: 5px;
    background-color: #EAD9DC;
    float: left;
    margin: 0px 0px 5px 0px;
    position: relative;
}

.ourBridesSmall .over
{
    cursor: pointer;
    background-color: #d9c4c7;
}

.ourBridesSmall .ourBrideSmall .image
{
    width: 270px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

#RightColumn .ourBridesSmall .ourBrideSmall .callout h3
{
    color: #c85f93;
    margin: 0px;
    font-size: 1.1em;
}

.ourBridesSmall .ourBrideSmall .callout
{
    position: absolute;
    top: 5px;
    left: 80px;
    padding: 10px;
    background-color: #fff6fa;
    font-size: smaller;
    width: 175px;
    height: 30px;
    color: #c85f93;
}


#shopcontactinfo
{
    width: 239px;
    overflow: hidden;
    float: left;
}

#shopcontactinfo .inner
{
    padding: 10px 30px 0px 30px;
    float: left;
}

#shopcontactinfo ul
{
    padding: 0;
    margin: 0;
}

#shopcontactinfo ul li
{
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}

#shopcontactinfo h3
{
    margin-top: 0px;
}

#shopcontactinfo h2
{
    margin-bottom: 5px;
}

h2.fillincontactform
{
    margin-top: 20px;
}

#shopcontactinfo p
{
    margin-bottom: 2px;
}

/*Contact Form*/
#internetcontactinfo
{
    margin-top: 10px;
    width: 400px;
    float: left;
    overflow: hidden;
}

#internetcontactinfo h2
{
    margin-bottom: 10px;
    width: 350px;
}

#internetcontactinfo p.telephone
{
    padding-left: 30px;
    background-image: url(images/icons/telephone.gif);
    background-repeat: no-repeat;
    background-position: 7px 2px;
}

#shopcontactimage
{
    float: left;
    width: 213px;
    overflow: hidden;
}

div.contactform
{
    background-image: url(images/back_contactformt.gif);
    background-repeat: no-repeat;
    background-position: center top;
    width: 390px;
    position: relative;
    float: left;

}

div.contactforminner
{
    background-color: #fae8eb;
    background-image: url(images/back_contactformb.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0px 20px 20px 20px;
    margin: 10px 0px 20px 0px;
    float: left;
}

div.contactform fieldset {
  margin-bottom: 10px;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: none;
  border: 1px solid #e0f0ff;
  background-image: url(images/back_form.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom: none;
}

div.contactform ul {
  margin: 20px 0 0 0;
  padding: 0;
}

div.contactform li {
  list-style: none;
  margin-bottom: 10px;
  float: left;
}

div.contactform legend 
{
  font-size: 1.2em;
  line-height: 1.8;
}
div.contactform label {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  float: left;
  width: 170px;
}

div.contactform input{
	background-color: white;
	float: left;
	width: 140px;
}

div.contactform input, div.contactform textarea
{
    padding: 3px;
    border: 1px solid #cccccc;
}

.sendenquiry
{
    display: block;
    text-indent: -10000px;
    width: 110px;
    height: 50px;
    background-image: url(images/btnSendEnquiry.gif);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    bottom: 0px;
}

/* Designers Home Page */
#DesignerImages 
{
    width: 860px;
    overflow: hidden;
    position: relative;
    height: 390px;
    background-image: url(images/designersloading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}
#DesignerImages .manufacturerItem
{
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 10px;
    background-color: #ead9db;
    z-index: 1;
    display: none;
}

#DesignerImages .over
{
    cursor: pointer;
}

#DesignerImages .manufacturerItem .callout h3
{
    margin: 0px;
    text-align: center;
}

#DesignerImages .manufacturerItem .callout
{
    padding: 20px;
    background-color: #fff6fa;
    font-size: smaller;
    bottom: 0px;
    left: 0px;
}

#DesignerImages .manufacturerItem .textcontainer
{
    position: absolute;
    left: 10px;
    bottom: 10px;  
}

#DesignerImagesV2
{

}

#DesignerImagesV2 .inner
{
    background-color: #ead9db;
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 10px 10px;
    background-image: url(images/designersloading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#DesignerImagesV2 .manufacturerItem
{
    position: relative;
}

#DesignerImagesV2 .over
{
    cursor: pointer;
}

#DesignerImagesV2 .manufacturerItem .callout h3
{
    margin: 0px;
    text-align: center;
}

#DesignerImagesV2 .manufacturerItem .callout
{
    padding: 20px;
    background-color: #fff6fa;
    font-size: smaller;
    bottom: 0px;
    left: 0px;
}

#DesignerImagesV2 .manufacturerItem .textcontainer
{
    position: absolute;
    left: 0px;
    bottom: 0px;  
}


.DesignerPageList h3
{
    display: block;
    padding: 0px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    
    background-image: url(images/back_smallHorizLine.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    
    /*border-bottom: 1px solid #dcbabe;*/
    font-size: larger;
}

.DesignerPageList .hover
{
    background-image: url(images/back_smallHorizLine_on.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.DesignerPageList .last
{
    background: none;
}

.DesignerPageList a
{
    color: #c44e89;
}

.DesignerPageList .summary
{
    font-size: smaller;
}

#HomeShopFront
{
    display: block;
    float: left;
    background-color: #ead9db;
    padding: 10px;
    position: relative;
    /*
    border-bottom: 1px solid #ddc8cb;
    border-right: 1px solid #ddc8cb;
    border-top: 1px solid #efe1e3;
    border-left: 1px solid #efe1e3;
    */
}

#HomeOurBrides
{
    display: block;
    float: left;
    background-color: #ead9db;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    position: relative;
    /*
    border-bottom: 1px solid #ddc8cb;
    border-right: 1px solid #ddc8cb;
    border-top: 1px solid #efe1e3;
    border-left: 1px solid #efe1e3;
    */
}

#HomeOurDiary
{
    display: block;
    float: left;
    background-color: #ead9db;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    position: relative;
}

#HomeOurDiary.hover, #HomeOurBrides.hover, #HomeShopFront.hover, #HomeDesigners.hover
{
    /*background-color: #efcbe0;*/
}

#TitleTheDesigners, #TitleTheBoutique, #TitleOurDiary, #TitleOurBrides
{
    position: absolute;
    top: 0px;
    left: 0px;    
}

#TitleTheDesigners
{
    top: 20px;
    left: 20px;
}

#TitleTheBoutique
{
    left: 158px;
    top: 180px;
}

#TitleOurBrides
{
    left: 190px;
    top: 200px;
}

#TitleOurDiary
{
    left: 200px;
    top: 180px;
}

#HomeManImages
{
    display: block;
    float: left;
    background-color: #ead9db;
    padding: 10px;    
    position: relative;
}

#HomeManImagesInner
{
    width: 600px;
    position: relative;
}

#HomeManImages a img
{
    border: 1px solid #f2e1e3;
}

h3.articleGalleryTitle, h3.articleProductsTitle
{
    background-image: url(images/back_diaryitem.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0px 0px 0px;
    clear: both;
}

.articleProduct
{
    float: left;
}

.articleProduct .productBoxContainer
{
    width: 183px;
}

a.backToOurBlog
{
    display: block;
    margin-top: 20px;
}

a.aboutUs
{
    display: block;
    background-image: url(images/btnAboutUs.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -10000px;
    margin-bottom: 10px;
    width: 190px;
    height: 51px;
}

#WhoWritesThis
{
    background-image: url(images/back_whowritesthis.gif);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 25px 15px 15px 15px;
}

#DiaryArchive
{
    /*
    background-image: url(images/back_diaryarchive.gif);
    background-position: center top;
    background-repeat: no-repeat;
    */
    background-color: #edd8db;
    padding: 10px;
}

.contentImage
{
    background-color: #ead9db;
    padding: 10px;
}

#NewsTicker
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #c44e89;
    width: 600px;
}

#NewsTicker .newsItem
{
    padding: 10px;
    color: White;
}

#NewsTicker .clickable
{
    cursor: pointer;
}
