/* @override 
	http://theboutiqueonbroadway.com/css/stylesheet.css */

/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Open Sans', sans-serif;
}

body {
	background-image: url(/images/canvas.jpg);
	background-size: 400px 394px;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

h4 {
	font-size: medium;
}

h3 {
	font-size: small;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

.script-font {
	font-family: 'Pinyon Script', cursive;
}

/*****************************************************************
Added by Matt for the custom boutique stuff
*****************************************************************/

/*  Block that contains background picture  */
#big-block
{
	background: url(/images/background.jpg) left top no-repeat;
	background-size: 100% 100%;
	width: 1024px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	z-index: 2;
	-moz-box-shadow: 0 0 41px #000000;
	box-shadow: 0 0 41px #000000;
}


/*logo at top of page*/
#big-logo 
{
	margin-top: 30px;
	margin-left: 60px;
	position: absolute;
	width: 457px;
	height: 303px;
	float: left;
}

/*tansparent block with text to the right  */

#audrey-quote 
{
	background-color: rgba(186, 219, 224, .6);
	position: relative;
	top: 80px;
	z-index: -1;
	padding-left: 520px;
	padding-top: 15px;
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

#facebook
{
	position: relative;
	float: right;
	margin-top: 85px;
	margin-right: 5px;
}

#instagram
{
	float: right;
	margin-top: 85px;
	margin-right: 60px;
}


#content-block
{
	position: relative;
	top: 275px;
	margin-left: 75px;
	margin-right: 300px;
	border-radius: 15px;
	background-color:rgba(255,255,255,0.6);
	padding: 15px;
	text-align: center;
	opacity: 1;
	display: block;
}


#bottom-bar
{
	background-color:rgba(255,255,255,0.6);
	text-align: center;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
	display: block;
	top: 300px;
	font-size: 26px;
	font-family: 'Lora', serif;
}

#footer
{
	text-align: center;
	margin-top: 20px;
	color: #545454;
}


/* @end */