/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: http://www.PixelMeDesigns.com
	Description: Custom child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0
	
	Tags: black, custom-background, custom-header, custom-menu, fixed-width, left-sidebar, one-column, orange, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.6.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
 

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

@font-face {
    font-family: 'blackjackregular';
    src: url('web fonts/black_jack-webfont.eot');
    src: url('web fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('web fonts/black_jack-webfont.woff') format('woff'),
         url('web fonts/black_jack-webfont.ttf') format('truetype'),
         url('web fonts/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corbert_condensedregular';
    src: url('Webfonts/CorbertCondensed-Regular-webfont.eot');
    src: url('CorbertCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Webfonts/CorbertCondensed-Regular-webfont.woff') format('woff'),
         url('Webfonts/CorbertCondensed-Regular-webfont.ttf') format('truetype'),
         url('Webfonts/CorbertCondensed-Regular-webfont.svg#corbert_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #404040;
    font-size: 15px;
    line-height: 1.5625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #4588bc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #f5f5f5;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
background: #fff url(http://www.frugalfreebiesanddeals.com/wp-content/uploads/2013/09/bkg2.png)repeat-x;
border: 2px solid #585757;
	margin: 0px auto;
	width: 1100px;
box-shadow:-5px 0px 10px #888, 5px 0px 10px #888; 
}


/* Header
------------------------------------------------------------ */

.site-header {
	height: 30px;
	width: 1100px;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 10px 0 0;
	width: 400px;
}
	
.site-title {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	color: #817c76;
	font-size: 14px;
}

.site-header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 1000px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

.site-header ul.nav,
.site-header ul.menu {
	float: right;
}

.site-header ul.nav ul,
.site-header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header ul.nav li,
.site-header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
}

.site-header ul.nav li a,
.site-header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

.site-header ul.nav li a:hover,
.site-header ul.nav li a:active,
.site-header ul.nav .current_page_item a,
.site-header ul.nav .current-cat a,
.site-header ul.nav .current-menu-item a,
.site-header ul.menu li a:hover,
.site-header ul.menu li a:active,
.site-header ul.menu .current_page_item a,
.site-header ul.menu .current-cat a,
.site-header ul.menu .current-menu-item a {
	background-color: #817c76;
	color: #fff;
}

.site-header ul.nav li a .sf-sub-indicator,
.site-header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

.site-header ul.nav li li a,
.site-header ul.nav li li a:link,
.site-header ul.nav li li a:visited,
.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
	background-color: #817c76;
	border: 1px solid #65605b;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	position: relative;
	width: 138px;
}

.site-header ul.nav li li a:hover,
.site-header ul.nav li li a:active,
.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
	background-color: #000;
}

.site-header ul.nav li ul,
.site-header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.site-header ul.nav li ul a,
.site-header ul.menu li ul a { 
	width: 140px;
}

.site-header ul.nav li ul ul,
.site-header ul.menu li ul ul {
	margin: -29px 0 0 159px;
}

.site-header ul.nav li:hover>ul,
.site-header ul.nav li.sfHover ul,
.site-header ul.menu li:hover>ul,
.site-header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
background: #699aa2;
	clear: both;
	font-size: 15px;
	margin: 0 0 1px;
	overflow: hidden;
	width: 1100px;
}

.nav-primary ul {
	float: left;
	width: 100%;
}

.nav-primary li {
	float: left;
	list-style-type: none;
}

.nav-primary li a {
	color: #fff;
border-right: 1px solid #c2dbde;
	display: block;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

.nav-primary li a:hover{
	color: #fff;
background: #3e7081;
}
.nav-primary li a:active{
	background-color: #3e7081;
}
.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {
	color: #fff;
}

.nav-primary li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background-color: #6899a1;
	border: 1px solid #404040;
	border-top-width: 0;
	color: #fff;
	font-size: 15px;
	padding: 6px;
	position: relative;
	width: 148px;
}

.nav-primary li li a:hover,
.nav-primary li li a:active {
background: #3e7081;
}

.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

.nav-primary li ul a { 
	width: 150px;
}

.nav-primary li ul ul {
	margin: -29px 0 0 169px;
}

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
	color: #000;
	float: right;
	padding: 5px 10px;
}

.nav-primary li.right a {
	background: none;
	border: none;
	color: #000;
	display: inline;
	text-decoration: none;
}

.nav-primary li.right a:hover {
	color: #000;
	text-decoration: underline;
}

.nav-primary li.search {
	padding: 0 10px;
}

.nav-primary li.rss a {
	background: url(images/feed.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

.nav-secondary {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #efefef;
	clear: both;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	width: 1100px;
}

.nav-secondary ul {
	float: left;
	width: 100%;
}

.nav-secondary li {
	float: left;
	list-style-type: none;
}

.nav-secondary li a {
	color: #404040;
	display: block;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

.nav-secondary li a:hover{
background: #63a3a5;
	color: #fff;
}
.nav-secondary li a:active,
.nav-secondary .current_page_item a,
.nav-secondary .current-cat a,
.nav-secondary .current-menu-item a {
	background: transparent;
	color: #404040;
}

.nav-secondary li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

.nav-secondary li li a,
.nav-secondary li li a:link,
.nav-secondary li li a:visited {
background: #60a6ae;
	border: 1px solid #404040;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 7px;
	position: relative;
	width: 138px;
}

.nav-secondary li li a:hover,
.nav-secondary li li a:active {
	background: #eef5fb;
color: #404040;
}

.nav-secondary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.nav-secondary li ul a { 
	width: 140px;
}

.nav-secondary li ul ul {
	margin: -29px 0 0 159px;
}

.nav-secondary li:hover>ul,
.nav-secondary li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
background: #fff;
	margin: 0px auto;
	padding: 0px;
	width: 1100px;
}

.site-inner .wrap {
	overflow: hidden;
}

#logo{
margin-top: -305px;
margin-left: -25px;
overflow: hidden;
position: absolute;
}


#email{
padding: 0px;
background: #c0c0c0;
}

#emaillarge{
background: url(images/signupform2b.png)no-repeat;
width: 700px;
height: 100px;
}

#emaillargehome{
background: url(images/signupform2b.png)no-repeat;
width: 700px;
height: 100px;
}

.after-post{
width: 700px;
}

.after-post h4{
background: url(images/pin2.png) no-repeat;
padding: 6px 0 0px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
}


.after-post img{
max-width: 125px;
max-height: 125px;
}

.after-post .featuredpost .post {
height: 150px;
border-bottom: 2px solid #e0e0e0;
}

.after-content1 {
float: left;
background: #689aa1;
border: 2px solid #4a7b80;
width: 320px;
margin: 0px 5px 0px 25px;
}

.after-content2 {
float: left;
background: #689aa1;
border: 2px solid #4a7b80;
width: 320px;
margin: 0px 25px;
}

.after-content3 {
float: right;
background: #689aa1;
border: 2px solid #4a7b80;
width: 320px;
margin: 0px 25px 0px 5px;
}

.after-content1 h4{
color: #fff;
font-size: 23px;
    font-family: 'blackjackregular';
font-weight: normal;
}

.after-content1 .featuredpost .post{
height: 60px;
}

.after-content1 .featuredpost img{
border: 1px solid #fff;
padding: 0px;
margin: 0px;
}

.after-content1 .featuredpost .post h2 a{
color: #fff;
font-size: 15px;
line-height: 17px;
}

.after-content2 h4{
color: #fff;
font-size: 23px;
    font-family: 'blackjackregular';
font-weight: normal;
}

.after-content2 .featuredpost .post{
height: 60px;
}

.after-content2 .featuredpost img{
border: 1px solid #fff;
padding: 0px;
margin: 0px;
}

.after-content2 .featuredpost .post h2 a{
color: #fff;
font-size: 15px;
line-height: 17px;
}

.after-content3 h4{
color: #fff;
font-size: 23px;
    font-family: 'blackjackregular';
font-weight: normal;
}

.after-content3 .featuredpost .post{
height: 60px;
}

.after-content3 .featuredpost img{
border: 1px solid #fff;
padding: 0px;
margin: 0px;
}

.after-content3 .featuredpost .post h2 a{
color: #fff;
font-size: 15px;
line-height: 17px;
}

#gsearch{
padding: 5px 3px;
background: #689aa1;
text-align: center;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 1100px;
margin-top: 15px;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.full-width-content .content-sidebar-wrap {
	width: 1070px;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 700px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 700px;
padding: 10px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 940px;
}

blockquote {
	background: #f0eeef;
border: 2px solid #c0c0c0;
	clear: both;
	font-style: italic;
	margin: 0 10px 20px;
	padding: 20px 20px 0 20px;
}

blockquote p {
	color: #414141;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 20px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

.entry-title {
background: url(images/pin2.png) no-repeat;
padding: 6px 0 6px 40px;
}

/* 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;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
    padding: 5px;
    width: 48%;
border-bottom: 6px solid #000;
}

.genesis-grid-even {
    float: right;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}


/* Headlines
------------------------------------------------------------ */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .widget-area h4 {
	font-weight: normal;
	text-decoration: none;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	margin: 0 0 5px;
}

h1 {
	color: #404040;
	font-size: 22px;
	line-height: 25px;
    font-family: 'corbert_condensedregular';
font-weight: bold;
}
h2{
background: none;
	font-size: 22px;
	line-height: 25px;
}
h2 a,
h2 a:visited {
	color: #404040;
	font-size: 22px;
	line-height: 25px;
    font-family: 'corbert_condensedregular';
font-weight: bold;
}

h2 a:hover {
	color: #3e6f81;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
}


h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widget-area h4{
    font-family: 'blackjackregular';
font-weight: normal;
	color: #404040;
font-size: 24px;
border-bottom: 2px solid #e0e0e0;
}

h5 {
	font-size: 16px;
}

.widget-area h4 a {
	color: #333;
    text-align: center;
}

.widget-area h4 a:hover {
	color: #333;
	text-decoration: none;
}

h6 {
	font-size: 14px;
}

.entry-title{
    font-family: 'corbert_condensedregular';
font-weight: bold !important;
}

.home .entry-title,
.home .entry-title a{
background: none;
padding: 6px;
	font-size: 22px;
	line-height: 25px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0 0 0 35px;
}

.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 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 11px;
	margin: 5px 0 10px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-comments-link,
.entry-tags {
	background: url(images/icon-dot.png) no-repeat center left;
	margin: 0 0 0 3px;
	padding: 0 0 0 8px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: #f5f5f5;
margin: 8px;
}

.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: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	border: none;
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	padding: 5px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background-color: #333;
	color: #fff;
	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #e85119;
	color: #fff;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 350px;
margin-right: 10px;
padding-top: 180px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar .widget {
	background: #fff;
	margin: 0 0 55px;
	padding: 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}

#about {
font-size: 14px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #f5f5f5;
	color: #65605b;
	display: inline;
	font-size: 12px;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featured-content {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featured-content .entry {
	margin: 0 0 5px;
margin-bottom: 5px;
	overflow: hidden;
	padding: 5px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.comment-reply a,
.comment-reply a:visited,
.search-form input[type="submit"],
#submit {
	background-color: #689aa1;
border: 1px solid #689aa1;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;

}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.comment-reply a:hover,
.search-form input[type="submit"]:hover,
#submit:hover {
	background-color: #83b6bb;
border: 1px solid #83b6bb;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 25px 0 0;
}

.nav-primary .search-form {
	float: right;
margin-top: 2px;
}

.search-form input[type="search"] {
background: #fff;
	color: #000;
	font-size: 14px;
	margin: 0 2px 0 0;
	padding: 3px 5px;
	width: 200px;
}

.sidebar .search-form input[type="search"] {
background: #fff;
border: 1px solid #4a4b4b;
	width: 230px;
}

.sidebar .search-form{
padding: 7px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	color: #65605b;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 190px;
}


/* 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 {
	background-color: #fff;
    clear: both;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
    width: 1100px;
}
 
.footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 24px 5px;
}
 
.footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 15px;
    padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
    font-size: 13px;
    padding: 0 0 10px;
}

.footer-widgets ul {
    list-style-type: none;
    margin: 0 0 10px;
}
 
.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: 330px;
}
 
.footer-widgets-2 {
    float: left;
    width: 330px;
}
 
.footer-widgets-3 {
    float: right;
    width: 330px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding: 0px 0;
	width: 1100px;
background: #fff;
margin: 0 auto;
}

.site-footer p {
	font-size: 16px;
}

.site-footer .gototop {
	float: left;
	width: 200px;
}

.site-footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	border: 2px solid #f5f5f5;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .comment-reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
display: none;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #65605b !important;
	font-family: Georgia, Times, 'Times New Roman', serif !important;
	font-size: 12px;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff !important;
}

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;
}

/* Home Page Widgets
------------------------------------------------------------ */

#featured-top {
    float: left;
    padding: 0px 0 0px 0;
    width: 700px;
    }

#featured-full {
    float: left;
    padding: 0;
    width: 700px;
background: #fff;
margin-bottom: -35px;
}

#featured-top p, #featured-bottom-stuff p, #featured-full p {
    font-size: 14px;
}



#featured-bottom-stuff {
    float: left;
    padding: 5px 0 0 0;
    width: 700px;
margin-top: -5px;
min-height: 700px;
}
    
.featured-top-left {
    float: left;
    width: 320px;
 padding: 5px;
margin-top: -50px;
    }
    
.featured-top-right {
    float: right;
    width: 320px;
 padding: 5px;
margin-top: -50px;
    }

.featured-top-left .featured-content {
    height: auto;
}

.featured-top-left .featured-content img{
    max-width: 300px;
max-height: 250px;
text-align: center;
}

.featured-top-right .featured-content {
    height: auto;
}

.featured-top-right .entry-title a{
background: url(http://www.frugalfreebiesanddeals.com/wp-content/uploads/2013/09/entry.png) no-repeat;
background-position: left center;
  font-size: 15px;
line-height: 18px;
margin: 2px 0px;
padding: 0px 0px 0px 14px;
border-bottom: 1px dotted #63a6ae;
}

.featured-top-right .entry-title{
  font-size: 15px;
line-height: 18px;
margin: 2px 0px;
padding: 0px 0px 0px 14px;
}

#featured-top .wrap, #featured-full .wrap, #featured-bottom-stuff .wrap {
    margin: 0;
    padding: 5px 0 0 0;
    }
    
#featured-top p, #featured-bottom p, #featured-bottom-stuff p {
    margin: 0;
    padding: 5px 0 0 0;
    }

#featured-full .widget, #featured-top .widget, #featured-bottom-stuff .widget {
    margin: 0 0 5px 0;
    padding: 0;
    }

#featured-middle {
    float: left;
    padding: 0;
    width: 700px;
background: #fff;
margin-bottom: 15px;
}


.featured-bottom-left {
    float: left;
    width: 320px;
 padding: 5px;
height: 650px;
    }
    
.featured-bottom-right {
    float: right;
    width: 320px;
 padding: 5px;
height: 650px;
    }

.featured-middle-left {
    float: left;
    width: 320px;
 padding: 5px;
height: 650px;
    }
    
.featured-middle-right {
    float: right;
    width: 320px;
 padding: 5px;
height: 650px;
    }

.featured-middle2-left {
    float: left;
    width: 320px;
 padding: 5px;
height: 650px;
    }
    
.featured-middle2-right {
    float: right;
    width: 320px;
 padding: 5px;
height: 650px;
    }


#featured-full h4 {
background: url(images/pin2.png) no-repeat;
padding: 6px 0 0px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
}



#featured-top h4 {
background: url(images/pin2.png) no-repeat;
padding: 6px 0 0px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
}

.featured-middle-left h4 {
background: url(images/pin2.png) no-repeat;
padding: 4px 0 1px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
margin-top: 20px;
}

.featured-middle-right h4 {
background: url(images/pin2.png) no-repeat;
padding: 4px 0 1px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
margin-top: 20px;
}

.featured-middle2-left h4 {
background: url(images/pin2.png) no-repeat;
padding: 4px 0 1px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
margin-top: 20px;
}

.featured-middle2-right h4 {
background: url(images/pin2.png) no-repeat;
padding: 4px 0 1px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
margin-top: 20px;
}

.featured-middle-left .entry-title a{
  font-size: 15px;
line-height: 17px;
margin: 2px 0px;
padding: 0px;
border-bottom: 1px dotted #63a6ae;
}

.featured-middle-left img{
margin: 0px auto;
}

.featured-middle-right img{
margin: 0px auto;
}

.featured-middle-right .entry-title a{
  font-size: 15px;
line-height: 17px;
margin: 2px 0px;
padding: 0px;
border-bottom: 1px dotted #63a6ae;
}

#featured-middle2-stuff h4 {
background: url(images/pin2.png) no-repeat;
padding: 4px 0 1px 40px;
    color: #404040;
    font-size: 20px;
border-middle2: 2px solid #e0e0e0;
margin-top: 20px;
}

.featured-middle2-left .entry-title a{
  font-size: 15px;
line-height: 17px;
margin: 2px 0px;
padding: 0px;
border-bottom: 1px dotted #63a6ae;
}

.featured-middle2-left img{
margin: 0px auto;
}

.featured-middle2-right img{
margin: 0px auto;
}

.featured-middle2-right .entry-title a{
  font-size: 15px;
line-height: 17px;
margin: 2px 0px;
padding: 0px;
border-bottom: 1px dotted #63a6ae;
}


#featured-bottom-stuff h4 {
background: url(images/pin2.png) no-repeat;
padding: 4px 0 1px 40px;
    color: #404040;
    font-size: 20px;
border-bottom: 2px solid #e0e0e0;
margin-top: 20px;
}

.featured-bottom-left .entry-title a{
  font-size: 15px;
line-height: 17px;
margin: 2px 0px;
padding: 0px;
border-bottom: 1px dotted #63a6ae;
}

.featured-bottom-left img{
margin: 0px auto;
}

.featured-bottom-right img{
margin: 0px auto;
}

.featured-bottom-right .entry-title a{
  font-size: 15px;
line-height: 17px;
margin: 2px 0px;
padding: 0px;
border-bottom: 1px dotted #63a6ae;
}

.home .more-link {
display: inline-block;
background:#856e4f;
color: #fff;
 margin: 5px;
 padding: 2px 5px;
font-size: 13px;
 }

.featured-top-right .entry-title{
  font-size: 15px;
line-height: 18px;
margin: 2px 0px;
padding: 0px 0px 0px 14px;
}

.featured-middle-left  .entry-title,
.featured-middle-right .entry-title,
.featured-middle2-left .entry-title,
.featured-middle2-right .entry-title,
.featured-bottom-left .entry-title,
.featured-bottom-right .entry-title{
  font-size: 15px;
line-height: 18px;
margin: 2px 0px;
padding: 0px 0px 0px 0px;
}

.featured-middle-left .featured-content .entry,
.featured-middle-right .featured-content .entry,
.featured-middle2-left .featured-content .entry,
.featured-middle2-right .featured-content .entry,
.featured-bottom-left .featured-content .entry,
.featured-bottom-right .featured-content .entry{
margin: 3px 0px;
padding: 7px 0px;
}

.more-from-category {
	padding: 0;
	font-size:11px;
	line-height:15px;
	text-align:center;
}

.more-from-category a {
display:block;
background:#e0e0e0;
padding:2px 5px;
padding:4px 10px 5px;
}

.more-from-category a:hover {
text-decoration:none;
background:#efefef;
color:#404040;
}

#blogpage a {
display:block;
background:#e0e0e0;
padding:2px 5px;
color:#404040;
text-align: center;
width: 140px;
float: right;
font-size: 12px;
}

#blogpage a:hover {
text-decoration:none;
background:#efefef;
color:#404040;
width: 140px;
float: right;
}

#blogview a {
display:block;
background:#a95042;
padding:2px 5px;
color:#fff;
text-align: center;
font-size: 14px;
}

#blogview a:hover {
text-decoration:none;
background:#a95042;
color:#fff;
}

#postnav1{
background: url(images/older2.png)no-repeat;
width: 259px;
height: 64px;
text-indent: -9999px;
position: relative;
}

#postnav2{
background: url(images/newer2.png)no-repeat;
width: 259px;
height: 64px;
text-indent: -9999px;
position: relative;
}

.newsletter{ 
background: url(http://www.frugallivingmom.com/wp-content/uploads/2014/07/newsletter.png) no-repeat; 
width: 340px;
 height: 88px; 
padding: 230px 15px 0 5px;
 } 

.newsletter input[type="text"]{ 
background: #fff url(http://www.frugallivingmom.com/wp-content/uploads/2014/07/newsicon.png) no-repeat;
width: 155px; 
padding: 8px 0 8px 50px; 
margin: 10px 0px 10px 5px;
 display: block; 
border: 1px solid #ddd;
float: left;
}

 .newsletter input[type="submit"]{ 
background: #f1a04c;
 padding: 8px 5px; 
margin: 10px 30px 10px 2px;
 color: #fff; 
float: right;
display: block;
border-radius: 5px;
 }

 .newsletter input[type="submit"]:hover{ 
background: #f99d59; 
}

.newsletter2{ 
background: url(http://www.frugallivingmom.com/wp-content/uploads/2014/07/homenews.png) no-repeat; 
width: 693px;
 height: 110px; 
padding: 15px 5px 0 230px;
 } 

.newsletter2 input[type="text"]{ 
background: #fff url(http://www.frugallivingmom.com/wp-content/uploads/2014/07/newsicon.png) no-repeat;
width: 155px; 
padding: 4px 0 4px 50px; 
margin: 0 auto 5px;
 display: block; 
border: 1px solid #ddd;
}

 .newsletter2 input[type="submit"]{ 
background: #f1a04c;
 padding: 4px 5px; 
margin: 0 auto;
 color: #fff; 
display: block;
border-radius: 5px;
 }

 .newsletter2 input[type="submit"]:hover{ 
background: #f99d59; 
}

.stButton .stFb, .stButton .stTwbutton, .stButton .st_googleplus_vcount, .stMainServices {
height: 24px !important;

}

.category-reviews-and-shopping-trips .before-post,
.category-reviews-and-shopping-trips .after-post{
display: none;
}