/*
Theme Name: Cinderella's Beauty
Author: Pipe Media
Update: 29 October 2014
*/

/* RESET - http://meyerweb.com/eric/tools/css/reset/ - V2.0 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Fonts
================================================== */

@font-face {
    font-family: 'Museo';
    src: url('../webfonts/MuseoSans_500-webfont.eot');
    src: url('../webfonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('../webfonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../webfonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../webfonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* #Global Elements
================================================== */

body {
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #666666;
	-webkit-text-size-adjust: 100%;
	background-color: #FCE8FB;
	border-top: 5px solid #CE71A5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo', Helvetica, Arial, Sans-serif;
	margin: 0 0 12px;
	color: #454545;
}

h1, h2 {
	color: #CE71A5;
}

h1 {
	font-size: 26px;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	line-height: 27px;
	margin: 25px 0 12px;
}

h3 {
	font-size: 16px;
	line-height: 21px;
}

h3 a {
	color: #454545;
}

p {
	line-height: 20px;
	margin: 0 0 8px;
}

strong {
	font-weight: bold;
}

a {
	color: #666666;
}

a:hover {
	color: #CE71A5;
}

a.btn {
	background-color: #CE71A5;
	display: block;
	padding: 12px 10px;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

.clearfix {
	clear: both;
	display: block;
}

/* #Table + Blockquote
================================================== */

table {
	width: 100%;
	margin: 0 0 15px;
}

table tr {
	border-bottom: 1px solid #DDDDDD;
}

table tr td {
	padding: 10px;
}

blockquote {
	font-style: italic;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DDDDDD;
}

blockquote:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

blockquote span {
	font-style: normal;
	display: block;
	margin: 5px 0 0;
}

ul.list {
	list-style: square;
	margin: 15px 0 0 20px;
}

ul.list li {
	margin: 0 0 7px;
}

/* #Form
================================================== */

form label {
	display: block;
	margin: 0 0 5px;
}

form input {
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: 300;
	font-size: 15px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 5px;
}

form button {
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: 300;
    background-color: #CE71A5;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
	border: none;
	width: 100%;
}

/* #Header
================================================== */

header {
	height: 375px;
	margin: 0 0 20px;
}

header #nav_holder {
	background-color: #FFFFFF;
	padding: 15px;
	float: left;
	width: 260px;
}

header #nav_holder .logo {
	background: url('../images/logo.jpg') center no-repeat;
	width: 260px;
	height: 88px;
	margin: 0 0 6px;
	-o-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
}

header #nav_holder .logo:hover {
	opacity: 0.8;
}

header #nav_holder .logo a {
	display: block;
	width: 260px;
	height: 88px;
	text-indent: -9999px;
}

header nav ul li {
	border-bottom: 1px solid #FCE8FB;
}

header nav ul li.last {
	border-bottom: none;
}

header nav ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 7px;
}

header nav ul li a:hover {
	color: #CE71A5;
}

header nav ul li.selected a {
	background-color: #CE71A5;
	color: #FFFFFF;
}

/* #Elements
================================================== */

#container {
	width: 960px;
	margin: 0 auto;
}

#slider {
	background-color: #DDDDDD;
	width: 648px;
	height: 375px;
	float: right;
	position: relative;
}

#content {
	background-color: #FFFFFF;
	border-top: 5px solid #CE71A5;
	width: 593px;
	padding: 20px;
	margin: 0 0 20px;
	float: left;
}

#content a.btn {
	float: left;
	margin: 10px 0 20px;
	font-size: 15px;
	padding: 7px;
}

aside {
	width: 305px;
	float: right;
}

aside section {
	background-color: #FFFFFF;
	border-top: 5px solid #CE71A5;
	padding: 15px;
	margin: 0 0 20px;
}

aside section h2 {
	font-size: 20px;
	margin: 0 0 12px;
}

aside ul li {
	border-bottom: 1px solid #FCE8FB;
}

aside ul li.last {
	border-bottom: none;
}

aside ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 7px;
}

aside ul li a:hover {
	color: #CE71A5;
}

.notice {
	background-color: #FCE8FB;
	padding: 15px;
	font-weight: normal;
	margin: 20px 0 0;
}

.notice a {
	float: right;
	text-decoration: none;
	font-weight: bold;
}

/* #Treatments
================================================== */

ul#treatments li {
	width: 295px;
	float: left;
	border-bottom: 1px solid #FCE8FB;
}

ul#treatments li a {
	display: block;
	text-decoration: none;
	padding: 15px 5px;
}

/* #Footer
================================================== */

footer {
	background-color: #CE71A5;
	clear: both;
	padding: 12px;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0 0 20px;
}

footer span {
	float: right;
}

footer span a {
	color: #FFFFFF;
	text-decoration: none;
}

footer span a:hover {
	color: #FCE8FB;
}