/* @override http://www.makeupbylara.co.uk/css/screen.css */

/*
	PROJECT NAME Screen.css
	VERSION 1.1 
	NICK TOYE
	NICK@NICKTOYE.CO.UK
	
	CONTENTS ----------
		
		0.  IMPORTS
		1.  BODY
		2.  DEFAULT 
		3.  HEADINGS
		4.  LINKS
		5.  IMAGES
		6.  SCAFFOLD
		7.  NAVIGATION
		8.  SPECIFIC CONTENT
		9. TABLES
		10. FORMS
	
	------------------
		
	PALETTE ----------
	
		colour #hex
	
	------------------
	
*/

/* 0. IMPORTS
----------------------------------------------------------------------- */


@import url(reset.css); /* RESET CSS */
@import url(scratch.css); /* SCRATCH CSS */



/* 1. BODY
----------------------------------------------------------------------- */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #1a1a1a;
	color: #773048;
	i
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}



/* hides the access menu */
ul#nav_access { 
	position:absolute; 
	top:-9999px; 
	left:-9999px; 
}

/* 2. DEFAULTS 
----------------------------------------------------------------------- */


/* LISTS */

ul.generic {
	float: left;
}

ul.generic li {
	background: url(../img/icons/bullet.png) no-repeat 0 40%;
	padding-left: 16px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}

/* BLOCKQUOTES */

blockquote {
	font-style: italic;  
	padding: 20px 20px 4px 20px; 
	margin-bottom: 1.5em; 
	border-top: 2px solid #BEB3A3; 
	border-bottom: 2px solid #BEB3A3; 
	background: #F7E8D4; 
	color: #333; 
}
blockquote p {  } 
blockquote cite { 
	font-family: Georgia; 
	font-size: 1em; /* 12px ÷ 12px */
	line-height: 1.5em; /* 18px ÷ 12px */
	text-align: right; 
	margin: 1.5em 0 0; 
	display: block;
}



/* TYPE EMBELLISHMENTS */

abbr { border-bottom:1px dotted #999; cursor:help;}
abbr:hover { border-bottom:1px dotted #666; }
del { color:#999; }
strong { font-weight:bold; color:#333; }
em { font-style:italic; color:#666;}
sup { font-size: 75%; position: relative; top: -5px;}


/* 3. HEADINGS 
----------------------------------------------------------------------- 
(divide whatever the desired pixel size by 12px and that gives you your EM value)
*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #4F6969;  
}

h1 { }
h2 { 
	font-size: 1.8em;	
}



/* 4. LINKS 
----------------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #EE6090;
}

a:hover, a:focus {
	text-decoration: underline;
}



/* 5. IMAGES 
----------------------------------------------------------------------- */

img.imgRight {
	float: right;
	margin: 15px;
	border: 1px solid #F6ACC5;
	padding: 1px;
}

/* 6. SCAFFOLD 
----------------------------------------------------------------------- */

#container {
	background: url(../img/faux.png) repeat-y;
}

#branding {
	background: #fff url(../img/branding.png) no-repeat;
	height: 180px;
	position: relative;
}

#content {
	background: #fef5f8;
}

body.Home #content {
	background: #fef5f8 url(../img/polaroids2.jpg) no-repeat right bottom !important;
	padding-bottom: 280px;
}

body.Home #main-content {
	width: 500px;
	background: 0;
}

#main-content {
	padding: 10px;
	width: 500px;
}

#main-content.grid_12 {
	width: 920px;
	margin: 0;
	background: url(../img/h-line.png) no-repeat bottom center;
	padding-bottom: 25px;
	margin-bottom: 10px;
}





/* 7. NAVIGATION 
----------------------------------------------------------------------- */

ul#nav {
	overflow: hidden;
	margin-bottom: 0;
	background: url(../img/nav-bar.png) no-repeat;
	height: 40px;
	width: 930px;
	padding: 0 0 0 10px;
}

ul#nav li {
	float: left;
	line-height: 40px;
	margin-right: 10px;
	background: url(../img/nav-divider.png) no-repeat right;
}

ul#nav li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding-right: 10px;
}

ul#nav li a:hover, ul#nav li.active a {
	color: #773048;
	text-decoration: none;
}

ul#nav li#contact {
	float: right;
	height: 40px;
	margin: 0;
	background: 0;
}

ul#nav li#contact ul {
	float: right;
}

ul#nav li#contact li {
	font-size: 16px;
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
}

ul#nav li#contact ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

ul#nav li#contact li.omega {
	background: 0;
	padding: 0;
	margin: 0;
}

/* 8. SPECIFIC CONTENT 
----------------------------------------------------------------------- */

/* 8.1 CONTENT/BRANDING */

#branding h1 {
	text-indent: -3000px;
	width: 350px;
	height: 180px;
}

#branding h1 a {
	width: 350px;
	height: 180px;
	display: block;
}

/* 8.2 CONTENT/MAIN-CONTENT */

#welcome {
	float: left;
	background: url(../img/h-line.png) no-repeat bottom center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

body.Price #welcome {
	padding: 10px 10px 25px 10px;
	width: 920px;
}

#content h2 {
	margin-bottom: 15px;
	color: #1a1a1a;
	font-weight: normal;
	font-size: 24px;
	
}

body.Price #content h2 {
	margin: 10px;
}

#content p {
	color: #1a1a1a;
	
}

#content h3 {
	color: #1a1a1a;
	font-weight: normal;
	margin-bottom: 5px;
	width: 100%;
	font-size: 16px;
}

ul#service-list {
	margin: 15px 0;
	float: left;
}

ul#service-list li {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

ul#service-list li a {
	background: url(../img/icons/bullet.png) no-repeat 0 40%;
	padding-left: 10px;
	color: #773048;
	font-size: 12px;
	font-weight: bold;
}

ul#services dl dt a {
	font-size: 14px;
}

ul#services dl a {
	color: #773048;
}

ul#services li dl dd {
	font-size: 14px;
}

ul#services dl dd.link a {
	float: left;
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
}

ul#services {
	margin: 15px 0;
	float: left;
}

ul#services li {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

ul#services li a {
	background: url(../img/icons/bullet.png) no-repeat 0 40%;
	padding-left: 10px;
	color: #773048;
	font-size: 12px;
	font-weight: bold;
}

.gallery {
	float: left;
	padding-bottom: 15px;
	width: 920px;
}

ul.gallery li {
	
	float: left;
	
	margin-right: 15px;
	margin-bottom: 5px;
	
}

ul.gallery li a img {
	float: left;
	border: 1px solid #FEB5CD;
	padding: 1px;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,.3);
	-webkit-transition: -webkit-box-shadow .3s linear;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 0px rgba(0,0,0,.3);
	-moz-transition: -webkit-box-shadow .3s linear;
	-moz-border-radius: 3px;
}

ul.gallery li a:hover img {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.8);
}


ul.gallery li img {
	height: 100px;
	
}


#main-content address {
	float: right;
	margin-right: 50px;
	display: inline;
	font-style: normal;
}

#main-content address strong {
	display: block;
}

body.Price h3 {
	border-bottom: 4px double #F170A4;
	padding-bottom: 5px;
	color: #000 !important;
	text-transform: uppercase;
	float: left;
	width: 100% !important;
	
}

ul#packages {
	float: left;
}

ul#packages li {
	float: left;
	margin-bottom: 15px;
}

ul#packages li ul {
	margin: 5px 0;
	clear: both;
}

ul#packages li li {
	margin-bottom: 5px;
	width: 500px;
}

ul#packages h4 {
	color: #EE6090;
	text-transform: uppercase;
	float: left;
	width: 100%;
	clear: both;
}

ul#packages h5 {
	color: #EE6090;
	font-size: 12px;
	float: left;
	width: 100%;
	clear: both;
}

ul#packages p.price {
	text-transform: uppercase;
	color: #EE6090;
	float: left;
	width: 100%;
	clear: both;
}

/* TEAM SECTION */

dl.team {
	float: left;
	width: 900px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-top: 15px;
	border-top: 1px solid #F7DCE5;
}

dl.team dt {
	margin-bottom: 5px;
	float: right;
	width: 731px;
}

/* My Comment */

dl.team dd.img {
	
}

dl.team dd.img img {
	float: left;
	width: 145px;
	border: 1px solid #F6ACC5;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 20px;
}

dl.team dd.info {
	margin-left: 169px;
}

dl.team dd.info p {
	
}

/* 8.3 CONTENT/SIDEBAR */

#right-sidebar img {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#right-sidebar h3 {
	margin: 10px;
	
}

#right-sidebar p {
	margin-left: 10px;
}

body.Price #right-sidebar {
	padding-top: 0px;
	padding-left: 30px;
}

body.Price #right-sidebar address {
	font-style: normal;
}

body.Price #right-sidebar address strong {
	display: block;
}



/* 8.4 CONTENT/SITE-INFO */

#site-information {
	background: url(../img/footer-bg.jpg) no-repeat;
	padding: 10px 0;
}

#site-information h5 {
	text-indent: 10px;
	color: #773048;
	font-size: 12px;
	margin-bottom: 5px;
}

#site-information li li {
	padding: 0 10px;
	font-size: 11px;
}

#site-information address {
	font-style: normal;
}

#site-information address p {
	font-size: 11px !important;
}

#site-information strong {
	display: block;
}

#site-information a {
	color: #fff;
}

/* 9. TABLES 
----------------------------------------------------------------------- */

table {
	text-align: left;
	margin: 15px 0 25px 0 !important;
	padding: 0;
	border-collapse: collapse;
	width: 500px;
	border-bottom: 1px solid #fff;
	float: left;
}

table caption {
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
	text-indent: 5px;
}

thead {
	
	margin: 0 !important;
	border: 1px solid #fff;
	border-bottom: 0;
	background: #EE6090;
	color: #fff;
}

tbody {
	background: #FBD7E3;
	margin: 0 !important;
	border: 1px solid #fff;
	border-bottom: 0;
}

thead th {
	padding: 5px;
	background: #EE6090;
}

thead th.price, tbody td.price {
	border-left: 1px solid #fff;
	text-indent: 5px;
	width: 100px;
}

tbody td.wide-item {
	background: #CB99AA;
	border-bottom: 1px solid #fff;
}

tbody td.wide-item span {
	float: right;
}

tbody td {
	padding: 5px;
	background: #FBD7E3;
}


/* 10. FORMS 
----------------------------------------------------------------------- */

form#contact-form {
	
}

form#contact-form label {
	float: left;
	margin-bottom: 15px;
}

form#contact-form label span.label {
	width: 175px;
	float: left;
	line-height: 30px;
	font-weight: normal;
	
}

form#contact-form label input {
	width: 420px;
	padding: 5px 0;
	color: #3d3d3d;
}

form#contact-form label textarea {
	width: 422px;
	padding: 5px 0;
	height: 100px;
}

form#contact-form input.button {
	float: right;
	background: #F9A9C5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #F172A5;
	width: 88px;
	height: 26px;
	line-height: 20px;
	cursor: pointer;
	margin-right: 20px;
	color: #3d3d3d;
	font-size: 13px;
	text-transform: capitalize;
	clear: both;
}

form#contact-form input.button:hover {
	background: #F172A5;
}

#captchabox {width: 250px;clear: both; margin-left: 175px;}
#captchabox input {
	display: block;
    margin: 10px 0 0;
    padding: 3px;
    width: 220px;}
#captcha img { }

#captchabox a {padding: 10px 0px 10px 0;}




