@charset "UTF-8";
/*
Theme Name: Tango Theme
Theme URI: http://tangocard.com/
Description: Derived from the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: artwells, scott tanaka
Author URI: http://artwells.com/ and http://www.tangocard.com
Tags: proprietary
	
	Original Theme:
	
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was originally designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Altered by artwells and scott tanaka
	http://artwells.com/ and http://www.tangocard.com

*/


/* GLOBAL COLOR VALUES			*/
/* Red Text - #9C0034			*/
/* Grey Text - #4D494A			*/
/* Grey Form Field - #BFBFBF	*/
/* Yellow - #FFF1A1				*/
/* Light Yellow - #FFFCE9		*/


/* SKT 081909 - combined sections that are being edited for TC */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFFCE9;
	color: #4D494A;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

a, h2 a:hover, h3 a:hover {
	color: #9C0034;
	}

a:hover {
	/* color: #4D494A; */
	color: #9C0034;
	text-decoration: underline;
	}
	
h1 {
/*	padding-bottom:20px; */
	color:#9C0034;
	/*font-weight:lighter;*/
	font-size: 20px;
	line-height: 18px;
}
h2 {
	font-size: 14px;
	color: #4D494A;
}


/* HEADER */

#header {
	text-align: left;			
    padding:0px;
	margin: 0 auto;
	width:932px;
	height: 115px;
	}
	
#headerimg {
	float: left;
    width: 135px;
	height: 80px;
	
	margin: 10px;
}

#loginid {
	color: #9C0034;
	margin: 0 auto;
	padding-top: 20px;
	text-align: right;
	float: right;
}

#loginid a {
	color: #9C0034;
	font-size:12px;
}

#headernav {
	float: left;
	width: 932px;
}

#nav {
	width: 932px;
	height: 7px;
	position: absolute;
	top: 105px;
}


#nav li a
{
	position: absolute;
	width: 133px;
	height: 33px;
	top: -34px;
	text-align: center;
	color: #4D494A;
	padding-top : 15px;
	text-decoration: none;
	font-size: 14px;
	
}

#nav li a.active
{
	background: transparent url('images/nav/nav_active.png') no-repeat scroll;
	color: #000000;
}

#nav li a.inactive
{
	background: transparent url('images/nav/nav_inactive.png') no-repeat scroll;
}

#nav-customers a {
	left: 200px;
}

#nav-iphone a {
	left: 330px;
}

#nav-members a {
	left: 460px;
}

#nav-about a {
	left: 590px;
}
#top_promo p {
	margin-left: 740px;
	margin-right: 24px;
	margin-top: -20px;
        font-size: 15px;
        line-height: 16px;
               text-align: right;
}
#top_promo a {
text-decoration: none; 
color: #4D494A;

               }
#top_promo span.red{
        color:#9C0034; 
text-decoration: underline;
       font-weight: bold;
               }

#secondary_nav {
	background-color: #ffffff;
	height: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

#tag_line {
	float: left;
}

#secondary_controls {
	float: right;
}
/* MAIN CONTENT CONTAINER AND DYNAMIC PAGE BACKGROUND*/

#page {
	background-color: white;
	text-align: left;
	min-height: 445px;
	background: url("images/content_body.png") repeat-y; 
	margin: 0 auto;
	width: 932px;
	}

#page_top {
	height: 7px;
	width:100%;
	background: transparent url('images/nav/nav_top.png') no-repeat scroll;
}

#page_background {
	background: transparent url('images/tc_background.png') no-repeat top;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	min-height: 440px;
	background-color: #FFF1A1;
}

#content {
	font-size: 10px;
	padding: 20px 20px 20px 20px;
	}
/* FOOTER */
#footer {
	background: url('images/content_footer.png') no-repeat top;
	border: none;
	}
		
/* ALERT AND MESSAGING  */
div#tc_alert {
	background-color: #FFF1A1;
	margin: 5px 20px;
	padding: 10px 60px;
	font-size: 14px;
	text-align: center;
}

div.tc_error{
	color:#9C0034;
}

/* GLOBAL FORM FIELD DEFINITIONS */
.tc_big_form_field {
	font-size: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
	padding: 6px 6px;
	font-size-adjust: none;
	font-stretch: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.tc_cards_input {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
	padding: 1px 1px;
	width: 180px;
}

.tc_cards_input_small {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
	padding: 1px 1px;
	width: 60px;
}

.tc_cards_select {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
	padding: 1px 1px;
	width: 204px;
}

.tc_cards_textarea {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #BFBFBF;
	padding: 1px 1px;
	overflow: auto;
	width: 150px;
}

input.small_link
{
	color: #9C0034;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}

input.small_button
{
	background-color: transparent;
	background-image : url('images/buttons/small_button.png');
	width: 73px;
	height: 33px;
	border: 0 none;
	vertical-align:text-top;
	color: #4D494A;	
}

input.medium_button
{
	background-color: transparent;
	background-image : url('images/buttons/small_button.png');
	width: 100px;
	height: 50px;
	border: 0 none;
	color: #4D494A;
}

input.big_red_button
{
	background-color: transparent;
	background-image : url('images/buttons/red_button.png');
	width: 220px;
	height: 50px;
	border: 0 none;
	font-size:14px;
	color: #ffffff;
}

/* WELCOME PAGE */
#welcome_content
{
		width: 100%;
		background : transparent url('images/dancers.png') no-repeat top;
		height:400px;
}

#welcome_content h1
{
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 20px;
	text-justify: left;
}

#welcome_content h2
{
	font-size: 18px;
	text-indent: 40px;
	color: #9C0034;
}

#welcome_content p
{
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	width: 340px;
}

#welcome_content form
{
	float: right;
	padding-right: 30px;
}

/* MERCHANT PAGE */
#merchant_content {
	text-align: left;
	margin: 0px auto; 
	padding: 0px; 
	border:0; 
	width: 850px;
	min-height: 440px;
	background : transparent url('images/dancers.png') no-repeat;
	background-position: -60px 40px;
}

#merchant_content h2
{
	color: #9C0034;
}
#merchant_left {
	float:left;
	width:270px;
	padding: 5px;
}

#merchant_left img
{
	padding-top: 100px;
}

#merchant_center {
	float:left;
	width:31%;
	padding: 5px;
}

#merchant_right {
	float:right;
	width:270px;
	padding: 5px;
}

#merchant_right img
{
	padding-top: 30px;
}

/* LOGIN FORM  */
#login_form {
	float: left;
	text-align: left;
}

#login_email {
	margin-top: 10px;
}

#login_password {
	margin-top: 10px;
}

#login_content {
	text-align: center;
	padding-top:30px;
}

#login_content h1 {
	font-size: 54px;
	padding-bottom: 10px;
	line-height: 30px;
}

/* REGISTRATION FORM */
#registration_form {
	float: left;
	text-align: left;
	width: 400px;
}

#registration_content {
	float: right;
	width: 450px;
}

/* MEMBER LOGIN */
div#members_login {
	
}

div#members_body {
	
}

/* CARDS AND WISHES */

h1.cards_header {
	color: #9C0034;
	border-bottom-color: #9C0034;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

div#wish_panel {
float: right;
width: 40%;
border-bottom-color: #9C0034;
border-bottom-width: 1px;
border-bottom-style: solid;
}

div#card_panel {
float: left;
width: 54%;
border-bottom-color: #9C0034;
border-bottom-width: 1px;
border-bottom-style: solid;
}

div.right_card,div.right_wish {
	float: right;
	clear: right;
}

div.merchant_icon_div {
	float:left;
	margin-right: 10px;	
}
img.merchant_icon {
	width:70px;
	height:66px;
}

div.single_card {
padding: 5px 10px;
background-color: #ffffff;
position: relative;
}

div.single_card 
img.update_status { 
width: 12px;
height: 12px;
vertical-align: text-bottom;        
}

/* NEW ITEMS */
div.card_panel {
	margin-left: 105px;
	min-height: 100px;
}

div.card_data_controls {
	width:70px;
}

div.card_data_left {
	text-align: left;
	float: left;
}

div.card_data_right {
	text-align: right;
/*	float: right;  */
        position: absolute;
        right: 5px;
        height: 100%;
}

div.card_data_color { 

}
div.card_data_updated { 

}
div.card_data_amount {
	font-weight: bold;
	font-size: 12px;
}

div.affiliate_link{
	font-size: 12px;
	font-weight: bold;
}

div.card_edit_controls {
	text-align: right;
}
/* end NEW ITEMS */

div.single_wish {
padding: 5px 10px;
background-color: #ffffff;
}

.clearall{
clear:both;
}

div.add_form_div {
	text-align: left;
	display:none;	
	background-color: #FFF1A1;
}

form.add_form {
	text-align: left;
}


/* add card/wish button */
div.card_buttons {
	color: #9C0034;
	cursor: pointer;
	float: right;
	margin-top: 17px;
	text-decoration: underline;
}
/* 11/2/09 SKT - adding attribs to make it look like a link */
div.button_space {
	color: #9C0034;
	cursor: pointer;
	display: none;	
	float: right;
	margin-top: 17px;
	text-decoration: underline;
}

div.card_button_add {
	color: #9C0034;
	cursor: pointer;
	margin-top: 17px;
	display: none;
	float: right;
	text-decoration: underline;
}

div.form_close {
	float: right;
}

.script_form {
	float:left;
}


div.right_of_icon{
margin-left: 130px;
}

/* ABOUT PAGE  */

#about_main h1 {
	padding-bottom: 0px;
}

ul.about_list {
	margin-left: 10px;
}

#about_main {
	float: left;
	width: 250px;
}

#about_center {
	float: left;
	width: 30%;
}

#about_center h2
{
	line-height: 18px;
}

#about_message {
	float: right;
	width: 350px;
	margin-top: -365px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding-left: 30px;
	font-style: italic;
}

#about_message .link-out{ 
        margin-top: 20px;
        font-size: 12px;
	line-height: normal;
 }

/* HOLIDAY 2009 Page */
#holiday2009_left {
	float: left;
	width: 60%;
}

#holiday2009_right {
	float: right;
	width: 35%;
	padding-left: 10px;
}

/* GIFT CARD BALANCE PAGE */
#balance_check {
	float: left;
	width: 550px;
}

#balance_check p {
	font-size: 12px;
}

#balance_check_form {
	font-weight: bold;
	padding-top: 10px;
}

#balance_check_image {
	padding-top: 30px;
	padding-right: 20px;
	float: right;
}

#balance_check_results {
	float: left;
	width: 500px;
}
	
#balance_check_cta {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
	
#balance_check_note {
	padding-top: 20px;
	font-size: 10px;
}

/* OTHER TAGS */

.displacer {
	overflow:hidden;
	float: right;
 	margin-left: 8912px;
	height:1px;
	width:10px;
}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */




.narrowcolumn {
	padding: 10px 20px 0px 30px;
	}

.widecolumn {
	padding: 10px 20px 0px 30px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 932px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* SKT 082009 - removed this */
/*.entry form { 
	text-align:center;
	}
*/

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* popup changes */

div#fancy_ajax {
	background: transparent url('images/tc_background.png') no-repeat -280px -100px;

	background-color: #FFF1A1;
}

div#fancy_ajax { 
overflow: hidden;
 }

div#fancy_ajax div#popup-main{ 
        padding: 0;
 }
div#fancy_ajax div#page{ 
width: none;
                           }
div#fancy_ajax div#header{ 
display: none;
width: inherit;
              }
div#fancy_ajax div#footer{ 
	width: 90% !important;
	background: transparent;
 }

div#fancy_ajax div#footer p{
padding: 0px !important; 
position: absolute;
bottom: 10px;
left: 0px;
                           }


div#fancy_ajax #page_background {
width: inherit;                                
min-height: inherit;
	background: transparent;
  }
div#fancy_ajax #page {
width: inherit;                                
min-height: inherit;
	background: transparent;

  }
div#fancy_ajax #page_top {
	background: transparent;
  }
div#fancy_ajax div.entry {
font-size: 1.8em;
width: 500px;
  }
div#fancy_ajax div.entry img {
margin: 30px auto;
  }

body.page-id-215 div.entry img,
body.postid-215 div.entry img {
  margin: 30px auto;
  }

body.page-id-215 div.entry,
body.postid-215 div.entry{ 
margin: 30px auto;
width:  500px;
font-size: 1.8em;

                            }

body.page-id-215 div.post,
body.postid-215 div.post

{
width: 100%;
                          }

ul#merch_card_list{ 
font-size: 10px;
line-height: 11px;
padding: 10px 30px;

                     }

ul#merch_card_list li{ 
display:inline;
width: 100px;
overflow: hidden;
padding: 0;
margin: 0;
 }

dl.faq-definitions dt {
font-weight: bold;

}

/* end popup changes */
