html, body {
	color: black;
	background: #a0e1d9;
	border: 0;
	padding: 0;
	margin: 0;
	}

a {
	text-decoration: none;
	color: inherit;
	}

.clear {
	clear: both;
	}

#modalBackground {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 101;
	background: RGBA(0,0,0,0.5);
	}

#page {
	width: 990px;
	margin: 0 auto 0 auto;
	}

#header {
	background: transparent;
	}

#header #marthaLogo {
	float: left;
	margin: 15px 0 0 20px;
	}

#header #pageTop-a {
	height: 50px;
	}

#header #pageTop-b {
	background: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: -3px;
	}
	
#header .links {
	float: right;
	margin: 21px 15px -3px 0;
	}
	
#header .links a,
#searchBar .favorites {
	float: left;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #178B6E;
	text-decoration: none;
	margin: 5px 0 0 0;
	padding: 5px 5px;
	}

#header .links a:hover,
#searchBar .inner a:hover {
	text-decoration: underline;
	}

#header .links .pipe {
	float: left;
	font-family: arial;
	font-size: 8pt;
	color: #178B6E;
	padding: 5px 2px;
	margin: 5px 0 0 0;
	}

#header .links a.tab {
	text-transform: uppercase;
	display: block;
	font-size: 8pt;
	text-decoration: none;
	font-family: arial;
	color: #4c938d;
	float: left;
	background: white;
	text-align: right;
	padding: 6px 5px 6px 5px;
	margin: 5px 1px 0 1px;
	border-radius: 5px;
	background-image: linear-gradient(bottom, rgb(180,226,223) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(180,226,223) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(180,226,223) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(180,226,223) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(180,226,223) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0, rgb(180,226,223)), color-stop(1, rgb(255,255,255))
	);
	}

#header .links a.tab:hover {
	cursor: pointer;
	color: #b87642;
	text-decoration: none;
	background-image: linear-gradient(bottom, rgb(239,217,164) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(239,217,164) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(239,217,164) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,217,164) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(239,217,164) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0, rgb(239,217,164)), color-stop(1, rgb(255,255,255))
	);
	}

.favorites {
	border-radius: 5px;
	}

#favorite-count {
	background: #178B6E;
	padding: 2px 6px;
	border-radius: 10px;
	color: #a0e1d9;
	}

#searchBar #favorite-count {
	color: white;
	}

#ad-leaderboard {
	margin: 10px;
	padding: 0;
	float: right;
	}

#search {
	float: left;
	width: 197px;
	margin: 45px 0 0 5px;
	}

#search input[type="text"],
#searchBar input[type="text"]{
	width: 119px;
	font-size: 9pt;
	font-weight: normal;
	font-family: arial;
	padding: 4px;
	border-radius: 4px;
	}

#search select,
#searchBar select{
	width: 60px;
	}

#autoComplete {
	width: 270px;
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 5000;
	background: white;
	border: 1px solid #999;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	list-style-type: none;
	box-shadow: 0px 3px 6px #666666;
	-webkit-box-shadow: 0px 3px 6px #666666;
	-moz-box-shadow: 0px 3px 6px #666666;
	}

#autoComplete {
	list-style-type: none;
	}
	
#autoComplete li {
	font-size: 10pt;
	font-weight: normal;
	font-family: arial;
	padding: 3px 10px;
	margin: 0 0 5px 0;
	}

#autoComplete li:hover {
	cursor: pointer;
	background-color: #eee;
	}

#searchBar {
	position: fixed;
	z-index: 501;
	background: RGBA(255,255,255,0.90);
	padding: 5px;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #999;
	}

#searchBar .inner {
	width: 990px;
	text-align: left;
	margin: 0 auto;
	}

#searchBar #globalSearch {
	float: left;
	margin-right: 20px;
	}

.tag {
	float: right;
	display: block;
	font-size: 7pt;
	font-weight: normal;
	font-family: arial;
	padding: 3px 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
	}

#autoComplete .tag-all {
	background-color: white;
	}

#autoComplete .tag-recipe {
	background-color: #aeffbf;
	border-color: #81bf8e;
	}

#autoComplete .tag-inspiration {
	background-color: #ffddb1;
	border-color: #c79b61;
	}

#autoComplete .tag-howto {
	background-color: #b1e4ff;
	border-color: #97bfd4;
	}

#autoComplete .tag-product {
	background-color: #efc7fe;
	border-color: #c497d4;
	}

#subNav {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -o-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0, rgb(1,148,121)), color-stop(1, rgb(2,182,146))
	);
	width: 100%;
	height: 33px;
	}
	
#subNav li {
	list-style-type: none;
	float: left;
	font-size: 10pt;
	font-family: arial;
	color: white;
	padding: 9px 14px;
	margin: 0;
	text-transform: uppercase;
	border-right: 1px solid white;
	background-image: linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -o-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(1,148,121) 0%, rgb(2,182,146) 100%);
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0, rgb(1,148,121)), color-stop(1, rgb(2,182,146))
	);
	}
	
#subNav li:hover {
	cursor: pointer;
	color: #aef6b6;
	background-image: none;
	background-color: #007054;
	}
	
#content {
	background-color: white;
	}

#content h1 {
	font-family: arial;
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 20px 10px 10px 10px;
	}

#content h1 .backButton {
	display: block;
	float: left;
	color: white;
	width: 46px;
	height: 26px;
	background: transparent url('../images/btn-back.png') 0 0 no-repeat;
	margin: -2px 10px 0 0;
	}

#content h1 .backButton:hover {
	cursor: pointer;
	}

h1 .searchTotalLabel {
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
	margin-left: 15px;
	}

#searchCurationLabels {
	float: right;
	margin: 22px 0 0 0;
	}

#searchCurationLabels .tag {
	float: left;
	background-color: #ddd;
	border-color: #ccc;
	font-size: 8pt;
	margin: 0 10px 0 0;
	}

#searchCurationLabels .tag:hover {
	cursor: pointer;
	background-color: #eee;
	border-color: #ddd;
	}

#searchCurationLabels .sponsor i {
	color: #999;
	font-style: oblique;
	}

#content .column {
	width: 225px;
	margin: 0 10px 10px 10px;
	float: left;
	}
	
	
	
/* content cards ========== */

#card-rollover {
	display: none;
	position: absolute;
	z-index: 100;
	width: 220px;
	border: 1px solid #ddd;
	margin: 8px 0 0 6px;
	border-radius: 0.5em;
	background-image: linear-gradient(bottom, rgb(123,219,200) 0%, rgb(235,255,251) 100%);
	background-image: -o-linear-gradient(bottom, rgb(123,219,200) 0%, rgb(235,255,251) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(123,219,200) 0%, rgb(235,255,251) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(123,219,200) 0%, rgb(235,255,251) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(123,219,200) 0%, rgb(235,255,251) 100%);
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0, rgb(123,219,200)), color-stop(1, rgb(235,255,251))
	);
	}

#card-rollover:hover {
	border-color: #ccc;
	}

#card-rollover h3 {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	width: 80px;
	text-align: center;
	color: #178B6E;
	text-decoration: none;
	padding: 0;
	margin: 7px auto 0 auto;
	}

#card-rollover h3:hover {
	cursor: pointer;
	text-decoration: underline;
	}
	
#card-rollover .share {
	float: left;
	width: 16px;
	height: 16px;
	margin: 5px;
	background: transparent url('../images/icn_share.png') 50% 50% no-repeat;
	}

#card-rollover .share:hover {
	cursor: pointer;
	transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	}

#card-rollover .favorite {
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px;
	background: transparent url('../images/icn_star.png') 50% 0 no-repeat;
	}

#card-rollover .favorite-clicked {
	background-position: 50% 100% !important;
	}

#moreLikeThisDetails {
	border-top: 1px solid #a3d9cb;
	width: 100px;
	height: auto;
	background: transparent;
	color: #50ad96;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	line-height: 1.5em;
	margin: 5px auto 0 auto;
	padding: 5px 10px 10px 10px;
	}

.card .favorite {
	width: 16px;
	height: 16px;
	margin: 5px;
	background: transparent url('../images/icn_star.png') 50% 100% no-repeat;
	position: absolute;
	margin: 9px 0 0 201px;
	z-index: 1;
	}
	
#card-rollover .favorite:hover {
	cursor: pointer;
	transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	}

.card {
	float: left;
	width: 225px;
	margin: 10px 0 0 0;
	padding: 5px 5px 10px 5px;
	border-radius: 5px;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0, rgb(240,240,240)), color-stop(1, rgb(255,255,255))
	);
	}

.featured {
	background-image: linear-gradient(bottom, rgb(255,255,200) 0%, rgb(255,255,255) 100%) !important;
	background-image: -o-linear-gradient(bottom, rgb(255,255,200) 0%, rgb(255,255,255) 100%) !important;
	background-image: -moz-linear-gradient(bottom, rgb(255,255,200) 0%, rgb(255,255,255) 100%) !important;
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,200) 0%, rgb(255,255,255) 100%) !important;
	background-image: -ms-linear-gradient(bottom, rgb(255,255,200) 0%, rgb(255,255,255) 100%) !important;
	background-image: -webkit-gradient(
		linear, left bottom, left top, color-stop(0, rgb(255,255,200)), color-stop(1, rgb(255,255,255))
	) !important;
	}

.card:hover {
	cursor: pointer;
	/*
	transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	*/
	}

.card h2 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	width: 210px;
	margin: 10px auto 10px auto;
	padding: 0;
	}
	
.card h3 {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	width: 210px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

.card h4 {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #999;
	width: 210px;
	margin: 0 auto 5px auto;
	padding: 0;
	}

.card h5 {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: oblique;
	color: #999;
	padding: 0;
	margin: 0 0 0 6px;
	}

.card .attached {
	width: 14px;
	height: 17px;
	background: transparent url('../images/attached.png') 50% 50% no-repeat;
	position: absolute;
	margin: 107px 0 0 207px;
	padding: 0;
	z-index: 5;
	}

.type-recipe {
	}

.type-howto {
	}

.type-video {
	}
	
.card .thumb,
.card .thumb-for-attached {
	width: 210px;
	height: 210px;
	background: transparent url('../images/placeholder_pic.png') 50% 50% no-repeat;
	margin: 5px auto;
	/*
	box-shadow: 0px 3px 6px #666666;
	-webkit-box-shadow: 0px 3px 6px #666666;
	-moz-box-shadow: 0px 3px 6px #666666;
	*/
	}
	
.card .thumb-for-attached {
	width: 200px;
	height: 200px;
	margin: 5px 0 20px 5px;
	border: 1px solid black;
	}

.card .howto-thumb {
	width: 90px;
	height: 90px;
	background: transparent url('../images/placeholder_pic.png') 50% 50% no-repeat;
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
	float: left;
	/*
	box-shadow: 0px 3px 6px #666666;
	-webkit-box-shadow: 0px 3px 6px #666666;
	-moz-box-shadow: 0px 3px 6px #666666;
	*/
	}

.card .thumb-video {
	width: 210px;
	height: 118px;
	background: transparent url('../images/placeholder_vid.png') 50% 50% no-repeat;
	margin: 5px auto;
	/*
	box-shadow: 0px 3px 6px #666666;
	-webkit-box-shadow: 0px 3px 6px #666666;
	-moz-box-shadow: 0px 3px 6px #666666;
	*/
	}
	
.card .thumb-video-attached {
	width: 180px;
	height: 101px;
	background: transparent url('../images/placeholder_vid_small.png') 50% 50% no-repeat;
	margin: 113px 0 0 43px;
	position: absolute;
	box-shadow: 0px 2px 4px #999999;
	-webkit-box-shadow: 0px 2px 4px #999999;
	-moz-box-shadow: 0px 2px 4px #999999;
	}


/* share bar ========== */
#shareBar {
	display: none;
	width: 396px; /* about 396 */
	margin: 0;
	position: fixed;
	z-index: 102;
	left: 50%;
	margin-left: -192px; /* negative of half the width */
	padding: 20px;
	border-radius: 7px;
	background: RGBA(255,255,255,0.9);
	box-shadow: 0px 1px 20px #000000;
	-webkit-box-shadow: 0px 1px 20px #000000;
	-moz-box-shadow: 0px 1px 20px #000000;
	}
	
	#shareBar .button {
		width: 50px;
		height: 50px;
		float: left;
		margin: 0 7px 0 7px;
		background: RGB(128,128,128);
		border-radius: 7px;
		color: white;
		text-align: center;
		font-size: 16pt;
		font-family: arial;
		font-weight: bold;
		line-height: 50px;
		border: 1px solid white;
		}
	
	#shareBar .button:hover {
		cursor: pointer;
		border: 1px solid black;
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
		-webkit-transform: scale(1.2,1.2);
		-o-transform: scale(1.2,1.2);
		-moz-transform: scale(1.2,1.2);
		}
	
	#shareBar .pinterest {
		background-color: #CB2027;
		}
	
	#shareBar .facebook {
		background-color: #3B5998;
		}
	
	#shareBar .twitter {
		background-color: #8EC1DA;
		}
	
	#shareBar .googleplus {
		background-color: #C83D20;
		}
	
	#shareBar .stumbleupon {
		background-color: #EB4924;
		}
	
	#shareBar .email {
		}
		