/* -------------------- Colour Scheme -------------------- */
/*
    Cown Joolz CSS
    
    Designed by SLA Associates Limited 2010

    
*/
/* -------------------- Common Layout -------------------- */
* 
{
	padding: 0;
	margin: 0;
}
body 
{
    font: normal normal normal 12px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    text-align: center;
    color: #333;
    padding: 0;
	margin: 0;
	background: #000;
}


/* -------------------- Links -------------------- */

a 
{ 
    outline: none 
}

a, a:link, a:visited, a:active, a:focus 
{
    color: #606060;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    color: #c94f88;
    text-decoration: none;
}
a img
{
    border: none;
    position: relative;
}


/* -------------------- Text Setup -------------------- */
p,
ul,
table
{
    margin: 15px 0;
}
p,
li
{
    line-height: 1.5;
}


/* -------------------- Typography -------------------- */
h1,h2,h3,h4,h5,h6
{
    color: #c94f88;
    margin: 15px 0;
    padding: 0;
}
h1
{
    font: normal normal bold 18px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
h2
{
    font: normal normal bold 16px/18px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
h3 
{
    font: italic normal bold 14px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
h1.page-title
{
    margin-top: 30px;
}


/* ------------------- Page Header ----------------- */
#header-container
{
    background: #fff;    
    /*height: 129px;*/
    height: 250px;
    border-top: solid 10px #000;
}
#page-header
{
    width: 980px;
    /*height: 129px;*/
    height: 250px;
    margin: auto;
}
#logo
{
    float: left;
    padding: 30px 0 0 30px;
}   
#page-header h1
{
    display: none;
}
#sale-on
{
    float: right;
}


/* ---------------------- Content Container --------------------- */
#wrapper
{
    width: 100%;
    background: #000;
    min-height: 506px;
    background: #fff url("/graphics/background-wrapper.png") repeat-x 0 0;
}
#container
{
    width: 980px;
    margin: auto;
    background: url("/graphics/background-container.png") repeat-y 50% 0;
    /*background: #fff url("/graphics/background-wrapper.png") repeat-x 0 0;*/
}
#content
{
    width: 980px;
    margin: auto;
    padding: 0;
    text-align: left;
}


/* ---------------------- 2 column layout --------------------- */
div.column1
{
    width: 600px;
    float: right;
    padding: 0 40px 0 0;
    overflow: hidden;
}
div.column2
{
    width: 300px;
    float: left;
    padding: 0 30px 0 10px;
    overflow: hidden;
    min-height: 530px;
}
div.column2 img
{
    margin: 15px 0 25px 0;
}


/* ---------------------- 1 column layout --------------------- */
div.column1-full
{
    padding: 25px 20px 0 20px;
    overflow: hidden;
}
br.clear-columns
{
    clear: both;
    border: none;
    height: 0
}
div.column1 ul,
div.column1 ol,
div.column1-full ul,
div.column1-full ol
{
    margin-left: 15px;
}


/* ----------------- Navigation --------------- */
#navigation-wrapper
{
width: 100%;
background: #c94f88;
height: 22px;
border-top: 5px solid #f4e2cc;
}
#navigation-container
{
width: 980px;
margin: auto;
background: #c94f88;
height: 22px;
/*border-top: 5px solid #f4e2cc;*/
}
ul#navigation li
{
list-style-type: none;
display: inline;
}


/* -------------- Left Column Boxes ----------- */
.container-box
{
   margin: 25px 0 25px 0;
   width: 294px;
   text-align: right;
   background-image: url("/graphics/background-column2-box.png");
   background-repeat: no-repeat;
   background-position: 0 0;
   min-height: 75px;
}
.container-box h2
{
    float: right;
    color: #fff;
    background: #000;
    text-align: right;
    font: normal normal bold 14px/28px Arial, Tahoma, Verdana, Sans-Serif;
    padding-right: 8px;
    margin: 0 0 2px 0;
    width: 275px;
}
.container-box h3
{
    color: #000;
    text-align: right;
    font: normal normal normal 12px/23px Arial, Tahoma, Verdana, Sans-Serif;
    padding-right: 8px;
    margin: 0;
}
.container-box-content
{
    width: 274px;
    text-align: left;
    margin-left: 11px;
    background: #fff;
    padding-left: 9px;
}
.book-an-appointment
{
    background: #f9f4e0 url("/graphics/background-book-an-appointment.jpg") no-repeat 100% 0;
    height: 392px;
}
.book-an-appointment p
{
    margin: 10px 0 0 0;
}
.book-an-appointment p.contact-details
{
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}
.book-an-appointment p.contact-details a
{
    color: #000;
}
.book-an-appointment p.contact-details a:hover
{
    color: #c94f88;
}
.black-background
{
    background-image: url("/graphics/background-column2-box-black.png");
    float: right;
    margin-left: 10px;
}
.grey-background
{
    background-image: url("/graphics/background-column2-box-grey.png");
    float: right;
}

/* ---------------------- Footer --------------------- */
#footer-container
{
    background: #000;
    border-top: solid 4px #c94f88;
    width: 100%;
    margin: auto;
    /*width: 980px;*/
}
#footer
{
    width: 980px;
    margin: auto;
    color: #fff;
}
#footer p,
#footer ul,
#footer li,
#footer img
{
    margin: 0 0 5px 0;
    padding: 0;
}
#footer-text,
#footer-site-link,
#footer-copyright
{
    padding-top: 15px;
}
#footer-site-link,
#footer-text
{
    line-height: 2;
}
#footer-text a,
#footer-site-link a,
#footer-copyright a
{
    color: #fff;
}
#footer-site-link a,
#footer-site-link a:hover,
#footer-copyright a,
#footer-copyright a:hover
{
    font-weight: normal;
}
#footer a:hover
{
    color: #eadab3;
}
#footer-copyright
{
    float: left;
    padding-left: 5px;
    text-align: left;
    position: relative;
    width: 350px;
}
#footer-site-link
{
    float: right;
    text-align: right;
    padding-right: 10px;
    position: relative;
    width: 300px;
}


/* -------------------- External Links ------------------- */
.external-link
{
    padding-left: 20px;
    background: transparent url("/graphics/linkout.gif") no-repeat left;
}
.align-right
{
    text-align: right;
}


/* -------------------- Feedback ------------------- */
.clear-columns
{
    clear: both;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}


/* -------------------- Article Styling ------------------- */
.article-summary
{
    padding: 15px 5px 5px 5px;
}
.article-content p
{
    margin-top: 10px;
}
.article-date
{
    float: left;
    position: relative;
    margin: 0 8px 0 0;
    width: 55px;
    height: 55px;
    text-align: center;
    background: url("/graphics/calendar.png") no-repeat 0 0; 
}
.article-title a
{
    color: #000;
    font: normal normal bold 12px/12px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
.article-title a:hover
{
    color: #c94f88;
}
h3.article-title
{
    background: transparent;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 2px 0 5px 0;
}

.month
{
    margin-top: 3px;
    color: #000;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.day
{
    margin-top: 0;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.ordinal
{
    font-size: 9px;
}


/* -------------------- Document Types ------------------- */
.pdf-document
{
    padding: 5px 0 0 20px;
    height: 18px;
    background: transparent url("/graphics/filetypes/pdf_small.gif") no-repeat left;
}
.doc-document
{
    padding-left: 20px;
    height: 18px;
    background: transparent url("/graphics/filetypes/doc_small.gif") no-repeat left;
}
.xls-document
{
    padding-left: 20px;
    height: 18px;
    background: transparent url("/graphics/filetypes/xls_small.gif") no-repeat left;
}
.odt-document
{
    padding-left: 20px;
    height: 18px;
    background: transparent url("/graphics/filetypes/odt_small.gif") no-repeat left;
}
.ods-document
{
    padding-left: 20px;
    height: 18px;
    background: transparent url("/graphics/filetypes/ods_small.gif") no-repeat left;
}


/* ---------------- Home Page Box Adverts ---------------- */
.navigation-box
{
    width: 180px;
    height: 270px;
    border: solid 1px #000;
    position: relative;
    float: left;
    margin: 0 25px 25px 0;
    cursor: pointer;
}
.last-navigation-box
{
    margin: 0 0 25px 0;
}
.navigation-box-content
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 39px;
    line-height: 39px;
    width: 180px;
    text-align: center;
}

.smaller-navigation-box
{
    width: 140px;
    height: 177px;
    border: solid 1px #000;
    position: relative;
    float: left;
    margin: 0 10px 15px 0;
    cursor: pointer;
}
.smaller-last-navigation-box
{
    margin: 0 0 15px 0;
}
.smaller-navigation-box-content
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 140px;
    text-align: center;
}



/* -------------------- Gallery Styling ------------------- */
.gallery-image-container
{
    width: 90px;
    height: 150px;
    float: left;
    margin: 0 5px 20px 5px;
    text-align: center;
}
.gallery-image-container p
{
    margin-top: 1px;
    font-size: 10px;
    text-align: left;
}
.end-of-line
{
    margin-right: 0;
}
h3.photo-name
{
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    height: 40px;
}

.gallery-image-container img
{
    border: solid 1px #000;
    outline: none;
}
#photo-gallery
{
    margin: 40px 0 15px 0;
}

.bride-on-a-budget
{
    background: #000 url("/graphics/background-bride-on-a-budget.jpg") no-repeat 0 0;
    height: 135px;
    color: #fff;
}
.prom-on-a-budget
{
    background: #fff url("/graphics/background-prom-on-a-budget.jpg") no-repeat 100% 0;
    height: 135px;
    color: #fff;
}
.bride-on-a-budget p,
.prom-on-a-budget p
{
    padding: 25px 10px 0 85px;
}
.bride-on-a-budget a,
.prom-on-a-budget a
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #c94f88 url("/graphics/background-button-link.png") repeat-x scroll 0 0;
	border: 1px solid #c94f88;
	color: #fff;
	padding: 4px 10px 5px;
	margin: 5px 5px 0 80px;
	font-weight: bold;
	cursor: pointer;
}
.bride-on-a-budget a:hover,
.prom-on-a-budget a:hover
{
    color: #000;
}

#home-telephone
{
    margin: 25px 0 0 45px;
    font: normal normal bold 38px/38px 'Monotype Corsiva';
    float: left;
    padding-left: 30px;
    background: url("/graphics/icon-phone.png") no-repeat 0 0;
}
