/*
Site: http://www.destinyhairdesign.co.uk
Description: The new Destiny Hair Designs website
Version: 1.0
Author: Stu Goymer GOY Media http://goymedia.com
### NOTE: CODE UNDER CONSTRCUTION AND NOT YET OPTIMISED OR VALIDATED ###
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	background: #ffffcc url(../images/body-bg.gif) repeat-x;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#dbdbdb;
       padding-bottom:10px;
}
h1 {
	font-size: 27px; 
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
p {
	line-height:1.5em;
        padding-bottom:10px;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
strong {color:#000}

.alignright {
float:right;
margin:10px 0 10px 20px;
width:auto;
}

.alignleft {
float:left;
margin:10px 20px 10px 0px;
width:auto;
}
/* Layout Divs */


div#wrapper {
	margin:0 auto;
	width:960px;
	background:url(../images/overlay.png) top center no-repeat;
}
div#footer {
	width:100%;
	background:url(../images/footer-bg.gif) repeat-x;
}
div#footer-content {
	margin:0 auto;
	width:960px;
}
/* Header Divs */


div#logo {
	float:left;
	width:710px;
}

div#title {
	float:left;
	width:700px;
	padding-left:10px;
}
div#title h1 {
	font-size: 13px;
	color:#ffffcc;
	font-weight:normal;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
        padding:0;
}

div.leftcol { float:left;width:710px}
div.rightcol { float:left;width:250px}


div#phone {
	float:left;
	width:250px;
	padding-top:20px;
}
div#map {
	float:left;
	width:150px;	
	padding:15px 0 0 100px;
	background:url(../images/map-bg.gif) 6px 0 no-repeat;
}

/* Top Banner Divs */

/* Content Divs */

div.content-fill {
	float:left;
	width:960px;
	height:20px;
}

div.content-mid-col {
        float:left;
	width:410px;
        padding:0 20px 0  0;
}

div.content-right-col {
        float:left;
	width:230px;
}

div.content-right-col img {padding-bottom:20px}

div#content-home {
	float:left;
	width:935px;
	background:url(../images/banner-bg.gif) top center no-repeat;
	padding-left:25px;
}

div#content {
	float:left;
	width:935px;
	background:url(../images/content-bg-nav.gif) 0px 40px repeat-y;
	padding:0px 0 0 25px;
}

div#header {
	float:left;
	width:890px;
	background:url(../images/banner-bg.gif) top center no-repeat;
	padding:20px 35px 5px 35px;
}

div#header h1 {
	font-family: "Monotype Corsiva";
	font-size:60px;
	color:#626262;
	font-weight:normal;
}

div#header h2 {
	font-size:18px;
	font-style:italic;
	color:#000;
}

div#banner {
	float:left;
	width:630px;
	padding:10px 20px 20px 20px;
	margin-top:10px;
	height:240px
}

div#banner-content {
	float:left;
	width:220px;
	padding:0 0 10px 10px;
	margin-top:10px;
}
/******************************************************************/
div#content-area {
	float:left;
	width:660px;
	padding:0px 20px 20px 20px;
}

div#content-area h1 {
	font-family: "Monotype Corsiva";
	font-size:60px;
	color:#626262;
	font-weight:normal;
}

div#content-area h2 {
	font-size:18px;
	font-style:italic;
	color:#000;
}
/******************************************************************/

div#news, div#news-content {
	float:left;
	width:960px;
	height:60px;
	background:url(../images/news-bg.gif) no-repeat;
}
div#news p, div#news-content p {
	color:#FFF;
	padding:0px 0 0 200px;
}
div#news-content {
	height:80px;
	background:url(../images/news-content-bg.gif) no-repeat;
}
/* Navigation */

div#navigation {
	float:left;
	width:220px;
	padding:0 0 10px 5px;	
}

div#navigation ul li  a {
	background:#000;
	font-size:20px;
	color:#ffffcc;
	display:block; 
	width:195px;
	padding:12px 10px 15px 15px;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

div#navigation ul li a:hover, div#navigation ul li a:active  {background:#fff; color:#000}

div#navigation ul li.active a {
	background:#fff;
	color:#000;
}



/* Home Content Box Divs */

div#box-container {
	float:left;
	width:940px;
	background:url(../images/box-bg.gif) no-repeat;
	padding:10px 10px 20px 25px;
}
div.box-home {
	float:left;
	width:220px;
	padding-right:10px;
}

div.box-home a.salon, div.box-home a.salon:visited  {
	display:block;
	width:220px;
	height:180px;
	text-indent:-999em;
	background:url(../images/destiny-salon.gif);
	cursor:pointer;
	cursor:hand;
}
div.box-home a.salon:hover{
	background:url(../images/destiny-salon-on.gif);
}

div.box-home a.price, div.box-home a.price:visited {
	display:block;
	width:220px;
	height:180px;
	text-indent:-999em;
	background: url(../images/price-list.gif);
	cursor:pointer;
	cursor:hand;
}
div.box-home a.price:hover {
	background:url(../images/price-list-on.gif);
}

div.box-home a.wedding, div.box-home a.wedding:visited {
	display:block;
	width:220px;
	height:180px;
	text-indent:-999em;
	background: url(../images/wedding-hair.gif);
	cursor:pointer;
	cursor:hand;
}
div.box-home a.wedding:hover {
	background:url(../images/wedding-hair-on.gif);
}

div.box-home a.academy, div.box-home a.academy:visited {
	display:block;
	width:220px;
	height:180px;
	text-indent:-999em;
	background: url(../images/hair-academy.gif);
	cursor:pointer;
	cursor:hand;
}
div.box-home a.academy:hover {
	background:url(../images/hair-academy-on.gif);
}




/* Footer Divs */

div#footer-nav {
	float:left;
	width:960px;
	padding:0px 0 10px 10px;
}
div#footer-nav li {
	float:left;
	padding:5px 20px 5px 10px
}
div#footer-nav a:link, div#footer-nav a:visited {
	font-size: 14px;
}
div#footer-nav a:hover {
	color:#333
}
div#footer-logo {
	float:left;
	width:960px;
	padding-top:10px;
}
p.address {
	float:left;
	font-size:12px;
	color:#191919;
	padding:0 0 20px 55px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* `Jquery CSS
----------------------------------------------------------------------------------------------------*/

ul#latestnews {
	margin:17px 0 0 190px;
	color:#CCC;
}

ul#latestnews li a { color:#ffffcc}