/*
Theme Name: Lush Hair & Beauty
Theme URI: http://www.laurahairandbeauty.co.uk
Description: Lush Hair & Beauty Theme
Author: Karl Wills
*/


/* Wordpress Default Classes */

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }


/* Layout */

body {
	background: #4f0d7b;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	}

div#page-wrap {
	width: 950px;
	margin: 0 auto 0 auto;
	}
	
	div#content-wrap {
	width: 950px;
	background: url('style/images/watermark.jpg') repeat-y;
	}

div#header {
	float: left;
	width: 950px;
	height: 150px;
	background: url('style/images/headbg.jpg') no-repeat left top;
	}
	
	.logo {
		padding: 20px 0 0 15px;
		}
		
	.introImg {
		/*	Introduction Image */
		padding: 15px 0 20px 15px;
		}

div#mainContent {
	clear: both;
	float: left;
	width: 700px;
	background: #fff url('style/images/maincontentbg.jpg') no-repeat left top;
	padding-bottom: 100px;
	}
	
	div#mainContent a {
		text-decoration: none;
		color: #4f0d7b;
		}
		
		div#mainContent a:hover {
			text-decoration: underline;
			}
	
	div#mainContent h1 {
		font-size: 20px;
		color: #410767;
		font-weight: normal;
		padding: 20px 0 20px 15px;
		}
	
	div#mainContent h2 {
		font-size: 18px;
		color: #410767;
		font-weight: normal;
		padding: 0 0 20px 15px;
		}
	
	div#mainContent h3 {
		font-size: 16px;
		color: #410767;
		font-weight: normal;
		padding: 10px 0 10px 15px;
		}

	div#mainContent h4 {
		font-size: 14px;
		color: #410767;
		font-weight: normal;
		padding: 10px 0 5px 15px;
		}
	
	div#mainContent p {
		padding: 0 15px 15px 15px;
		line-height: 16px;
		}
		
		p.sig { 
		/* Home Page Signature Styling */
		font-weight: bold;
		color: #4f0d7b;
		font-size: 16px;
		font-style: italic;
		}
		
		img.profilepic { 
			/* About Me Profile Image */
			float: right;
			margin: 15px;
			}

/* Sidebar */

div.sidebar {
	float: right;
	width: 250px;
	background: #3c0661 url('style/images/sidebarbg.jpg') no-repeat left top;
	color: #fff;
	padding-bottom: 100px;
	}
	
	div.sidebar h2 {
		color: #fff;
		font-size: 18px;
		padding: 15px 0 5px 0;
		margin: 0 15px 10px 15px;
		border-bottom: 1px solid #fff;
		font-weight: normal;
		}
		
	div.sidebar p {
		padding: 0 15px 15px 15px;
		line-height: 16px;
		}
		
	div.sidebar a {
		text-decoration: underline;
		color: #dda5ed;
		}
		
		div.sidebar a:hover {
			text-decoration: none;
			}
		
	div.sidebar ul {
		margin: 0 0 0 15px;
		list-style: none;
		}
		
		div.sidebar ul#sidenav a {
			color: #fff;
			text-decoration: none;
			}
			
			div.sidebar ul#sidenav a:hover {
			text-decoration: underline;
			}
		
		div.sidebar li {
			background: url('style/images/dot.gif') no-repeat 0 48%;
			padding: 0 0 0 12px;
			line-height: 18px;
			}
		
		div.sidebar ul a {
			text-decoration: underline;
			}

		div.sidebar ul a:hover {
			text-decoration: none;		
			}	
		
	div.sidebar img {
		padding: 0 15px 15px 10px;
		}
		
/* Contact Form */

div.contactForm {
	width: 600px;
	padding: 15px 15px 0 15px;
	}
		

/* Testimonials */

blockquote.testimonial {
	width: 670px;
	background: #f1f1f1;
	padding: 15px 0 5px 0;
	margin: 0 0 20px 15px;
	}
	
	blockquote.testimonial p {
		font-style: italic;
		}
	
	blockquote.testimonial .name { 
		/* Testimonial Names */
		font-style: normal;
		color: #410767;
		}


/* Price List Tables */

table#prices {
	border-collapse: collapse;
	width: 670px;
	border: 1px solid #f1f1f1;
	margin-left: 15px;
	margin-bottom: 8px;
	}
	
	table#prices th, table#prices td {
		padding: 5px 10px;
		}
		
		table#prices th {
			font-weight: normal;
			}
	
	table#prices caption {
		font-size: 15px;
		font-weight: normal;
		padding: 10px 0 10px 0;
		color: #410767;
		}
		
	table#prices thead {
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
		}		
		

/* Blog Section */

div.post {
	width: 670px;
	margin: 0 0 20px 15px;
	border-top: 1px solid #f1f1f1;
	}
	
	div.postsnav {
		/* Single Post Navigation */
		width: 670px;
		padding: 12px 0 0 0;
		margin: 25px 15px 0 15px;
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
		}
		
		p.smallDate {
			/* Date Shown On Single Posts Page */
			color: #3c0661;
			font-style: italic;
			}
	
	div.post div.datebox {
		/* Post Date Styling */
		width: 51px;
		height: 56px;
		float: left;
		background: url('style/images/datebox.jpg') no-repeat left top;
		color: #fff;
		margin: 14px 20px 20px 0;
		}
		
		div.post div.datebox li.day {
		display: block;
		text-align: center;
		font-size: 13px;
		padding: 2px 0 0 0;
		padding: 0;
		}
		
		div.post div.datebox li.month {
		display: block;
		text-align: center;
		font-size: 17px;
		padding: 5px 0 0 0;
		color: #3c0661;
		}
				
		
/* Footer */

div#footer {
	color: #fff;
	clear: both;
	float: left;
	width: 950px;
	margin: 0 auto;
	background: #350555;
	padding: 15px 0 0 0;
	}
	
	div#footer a {
		color: #fff;
		text-decoration: underline;
		}
	
	div#footer p {
		font-size: 11px;
		padding: 1px 15px 15px 15px;
		}	
		
	div#footer ul#footerNav {
		float: left;
		list-style: none;
		color: #fff;
		margin-left: 15px;
		}
		
		div#footer ul#footerNav li {
			display: inline;
			padding-right: 10px;
			}
			
		div#footer ul#footerNav li a {
			text-decoration: none;		
			color: #fff;
			}		
	
		div#footer ul#footerNav li a:hover {
			text-decoration: underline;
			}
		




/* Clear Fix Class */

.clear {
	clear: both;
}
