charset "utf-8";
/**************** RESET */
a { 
	text-decoration: none; 
	color: #ff214e;
}

a img { border: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, font, img, ins, kbd, q, samp,
small, 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-family: inherit;
	vertical-align: baseline;
}

.clear { clear: both; }

:focus { outline: 0; }

html { height: 100%; }

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background: #f9e8ed url(../images/bg.gif) repeat-x center top;
	height: 100%;
}

ol, ul { list-style: none; }

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: "" ""; }

pre { 
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: scroll; 
}

.left { float: left; }
.right { float: right; }

.container { overflow: hidden; }

/********** STICK TO TOP/BOTTOM */
#bounds {
	position: relative;
	height: 100%;
	width: 100%;
}

#bounds #inner-bounds {
	position: relative;
	background: url(../images/content-bg-repeat.png) repeat-y -1px 0px;
	width: 1008px;
	margin: 0 auto;
	position: relative;
}

#bounds #inner-bounds.inner-bounds-alt {
	background: url(../images/content-bg-repeat-alt.png) repeat-y -1px 0px;
}

#bounds #inner-bounds #heart-blue {
	width: 280px;
	height: 438px;
	top: 100px;
	left: -167px;
	z-index: 99;
	position: absolute;
	background: url(../images/hearts-blue-green.png) no-repeat;
}

#bounds #inner-bounds #heart-purple {
	width: 137px;
	height: 258px;
	top: 780px;
	left: -130px;
	z-index: 99;
	position: absolute;
	background: url(../images/heart-purple.jpg) no-repeat;
}

#bounds #inner-bounds #heart-pink {
	width: 111px;
	height: 244px;
	top: 200px;
	right: -101px;
	z-index: 99;
	position: absolute;
	background: url(../images/heart-pink.jpg) no-repeat;
}

#heart-orange {
	width: 228px;
	height: 225px;
	top: 20px;
	right: -106px;
	z-index: 100;
	position: absolute;
	background: url(../images/heart-orange.jpg) no-repeat;
}

body.inner #bounds #inner-bounds #heart-orange {
	background: url(../images/heart-orange-alt.gif) no-repeat;
	z-index: 99;
	top: 747px;
}

body > #bounds {
	height: auto; 
	min-height: 100%;
}

#main { overflow: hidden; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */

/********** LAYOUT */
#bounds #header {
	position: relative;
	height: 125px;
	background: url(../images/content-bg-top.gif) no-repeat -1px 0px;
}

#bounds #header h1 {
	position: absolute;
	text-indent: -999999px;
	top: 75px;
	left: 50px;
}

#bounds #header h1 a {
	display: block;
	width: 180px;
	height: 41px;
	background: url(../images/sweethearts-logo.jpg) no-repeat;
}

#bounds #content {
	position: relative;
	margin-top: -50px;
}

body.inner #bounds #content {
	margin-top: 0;
}

#bounds #flash-content {
	padding-left: 24px;
}

#footer {
	z-index: 0;
	position: relative;
	clear: both;
} 

#footer #footer-content {
	width: 1008px;
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

#footer #footer-content #recipes-crafts { 
	background: url(../images/footer-bg.jpg) no-repeat center bottom;
	height: 337px;
	z-index: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	position: relative;
}

#footer #footer-content #recipes-crafts h1 { 
	color: #be104a;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 24px;
}

#footer #footer-content #recipes-crafts p.intro {
	color: #563741;
	line-height: 18px;
	padding-right: 180px;
	font-size: 12px;
}

#footer #footer-content #recipes-crafts p.intro a {
	color: #ff214e;
}

#footer #footer-content #recipes-crafts p.intro a.see {
	font-weight: bold;
}

#footer #footer-content #recipes-crafts ul {
	overflow: hidden;
	margin-top: 20px;
}

#footer #footer-content #recipes-crafts ul li {
	display: block;
	float: left;
	width: 380px;
	margin-right: 40px;
}

#footer #footer-content #recipes-crafts ul li .item-photo {
	float: left;
	width: 128px;
}

#footer #footer-content #recipes-crafts ul li .item-details h2 {
	margin-bottom: 10px;
}

#footer #footer-content #recipes-crafts ul li .item-details h2 a {
	color: #ff214e;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#footer #footer-content #recipes-crafts ul li .item-photo img {
	border: 3px solid #ffb1c3;
}
#footer #footer-content #recipes-crafts ul li .item-details {
	float: right;
	width: 240px;
}

#footer #footer-content #recipes-crafts ul li .item-details p {
	font-size: 11px;
	color: #563741;
	line-height: 20px;
}

#bounds #content #page-outer #page-inner {
	margin: 0 auto;
	position: relative;
	width: 971px;
	background: url(../images/inner-bg.jpg) no-repeat center top;
}

#bounds #content #page-outer #page-inner h1 {
	font-size: 50px;
	font-weight: bold;
	padding-top: 60px;
	padding-left: 100px;
	color: #be104a;
}

#bounds #content #page-outer #page-inner .craft-container {
	margin-left: 32px;
	margin-top: 80px;
}

#bounds #content #page-outer #page-inner .craft-container .craft-column { float: left; margin-right: 15px; 	width: 445px; }

#bounds #content #page-outer #page-inner .craft-container .craft {
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
}

#bounds #content #page-outer #page-inner .craft-container .craft .item-details {
	width: 227px;
	float: right;
}


#bounds #content #page-outer #page-inner .craft-container .craft .item-photo {
	width: 210px;
	float: left;
}


#bounds #content #page-outer #page-inner .craft-container .craft .item-more {
	float: left;
	width: 445px;
	padding-bottom: 10px;
}

#bounds #content #page-outer #page-inner .craft-container .craft .item-more p {
	font-size: 13px;
	color: #563741;
	margin: 1em 0;
	padding-right: 15px;
}

#bounds #content #page-outer #page-inner .craft-container ul.materials { 
	font-size: 11px;
	line-height: 1.3em;
	color: #563741;
 }

#bounds #content #page-outer #page-inner .item-photo img {
	border: 3px solid #ffb5c6;
}

#bounds #content #page-outer #page-inner .item-details h2 {
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(../images/icon-heart.gif) no-repeat 0px 7px;
}

#bounds #content #page-outer #page-inner .item-details h2 {
	color: #ff2659;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#bounds #content #page-outer #page-inner .item-details h3, #bounds #content #page-outer #page-inner .item-details p, #bounds #content #page-outer #page-inner .item-details ul {
	padding-left: 20px;
}

#bounds #content #page-outer #page-inner .item-details h3, #bounds #content #page-outer #page-inner .item-more h3 {
	font-size: 13px;
	margin: 1em 0;
	color: #563741;
	font-weight: bold;
}

#bounds #content #page-outer #page-inner .item-details p {
	color: #563741;
	font-size: 12px;
	line-height: 18px;
}

#bounds #content #page-outer #page-inner #get-app {
	position: absolute;
	right: 20px;
	top: -49px;
	width: 322px;
	height: 190px;
}

#footer-info {
	margin: 60px 0 30px;
	overflow: hidden;
	clear: both;
}

#footer-copy {
	float: left;
	width: 580px;
	color:#563741;
	font-size:11px;
}

body.inner #footer-copy { margin-left: 32px; display: inline; }

#genuine-tag {
	float: right;
	color:#563741;
	font-size:11px;
	font-weight: bold;
	width: 300px;
	text-align: right;
	text-decoration: none;
}

body.inner #genuine-tag { margin-right: 32px; }

#genuine-tag img { vertical-align: middle; margin-right: 10px; }

/********** MENU */
#header ul {
	position: absolute;
	right: 60px;
	top: 8px;
}

#header ul li {
	display: block;
	float: left;
}

#header ul li a {
	display: block;
	text-indent: -999999px;
	height: 39px;
	width: 230px;
	margin-right: 3px;
}

#header ul li a.menu-crafts { background: url(../images/menu-crafts.png) no-repeat 0px 0px; }
#header ul li a.menu-iphone { background: url(../images/menu-iphone.png) no-repeat 0px 0px; }

#header ul li a.active,
#header ul li a:hover { background-position: 0px -39px; }

.rules-formatting {
	font-size: 12px;
	padding-left:20px;
	line-height: 18px;
	padding-right:90px;
}

.rules-formatting h3 {
	margin-top: 10px;
	font-style: italic;
}

.rules-formatting p {
	margin: 15px 0;
}

.rules-formatting ol {
	margin-left: 20px;
}

.rules-formatting ol li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: decimal;
}

.rules-formatting ol li ol li {
	list-style: lower-latin;
}

#winners {
	margin-top: 30px;
}

ul#winners li { overflow: hidden; }

ul#winners li span.name {
	display: block;
	float: left;
	width: 300px;
	font-size: 18px;
}

ul#winners li span.note {
	display: block;
	float: left;
	width: 300px;
	color:#FF2659;
	margin-bottom: 18px;
	font-size: 18px;
	padding-left: 20px;
	background: url(../images/icon-heart.gif) no-repeat 0px 7px;
}

#app-support {
	position: relative;
	left: -20px;
	top: -50px;
}

#app-support a {
	bottom:100px;
	display:block;
	height:60px;
	position:absolute;
	right:30px;
	text-indent:-99999px;
	width:520px;
}