
/*
	Theme Name: Minimum Child Theme - ohtarget IG
	Theme URI: http://www.studiopress.com/themes/minimum
	Description: Minimum is a stunning execution of "less is more", which allows you to express everything you're about, with very little effort.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.0.1
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	Template: genesis
	Template Version: 1.7.1
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Import Fonts
------------------------------------------------------------ */

/*@import url(http://fonts.googleapis.com/css?family='Droid Serif', arial, serif;);
@import url(http://fonts.googleapis.com/css?family=Oswald);*/

/* Defaults
------------------------------------------------------------ */

body,
 h1,
 h2,
 h2 a,
 h2 a:visited,
 h3,
 h4,
 h5,
 h6,
 p,
 input,
 select,
 textarea {
	color: #555;
	font-family: arial, serif;
	/*font-family: 'Droid Serif', arial, serif;*/
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h2,
 h2 a,
 h2 a:visited {
 	color: #F44679 !important;
 }

 h2 + p,
 h3 + p,
 h2 + ul,
 h3 + ul {
 	padding-top: 9px !important;
 }

 h2 > b,
 h2 > strong,
 h3 > b,
 h3 > strong {
 	font-weight: 700 !important;
 }

select,
 textarea,
 .sticky,
 .taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
 ol,
 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
 a:visited {
	color: #ed2877;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	border-top: 3px solid #ED2877;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	width: 1000px;
}

/* Header
------------------------------------------------------------ */

#header {
	/*border-bottom: 3px double #eee;*/
	height: 125px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

.page-template-pagelanding-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 400px;
}

#title {
	font-family: arial, serif;
	/*font-family: 'Oswald', arial, serif;*/



	font-size: 48px;
	line-height: 48px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.header-full-width #title {
	text-align: center;
}

#title a,
 #title a:hover {
	color: #444;
	text-align: center;
	text-decoration: none;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
 .header-image #title,
 .header-image #title a {
	display: block;
	float: left;
	height: 125px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 535px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
 .header-full-width #title,
 .header-full-width #title a {
	width: 920px;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
 li.sfHover ul ul {
	left: -9999px;
}

li:hover,
 li.sfHover {
	position: static;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
 #header ul.menu {
	float: right;/*padding: 30px 0 0 0;*/
}

#header ul.nav ul,
 #header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
 #header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
 #header ul.menu li a {
	color: #444;
	display: block;
	font-family: arial, serif;
	/*font-family: 'Droid Serif', arial, serif;*/



	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
 #header ul.nav li a:active,
 #header ul.nav .current_page_item a,
 #header ul.nav .current-cat a,
 #header ul.nav .current-menu-item a,
 #header ul.menu li a:hover,
 #header ul.menu li a:active,
 #header ul.menu .current_page_item a,
 #header ul.menu .current-cat a,
 #header ul.menu .current-menu-item a {
	color: #ed2877;
}

#header ul.nav li a .sf-sub-indicator,
 #header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header ul.nav li li a,
 #header ul.nav li li a:link,
 #header ul.nav li li a:visited,
 #header ul.menu li li a,
 #header ul.menu li li a:link,
 #header ul.menu li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
 #header ul.nav li li a:active,
 #header ul.menu li li a:hover,
 #header ul.menu li li a:active {
	color: #ed2877;
}

#header ul.nav li ul,
 #header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
 #header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
 #header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
 #header ul.nav li.sfHover ul,
 #header ul.menu li:hover>ul,
 #header ul.menu li.sfHover ul {
	left: auto;
}

/* Primary Navigation
------------------------------------------------------------ */

#nav {
	border-bottom: 3px double #eee;
	clear: both;
	color: #444;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover,
 #nav li a:active,
 #nav .current_page_item a,
 #nav .current-cat a,
 #nav .current-menu-item a {
	color: #ed2877;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
 #nav li li a:link,
 #nav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
 #nav li li a:active {
	color: #ed2877;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
 #nav li.sfHover ul {
	left: auto;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: uppercase;
}

#nav li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #ed2877;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}

/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	border-bottom: 3px double #eee;
	clear: both;
	color: #444;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover,
 #subnav li a:active,
 #subnav .current_page_item a,
 #subnav .current-cat a,
 #subnav .current-menu-item a {
	color: #ed2877;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
 #subnav li li a:link,
 #subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
 #subnav li li a:active {
	color: #ed2877;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
 #subnav li.sfHover ul {
	left: auto;
}

/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 1000px;
}

/* Welcome
------------------------------------------------------------ */

.welcome {
	border-bottom: 3px double #eee;
	margin: 0 auto;
	padding: 0 0 25px;
	width: 960px;
}

.welcome,
 .welcome p {
	color: #444;
	font-family: 'Droid Serif', arial, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	font-style: italic;
}

/* Featured
------------------------------------------------------------ */

.featured {
	border-bottom: 3px double #eee;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 960px;
}

.featured p {
	padding: 0 0 15px;
}

/* Portfolio
------------------------------------------------------------ */

.portfolio {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0;
	width: 960px;
}

.portfolio p {
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #f5f5f5;
	color: #444;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;
	margin: 0 auto 30px;
	padding: 5px 10px;
}

.breadcrumb a,
 .breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 800px;
}

.content-sidebar #content-sidebar-wrap,
 .sidebar-content #content-sidebar-wrap {
	width: 1000px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
 .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
 .sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
 .sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-pagelanding-php #content {
	padding: 20px 100px 0;
	width: 760px;
}

/*blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}*/

.post {
	border-bottom: 3px double #eee;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.sticky {
	margin: 40px 0;
	padding: 20px;
	position: relative;
	overflow: visible;
}

.sticky:first-of-type {
	margin: 15px 0 40px;
}

.sticky:before {
	content: url(images/sticky_top.png);
	position: absolute;
	top: -21px;
	left: -1px;
}

.entry-content a,
 .entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content .archive-page a,
 .entry-content .archive-page a:visited {
	text-decoration: none;
}

.entry-content .archive-page a:hover {
	text-decoration: underline;
}

.entry-content p,
 .page .entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 3px double #eee;
	clear: both;
	margin: 0 0 15px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
 .four-fifths,
 .four-sixths,
 .one-fifth,
 .one-fourth,
 .one-half,
 .one-sixth,
 .one-third,
 .three-fifths,
 .three-fourths,
 .three-sixths,
 .two-fifths,
 .two-fourths,
 .two-sixths,
 .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
 .three-sixths,
 .two-fourths {
	width: 48%;
}

.one-third,
 .two-sixths {
	width: 31%;
}

.four-sixths,
 .two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

/* Headlines
------------------------------------------------------------ */

h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
	color: #444;
	font-family: helvetica, arial, serif;
	/*font-family: 'Oswald', arial, serif;*/



	margin: 0 0 10px;
	font-weight: bold;
}

h1,
 h2,
 h2 a,
 h2 a:visited {
	color: #444;
	font-family: helvetica, arial, serif;
	/*font-family: 'Oswald', arial, serif;*/



	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.featured h2,
 .featured h2 a,
 .featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

.portfolio h2,
 .portfolio h2 a,
 .portfolio h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}

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

h3 {
	font-size: 24px;
}

h4,
 h4 a,
 h4 a:hover,
 h4 a:visited {
	color: #444;
	font-size: 20px;
	text-decoration: none;
}

.widget-area h4,
 .widget-area h4 a,
 .widget-area h4 a:visited {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
 .entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
 .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
 .entry-content ul ul,
 .entry-content ol ol {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	/*margin: 5px 0 12px;*/
	margin: 5px 0 0;
	text-transform: uppercase;
}

/* Post Meta
------------------------------------------------------------ */

.single .post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}

/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}

/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}

.time {
	/*background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;*/
}

.time:nth-of-type(2) {
	background-image: none;
	padding: 0;
}

.post-info > em {
	text-transform: lowercase;
	font-style: normal;
}

/* Images
------------------------------------------------------------ */

img.portfolio {
	border: 1px solid #ddd;
	padding: 14px;
	width: 930px;
}

.featured a img,
 .portfolio a img {
	border: 1px solid #ddd;
	padding: 4px;
}

.featured a:hover img,
 .portfolio a:hover img {
	border: 1px solid #999;
}

.featuredpage img,
 .featuredpost img {
	margin: 0 10px 0 0;
}

.portfolio .featuredpage img,
 .portfolio .featuredpost img {
	margin: 0;
}

.avatar,
 .post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
 .aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
 .wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

/* Post Navigation
------------------------------------------------------------ */


.navigation {
	/*overflow: hidden;*/
	padding: 20px 0;
	width: 100%;
}

.navigation ul {
	white-space: nowrap;
}

.navigation li {
	display: inline;
}

.navigation li a,
 .navigation li.disabled,
 .navigation li a:hover,
 .navigation li.active a {
	border: 1px solid #ED4B93 !important;
	padding: 5px 8px;
	background: #e8ecec;
	text-decoration: none;
	font-size: 17px;
}

.navigation li a:hover,
 .navigation li.active a {
	background-color: #ED4B93;
	color: #FFF;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: #ffffff;
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 15px 15px 5px;
	width: 300px;
}

.sidebar.fixed {
	position:fixed;
}

#sidebar-alt {
	background: #ffffff;
	float: left;
	padding: 15px 15px 5px;
	width: 160px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content #sidebar,
 .sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	border-bottom: 3px double #e5e5e5;
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
 .widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}

/* Dropdowns
------------------------------------------------------------ */

#cat,
 .widget_archive select {
	background-color: #fff;
	color: #ED2877;
	display: inline;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
 .featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
 .featuredpost .post {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.portfolio .featuredpage .page,
 .portfolio .featuredpost .post {
	float: left;
	margin: 5px 20px 0 0;
	width: 170px;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
 .enews #subbutton,
 .searchsubmit,
 #submit {
	background-color: #444;
	border: 1px solid #444;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px;
}

div.gform_footer input.button:hover,
 .enews #subbutton:hover,
 .searchsubmit:hover,
 #submit:hover {
	background-color: #ED2877;
	border: 1px solid #ED2877;
	color: #fff;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #ED2877;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;
	margin: 5px 1px 0 0;
	padding: 4px 0 5px 7px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #ED2877;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	border-top: double #eee;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 0;
	width: 960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	padding: 0 0 15px;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 15px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
 #footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	border-top: double #eee;
	clear: both;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
}

#footer p {
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
}

#footer a,
 #footer a:visited {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #ED2877;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}

/* Comments
------------------------------------------------------------ */

#comments,
 #respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
 #comment,
 #email,
 #url {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
 .ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
 .ping-list li {
	list-style: none;
	margin: 10px 0 0;
	padding: 10px 0;
	position: relative;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
 .ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
	padding-left: 35px;
}

.comment-list ul.children li.comment {
	background: #fff;
	border-bottom: none;
}

.comment-list cite,
 .ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author {
	background: #f5f7f7;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta {
	background: #f5f7f7;
	font-size: 12px;
	padding: 0 10px 8px;
	margin: 0 0 10px;
}

.commentnumber {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #9a9b9d;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 20px 0;
}

.bypostauthor {
}

.thread-alt,
 .thread-even {
	background: #fff;
}

.alt,
 .depth-1,
 .even {
	border-bottom: 1px dotted #8a96a0;
}

.comment-author-allan > .comment-header > .comment-author,
.comment-author-allan > .comment-header > .comment-meta,
.comment-author-tingting > .comment-header > .comment-author,
.comment-author-tingting > .comment-header > .comment-meta {
	background: #fceaf6;
}

.comments-blurb {
	font-size: 16px;
	color: #a6aeb6;
}

.comments-cta {
	font-size: 14px;
	font-weight: bold;
}

.comment-counter {
	display: block;
	margin: 10px 0 20px;
	text-align: right;
}

.comment-counter span {
	display: inline-block;
	position: relative;
	min-width: 10px;
	min-height: 14px;
	padding: 2px 6px 1px 5px;
	background: #f44679;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment-counter span:after {
	position: absolute;
	bottom: -6px;
	left: 6px;
	width: 0;
	height: 0;
	content: "";
	border-top: 6px solid #f44679;
	border-right: 6px solid rgba(244, 70, 121, 0);
	-moz-transform: scale(.9999);
}

.comment-counter > a:first-child {
	text-decoration: none;
}

.comment-counter > a:first-child > strong {
	color: #555;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
 div.gform_wrapper select,
 div.gform_wrapper textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #555 !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
 div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Custom Styles
------------------------------------------------------------ */

.more-link {
	font-size: 21px;
	line-height: 28px;
	text-decoration: none !important;
	border-bottom: 1px solid #e84f80;
}

.more-link:hover {
	border-bottom: none;
}

.cf:before,
 .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
 *zoom: 1;
}

.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
 *line-height:0
}

.ir br {
	display:none
}

h4.fb-heading {
	margin: 36px 0 0;
}

div.fb_comments {
	margin: 15px 0 0;
}

/*Superfish dropdown menu*/

.menu-item-has-children {
	background: url(images/submenu_arrow.png) no-repeat right center;
}

.menu-item-has-children > a {
	padding: 10px 12px 9px 10px !important;
}

/*Fixed Header*/

ul.ubermenu-nav > li:first-child {
	display: none;
}

.ubermenu-sticky {
	height: 41px;
	background: url(images/sticky_overlay.png) no-repeat left top !important;
	background-color: #f94a92 !important;
	border-top: none !important;
	border-bottom: 1px solid #fbc9dd !important;
	-webkit-box-shadow: 0px 3px 3px rgba(163, 170, 174, 0.50) !important;
	-moz-box-shadow:    0px 3px 3px rgba(163, 170, 174, 0.50) !important;
	box-shadow:         0px 3px 3px rgba(163, 170, 174, 0.50) !important;
}

.ubermenu-sticky .ubermenu-nav > li:first-child {
	/*display: none;*/ /*for hiding logo girl. re-enable ir*/
	width: 89px;
	background: url(images/sticky_home.png) no-repeat left top;
	/*image replacement*/
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
 *line-height:0
}

.ubermenu-sticky .ubermenu-nav > li > a {
	color: #fff !important;
	background: transparent !important;
}

.ubermenu-sticky .ubermenu-nav > li:first-child > .ubermenu-target {
	text-indent:-999em !important;
}


/*Back to Top*/

.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: none;
  background: #ccdbdf url(images/scroll_top_button.png) no-repeat center center;
  -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.scroll-top:hover {
  background: #FF7AB0 url(images/scroll_top_button.png) no-repeat center center;
}

/*social media icons*/

#header .widget-area {
	float: right;
	width: 370px;
	height: 125px;
}

#header #menu-pages-3 {
	float: right;
	margin: 20px 0 0;
}

#header #text-10 {
	min-width: 192px;
	height: 32px;
	float: right;
	margin: 5px 0 0;
}

.facebook-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-3b.png) no-repeat left top;
}

.youtube-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-3b.png) no-repeat -32px top;
}

.instagram-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-3b.png) no-repeat -64px top;
}

.twitter-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-3b.png) no-repeat -96px top;
}

.google-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-3b.png) no-repeat -128px top;
}

.pinterest-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/sm-icons-3b.png) no-repeat right top;
}

#inner {
	overflow: hidden !important;
	/*padding: 0 0 25px !important*/
}

/*expired label*/

.tag-expired-2 {
	position: relative;
}

.tag-expired-2:after {
	content: url(images/expired_stamp.png);
	position: absolute;
	top: 20px;
	right: 0px;
}

.tag-expired-2 h1,
.tag-expired-2 h2 a {
	text-decoration: line-through;
}

/*opt-in box*/

div.opt-in-box {
	width: 470px;
	height: 110px;
	margin: 10px auto;
	background: url(images/subscribe_bg.png) no-repeat left top;
	padding: 30px 0 0;
}

.sticky .opt-in-box {
	margin: 10px 0 0 -20px;

}

div.opt-in-box strong {
	background: url(images/heading_img.png) no-repeat left top;
	width: 231px;
	height: 42px;
	margin: 12px 0 0 13px;
}

div.opt-in-box form {
	margin: 6px 0 0 12px;
}

div.opt-in-box input[type="text"],
 div.opt-in-box input[type="email"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #939BA1;
	height: 40px;
	width: 174px;
	border-style: none;
	background: url(images/field_bg.png) no-repeat left top;
	margin: 0 3px 0 0;
	padding: 0 10px 13px;
	float: left;
}

div.opt-in-box input[type="submit"] {
	height: 38px;
	width: 50px;
	background: url(images/subscribe_btn.png) no-repeat left top;
	cursor:pointer;
	float: left;
}

/*header tabs*/

#menu-header-tabs li {
	padding: 0 !important;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin: 0 0 0 1px;
	/*width: 64px !important;*/
	padding: 0 26px 0 0 !important;
}

#menu-header-tabs li:first-child {
	background: #F9B8D2 url(images/us_flag_icn2.png) no-repeat right center;
}

#menu-header-tabs li:nth-child(2) {
	background: #F9B8D2 url(images/ca_flag_icn2.png) no-repeat right center;
}

#menu-header-tabs li:last-child {
	background: #F9B8D2 url(images/uk_flag_icn2.png) no-repeat right center;
}

#menu-header-tabs li:first-child.menu-item-home,
 #menu-header-tabs li:first-child:hover {
	background: #ED2877 url(images/us_flag_icn.png) no-repeat right center;
}

#menu-header-tabs li:nth-child(2).menu-item-home,
 #menu-header-tabs li:nth-child(2):hover {
	background: #ED2877 url(images/ca_flag_icn.png) no-repeat right center;
}

#menu-header-tabs li:last-child.menu-item-home,
 #menu-header-tabs li:last-child:hover {
	background: #ED2877 url(images/uk_flag_icn.png) no-repeat right center;
}

#menu-header-tabs a {
	color: #FFF !important;
	display: block !important;
	padding: 1px 0px !important;
	position: relative;
	text-decoration: none;
	text-align: right;
	margin: 0 5px 0 10px;
}

/*footer widget 1*/

#footer-widgets {
	border-top: none !important;
	padding: 0 0 15px !important;
}

#footer-widgets .wrap {
	width: 728px;
	margin: 0 auto !important;
}

/* Custom Footer */

#secondary {
	/*background: url(images/grey.png) repeat left top;*/
	display: inline-block;
	border-top: 4px solid #ED2777;
	border-bottom: 2px solid #ED2777;
	width: 1000px;
	margin: 0 auto 23px;
	padding: 0 0 20px;
}

.content-wrap:first-child {
	width: 930px;
	margin: 20px auto 0;
	display: block;
}

.content-wrap:last-child {
	width: 930px;
	margin: 36px auto 0;
	display: block;
}

.content-wrap > div {
	width: 300px;
	margin: 0 15px 0 0;
	float: left;
}

.content-wrap > div:last-child {
	margin: 0;
}

.content-wrap > div > h3 {
	background: #f7afc3;
	width: 300px;
	height: 31px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding: 5px 0 0;
}

.item-excerpt {
	margin: 15px 0 0;
}

.item-excerpt > li {
	list-style: none;
	border-top: 1px solid #f7afc3;
	padding: 14px 0 10px;
}

.item-excerpt > li:last-child {
	border-bottom: 1px solid #f7afc3;
}

.item-excerpt > li a:first-child {
	display: block;
}

.footer-post-image {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.footer-post-image > img {
	margin: 0 auto;
	display: inline;
}

.the-excerpt {
	width: 210px;
	float: left;
	margin: 0 0 0 10px;
}

.the-excerpt > a > h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
}

.the-excerpt > a {
	color: #162731;
	text-decoration: none;
}

.the-excerpt > a > h2:hover {
	color: #ED2B74;
}

.the-excerpt > p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #162731;
	padding: 5px 0 0;
}

.more {
	background: #F1F3F3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #F25D99;
	text-decoration: none;
	border: 1px solid #FFF;
	padding: 6px 11px 5px;
	margin: 9px 0 0 35px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px rgba(237, 39, 119, 0.33);
	-moz-box-shadow:    0px 0px 6px rgba(237, 39, 119, 0.33);
	box-shadow:         0px 0px 6px rgba(237, 39, 119, 0.33);
}

.more:hover {
	color: #ED2B74;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 6px rgba(237, 39, 119, 0.50);
	-moz-box-shadow:    0px 0px 6px rgba(237, 39, 119, 0.50);
	box-shadow:         0px 0px 6px rgba(237, 39, 119, 0.50);
}

.more.tips {
	margin: 9px 0 0 54px;
}

.more.money {
	margin: 9px 0 0 50px;
}

.footer-optin {
	background: #F1F3F3;
	border: 1px solid #FFF;
	width: 232px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px rgba(237, 39, 119, 0.33);
	-moz-box-shadow:    0px 0px 6px rgba(237, 39, 119, 0.33);
	box-shadow:         0px 0px 6px rgba(237, 39, 119, 0.33);
	padding: 25px 34px;
}

.footer-optin > strong {
	width: 203px;
	height: 67px;
	background: url(images/optin_h.png) repeat left top;
	margin: 0 auto 21px;
}

.footer-optin form > input[type="text"],
 .footer-optin form > input[type="email"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #6A737B;
	height: 34px;
	width: 210px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 8px;
	padding: 0 10px;
}

.footer-optin form > input[type="submit"] {
	background: #ED2777;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	height: 36px;
	width: 80px;
	border: none;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.footer-optin form > input[type="submit"]:hover {
	background: #F15292;
}

.content-wrap > div:nth-child(3) > em {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #444444;
	margin: 25px 0 0;
	display: block;
}

#icons {
	min-width: 176px;
	height: 32px;
	margin: 10px 0 0;
	display: block;
}

/*#icons .facebook-icon {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-2.png) no-repeat left top;
}

#icons .facebook-icon:hover {
	background: url(images/sm-icons-2.png) no-repeat left bottom;
}

#icons .twitter-icon {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-2.png) no-repeat -36px top;
}

#icons .twitter-icon:hover {
	background: url(images/sm-icons-2.png) no-repeat -36px bottom;
}

#icons .google-icon {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-2.png) no-repeat -72px top;
}

#icons .google-icon:hover {
	background: url(images/sm-icons-2.png) no-repeat -72px bottom;
}

#icons .pinterest-icon {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: url(images/sm-icons-2.png) no-repeat -108px top;
}

#icons .pinterest-icon:hover {
	background: url(images/sm-icons-2.png) no-repeat -108px bottom;
}

#icons .instagram-icon {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/sm-icons-2.png) no-repeat right top;
}

#icons .instagram-icon:hover {
	background: url(images/sm-icons-2.png) no-repeat right bottom;
}*/


/*Marketplace*/

.marketplace {
	width: 300px;
	display: inline-block;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #f7afc3;
}

.marketplace > h3 {
	font-size: 15px;
	text-transform: uppercase;
	color: #ED2777;
	margin: 0;
}

.marketplace > a {
	color: #444;
	text-decoration: none;
}

.marketplace > a:hover {
	color: #ED2777;
}

/*Footer Banner Ad*/

.ad-space-footer {
	width: 1000px;
	height: 106px;
	display: block;
	padding: 15px 0;
}

.ad-space-footer > div {
	width: 728px;
	height: 90px;
	display: block;
	margin: 0 auto;
}

/* Sidebar Widget Opt-in */

#sidebar-optin {
	background: #f1f4f4 url(images/background_overlay.png) no-repeat center top;
	width: 300px;
	height: 255px;
	border: 1px solid #FFF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 6px rgba(252, 162, 202, 1);
	-moz-box-shadow:    0px 0px 6px rgba(252, 162, 202, 1);
	box-shadow:         0px 0px 6px rgba(252, 162, 202, 1);
	display: block;
	position: relative;
	margin: 0 auto;
}

#sidebar-optin:after {
	content: url(images/email_icn.png);
	position: absolute;
	top: 10px;
	right: 14px;
}

#sidebar-optin > h3 {
	background: url(images/subscribe_now_h.png) no-repeat left top;
	width: 202px;
	height: 23px;
	margin: 25px 0 0 15px;
}

#sidebar-optin > p {
	background: url(images/blurb_img.png) no-repeat left top;
	width: 271px;
	height: 31px;
	margin: 15px 0 0 15px;
}

.optin-form {
	width: 250px;
	height: 132px;
	margin: 18px auto;
}

.optin-form > input[type="text"],
 .optin-form > input[type="email"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #8996a0;
	height: 36px;
	width: 230px;
	border-style: none;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(207, 212, 216, 1);
	-moz-box-shadow:    1px 1px 3px rgba(207, 212, 216, 1);
	box-shadow:         1px 1px 3px rgba(207, 212, 216, 1);
	margin: 0 0 10px;
	padding: 0 10px;
}

.optin-form > input[type="submit"] {
	height: 40px;
	width: 120px;
	margin: 0 auto;
	background: url(images/submit_btn.png) no-repeat left top;
	cursor: pointer;
}

/* Top Opt-in Widget */

#top-container {
	width: 1000px;
	height: 106px;
	display: block;
	padding: 0 0 25px;
}

#top-optin {
	background: #f1f4f4 url(images/background_overlay_2.png) no-repeat left top;
	width: 800px;
	height: 96px;
	border: 1px solid #FFF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 6px rgba(252, 162, 202, 1);
	-moz-box-shadow:    0px 0px 6px rgba(252, 162, 202, 1);
	box-shadow:         0px 0px 6px rgba(252, 162, 202, 1);
	display: block;
	position: relative;
	margin: 0 auto;
}

#top-optin:after {
	content: url(images/email_icn_2.png);
	position: absolute;
	top: 16px;
	left: 14px;
}

#top-optin > h3 {
	background: url(images/subscribe_its_free.png) no-repeat left top;
	width: 219px;
	height: 27px;
	float: left;
	margin: 27px 0 0 70px;
}

.optin-form-2 {
	width: 480px;
	height: 39px;
	float: left;
	margin: 21px 0 0 12px;
}

.optin-form-2 > input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #8996a0;
	height: 36px;
	width: 170px;
	border-style: none;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(207, 212, 216, 1);
	-moz-box-shadow:    1px 1px 3px rgba(207, 212, 216, 1);
	box-shadow:         1px 1px 3px rgba(207, 212, 216, 1);
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

.optin-form-2 > input[type="submit"] {
	background: url(images/submit_btn_2.png) no-repeat left top;
	height: 39px;
	width: 80px;
	margin: 0;
	float: left;
	cursor: pointer;
}

#top-optin > p {
	background: url(images/blurb_2.png) no-repeat left top;
	width: 562px;
	height: 16px;
	display: inline-block;
	margin: 8px 0 0 118px;
}

/*Category Sticky*/

.sticky-content {
	position: relative;
	margin: 40px 0;
	padding: 20px;
	background-color: #f4f6f8;
	border: 1px solid #ddd;
	overflow: visible;
}

.sticky-content:first-of-type {
	margin: 15px 0 40px;
}

.sticky-content:before {
	content: url(images/sticky_top.png);
	position: absolute;
	top: -21px;
	left: -1px;
}

/*Tabs*/

.ui-tabs-hide {
	display: none;
}

.ui-tabs {
	margin: 0 0 25px;
}

.ui-state-default,
.ui-tabs-active {
	position: relative;
	float: left;
	margin: 0 1px 0 0;
	/*padding: 0 15px 0;*/
	height: 48px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.ui-state-default:first-of-type {
	width: 164px;
	position: relative;
	background-color: #e739a9;
}

.ui-tabs-active:first-of-type:after {
	position: absolute;
	bottom: : -10px;
	left: 77px;
	width: 0;
	height: 0;
	content: "";
	border-top: 10px solid #e739a9;
	border-left: 10px solid rgba(231, 57, 169, 0);
  border-right: 10px solid rgba(231, 57, 169, 0);
  -moz-transform: scale(.9999);
}

.ui-state-default:nth-of-type(2) {
	position: relative;
	width: 120px;
	background-color: #e01472;
}

.ui-tabs-active:nth-of-type(2):after {
	position: absolute;
	bottom: : -10px;
	left: 55px;
	width: 0;
	height: 0;
	content: "";
	border-top: 10px solid #e01472;
	border-left: 10px solid rgba(224, 20, 114, 0);
  border-right: 10px solid rgba(224, 20, 114, 0);
  -moz-transform: scale(.9999);
}

.ui-state-default:nth-of-type(3) {
	position: relative;
	width: 83px;
	background-color: #cf29ab;
}

.ui-tabs-active:nth-of-type(3):after {
	position: absolute;
	bottom: : -10px;
	left: 37px;
	width: 0;
	height: 0;
	content: "";
	border-top: 10px solid #cf29ab;
	border-left: 10px solid rgba(207, 41, 171, 0);
  border-right: 10px solid rgba(207, 41, 171, 0);
  -moz-transform: scale(.9999);
}

.ui-state-default:nth-of-type(4) {
	position: relative;
	width: 100px;
	margin: 0;
	background-color: #e739a9;
}

.ui-tabs-active:nth-of-type(4):after {
	position: absolute;
	bottom: : -10px;
	left: 45px;
	width: 0;
	height: 0;
	content: "";
	border-top: 10px solid #e739a9;
	border-left: 10px solid rgba(231, 57, 169, 0);
  border-right: 10px solid rgba(231, 57, 169, 0);
  -moz-transform: scale(.9999);
}

.ui-state-default:first-of-type:hover {
	background-color: #dd0e98;
}

.ui-state-default:nth-of-type(2):hover {
	background-color: #c7005c;
}

.ui-state-default:nth-of-type(3):hover {
	background-color: #c1009a;
}

.ui-state-default:nth-of-type(4):hover {
	background-color: #dd0e98;
}

.ui-state-default > a {
	display: block;
	height: 33px;
	padding: 14px 0 0;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.ui-tabs-anchor:hover {
	text-decoration: none;
}

.ui-tabs-active {
	background-image: url(images/tab-overlay.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.ui-tabs-active > a {
	/*display: block;
	color: #fff;*/
}

.panels {
	clear: both;
	background: #fff url(images/panes-bg.png) no-repeat 1px 1px;
	-webkit-box-shadow: 0px 3px 3px rgba(163, 170, 174, 0.75);
	-moz-box-shadow:    0px 3px 3px rgba(163, 170, 174, 0.75);
	box-shadow:         0px 3px 3px rgba(163, 170, 174, 0.75);
}

.ui-tabs-panel:first-of-type {
	border: 1px solid #e739a9;
}

.ui-tabs-panel:nth-of-type(2) {
	border: 1px solid #e01472;
}

.ui-tabs-panel:nth-of-type(3) {
	border: 1px solid #cf29ab;
}

.ui-tabs-panel:nth-of-type(4) {
	border: 1px solid #e739a9;
}

.panels .entry-content p:last-child {
	padding: 0;
}

.store-deal {
	/*margin: 48px 0 0;*/
	overflow: hidden;
	padding: 30px 15px 20px;
}

.store-deal:first-of-type {
	margin: 0;
}

.store-deal .entry-content {
	margin: 0 0 15px;
}

.tabbed-cpt {
	padding: 30px 15px 20px;
}

.ui-tabs-panel:nth-child(2) > h3 {
	margin: 0 0 25px;
}

.store-logo {
	margin: 0 0 25px;
}

/*Related Posts*/

.single .post {
	padding-bottom: 10px !important;
}

.related-posts {
	width: 470px;
	margin: 20px auto;
}

.related-posts h3 {
	font-size: 30px !important;
	color: #ED2877;
	font-family: Helvetica, Arial, sans-serif !important;
}

.related-posts ul {
	margin: 20px 0 0;
}

.related-posts li {
	width: 128px;
	min-height: 224px;
	float: left;
	margin: 0 0 0 5px;
	display: block;
	padding: 10px;
	border: 1px solid #F1F3F3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.related-posts li:hover {
	background: #F1F3F3;
}

.related-posts li:first-child {
	margin: 0;
}

.related-thumbnail {
	background: #FFF;
	width: 116px;
	display: block;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.related-content {
	display: block;
	margin: 10px 0 0;
}

.related-content a {
	text-decoration: none !important;
	line-height: 20px !important;
}

.related-posts-sidebar {
	width: 300px;
}

.related-posts-sidebar ul {
	margin: 0 !important;
}

.related-posts-sidebar li {
	list-style: none !important;
	width: 300px;
	display: block !important;
	clear: both;
	padding: 6px 0;
	border-bottom: 1px solid #e9e9e9;
	min-height: 64px;
}

.related-thumbnail-sidebar {
	float: left;
	width: 64px;
	height: 64px;
	display: block;
}

.related-content-sidebar {
	width: 220px;
	float: left;
	margin: 0 0 0 10px;
}

.related-thumbnail-sidebar a,
.related-content-sidebar a {
	display: block;
}

/*Featured Posts*/

.featured-posts {
  width: 1000px;
  height: 156px;
  margin: 2px 0 24px;
}

.featured-posts h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #ED2877;
  margin-bottom: 3px !important;
}

.featured-posts > ul {
  padding: 10px 0;
  border-top: 1px dotted #818181;
  border-bottom: 1px dotted #818181;
}

.featured-posts li {
  width: 235px;
  height: 100px;
  margin: 0 20px 0 0;
  float: left;
  overflow: hidden;
}

.featured-posts li:last-child {
  margin: 0;
}

.featured-posts a:first-child {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
}

.featured-posts a:last-child {
  width: 124px;
  height: 77px;
  float: right;
  padding: 21px 0 0;
  margin: 0 0 0 10px;
}

.featured-posts a:last-child:hover {
  text-decoration: none;
}

.featured-posts h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #2D2D2D;
}

.featured-posts h3:hover {
  color: #ED2877 !important;
}

.ad-container {
	margin: 0 0 20px;
}

/*WP CommentNavi*/

#comments .navigation {
	display: none !important;
}

.wp-commentnavi {
	margin: 20px 0 0 !important;
}

.wp-commentnavi a,
.wp-commentnavi .current,
.wp-commentnavi .pages,
.wp-commentnavi .extend {
	display: inline-block;
	padding: 4px 8px !important;
	color: #ed4b93 !important;
	font-weight: normal !important;
	border: 1px solid #ed4b93 !important;
}

.wp-commentnavi a,
.wp-commentnavi .pages,
.wp-commentnavi .extend {
	background: #e8ecec !important;
}

.wp-commentnavi .current,
.wp-commentnavi a:hover {
	background: #ed4b93 !important;
	color: #fff !important;
}

/*Graphical Elements*/

blockquote p:last-of-type {
	padding-bottom: 0;
}

blockquote {
	position: relative;
	display: inline-block;
	width: 420px;
	margin: 10px 0 20px !important;
	padding: 24px 12px 12px;
	border: 2px dashed #dbdbdb;
	-webkit-box-shadow: 0px 3px 3px rgba(163, 170, 174, 0.25);
	-moz-box-shadow:    0px 3px 3px rgba(163, 170, 174, 0.25);
	box-shadow:         0px 3px 3px rgba(163, 170, 174, 0.25);
}

blockquote img.alignnone {
	margin: 0 !important;
}

blockquote img.aligncenter {
	margin: 0 auto !important;
}

blockquote:after {
	content: url(images/deco_2.png);
	position: absolute;
	top: 0;
	left: 24px;
}

blockquote.paperclip,
blockquote.magnifier,
blockquote.heart,
blockquote.hot,
blockquote.exclamation,
blockquote.pushpin,
blockquote.play,
blockquote.video,
blockquote.questionmark,
blockquote.bag,
blockquote.bag2 {
	border: 2px solid #eaeaea;
}

blockquote.paperclip:before {
	content: url(images/deco_4b.png);
	position: absolute;
	top: -18px;
	left: 10px;
}

blockquote.paperclip:after {
	content: "";
}

blockquote.pushpin:before {
	content: url(images/deco_3.png);
	position: absolute;
	top: -15px;
	left: 15px;
}

blockquote.pushpin:after {
	content: "";
}

blockquote.fold {
	border: 1px solid #ed89b1;
}

blockquote.fold:before {
	content: url(images/deco_1.png);
	position: absolute;
	top: -3px;
	left: -3px;
}

blockquote.fold:after {
	content: "";
}

blockquote.magnifier:before {
	content: url(images/deco_7.png);
	position: absolute;
	top: -15px;
	left: 12px;
}

blockquote.magnifier:after {
	content: "";
}

blockquote.heart:before {
	content: url(images/deco_8.png);
	position: absolute;
	top: -12px;
	left: 9px;
}

blockquote.heart:after {
	content: "";
}

blockquote.hot:before {
	content: url(images/deco_9.png);
	position: absolute;
	top: -25px;
	left: 5px;
}

blockquote.hot:after {
	content: "";
}

blockquote.exclamation:before {
	content: url(images/deco_10.png);
	position: absolute;
	top: -16px;
	left: 9px;
}

blockquote.exclamation:after {
	content: "";
}

blockquote.play:before {
	content: url(images/deco_11.png);
	position: absolute;
	top: -14px;
	left: 9px;
}

blockquote.video:before {
	content: url(images/deco_11b.png);
	position: absolute;
	top: -22px;
	left: 9px;
}

blockquote.play:after,
blockquote.video:after {
	content: "";
}

blockquote.questionmark:before {
	content: url(images/deco_12.png);
	position: absolute;
	top: -16px;
	left: 9px;
}

blockquote.questionmark:after {
	content: "";
}

blockquote.bag:before {
	content: url(images/deco_14.png);
	position: absolute;
	top: -22px;
	left: 9px;
}

blockquote.bag:after {
	content: "";
}

blockquote.bag2:before {
	content: url(images/deco_13.png);
	position: absolute;
	top: -22px;
	left: 9px;
}

blockquote.bag2:after {
	content: "";
}

.tag-fsf-hot-deal,
.tag-fsf-giveaway,
.tag-fsf-high-value,
.tag-fsf-free,
.tag-fsf-bogo,
.tag-fsf-sample,
/*.tag-fsf-updated,*/
.tag-fsf-updated2,
.tag-fsf-print,
.tag-fsf-newbie,
.tag-fsf-no-coupon,
.tag-fsf-new-coupon,
.tag-fsf-clearance {
  overflow: visible;
}

.tag-fsf-hot-deal .entry-content,
.tag-fsf-giveaway .entry-content,
.tag-fsf-high-value .entry-content,
.tag-fsf-free .entry-content,
.tag-fsf-bogo .entry-content,
.tag-fsf-sample .entry-content,
/*.tag-fsf-updated .entry-content,*/
.tag-fsf-updated2 .entry-content,
.tag-fsf-print .entry-content,
.tag-fsf-newbie .entry-content,
.tag-fsf-no-coupon .entry-content,
.tag-fsf-new-coupon .entry-content,
.tag-fsf-clearance .entry-content {
	position: relative;
	overflow: visible;
}

.tag-fsf-giveaway .entry-content:after {
  content: url(images/badge-giveaway.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-hot-deal .entry-content:after {
  content: url(images/badge-hot-deal.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-high-value .entry-content:after {
  content: url(images/badge-high-value.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-free .entry-content:after {
  content: url(images/badge-free.png);
  position: absolute;
	top: 40px;
  left: -15px;
}

.tag-fsf-bogo .entry-content:after {
  content: url(images/badge-b1g1.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-sample .entry-content:after {
  content: url(images/badge-sample.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

/*.tag-fsf-updated .entry-content:after {
  content: url(images/badge-updated.png);
  position: absolute;
  top: 40px;
  left: -15px;
}*/

.tag-fsf-updated2 .entry-content:after {
  content: url(images/badge-updated3.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-print .entry-content:after {
  content: url(images/badge-print-now.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-newbie .entry-content:after {
  content: url(images/badge-newbie.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-no-coupon .entry-content:after {
  content: url(images/badge-no-coupon.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-new-coupon .entry-content:after {
  content: url(images/badge-new-coupon-2.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.tag-fsf-clearance .entry-content:after {
  content: url(images/badge-clearance.png);
  position: absolute;
  top: 40px;
  left: -15px;
}

.post h3,
.type-page h3,
.store-deal h3 {
	margin: 0 0 10px;
	padding-bottom: 2px;
	font-size: 20px;
	color: #e34095;
	border-bottom: 1px solid #ccdbdf;
}

.post h4,
.type-page h4,
.store-deal h4 {
	position: relative;
	margin: 0 0 8px;
	padding-left: 18px;
	font-size: 18px;
	color: #75197c;
}

.post h4:after,
.type-page h4:after,
.store-deal h4:after {
	content: url(images/deco_6b.png);
	position: absolute;
	top: 2px;
	left: 0;
}

.type-page h1 {
	color: #f44679;
}

/*Page Not Found*/

.display-posts-title {
	margin: 36px 0 0;
	font-size: 24px !important;
}

.display-posts-listing {
	margin: 20px 0 0 !important;
}

.listing-item {
	padding-bottom: 15px;
	margin: 0 0 15px !important;
	border-bottom: 1px dotted #9a9b9d;
}

.listing-item:last-of-type {
	border-bottom: none;
}

.listing-item .image {
	float: left;
	width: 120px;
	height: 120px;
	display: block;
}

.listing-item .attachment-thumbnail {
	width: 120px;
	height: 120px;
}

.listing-item .title {
	float: left;
	width: 330px;
	padding: 10px 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.listing-item .title:hover {
	text-decoration: underline;
}

.excerpt-dash {
	display: none;
}

.excerpt {
	float: left;
	width: 330px;
	padding: 10px 0 0 20px;
}

.error404 .post {
	border-bottom: none !important;
}

.error404 .entry-title {
	width: 450px;
	height: 450px;
	background: url(images/error404-image.jpg);
	margin: 0 0 10px;
	display:block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
 *line-height: 0;
}

.listing-item:after {
	content: " ";
	display: table;
	clear: both;
}

/* Store Deals Logos */

.store-deals-logos {
	padding: 10px 0 0;
	margin: 5px 0 25px;
	border-bottom: 2px dotted #a5acb0;
}

.store-deals-heading {
	width: 470px;
	height: 30px;
	font-size: 18px;
	color: #f94a92;
	background: url(images/store-deals-heading.png) no-repeat top left;
}

.store-deals-logos li {
	float: left;
	margin: 0 10px 10px 0;
}

.store-deals-logos li:nth-child(3n+3) {
	margin-right: 0;
}

.store-deals-logos a {
	display: block;
	width: 150px;
	height: 56px;
}

.store-deals-logos a[href*="cvs"] {
	background: url(images/store-logos/cat-cvs-logo.png) no-repeat top left;
}

.store-deals-logos a[href*="walgreens"] {
	background: url(images/store-logos/cat-walgreens-logo.png) no-repeat top left;
}

.store-deals-logos a[href*="rite-aid"] {
	background: url(images/store-logos/cat-riteaid-logo.png) no-repeat top left;
}

.store-deals-logos a[href*="target"] {
	background: url(images/store-logos/cat-target-logo.png) no-repeat top left;
}

.store-deals-logos a[href*="walmart"] {
	background: url(images/store-logos/cat-walmart-logo.png) no-repeat top left;
}

.store-deals-logos a[href*="amazon"] {
	background: url(images/store-logos/cat-amazon-logo.png) no-repeat top left;
}

/*Facebook Buttons*/

.fb-share-like {
	width: 418px;
	height: 30px;
	display: inline-block;
	margin: 12px 0 0;
}

.st_facebook_hcount > span,
.st_fblike_hcount > span {
	float: left;
	margin: 0 6px 0 0 !important;
}

/*Affiliate Disclosure*/

.disclosure {
	display: block;
	font-size: 11px;
	text-transform: none;
	color: #b5b7b4;
	line-height: 6px;
}

.disclosure > a {
	color: #b5b7b4;
	text-decoration: none;
}

.disclosure > a:hover {
	text-decoration: underline;
}

/*Print Now button*/

.printnow {
	display: block;
	width: 264px;
	height: 71px;
	background: url(images/print-now.png) no-repeat;
	/*image replacement*/
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
 *line-height:0
}

.collapseomatic_excerpt, .collapseomatic_content {
	margin-left: 0 !important;
}

/*Aweber VIP Page*/

#af-form-1531094727 p {
	padding: 0 !important;
	margin: 0 !important;
}

#af-form-1531094727 select {
	font-size: 16px !important;
	padding: 2px !important;
}

#af-form-1531094727 .buttonContainer {
	margin-top: 10px;
}

#af-form-1531094727 .buttonContainer input.submit {
	padding: 10px 30px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/*Aweber About Us Page*/

#af-form-1161396114 .buttonContainer input.submit {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.collapseomatic {
	display: block;
	width: 450px;
	height: 36px;
	background-image: url(http://freestuff.staging.wpengine.com/wp-content/themes/minimum/images/read-more-overlay.png) !important;
	background-repeat: no-repeat !important;
	background-color: #f677c5 !important;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-decoration: none !important;
	padding: 14px 0 0 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(243, 111, 193, 1);
	-moz-box-shadow:    0px 5px 0px 0px rgba(243, 111, 193, 1);
	box-shadow:         0px 5px 0px 0px rgba(243, 111, 193, 1);
}

.collapseomatic:hover {
	background-color: #ef3fac !important;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(215, 64, 162, 1);
	-moz-box-shadow:    0px 5px 0px 0px rgba(215, 64, 162, 1);
	box-shadow:         0px 5px 0px 0px rgba(215, 64, 162, 1);
}

/*Big Button*/

.big-button {
	/*background: #f54e96 url(images/big-button-arrow.png);*/
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(images/big-button-arrow.png), -moz-linear-gradient(90deg, rgb(245, 78, 150) 33%, rgb(252, 124, 179) 100%);
	background-image: url(images/big-button-arrow.png), -webkit-linear-gradient(90deg, rgb(245, 78, 150) 33%, rgb(252, 124, 179) 100%);
	background-image: url(images/big-button-arrow.png), -o-linear-gradient(90deg, rgb(245, 78, 150) 33%, rgb(252, 124, 179) 100%);
	background-image: url(images/big-button-arrow.png), -ms-linear-gradient(90deg, rgb(245, 78, 150) 33%, rgb(252, 124, 179) 100%);
	background-image: url(images/big-button-arrow.png), linear-gradient(180deg, rgb(245, 78, 150) 33%, rgb(252, 124, 179) 100%);
	display: block;
	padding: 12px 36px 12px 12px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	max-width: 33%;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.25)
}

.big-button:hover {
	/*background: #ef69b9 url(images/big-button-arrow.png);*/
	background-image: url(images/big-button-arrow.png), -moz-linear-gradient(90deg, rgb(239, 105, 185) 33%, rgb(245, 148, 204) 100%);
	background-image: url(images/big-button-arrow.png), -webkit-linear-gradient(90deg, rgb(239, 105, 185) 33%, rgb(245, 148, 204) 100%);
	background-image: url(images/big-button-arrow.png), -o-linear-gradient(90deg, rgb(239, 105, 185) 33%, rgb(245, 148, 204) 100%);
	background-image: url(images/big-button-arrow.png), -ms-linear-gradient(90deg, rgb(239, 105, 185) 33%, rgb(245, 148, 204) 100%);
	background-image: url(images/big-button-arrow.png), linear-gradient(180deg, rgb(239, 105, 185) 33%, rgb(245, 148, 204) 100%);
}


/*All this stuff for IG Quick Link */

body {
	border: none !important;
}

#header {
	/*width: 152px !important;
	height: 152px !important;
	margin-top: 60px !important;
	margin-bottom: 45px !important;*/
	display: none;
}

.full-width-content #content,
.full-width-content #content-sidebar-wrap,
#inner {
	width: 960px !important;
}

#wrap {
	width: 960px !important;
	padding: 0 !important;
}

.branding {
	width: 300px;
	height: 180px;
	margin: 60px 30px 40px 0;
	float: left;
}

.logo {
	width: 152px;
	height: 152px;
	margin: 0 auto;
	background: url(images/ohtarget-logo.png) no-repeat top left;
	/*image replacement*/
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
 *line-height:0
}

.sticky-post-wrap {
	/*width: 660px;*/
	height: 200px;
	margin: 60px 0 0;
	float: right;
}

.ig-sticky-post {
	padding: 0 !important;
	margin-right: 20px;
	display: inline-block;
}

.ig-sticky-post:last-of-type {
	margin: 0;
}

.ig-sticky-post img {
	width: 150px !important;
	height: 150px !important;
}

.entry-permalink {
	display: none !important;
}

.entry-title {
	display: none !important;
}

.post-info {
	margin: 0 !important;
}

.post {
	border-bottom: none !important;
	padding: 0 !important;
	margin: 0 30px 30px 0;
	display: inline-block;
}

.post:nth-of-type(3n+3) {
	margin-right: 0;
}

.post-image,
.entry-image {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.entry-content p {
	padding: 0 !important;
}

.entry-content a {
	display: block;
}

img.alignnone {
	margin: 0 !important;
}

img.centered {
	margin: 0 !important;
}

img.alignnone {
	margin: 0 !important;
}

img.alignleft {
	margin: 0 !important;
}

img.alignright {
	margin: 0 !important;
}

.featured-deals {
	display: block;
	font-size: 21px;
	margin: 0 0 24px;
	color: #ee2c74;
}

.message-text {
	display: block;
	font-size: 24px;
	margin: 0 0 24px 0;
}

.post-edit-link {
	/*background: #f54e96;*/
	font-size: 12px !important;
	/*color: #fff !important;*/
	padding: 1px 5px;
	display: inline-block;
	margin-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	border: 1px solid #e81e75 !important;
}

.post-edit-link:hover {
	background: #e81e75;
	color: #fff !important;
}

.genesis-404-search {
	margin-top: 25px;
}





