
@media print {

	html,
	body {
		background:  #FFFFFF;
    		color: #000000;
                font-size: 1.2em;
                line-height: 26px;
    font-family: "Lucida Grande", "Lucida Sans", Verdana,  Helvetica, sans-serif;
    margin-top: 0 auto;
    padding: 0;
    text-align: left;
		}

        h3 {
            font-size: 0.9em;
        }

        .print_event_name {
            visibility: visible;
            height: 26px;
        }
        .inlineform {
            visibility: hidden;
        }
        .hidden_print {
            display: none;
        }

        #invDetails,
        #invitation-instructions,
        .ttip,
/*        #hdrBgnd,*/
        #print-invite-btn,
        title {
            display: none;
        }

	#wrapper,
	#neighborhood_stuff.callout {
		border: none;
		}

  #invite_flyer p {
    width: 600px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
        #invite_flyer p, #invite_flyer li {
/*          font-size: 0.8em;*/
          font-size: 16px;
        }

        #neighbor-tabs,
	#logobox,
	#navigation,
	#personalHdr,
        #invitaion-instructions,
	#footer {
		display: none;
		}


	.ui-dialog-titlebar.ui-widget-header,
	.ui-widget-header {
		backbround: #fff;
		color: #000;
		border: none;
		}


	.callout th { 
		border-color: #000;
		}

	.callout th a{
		color: #000;
		}

        #inv-lg-uid {
          text-align: center;
          display: inline-block;
          font-size: 4.0em;
          font-weight: bold;
        }

  #invite_flyer li {
/*    font-size: 0.8em;*/
          font-size: 16px;
  }

  #invite_flyer ol {
    margin-bottom: 0px;
  }

  .site-highlight {
    border: none;
    background: none;
  }
}