/*
Theme Name: frugalshopr vFIVE
Theme URI: http://www.frugalshopr.com
Description: This is version five of the Frugalshopr&trade; website.  All rights  reserved and all wrongs released.
Author: Griff
Author URI: http://www.griffology.com
*/

* {
	margin:0;
	padding:0;
	font-family:arial, helvetica, san-serif;
}

body {
	background-color:#D9D9D9;
	color:#353535;
	font-family:arial, helvetica, san-serif;
	font-size:75%;
	zoom:1;
}

ol, ul {
	list-style: none;
	}


img {
	border:none;
	outline: none;
}

a:link {
	color:#0054a6;
	text-decoration:none;
	outline: none;
}

a:visited {
	color:#0054a6;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#003B6B;
	text-decoration:underline;
	outline: none;
}

a:active {
	outline: none;
}

#deal-tooltip {
	background:transparent url(images/copy_code.gif) no-repeat scroll left center;
	color:#fff;
	display:none;
	font-size:12px;
	line-height:16px;
	margin-top:1px;
	padding:2px 6px 2px 12px;
	position:absolute;
	text-transform:uppercase;
    z-index: 99;
    width:215px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
}

.clearfix {
	clear:both;
	height:0;
	line-height:0;
}

.clearleft {
	clear:left;
	height:0;
	line-height:0;
}

.clearright {
	clear:right;
	height:0;
	line-height:0;
}

p {
	margin:0 0 1em 0;
}

.wrapper {
	width:985px;
	margin:0 auto;
}

#topbar {
	background:#2C2E2E none repeat scroll 0 0;
	color:#fff;
	line-height:24px;
	height:24px;
}

#topbar #welcome {
	float:left;
}

#topbar #welcome strong {
	color:#FFCC33;
	font-weight:bold;
	margin-left:5px;
}

#topbar #welcome span {
	font-size:90%;
}

#topbar #members {
	float:right;
	margin-right:12px;
}

#topbar #members strong {
	font-weight:bold;
	padding-right:20px;
}

#topbar #members span {
	font-size:90%;
	padding:0 4px;
}


#topbar #members a, #footer a {
	color:#fff;
	text-decoration:none;
}

#topbar #members a:hover, #footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#header {
	background:#2A5C8D url(images/gradients.png) repeat-x scroll left -905px;
}

#header .wrapper {
	clear:both;
	height:90px;
	margin:0 auto;
	width:985px;
}

#header_top {
	margin:0 auto;
	padding:5px 0;
}

.logo  {
	margin: 5px 0 0 0;
	float:left;
}

#header_nav {
	background-color:#fff;
	border-bottom:2px solid #ccc;
	height:35px;
	width:100%;
}

#navlist {
	float:left;
	height:30px;
	margin:0;
	padding:5px 0 0;
}

#navlist li {
	list-style: none;
	margin: 0 3px;
	display: inline;
	float:left;
}

#navlist li a {
	background-color:#ebebeb;
	padding: 0 1em;
	text-decoration:none;
	font-size:117%;
	font-weight:bold;
	line-height:30px;
	display: block;
	float: left;
	clear: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}

#navlist li.home a {
	border-color: #0253A2;
	color: #0253A2;
}

#navlist li.home a:hover, #navlist li.home a.selected {
	background-color: #0253A2;
	color:#fff;
}

#navlist li.online a {
	border-color: #0191CE;
	color: #0191CE;
}

#navlist li.online a:hover, #navlist li.online a.selected {
	background-color: #0191CE;
	color:#fff;
}

#navlist li.print a {
	border-color: #00AEFF;
	color: #00AEFF;
}

#navlist li.print a:hover, #navlist li.print a.selected {
	background-color: #00AEFF;
	color:#fff;
}

#navlist li.deals a {
	border-color: #73A846;
	color: #73A846;
}

#navlist li.deals a:hover, #navlist li.deals a.selected {
	background-color: #73A846;
	color:#fff;
}

#navlist li.categories a {
	border-color: #E44097;
	color: #E44097;
}

#navlist li.categories a:hover, #navlist li.categories a.selected {
	background-color: #E44097;
	color:#fff;
}

#navlist li.stores a {
	border-color: #6A439C;
	color: #6A439C;
}

#navlist li.stores a:hover, #navlist li.stores a.selected {
	background-color: #6A439C;
	color:#fff;
}

#tagline {
	float:right;
	font-size:110%;
	line-height:35px;
	padding-right:49px;
}


#content {
	float:left;
	width:100%;
	margin:15px 0;
}

.box {
	background-color:#fff;
	border:3px solid #ccc;
	margin-bottom:8px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.logingraph {
	background:#fff url(images/retro_computer_couple.png) no-repeat bottom right;
	min-height:375px;
}

#main {
	width:620px;
	float:left;
}

#main p {
	margin:0 0 .5em 0;	
}

#side {
	width:300px;
	float:right;
}

#main h2, #side h2 {
	border-bottom:3px solid #113557;
	color:#353535;
	font-size:144%;
	letter-spacing:-0.01px;
	margin-bottom:10px;
	padding:2px 1px;
}

#main h4 {
	color:#353535;
	font-size:144%;
	letter-spacing:-0.01px;
	margin-bottom:10px;
	padding:2px 1px;
}

IMG.tag {
	background:url(images/icons_save.gif) no-repeat;
	width:15px;
	height:15px;
	border:0;
	margin-right:5px;
}

IMG.idea {
	background:url(images/icons_save.gif) -15px 0 no-repeat;
	width:15px;
	height:15px;
	margin-right:5px;
}

IMG.coupon {
	background:url(images/icons_save.gif) -30px 0 no-repeat;
	width:15px;
	height:15px;
	margin-right:5px;
}

IMG.sharesend {
	background:url(images/icons_save.gif) -45px 0 no-repeat;
	width:15px;
	height:15px;
	margin-right:5px;
}

IMG.pig {
	background:url(images/icons_save.gif) -60px 0 no-repeat;
	width:15px;
	height:15px;
	margin-right:5px;
}

IMG.deal {
	background:url(images/icons_save.gif) -75px 0 no-repeat;
	width:15px;
	height:15px;
	margin-right:5px;
}

IMG.star {
	background:url(images/icons_save.gif) -90px 0 no-repeat;
	width:15px;
	height:15px;
	margin-right:5px;
}

.post {
	background:url(images/post_couponcut.png) no-repeat scroll left bottom transparent;
	clear:both;
	line-height:1.5em;
	margin:-10px 0 15px;
	overflow:hidden;
	padding:10px 0;
	position:relative;
	min-height:90px;
}

.page {
	clear:both;
	line-height:1.5em;
	margin:-10px 0 15px;
	overflow:hidden;
	padding:10px 0;
	position:relative;
	min-height:90px;
}

.post h3 {
	margin-bottom:5px;
}

.post h3 a {
	background:transparent url(images/link-line.gif) repeat-x scroll 0 95%;
	text-decoration:none;
	margin-bottom:5px;
	font-size:110%;
}

.post h3 a:hover {
	text-decoration:none;
}

.post_main {
	padding-left:110px;
}


.post_thumb {
	font-size:10px;
	left:0;
	line-height:12px;
	margin:10px 0 0;
	padding:0;
	position:absolute;
	text-align:center;
	top:5px;
	width:95px;
}

.arrow {
	background:url(images/thumb_arrow.gif) no-repeat scroll 0 0 transparent;
	height:8px;
	margin:-8px 0 0 65px;
	width:13px;
}

.post_thumb img {
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:4px;
}

.couponinfo {
	margin-top:5px;
	float:left;
	width:100%;
}

.couponinfo li {
	clear:both;
	line-height:18px;
}

.couponinfo li.code a.nocc-code {
	background:url(images/icon_deal.gif) no-repeat scroll 1px 1px #FDEDB4;
	border:1px dashed #FEBF02;
	color:#553E00;
	display:block;
	float:left;
	font-size:110%;
	font-weight:bold;
	height:20px;
	max-width:185px;
	overflow:hidden;
	padding:2px 5px 0 25px;
	width:auto;
}

.couponinfo li.code a:hover {
	text-decoration:none;
	color:#28241F;
	background-color:#ffefa1;
}

.couponinfo li.code a.cc-code {
	background:url(images/icon_coupon.gif) no-repeat scroll 1px 1px #FDEDB4;
	border:1px dashed #FEBF02;
	color:#553E00;
	display:block;
	float:left;
	font-size:110%;
	font-weight:bold;
	height:20px;
	max-width:185px;
	overflow:hidden;
	padding:2px 5px 0 25px;
	width:auto;
}

.couponinfo li.code a.cc-code:hover {
	text-decoration:none;
	color:#28241F;
	background-color:#ffefa1;
}

.couponinfo .detail {
	padding: 5px 0;
}

.post_merchant {
	float:right;
	margin:0 0 0.2em 2em;
}

.post_misc {
	float:left;
	margin:10px 0 5px;
}

.toolbar {
	display:block;
	float:left;
	font-size:90%;
	line-height:20px;
	padding:1px 3px;
}

.comments a, .socialshare a, .bury-link a, .fav a, .faved a, .tag a, .ratevote a {
	display:block;
	float:left;
	padding:0px 0pt 0pt 16px;
	line-height:20px;
}

.comments {
	background:transparent url(images/icon_comments.gif) no-repeat 0 50%;
	padding-right:8px;
}

.socialshare {
	background:transparent url(images/icon_mail.gif) no-repeat 0 50%;
	padding-right:8px;
}

.fav {
	background:transparent url(images/icon_favorite.png) no-repeat 0 50%;
	padding-right:8px;
}

.faved {
	background:transparent url(images/icon_remove_favorite.png) no-repeat 0 50%;
	padding-right:8px;
}


.post_misc h4 {
	background:none repeat scroll 0 0 #FFF;
	display:block;
	font-size:1.1em;
	letter-spacing:0;
	margin:0;
	padding-bottom:3px;
	text-align:left;
}

.post_misc h4 span {
	background:url(images/postgallery-title-lt.gif) no-repeat scroll 0 0 #900B17;
	display:block;
	float:left;
	height:0 !important;
	overflow:hidden;
	padding:23px 0 0;
	width:70px;
}

.post_misc h4 a {
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topright:11px;
	background:none repeat scroll 0 0 #900B17;
	color:#EEE;
	display:block;
	float:left;
	height:23px;
	line-height:23px;
	padding:0 16px 0 4px;
}

#followus {
	background:#FAFAFA url(images/grada.png) repeat-x scroll center bottom;
	border:1px solid #ddd;
	font-size:90%;
	margin:9px 0;
	min-height:60px;
	padding:8px 5px;
}


#followus .subscribe_icons {
	margin:0 auto;
	width:295px;
}

#followus .subscribe_icons li {
	float:left;
	font-size:11px;
	margin:0 2px 5px;
	text-align:center;
	width:55px;
}

#followus .subscribe_icons a {
	background:transparent url(images/spritemap.png) no-repeat scroll center top;
	display:block;
	padding:40px 0 2px;
}

#followus .subscribe_icons a:hover {
	-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.35);
	color:#444444;
	text-decoration:none;
}

#followus .subscribe_icons .subscribe_twitter a {
	background-position:center -1598px;
}

#followus .subscribe_icons .subscribe_facebook a {
	background-position:center -1698px;
}

#followus .subscribe_icons .subscribe_rss a {
	background-position:center -1798px;
}

#followus .subscribe_icons .subscribe_email a {
	background-position:center -1898px;
}

#followus .subscribe_icons .subscribe_buzz a {
	background-position:center -1989px;
}

.tags_yellow, .tags_blue, .tags_green, .tags_red {
	margin:10px 0;
	overflow:hidden;
}

.tags_yellow li {
	border:1px solid #FADFAF;
	display:block;
	float:left;
	margin:2px;
	padding:1px;
}

.tags_yellow li a {
	background-color:#FEE9AC;
	color:#423C33;
	display:block;
	padding:4px;
	text-decoration:none;
	white-space:nowrap;
}

.tags_yellow li a:hover {
	background-color:#FFE569;
	color:#28241F;
}

.tags_blue li {
	border:1px solid #51D2EC;
	display:block;
	float:left;
	margin:2px;
	padding:1px;
}

.tags_blue li a {
	background-color:#C6F1FA;
	color:#423C33;
	display:block;
	padding:4px;
	text-decoration:none;
	white-space:nowrap;
}

.tags_blue li a:hover {
	background-color:#19BCDD;
	color:#fff;
}

.tags_green li {
	border:1px solid #90CD7D;
	display:block;
	float:left;
	margin:2px;
	padding:1px;
}

.tags_green li a {
	background-color:#D8F1D0;
	color:#423C33;
	display:block;
	padding:4px;
	text-decoration:none;
	white-space:nowrap;
}

.tags_green li a:hover {
	background-color:#6DB157;
	color:#fff;
}

.tags_red li {
	border:1px solid #f16c6c;
	display:block;
	float:left;
	margin:2px;
	padding:1px;
}

.tags_red li a {
	background-color:#ffc9c9;
	color:#423C33;
	display:block;
	padding:4px;
	text-decoration:none;
	white-space:nowrap;
}

.tags_red li a:hover {
	background-color:#e98c8c;
	color:#fff;
}

.tag_a {
	margin-top: 15px;
}

.retro_center {
	padding:10px 22px;
}

textarea {
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #BBB;
	height:150px;
	overflow:auto;
	width:98%;
}

.twocol {
	min-height:10px;
}

.twocol ul { width:100%; } /* this could be any length in px or % */
.twocol ul li { width: 47%; float: left;  margin: 1px 0px;}

.listarrow li {
	background:transparent url(images/icon_star.gif) no-repeat scroll 0 50%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1px 8px;
	padding:0 0 0 17px;
}

.store_page {
	border:1px solid #ddd;
	margin:0 0 15px;
	padding:3px;
	min-height:90px;
}

.store_page_image {
	float:left;
	padding:0 10px 1px 0px;
}

#page_stores li {
	float:left;
	padding:10px 22px;
	text-align:center;
}

#register-area label {
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:500;
	padding-top:2px;
	width:130px;
}

div #search {
	background:none repeat scroll 0 0 transparent !important;
	border:medium none !important;
	display:inline;
	float:right;
	margin:30px 3px 0;
	padding:0;
}

#search {
	background:none repeat scroll 0 0 #FFF;
	border-bottom:1px solid #CCC;
}

form #search input.query {
	width:200px !important;
}

#search input.query {
	color:#999;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	padding:5px;
	vertical-align:text-bottom;
}

#search .doSearch {
	background:url(images/search_btn.gif) no-repeat scroll 0 50% transparent;
	border:0 none;
	cursor:pointer;
	display:inline;
	float:left;
	font-size:0;
	height:32px;
	margin-right:10px;
	text-indent:-9999px;
	vertical-align:text-bottom;
	width:82px;
}

#footer {
	background-color:#133F6C;
	border-top:1px solid #0A3055;
	clear:both;
	color:#fff;
	padding:10px 0;
	text-align:left;
}

#registerform label, #login label {
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:500;
	padding-top:2px;
	width:130px;
}

.alt {margin: 0;padding: 10px;}
#comments ol {list-style-type: none;line-height: 18px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 10px;padding-left: 5px;}
#comments ul li {list-style-type: none;list-style-image: none;list-style-position: outside;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 5px;padding-top: 5px;padding-right: 0px;padding-bottom: 0px;padding-left: 0pt;}
.commentlist {padding: 0;text-align: justify;}
.commentlist li {margin: 15px 0 10px;padding: 5px 5px 10px 5px;list-style: none;}
.commentlist li ul li { margin-right: -5px;margin-left: 10px;list-style: none;}
.commentlist li li {background:none;border:none;list-style:none;margin:3px 0 3px 20px;padding:3px 0;}
.commentlist li .avatar {border:1px solid #ccc;margin:15px 8px 6px 0;float: right;padding:2px;width:45px;height:45px;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;}
.commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none; margin: 10px 5px 10px 0;}
#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentmetadata {font-weight: normal; font-size:90%; margin: 0;display: block; color: #ca5433;padding:1px 0 3px;}
.commentmetadata a, .commentmetadata a:visited {color: #fa7703;}
.commentmetadata a:hover{ color: #333;}
.children { padding: 0; }
.thread-alt {background-color: #f8f8f8;}
.thread-even {background-color: #fff;}
.depth-1 {border: 1px solid #ccc;}
.even, .alt {border-left: 1px solid #ccc;}
.cancel-comment-reply {padding:0 0 5px; }

.form-text {
	background:none repeat scroll 0 0 #FBFBFB;
	border:1px solid #BBBBBB;
	color:#808080;
	font-size:16px;
	font-weight:bold;
	margin:2px 5px 2px 1px;
	padding:0.5em;
	width:240px;
}

.form_comments {
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #BBB;
	color:#808080;
	padding:8px 4px;
	font-size:16px;
	font-weight:bold;
}

.form_button {
	cursor:pointer;
	line-height:1em !important;
	margin-top:5px;
	padding:5px;
}

.favs_link {
	background:transparent url(images/icon_favorite.gif) no-repeat scroll 0 50%;
	float:left;
	margin-left:5px;
	padding-left:25px;
}

.favs_remove {
	float:right;
	margin-right:5px;
	font-weight:bold;
	background: transparent url(images/icon_remove_favorite.png) no-repeat 0px 50%;
	padding-left:25px;	
}

.favs_list {
	border-bottom:1px solid #ccc;
	clear:left;
	color:#999999;
	height:15px;
	line-height:15px;
	padding:5px 0;
	position:relative;
}

.cat_page li {
	font-size: 125%;
}
