/*  
Theme Name: My Coupon Fairy
Description: My Coupon Fairy theme for Wordpress
Version: 1.0
Author: Percepted 
Author URI: http://www.percepted.com/ 
*/

/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
ul,ol,li { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
hr.hidden {
	clear:both;
  	visibility:hidden;
	margin:0px;
 	padding:0px;
	border: 0;
	height:1px;
}
p  {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: left;
}


body	{
	font: normal 13px/20px Arial, Geneva, sans-serif;
	background-color:#c6e1d1;
	color:#393939;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(images/bg.jpg);
}
body a:link {
	color:#24677b;
	text-decoration:none;
}
body a:visited {
	color:#24677b;
	text-decoration:none;
}
body a:hover	{
	color:#24677b;
	text-decoration:underline;
}


h1 {
	color: #3488a1;
	font: bold 30px/30px "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	}

h2 {
	color: #3488a1;
	font: bold 21px/24px "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}


h3 {
	color: #ebebeb;
	font: normal 18px/34px "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	border:none;
	letter-spacing: 1px;
}
.content h3 {
	color: #3488a1;
	font: bold 14px/16px Arial, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	
}
#cat_title_content h3 {
	color: #ebebeb;
	font: normal 18px/34px "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	border:none;
	letter-spacing: 1px;
}
#sidebar_left h3, #sidebar_right h3 {
	color: #ebebeb;
	font: normal 18px/34px "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-transform: none;
	border:none;
	background-image: url(images/bg_sidebar_h3.jpg);
	letter-spacing: 1px;
}


h4 {
	color: #365685;
	font: bold 14px/17px "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-transform: none;
	border:none;
}

#wrapper {
	margin:0px auto; /* center, not in IE5 */
	width:980px;
	clear: both;
	padding: 0px;
}


#header {
	padding:0px;
	width: 980px;
	margin: 0px;
	float: left;
	background-image: url(images/bg_header.jpg);
	background-position: 0px -231px;
	background-repeat: no-repeat;
	height: 210px;
	overflow: hidden;
}
#header_home {
	padding:0px;
	width: 980px;
	margin: 0px;
	float: left;
	background-image: url(images/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 231px;
}

#logo	{
	float: left;
	width: 182px;
	padding: 0px 0px 37px 5px;
	display: block;
	height: 137px;
	}
#logo_home {
	float: left;
	width: 273px;
	padding: 10px 0px 10px 90px;
	display: block;
	height: 175px;
	}
#title_home	{
	float: left;
	width: 403px;
	padding: 45px 0px 0px 10px;
	display: block;
	height: 73px;
	}
#description	{
	float: left;
	width: 600px;
	padding: 10px 0px 0px 10px;
	display: block;
	height: 50px;
	color: #7ad3f4;
	font: normal 12px/17px Arial, Geneva, sans-serif;x;
	}
#top_ad	{
	float: right;
	width: 728px;
	height: 90px;
	padding: 20px 15px 15px 15px;
	text-align: center;
	color: #fff;
	}
#container	{
	float: left;
	width: 960px;
	padding: 20px 10px 0px 10px;
	background-color: #eff3f5;
	position: relative;
	margin: 0px;
	}
#content_holder	{
	float: left;
	width: 590px;
}
#content_holder_home	{
	float: left;
	width: 560px;
	}
#content_holder_wide	{
	float: left;
	width: 759px;
}
#outer_content	{
	float: left;
	background-image: url(images/bg_content.jpg);
	background-position: 0px -10px;
	background-repeat: no-repeat;
	padding: 34px 0px 0px 0px;
	width: 590px;
	position: relative;
	}
#outer_content_page	{
	float: left;
	background-image: url(images/bg_content.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	width: 590px;
	}
#outer_content_page_wide	{
	float: left;
	background-image: url(images/bg_content_wide.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	width: 759px;
	}
#outer_content_home	{
	float: left;
	background-image: url(images/bg_content_home.jpg);
	background-position: 0px -10px;
	background-repeat: no-repeat;
	padding: 0px;
	width: 560px;
	}
.top_content	{
	float: left;
	background-image: url(images/bg_content_home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	width: 560px;
	margin: 0px 0px 15px 0px;
	}
.bottom_content	{
	float: left;
	background-image: url(images/bg_content.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
	width: 590px;
	margin: 0px 0px 15px 0px;
	}
.bottom_content_home	{
	float: left;
	background-image: url(images/bg_content_home.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
	width: 560px;
	margin: 0px;
	}
.bottom_content_wide	{
	float: left;
	background-image: url(images/bg_content_wide.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
	width: 759px;
	margin: 0px 0px 15px 0px;
	}
#cat_title_content	{
	float: left;
	width: 550px;
	height: 34px;
	padding: 0px 20px;
	border-bottom: 1px solid #cbcbcb;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#cat_title_content_home	{
	float: left;
	width: 520px;
	height: 34px;
	padding: 0px 20px;
	border-bottom: 1px solid #cbcbcb;
	}
.content {
	width: 548px;
	margin: 0px;
	display: block;
	padding: 10px 20px 0px 20px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background-color: #FFFFFF;
	float: left;
	} 
.content_wide {
	width: 717px;
}
.content ul	{
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	}
.content ul li	{
	padding: 0px 0px 3px 15px;
	margin: 0px 0px 0px 0px;
	
		background-image: url(images/dot.jpg);
	background-repeat:no-repeat;
	background-position: 0px 8px;

	}
.content ul li ul 	{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

.content_home {
	width: 518px;
	margin: 0px;
	display: block;
	padding: 10px 20px 0px 20px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background-color: #FFFFFF;
	float: left;
	} 

#footer {
	width:980px;
	font: normal 11px/16px Arial, Geneva, sans-serif;
	margin: 0px;
	padding: 20px 0px 65px 0px;
	color: #4d534f;
	background-repeat: no-repeat;
	display: block;
	background-image: url(images/bg_footer.jpg);
	float: left;
	background-position: top center;
	text-align: center;
}
#footer p {
	
	text-align: center;
	margin: 0px 0px 5px 0px;
}
#footer p img {
	
	margin: 17px 0px 0px 0px;
}
#footer p a{
	margin: 0px 5px;
}
#footer p a:link, #footer p a:visited{
	color: #082b3e;
}
#footer p a:hover{
	color: #082b3e;
	text-decoration: underline;
}
#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
	width: 100%;
	height: 36px;
	overflow: hidden;
	clear: left;
	}

#navigation ul {
	margin: 0px;
	padding: 0px;
	left: 50%;
	position: relative;
	text-align: center;
	float: left;
	clear: left;
	height: 36px;
	}

#navigation ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	height: 36px;
	position: relative;
	right: 50%;
	}


#navigation ul li a {
	display: block;
	padding: 0px 15px;
	color: #FFFFFF;
	margin: 0px 1px;
	text-align: center;
	font: bold 14px/36px Arial, Geneva, sans-serif;
	height: 36px;
	float: left;
	}
#navigation ul li.page-item-12 a:link, #navigation ul li.page-item-12 a:visited {
	color: #ee6018;
	background-image: none;
	}
#navigation ul li.page-item-12 a:hover, #navigation ul li.current_page_item.page-item-12 a, #navigation ul li.current_page_item.page-item-12 a:hover {
	color: #fff;
	background-image: url(images/bg_header.jpg);
	background-position: bottom right;
	text-decoration: none;
	}

#navigation ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/bg_header.jpg);
	background-position: bottom center;
	text-decoration: none;
	}


#navigation ul li.current_page_item a, #navigation ul li.current_page_item a:hover	{
	color: #fff;
	text-decoration: none;
	background-image: url(images/bg_header.jpg);
	background-position: bottom;
	}.floatright	{
	float: right;
	padding: 2px 0px 10px 20px;
	}
.floatleft	{
	float: left;
	padding: 0px 10px 10px 0px;
	}
.post	{
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #d9dadc;
	float: left;
	width: 100%;
	}
	#sidebar_left {
	width: 190px;
	margin: 0px;
	display: block;
	padding: 0px 10px 0px 0px;
	position: relative;
	float: left;
	}
#sidebar_left ul, .polls_holder, .wp-polls {
	padding: 12px 10px 3px 18px;
	margin: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	color: #24677b;
	font-size: 12px;
	}
.wp-polls .wp-polls {
	border: 0;
	margin: 0;
	padding: 0;
}
.polls_holder p, .wp-polls p {
	margin: 0px 0px 5px 0px;
	}
#sidebar_left ul li	{
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: block;
	background-image: url(images/dot.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	width: 145px;
	}
#sidebar_left ul li a:link, #sidebar_left ul li a:visited	{
	padding: 2px 0px;
	margin: 0px 0px 1px 0px;
	font-size: 12px;
	display: block;
	color: #24677b;
	text-transform: capitalize;
	}
#sidebar_left ul li a:hover	{
	text-decoration: underline;
	color: #ee6018;
	}
.bottom_holder	{
	float: left;
	background-image: url(images/bg_ad.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
	width: 190px;
	margin: 0px 0px 10px 0px;
	}
.bottom_holder_ad	{
	float: left;
	background-image: url(images/bg_right_ad.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
	width: 160px;
	margin: 0px 0px 10px 0px;
	}
#sidebar_right	{
	width: 190px;
	margin: 0px;
	display: block;
	padding: 0px 0px 0px 10px;
	position: relative;
	float: right;
	}
.top_holder	{
	float: left;
	background-image: url(images/bg_ad.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	width: 190px;
	}
.top_holder_ad	{
	float: right;
	background-image: url(images/bg_right_ad.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	width: 160px;
	}
.ad	{
	float: left;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background-color: #FFFFFF;
	width: 188px;
	text-align: center;
	padding: 10px 0px;
	}
.right_ad	{
	float: left;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background-color: #FFFFFF;
	width: 158px;
	text-align: center;
	padding: 10px 0px;
	}
.ad_left	{
	float: left;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background-color: #FFFFFF;
	width: 188px;
	text-align: center;
	padding: 10px 0px;
	}
.ad	img	{
	margin: 10px 0px;
	}
.cat_description	{
	width: 536px;
	padding: 1px 5px;
	border: 1px solid #jfe1e7;
	background-color: #ddf0f5;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	clear: both;
	}
.cat_description_home	{
	width: 506px;
	padding: 1px 5px;
	border: 1px solid #jfe1e7;
	background-color: #ddf0f5;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	clear: both;
	}
.subscribe	{
	float: right;
	display: block;
	width: 90px;
	text-align: right;
	}
.subscribe a img	{
	float: right;
	padding: 2px 0px 0px 5px;
	}
.allarticles	{
	float: right;
	padding: 0px 0px 0px 13px;
	background-image: url(images/arrows.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font: normal 12px/34px Arial, Geneva, sans-serif;
	position: absolute;
	top: 0px;
	right: 15px;
	}
.allarticles a:link, .allarticles a:visited	{
	color: #ffffff;
	text-decoration: none;
	}
.allarticles a:hover	{
	color: #ffffff;
	text-decoration: underline;
	}


.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash h1 {
	visibility: hidden;
	font: bold 30px/30px "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font: bold 22px/1.4 "Trebuchet MS", Tahoma, Arial, Geneva, sans-serif;
}


.wp-polls-ul li	{
	font-size: 11px;
	}
.wp-polls-ul li label	{
	color: #373737;
	/*padding: 5px 0px 0px 20px;
	display: block;
	position: relative;*/
	}
.wp-polls-ul li input	{
	float: left;
	margin: 3px;
	/*margin: 3px 0px 0px 0px;
	position: absolute;
	left: 0px;*/
	}
#sidebar_right .wp-polls .Buttons {
border-size: 0px;
border-style: none;
background-image: url(images/vote.jpg);
cursor: pointer;
padding: 0px;
width: 102px;
height: 26px;
color:transparent;
text-indent:-9999px;
}
input.Buttons {
	color: transparent;
	
	}
.wp-polls-ans	{
	width: 100%;
	}
.boder_ad	{
	}

.joinform {
	margin:10px auto 20px 0px;
	width: 500px;
	float: left;
}

.joinform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.joinform .jf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.joinform legend { 
	margin:0px;
	padding:0px 0px 0px 0px;
	font:normal 16px "Trebuschet MS";
	line-height: 20px;
	color: #174881; 
}

ol.jf-ol { 
	margin:0!important; 
	padding:3px 0 8px 0!important; 
}
ol.jf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}



ol.jf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}



.joinform label {
	width:150px;
	margin:0px 0px 0 0;
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
.joinform label span {
	width:150px; /* must be the same as above!*/
	display:block;
	font-size: 14px;
	font-weight: bold;
}

label.jf-before {
	margin:4px 10px 0 0; 
}

label.jf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.jf-after span {
	width:75px;
	display:block;
}

label.jf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.jf-group-after span {
	width:60px;
	display:block;
}

.joinform input,
.joinform textarea,
.joinform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#474747;
	/*background:#ffffff url(images/field-bg-top.gif) repeat-x top left;*/
	vertical-align:top;
}
.joinform input:hover,
.joinform textarea:hover,
.joinform select:hover	{
	border: 1px solid #3d78b0;
	/*background:#ffffff url(images/field-bg-bottom.gif) repeat-x bottom left; */
}

.joinform input:focus,
.joinform textarea:focus,
.joinform select:focus	{ 
	color:#666;
	/*background:#ffffff url(images/field-bg-bottom.gif) repeat-x bottom left; */
}

.joinform textarea,
.joinform input {
	width:250px;
	padding: 3px;
	font-size: 14px;
}
#field_phone1,
#field_phone2 {
	width: 60px;
	text-align: center;
}
#field_phone3 {
	width: 80px;
	text-align: center;
}

.joinform select.single {
	font-size: 14px;
	width:258px; 
}
#field_dob_month, #field_dob_day, #field_dob_year {
	/*font-size: 14px;*/
}
.joinform select.jfselectmulti	{ 
	height:7.5em; 
}

.joinform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}



span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 155px;
	display: block; 
	vertical-align:top;
	color: #666666;
	font-size:0.8em;
	line-height:1.7em;
}




ol.jf-ol li.jf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}


input.jf-box-a,
input.jf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.jf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


ol.jf-ol li.jf-box-group {
	padding: 0 0 5px 100px; 
} 



p.jf-sb {
	margin: 0;
	padding:0pt 3px 0pt 120px !important;
	text-align:left;
}
input.backbutton,
input.resetbutton,
input.sendbutton,
button.backbutton,
button.resetbutton,
button.sendbutton,
#backbutton,
#resetbutton,
#sendbutton	{
	background: #C6E1D1 url(images/submit.jpg) center center no-repeat;
	border: none!important;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block;
	/*float: left;*/
	font-weight: bold;
	height: 22px;
	margin: 0 auto;
	padding: 0;
	text-indent: -999px;
	width:100px;
}
.joinform input.resetbutton {
	margin: 0 5px 0 0;
}
.joinform input.backbutton {
	margin: 0 5px 0 0;
}
.blueresults	{
	color: #24677b;
	}
.wp-polls-ans	{
	font-size: 14px;
	}
