/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: rgb(255,255,255);
	background: rgb(102,41,6) url(bg-tile-brown.jpg);
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* bg-subtle candle (3)*/

#wrap {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	min-height: 700px;
	margin: 8% 0 0 0;
	background: transparent url(candle-subtle-sm.png) repeat-x;
	background-position: -150% -22%;
}

/* top tile */

#ribbon {
	background: transparent url(ribbon-straight.png) repeat-x;
	background-position: 0 10px;
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 30px;
}

/* cut out card, hung by ribbon with bow */

#bow {
	background: transparent url(card12.png) no-repeat;
	display: block;
	width: 550px;
	height: 600px;
	position: relative;
	top: 0;
	margin: 0 2%;
}
/* star, hung by ribbon with bow */
#star {
	background: transparent url(star-sm.png) no-repeat;
	display: block;
	width: 330px;
	height: 400px;
	position: absolute;
	top: 0;
	margin: -5px 64%;
}
/* sweets, hung by ribbon with bow */
#sweet {
	background: transparent url(sweets.png) no-repeat;
	display: block;
	width: 560px;
	height: 800px;
	position: absolute;
	top: 0;
	margin: -5px -24%;
}
/* text */

#wishes {
	background: transparent url(ring5.png) no-repeat;
	width: 560px;
	height: 400px;
	position: absolute;
	left: 26%;
	top: 0;
	margin: 0 auto;
	padding: 260px 0 0 0;
}

#wishes p {
	margin: 0 6em;
	color: rgb(18,8,0);
	font-size: 1.26em;
	letter-spacing: -.1em;
	line-height: 1.2;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, sans-serif;
}
#wishes br {
	display: block;
	height: 2em;
}

#wishes p span {
	color: rgba(220,176,0, .8);
}
#wishes p span.love {
	position: absolute;
	top: 436px;
	left: 136px;
	font-size: 4em;
	color: rgba(239,107,0, .5);
}
#wishes p span.happiness {
	position: absolute;
	top:  280px;
	left: 186px;
	font-size: 3em;
	color: rgba(239,107,0, .5);
}
#wishes p span.inspiration {
	position: absolute;
	top: 490px;
	left: 170px;
	font-size: 3.3em;
	letter-spacing: -.1em;
	color: rgba(106,47,0, .5);
}
#wishes p span.luck {
	position: absolute;
	top:  240px;
	left:220px;
	font-size: 2em;
	color: rgba(246,140,3, .5);
}
#wishes p span.best {
	position: absolute;
	top:  334px;
	left: 126px;
	font-size: 2.4em;
	letter-spacing:-.1em;
	color: rgba(106,47,0, .3);
}
#wishes p span.fun {
	position: absolute;
	top:  536px;
	left: 220px;
	font-size: 2.2em;
	letter-spacing:-.08em;
	color: rgba(246,140,3, .5);
}
#wishes p span.year {
	display: block;
	position: absolute;
	top: 350px;
	left: 140px;
	text-align: center;
	font-family: Old English, Georgia ,serif;
	font-size: 8em;
	line-height: .8em;
	letter-spacing: -.1em;
	color: rgba(191,86,13,.7);	
	text-shadow: 0 0 6px rgb(255,222,0), 0 -8px 10px rgb(220,176,0), 2px -6px 12px rgb(225,187,0), -2px -15px 16px rgb(255,144,0), 8px 8px 20px rgb(223,47,0);
}
