/*
Theme Name: The Frugal Girls
Theme URI: http://tayloegray.com
Description: Custom Theme for The Frugal Girls
Author: Tayloegray.com
Version: 1.0
*/

/* 
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Verdana,sans-serif;
	background-attachment: fixed;
	background-image: url(images/background/new_background.jpg);
	background-repeat: repeat-y;
	background-position: center 7px;
	background-color: #40111B;	/* font-size: 62.5%; */
	min-width:1020px;
}

@font-face {
    font-family: "roddy";
    src: url(fonts/roddy.ttf);
}

@font-face {
    font-family: "roddy-bold";
    src: url(fonts/roddybold.ttf);
}

@font-face {
    font-family: "bradley-bold";
    src: url(fonts/BradhITC.TTF);
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	padding:0px;
	margin:0px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

a img { border: none; }
a, a:hover{
outline:none;
color: #9D1961;
}

.clearDiv{
	clear:both;
}
.center{
	margin:0px auto;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.marginleft{
	margin-left:20px;
}
.marginright{
margin-right:20px;
}

.smspacer{
	display:block;
	height:12px;
}
.spacer{
	display:block;
	height:20px;
}
/* LAYOUT */

.headerwrapper, .navwrapper, .contentwrapper, .footerwrapper{
	width:100%;
	display:block;
	clear:both;
}

.headerwrapper{
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #40111B;
}

.footerwrapper{
	min-height:360px;
	background-image: url(images/background/footer.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #40111B;
}

#header, #container{
	width:940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;	
}
#header{
	padding-top: 0px;
	padding-bottom: 0px;
}
#container{
	/* padding-top: 16px; 
	padding-bottom: 22px; */
}
#footer{
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
}
#header{
	background-color:#962769;
	height:200px;
}
#nav, .footernav{
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/background/navigation.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:74px;
}

#content{
float:left;
width: 540px;
min-height:1200px;
margin-left:14px;
padding-top: 10px;
}

.one-column #content {
		width: 920px;
		
	}



#primary{
float:right;
width: 350px;
min-height:1000px;
margin-right:14px;
}
#footer{
	min-height:360px;
	background-color:#962769;
}

h1.logo a{
	width:485px;
	height:193px;
	float:left;
	display:block;
	text-indent:-9999px;
	background-image: url(images/header/thefrugalgirls.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	z-index: 40;
}

/*NAVIGATION */
#nav ul li, #footer div.footernav ul li{
	float:left;
	height:58px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul li:first-child, #footer div.footernav ul li:first-child{
	margin-left:0px;
}

#nav ul li a, #footer div.footernav ul li a{
	margin:0px;
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight: bold;
	color: #fff;
	padding: 8px 15px;
	line-height:51px;
	
}
#nav ul li a:hover, #footer div.footernav ul li a:hover{
	background-color:#40111B;
	color: #FFF;
}

#nav ul li a.active, #footer div.footernav ul li a.active{
	background-color:#D25083;
	color: #FFF;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/background/navigation.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:74px;
	font-family: Arial, Helvetica, sans-serif;
}
#access .menu-header,
div.menu {
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access ul a {
	margin:0px;
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight: bold;
	color: #fff;
	padding: 8px 15px;
	line-height:51px;
}

#access ul ul a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:0 10px;
	line-height:38px;
	font-size:13px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:65px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	background-color: #DC87A8;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color:#40111B;
	color: #FFF;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}
/*HEADER ITEMS */
.headerright{
	width:450px;
	float:right;
}
#social{
	margin-top: -8px;
	margin-bottom:10px;
}

#social ul{
	margin-left:0px;
}

#social ul li{
	float:left;
}

#social ul li a{
	width:94px;
	height:110px;
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	

}
#social ul li a.email{
	background-image: url(images/icons/email.png);
}
#social ul li a.rss{
	background-image: url(images/icons/rss.png);
	margin-left:-8px;
}
#social ul li a.facebook{
	background-image: url(images/icons/facebook.png);
	margin-left:-6px;
}
#social ul li a.twitter{
	background-image: url(images/icons/twitter.png);
	margin-left:-8px;
}
#social ul li a.pinit{
	background-image: url(images/icons/pinit.png);
	margin-left:-2px;
}

#cse-search-box{
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 326px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#cse-search-box input[type=text]{
	font-size:13px;
	line-height: 15px;
	padding: 3px;
	width:178px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.2pt;
	color: #cba5bc;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
}
#cse-search-box input[type=submit]{
	width:117px;
	height:32px;
	border:none;
	text-indent:-9999px;
	background-image: url(images/buttons/search_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:transparent;
	margin-top: 3px;
	margin-right: 8px;
	float:right;
	cursor:pointer;
}
#headernewsletter{
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 438px;
	position: relative;
	z-index: 10;
	left:10px;
	background-image: url(images/header/search_back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#entrynewsletter{
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 300px;
	position: relative;
	z-index: 10;
	left:0px;
	background-color: #b63468;
	border:1px solid #40111B;
	border-bottom:1px solid #40111B;
}

#headernewsletter input[type=text], #entrynewsletter input[type=text]{
	font-size:13px;
	line-height: 15px;
	padding: 3px;
	width:330px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.2pt;
	color: #cba5bc;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
}
 #entrynewsletter input[type=text]{
	 width:185px;
 }
#headernewsletter input[type=submit], #entrynewsletter input[type=submit]{
	width:76px;
	height:26px;
	border:none;
	text-indent:-9999px;
	background-image: url(images/buttons/signup_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:transparent;
	margin-top: 6px;
	margin-left: 12px;
	float:left;
	cursor:pointer;
}
#headerbuttons{
	width: 457px;
	position: relative;
	z-index: 50;
	left:-8px;
	margin-top:8px;

}

#headerbuttons a{
	display:block;
	text-indent:-9999px;
	background-image: url(images/buttons/button_panel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#headerbuttons a.database{
	width:248px;
	height:50px;
	background-position: -100px -70px;
	float:left;
	margin-right:-20px;
	margin-bottom:-8px;
	position:relative;
	z-index:52;
}

#headerbuttons a.newsletter{
background-position: -100px -35px;
	width:218px;
	height:35px;
	float:right;
	position:relative;
	z-index:51;
}


/*FOOTER */
.footerbanner{
	width:728px;
	height:90px;
	padding-top:7px;
	padding-bottom:7px;
	
}
.footercontent{
	height:99px;
	width:940px;
	padding:0px 10px;
}
.footercontent-2{
	height:146px;
	width:940px;
	padding:0px 10px;
}
.footerleft{
	float:left;
	width:150px;
}
.footerright{
	float:right;
	width:790px;
}
.footerad{
	width:740px;
	margin:0 auto;
}
#footer div.col1{
	float:left;
	width:412px;
	padding-top:6px;
	padding-right:6px;
}
#footer div.col2{
	float:left;
	width:235px;
	padding-top:6px;
}
#footer div.col3{
	float:right;
	width:120px;
	padding-top:6px;
}
#footer p, #footer div.footerfooter p a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer div.footercontent p,#footer div.footercontent-2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -0.2pt;
	padding-bottom: 10px;
	padding-left: 2px;
}
#footer div.footerfooter p{
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding:0px;
	margin:0px;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
}
#footer div.footerfooter p a{
	text-decoration:underline;
}

#footer a.footerlogo{
	width:190px;
	height:79px;
	float:left;
	display:block;
	text-indent:-9999px;
	background-image: url(images/footer/thefrugalgirls_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#frugalbanner textarea{
	width:120px;
	height:102px;
	float:right;
	
}
#footersocial ul{
	padding-top:6px;

}
#footersocial ul li{
	float:left;
	margin-left:6px;
	margin-bottom:10px;

}
#footersocial ul li a{
	width:33px;
	height:33px;
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	

}
#footersocial ul li a.twitter{
	background-image: url(images/icons/twitter_sm.png);
}
#footersocial ul li a.facebook{
	background-image: url(images/icons/facebook_sm.png);
}
#footersocial ul li a.rss{
	background-image: url(images/icons/rss_sm.png);
}
#footersocial ul li a.email{
	background-image: url(images/icons/email_sm.png);
}
#footersocial ul li a.google-plus{
	background-image: url(images/icons/google-plus.png);
}
#footersocial ul li a.pinterest{
	background-image: url(images/icons/pinterest-sm.png);
}
#footernewsletter{
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 320px;
	left:-8px;
	background-image: url(images/footer/newsletter_back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footernewsletter input[type=text]{
	font-size:13px;
	line-height: 15px;
	padding: 3px;
	width:210px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.2pt;
	color: #cba5bc;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
}
#footernewsletter input[type=submit]{
	width:76px;
	height:26px;
	border:none;
	text-indent:-9999px;
	background-image: url(images/buttons/signup_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:transparent;
	margin-top: 6px;
	margin-right: 8px;
	float:left;
	cursor:pointer;
}
.footerfooter{
	width:940px;
	height:52px;
	background-color: #40111B;
	margin-top: -6px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	z-index: 100;
}
/*CREDITS */



#footer div.madebytayloegray{
	float:right;
	display:block;
	width:220px;
	height:32px;
	margin-top:6px;
	margin-right:0px;
	margin-bottom:4px;
	background-image: url(images/madeby/tayloegray.png);
	background-repeat: no-repeat;
	background-position:right center;
}
#footer div.madebytayloegray a{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.2pt;
	text-align: right;
	display: block;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #89B3C3;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#footer div.madebytayloegray a span{
	font-size:70%;

}
#footer div.footerfooter p a:hover, .madebytayloegray a:hover{
	color:#FFC7C6;
}


/*
/*  END DAVE CSS , START 2010 CSS
/*


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

#content,
#content input,
#content textarea {
	color: #111111;
	font-size: 14px;
	line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	color: #40111B;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif ;
	font-size: 24px;
	line-height: 1.3em;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#40111B;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #962769;
}
.entry-meta {
	color: #7A134C;
	font-family: "bradley-bold","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif ;
	font-size: 14px;
	line-height:24px;
}

.entry-meta a:active, .entry-meta a:link, .entry-meta a:visited,
.entry-meta a:hover {
	color: #7A134C
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.entry-content li { list-style:square outside ; }

.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #660033;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a{
	color: #888;
}

.entry-utility a {

color: #660033 ;

}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}

.excerptimage{
	float:left;
	display:inline;
	padding: 3px;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #40111B;
	background-color: #E3588F;
}
.excerptimage img{
width:140px;
}


/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



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

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}





/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}


/* Loop */


.comments-link { font-size:24px ; font-family: "bradley-bold","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif ; }



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* =Sidebar Area
-------------------------------------------------------------- */
#primary ul li.widget-container{
	margin-bottom:20px;
}
#primary #search{
	margin-top:15px;
	margin-bottom:15px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}




/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
	.noprint, .printbutton
	{
		display:none;
	}
	.print
	{
	display:block;
	}
	table.print tbody{
	padding:10px;
	}
}



#socialbookmarking ul li a {text-indent:-9999px;}
#socialbookmarking a.fb_share span{
	
}
#socialbookmarking {
	border:1px solid #40111B;
	border-bottom:1px solid #40111B;
	padding:10px 10px;
	width:255px;
	height:25px;
	margin-bottom:20px;
	background-color: #E3588F;
}
#socialbookmarking ul {list-style:none;margin-left:0;}
#socialbookmarking ul li {display:inline;float:left;margin-right:8px;}
#socialbookmarking ul li a.facebook{
	background-image: url(images/icons/facebook_xsm.png);
	height:25px;
	width:25px;
	display:block;
	background-repeat:no-repeat;
}
#socialbookmarking ul li a.facebook span.FBConnectButton{
	background:none;
}
#eunewsletter input[type=text]{
	font-size:13px;
	line-height: 15px;
	padding: 3px;
	width:178px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.2pt;
	color: #cba5bc;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
}
#eunewsletter input[type=submit]{
	width:23px;
	height:23px;
	border:none;
	text-indent:-9999px;
	background-image: url(images/icons/share/eu-signup.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:transparent;
	margin-top: 2px;
	margin-right: 0px;
	margin-left:8px;
	float:left;
	cursor:pointer;
}



.footerbanner li { list-style: none; }

.couponDBbanner { margin-left: 100px }

.banner300 {
	
margin-right: 17px;
margin-left:17px;
width: 300px;
height:250px;
	
	
}

#content table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	.print
	{
	display:block;
	}
	table.print tbody{
	padding:10px;
	}


#sharebox, #sidebarcoupons, #sidebarstoredeals, #searchbox{
	width:314px;
	margin:0px auto;
	padding:10px;
	background-color: #C7537F;
	border: 1px solid #830c3d;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
	
	
#sharebox{
overflow:hidden;
height:60px;
}
	
	#sharebox h3, #sidebarcoupons h3, #sidebarstoredeals h3{
	width:298px;
	height:20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;	
	
	}
	#sidebarcoupons a, #sidebarstoredeals a{
	float:left;
	display:block;
	
	}
#sidebarcoupons a img, #sidebarstoredeals a img{
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	width:150px;
	height:44px;
	
}
#sharebox h3.founddeal{
	background-image: url(images/content/sidebar-sharebox.png);
}
#sidebarcoupons h3.sidecoupons{
	background-image: url(images/content/sidebar-coupons.png);
	height:24px;
}

#sidebarstoredeals h3.sidestoredeals{
	background-image: url(images/content/sidebar-storedeals.png);
	height:24px;
}
#sharebox form.wpcf7-form label, #shareform label, #sharebox input[type=checkbox]{
display:none;
}
#sharebox form.wpcf7-form input[type=text], #shareform input[type=text]{
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #95798A;
	margin: 0px;
	width: 300px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border: 1px solid #830c3d;
}

#sharebox form.wpcf7-form input[type=submit], #shareform input[type=submit]{
	width:113px;
	height:31px;
	float:right;
	background:transparent;
	background-image: url(images/buttons/shareit_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	
}
#sharereply{
	display: block;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#coupon-submit-message{
	text-align:center;
	color: #9d1961;
	font-size:1.5em;
}
#coupon-submit-message img{
	border:solid #9d1961 2px;
}
#coupon-submit-message a{
	text-decoration:none;
	text-align:center;
}
#coupon-submit-message a:hover{
	text-decoration:underline;
}
#coupon-submit-message .FBConnectButton{
	display:none;
}


/*-------------- FACEBOOK --------*/
#facebookwrapper{
	width:520px;
	margin:0px auto;
	padding:0px;
	display:block;
}

#facebookheader{
	width:520px;
	height:192px;
	padding:0px;
	margin:0px;
	background-image: url(images/facebook/frugalgirls-fb-header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	background-color:#fff;
}

#facebooknewsletter{
width:520px;
	padding:0px;
	
	display:block;
	padding-top:50px;
	margin-top: 0px;
	background-color:#fff;
	min-height:60px;
	
	}

#facebookcontent{
	width:500px;
	display:block;
	margin: 0px;
	background-color:#fff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;	
}
#facebookcontent h1{
	font-family:Verdana,sans-serif;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: -0.4pt;
	text-align: left;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration: none;
	color:#b11623;
	font-weight:bold;
}
#facebookcontent p{
	font-size: 14px;
	line-height: 26px;
	color: #2E2421;
	text-align: left;
	margin-bottom: 10px;
}

#facebookcontent h1, #facebookcontent p{
	text-align:left;
}
#facebooksignup input[type=text]{
	width:334px;
	float:left;
	font-family:Verdana,sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #AFC1C6;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-left:10px;
	height:34px;
}
#facebooksignup input[type=image]{
	float:right;
	margin-right:10px;
}


#facebookshare{
	width:480px;
	margin:0px auto;
	padding:10px;
	background-color: #C7537F;
	border: 1px solid #830c3d;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
	
	#facebookshare h3{
	width:298px;
	height:20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;	
	}
#facebookshare h3.founddeal{
	background-image: url(images/content/sidebar-sharebox.png);
	margin-bottom:12px;
}
#facebookshare form.wpcf7-form label, #fbshareform label, #facebookshare input[type=checkbox]{
display:none;
}
#facebookshare form.wpcf7-form input[type=text], #fbshareform input[type=text]{
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #95798A;
	margin: 0px;
	width: 480px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border: 1px solid #830c3d;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#facebookshare form.wpcf7-form input[type=submit], #fbshareform input[type=submit]{
	width:113px;
	height:31px;
	float:right;
	background:transparent;
	background-image: url(images/buttons/shareit_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	
}
#facebookshare p{
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:14px;
}


#rndbuttons ul{
	width:330px;
	margin:0px;
	padding:0px;
	list-style:none;
}
#rndbuttons ul li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
#sitemeter {
	margin-left:21px;
}
