/* @override https://shop.milagrosboutique.com/assets/shared.css */

/* @group Reset */

/* Word to Eric Meyer */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background: #F6D4F5;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

#top {
	background: #FFF url(images/headerBg.png) repeat-x center top;
	padding-bottom: 10px;
}

#top h1 {
	width: 920px;
	height: 190px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/headerPhoto.jpg) no-repeat 644px 0px;
}

/* @group HTML Elements */

a {
	color: #A90DA2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3, p, ul, ol {
	margin-bottom: 1em;
}

h2 {
	font: normal 24px/26px Georgia, Palatino, serif;
}


h2.title {
	font-size: 28px;
	line-height: 30px;
	color: #999;
}


h2 a {
	color: #000;
}

h2 a:hover {
	color: #A90DA2;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0;
}


/* @end */



/* @group Navigation */

#nav {
	border-top: 1px solid #FFF;
	background: #81AD26 url(images/shadow_nav.png) repeat-x center bottom;
	height: 30px;
	padding-bottom: 5px;
}

#nav ul {
	width: 960px;
	height: 30px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#nav li {
	float: left;
	height: 30px;
}

#nav a {
	display: inline-block;
	height: 100%;
	font: normal 15px/16px Georgia, Palatino, serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}

#nav a:hover, #nav .current a {
	background-image: url(images/navBg.png);
	background-repeat: repeat-x;
}

#nav a:hover {
	background-position: left -30px;
}

#nav .current a {
	background-position: left top;
}

#nav a strong {
	padding: 5px 20px;
	font-weight: normal;
	display: block;
}

/* @end */

/* @group Content */

#body {
	text-align: left;
	width: 920px;
	margin: 20px auto 0;
}

.content {
	width: 660px;
	float: left;
}

.content ul {
	margin: 0 0 1em;
}

.content ul li {
	padding-left: 18px;
	margin-bottom: 10px;
	background: url(images/bullet.png) no-repeat left top;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 220px;
	float: right;
	background: transparent url(images/sidebar.png) repeat-y center top;
	font-size: 12px;
	line-height: 16px;
}

#sidebar h3 {
	font: normal 16px/18px Georgia, Palatino, serif;
	margin: 0 15px 10px;
	color: #666;
}

#sidebar h4 {
	font-weight: normal;
}

#sidebar .top {
	height: 15px;
	background: #FFF url(images/sidebarTop.png) no-repeat center top;
}

#sidebar .bottom {
	height: 20px;
	background: transparent url(images/sidebarBottom.png) no-repeat center bottom;
}

#sidebar select {
	width: 190px;
}


/* @end */



/* @group Forms */



.formText {
	padding: 2px;
	color: #666;
	font: normal 12px/16px Arial, Hevetica, sans;
}

div.row {
	padding: 0 0 10px;
}

div.row label {
	float: left;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

div.row label a {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

div.row label.checkbox {
	float: none;
	width: auto;
	margin-left: 210px;
	font-weight: normal;
}

div.row label.checkbox input {
	display: inline;
	margin: 0 5px 0 0;
}

div.row input, div.row textarea, div.row select {
	display: block;
	margin-left: 170px;
}

div.row input.formText, div.row select {
	width: 300px;
}

div.row textarea.formText {
	width: 450px;
	height: 150px;
}

div.row .formText.short {
	width: 150px !important;
}

div.error label {
	color: red;
}

div.error input.formText {
	background: #f9e5f9;
}

p.formHint {
	margin: 0 0 0 170px;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
}

/* @end */

/* @group Footer */

#footer {
	background: #790073 url(images/shadow_footer.png) repeat-x center top;
	padding: 10px 0 5px;
	height: 20px;
	color: #FFF;
	font-size: 11px;
	border-bottom: 1px solid #FFF;
}

#footer div {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}

#footer ul {
	float: left;	
}

#footer li {
	display: inline;
	padding-right: 8px;
	margin-right: 5px;
	border-right: 1px solid #FFF;
}

#footer li.last {
	border-right: none;
}

#footer a {
	color: #FFF;
}

#footer p {
	text-align: right;
	float: right;
	text-transform: uppercase;
	margin: 0;
}

p#copyright {
	width: 920px;
	margin: 0 auto;
	font-size: 11px;
	text-align: left;
	color: #790073;
	padding: 5px 0 10px;
}

/* @end */

hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 0;
	border: none;
}

@media print {

	#top h1 {
		height: auto;
		width: auto;
	}
	
	#nav, #sidebar, #footer {
		display: none;
	}
	
	.content {
		width: 100%;
		float: none;
	}

}


