/*
Theme Name: Dallas Voice Web
Author: Chris Heney
Author URI: http://www.chrisheney.com
Description: Small, custom and just what DV Needs
Version: 1.0
License: (c) Copyright 2012
*/

/* =Structure
-------------------------------------------------------------- */

*, body, html {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #333;
	font-family: arial;
	font-size: 62.5%;
}

body p {
	margin: 0 0 12px 0;
	line-height: 21px;
	text-align: left;
}

body p,
body table {
	font-size: 1.4em;
}

body p[align="center"] {
	text-align: center;
}

body p[align="right"] {
	text-align: right;
}

body p[align="left"] {
	text-align: left;
}

body a {
	color: #302478;
	text-decoration: none;
	font-weight: bold;
}

body a:hover {
	text-decoration: underline;
}

.entry-content blockquote {
	background-color: #E9F8FB;
	border: 1px solid #CFDEE1;
	color: #366799;
	display: block;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 10px 10px;
}
.entry-content blockquote p {
	color: #366799;
}

#page {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#main {
	background-color: #e9e9e9;
}
#primary {
	float: left;
	margin: 0 -340px 0 0;
	width: 100%;
}
#content {
	background-color: #fff;
	border: 1px solid #6f6f6f;
	margin: 10px 330px 10px 10px;
	padding: 5px;
}
#content, #secondary {
	min-height: 120px;
}

#branding #head-inside-wrap {
	height: 105px;
}
#branding #head-inside-wrap #logo-wrap {
	float: left;
	padding: 5px 0;
}
#branding #head-inside-wrap #header-ad-wrap {
	float: right;
	margin-top: 20px;
}

#subheader {
	margin: 10px 0 12px;
}

#subheader #best-bet {
	width: 260px;
	height: 90px; /* was 89 */
	float: left;
	position: relative;
	/* border: 1px solid #646464;*/
}

#subheader #best-bet a#full-calendar-link {
	position: absolute;
	right: 8px;
	bottom: 5px;
}

#subheader #best-bet h3 {
	background-color: #646464;
	padding: 4px 0 4px 12px;
	margin: 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: 400;
	text-transform: lowercase;
}

#subheader #subheader-ad-wrap {
	float: right;
}
#subheader #best-bet ul {
	list-style: none;
	font-weight: bold;
	padding: 5px 5px 5px 12px;
}
#subheader #best-bet ul a {
	font-size: 1.4em;
}
#subheader #best-bet ul a:hover {
	text-decoration: none;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 300px;
	background-color: #fff;
	border: 1px solid #6f6f6f;
	margin: 10px;
	padding: 5px;
}

.widget.oio {
	margin-bottom: 15px;
}

.floating-widget {
	width: 300px;
	float: right;
}
.subscribe_p {
	border: 1px solid #d1d1d1;
	background: #fff;
	padding: 5px;
	margin: 10px 0 0 0;
}




/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Menu
-------------------------------------------------------------- */
/**	
 * The navigation should be nested in the following
 * elements from the houstini template.
**/
#branding .topbar {
	height: 35px;
	clear: both;
	background-color: #008aa6;
	border: 2px solid #fff;
}

#branding #bluebar {
	border-bottom: 0 none;
}
#branding #orangebar {
}

/**	
 * Dropdown navigation
 * Refactored the existing navigation from DV to a single reusable class
 *
 * .nav-container defaults to blue bg hover on dropdown elements
 * .nav-container.secondary for orange bg hover
**/
.nav-container ul {
	width:100%;
	border:none;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
}
.nav-container li {
	background:none;
	color:#FFFFFF;
	line-height:35px;
	z-index:20;
	letter-spacing:0px;
	font-weight:bold;
	font-size:1.2em;
	padding:0;
	margin:0 0px;
	float:left;
	font-family:Arial,tahoma,sans-serif;
	position:relative;
	list-style:none;
}
.nav-container #menu-blue-menu li {
z-index:1000;
}
.nav-container li a {
	border:none;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 12px;
	color:#FFFFFF;
}
.nav-container li a:hover {
	border:none;
	background:none;
	text-decoration:none;
}
.nav-container ul ul {
	position:absolute;
	left:-999em;
	top:35px;
	width:200px;
}
.nav-container ul ul.columnize {
	width:607px;
}
.nav-container li:hover ul,.nav-container li.sfhover ul {
	left:auto;
}
.nav-container ul ul li a {
	padding:4px 10px;
	text-transform:normal;
	font-variant:normal;
}
.nav-container ul ul li {
	letter-spacing:0px;
	color:#444444;
	z-index:20;
	width:200px;
	font-family:helvetica,arial,sans-serif;
	font-size:1.1em;
	font-weight:normal;
	font-style:normal;
	background:#FFFFFF;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:0;
	float:left; /* for .columnize layout */
}
.nav-container ul ul li a {
	line-height:22px;
	color:#444444;
	text-decoration:none;
}
.nav-container ul ul li:hover a,.nav-container ul ul li.sfhover a {
	text-decoration:none;
}
.nav-container ul ul li:hover li a,.nav-container ul ul li.sfhover li a {
	color:#444444;
}
.nav-container ul ul li:hover li a:hover,.nav-container ul ul li.sfhover li a:hover {
}
/* dropdown items are blue by default */
.nav-container ul ul li:hover,.nav-container ul ul li.sfhover {
	background:#dfdfdf; /*4784BF;*/
}
/* style orange dropdown items */
.nav-container.secondary ul ul li:hover,.nav-container.secondary ul ul li.sfhover { 
	background:#dfdfdf;
	color: #000;
}
/** 
 * anticipating 3rd + level navigation? 
 * how to display subs on .columize layout
 * in the meantime lets hide it
**/
.nav-container.columize ul ul ul, .nav-container.columize ul ul ul ul { display:none; } 
.nav-container ul ul ul li {
	font-size:1em;
}
.nav-container ul ul ul, .nav-container ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:200px;
}
.nav-container li li:hover ul,.nav-container li li.sfhover ul,.nav-container li li li:hover ul,.nav-container li li li.sfhover ul {
	margin-left:200px;
}
.nav-container ul ul li:hover li a,.nav-container ul ul li.sfhover li a {
	text-decoration:none;
}
.nav-container ul ul li li:hover a,.nav-container ul ul li li.sfhover a {
	text-decoration:none;
}




/* =Content
-------------------------------------------------------------- */
h1 {
	font-size: 3.2em;
}
h2 {
	font-size: 2.8em;
}
h3 {
	font-size: 2.4em;
}
h4 {
	font-size: 2.0em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.2em;
}
.post {
	padding: 0 15px 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.date {
	font-size: 1.3em;
	font-weight: bold;
	color: #c4df9c;
	clear: left;
	padding: 5px 0;
}
.continue {
	clear: both;
	font-weight: bold;
}
.continue a {
	background: url(img/sm_arrow.png) no-repeat right center;
	padding-right: 9px;
}

h1#instant-tea, h1.page-title {
	font-size: 2.5em;
	margin: 0;
	text-transform: lowercase;
	margin-bottom: 15px;
	font-weight: normal;
	padding: 5px 0;
}

.entry-title {
	font-size: 3.2em;
}

h2.entry-title a {
}

.title {
	font-weight: bold;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	color: #1eac32;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin-top: 6px;
	width: 100%;
}
.single-author .entry-meta .byline {
	display: none;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 5px;
}
#content nav {
	display: block;
	overflow: hidden;
	clear: both;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
	border-bottom: 1px solid #ccc;
	background-color: #c4df9c;
	padding: 2px 5px;
}
#nav-below a {
	color: #fff;
	font-size: 1.6em;
	font-family: "arial black";
	text-transform: uppercase;
	text-decoration: none;
}
#nav-below a:hover {
	text-decoration: underline;
}

.page-link {
	clear: both;
	margin: 0 0 1em;
}
.edit-link {
	clear: both;
	display: block;
	float: right;
}

/* 404 page */
/*
.error404 .widget {
	float: left;
	width: 33%;
}
*/
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

#content #searchform {
	width: 210px;
	margin: 0 0 20px;
}
#content #searchform input[type="submit"] {
	color: #000;
}

/* Notices */
/*
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
*/

/* =Attachments
-------------------------------------------------------------- */
.entry-attachment .attachment img {
	border: 1px solid #ccc;
	padding: 1px;
	background-color: #fff;
	box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
}
.image-attachment p.attachment-count {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.entry-attachment .nav-images {
	margin-top: 150px;
}
.entry-attachment .previous-image-wrap {
	float: left;
}
.entry-attachment .previous-image-wrap img {
	float: right;
}

.entry-attachment .next-image-wrap {
	float: right;
}
.entry-attachment .next-image-wrap img {
	float: left;
}



/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Search Form
-------------------------------------------------------------- */
form#searchform {
	display: block;
	float: right;
	margin: 7px 5px;
	width: 174px;
}
form#searchform input#searchfield {
	border: 0 none;
	width: 106px;
	font-size: 1.4em;
	padding: 2px 1px;
	margin-right: 1px;
}
form#searchform input#searchsubmit {
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
	color: #008AA6;
}
form#searchform input#searchsubmit:hover {
	cursor: pointer;
}

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

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.wp-caption.alignleft,
img.alignleft {
	margin-right: 1em;
}
.wp-caption.alignright,
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	overflow: hidden;
}
.wp-caption img {
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}

h6.wp-caption-dd, .wp-caption p.wp-caption-text {
	padding: 3px;
	margin: 0 0 15px;
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	font-weight: 700;
	text-align: left;
	line-height: 15px;
}


/* =Forms
-------------------------------------------------------------- */

input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

ol.commentlist {
	list-style: none;
}

div#comments {
	clear: both;
}

h3#reply-title, h3#comments {
	font-size: 2.4em;
	color: #EE006A;
	letter-spacing: -1px;
	margin: 10px 0;
	line-height: 33.6px;
	font-weight: 400;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

#tweet-out {
	position: relative;
	z-index: 100;
	padding-top: 50px;
	background: url(/wp-content/uploads/2011/09/tweet.top_.png) no-repeat center top transparent;
}
#tweet-mid {
	background: url(/wp-content/uploads/2011/09/tweet.bottom.png) no-repeat center bottom transparent;
	padding-bottom: 6px;
}
#tweet-in {
	background: url(/wp-content/uploads/2011/09/tweet.middle.png) repeat-y center center transparent;
}

#tweet-out #tweet-mid #tweet-in .widget-title {
	position: absolute;
	z-index: 110;
	top: 6px;
	color: #fff;
	margin: 0 0 0 15px;
	font-size: 2.2em;
}

#tweet-out #tweet-mid #tweet-in #tweetblender-2-mc {
	padding: 0 15px;
}

.error404 #content .widget ul {
	list-style: none;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	color: #fff;
	clear: both;
	display: block;
	background-color: #302478;
	font-weight: bold;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
}

#colophon a {
	color: #83a1bf;
	text-decoration: none;
}

#colophon a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.break {
	background: url('img/break.png') left center repeat-x transparent;
	height: 40px;
	clear: both;
}

.form-allowed-tags,
.st_email_hcount,
div.tb_header {
	display: none !important;
}


.author, .post-author {
	float: right;
	font-size: 1.4em;
}



/* =Ad Zones
-------------------------------------------------------------- */

#header-ad-wrap {
	width: 390px;
	height: 80px;
	border: 1px solid #ccc;
}


/* =Video Single
-------------------------------------------------------------- */

#video-wrap {
	height: 370px;
	background: url(img/blue-stripes.png) #29417A;
}

div.video#content {
	margin-right: 5px;
}

#video-left-col {
	float: left;
	display: block;
	width: 462px;
}
#video-right-col {
	float: right;
	display: block;
	width: 508px;
}

/* video pane */
.videodisplay {
	float: left;
	display: block;
	width: 462px;
}

.videotitle {
	display: block;
	width: 437px;
	padding: 10px 15px 25px 10px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.2em;
	background: url(img/videotitle.png) no-repeat top;
	margin-bottom: -15px;
	letter-spacing: -1px;
}

.videocontent {
	display: block;
	width: 460px;
	height: 260px;
	padding: 15px 1px 25px 1px;
	background: url(img/video_back.png) no-repeat;
}

.videos_list {
	display: block;
	position: relative;
	width: 508px;
	height: 280px;
	overflow-y: scroll;
}

.videos_list img {overflow: hidden}
.videos_list li {
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
	width: 234px;
	overflow: hidden;
	position: relative;
}

.videos_list li div {
	float: left;
	margin-right: 10px;
}

.videos_list li p {
	line-height: 1.4em;
}
.videos_list li p a {color: #fff; font-size: 1.3em; }
.videos_list li p a:hover {color: #ff0078; text-decoration: none;}


.video_ad {
	margin: 15px 0 0 26px;
	text-align: center;
	width: 468px;
	height: 60px;
	border: 2px solid #666;
}
.video_ad a, .video_ad img {overflow: hidden}

.watchit {
	position: absolute;
	left: 85px;
	bottom: 0px;
	width: 50px;
	height: 16px;
	display: block;
	background: url(img/watch.png) no-repeat top;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}
.watchit:hover {background: url(img/watch.png) no-repeat bottom; text-decoration: none;}

.video#content #respond textarea {
	width: 60%;
}


/* =Video Category 
-------------------------------------------------------------- */
/* Video archive */
.vidlist {
	list-style: none;
}
.vidlist li {
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 10px;
	background-color: #f9f9f9;
	padding: 15px;
	margin: 10px;
	border: 3px outset;
}

.vidlist .videothumb {
	width: 150px;
	position: relative;
}

.vidlist .date {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
}

.vidlist .title {
	display: block;
	font-size: 1.3em;
	line-height: 1.4em;
	height: 36px;
	overflow: hidden;
}

.vidlist .videothumb img {overflow:hidden}
.vidlist .title a:hover {text-decoration: underline}

.vidlist .playit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 113px;
	background: url(img/play.png) no-repeat center;
	display: none;
}


/* =Custom Social Sharing
-------------------------------------------------------------- */
.network-wrap {
	float: left;
}
.pinterest-wrap {
	display: block;
	width: 80px;
}
.photo-share {
	padding: 10px 0;
	width: 552px;
	margin: 0 auto;
}

/* =Purchase Section
-------------------------------------------------------------- */

#oiopub-container {
	font-size: 1.2em;
	background-color: #fff;
}
#oiopub-container table {
	margin: 10px auto;
}


/* =Ad Zones
-------------------------------------------------------------- */
#adzone-footer {
	margin-top: 20px;
	margin-bottom:20px;
}






/* =New Robert Stuff
-------------------------------------------------------------- */
#page {
	position: relative;
	z-index: 5;
}
#top-banner-span {
	position: absolute;
	background-color: #302478;
	height: 152px;
	width: 100%;
	z-index: 1;
}
#menu-date {
	float: right;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	text-align: right;
	width: 110px;
	margin-right: 15px;
}
#menu-social {
	float: right;
	padding-top: 8px;
}
#menu-social img {
	height: 16px;
	width: 16px;
}

.small-shadow {
	box-shadow: 0 1px 4px #333;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
}

.share-wrap {
	height: 25px;
	clear: both;
}

.share-wrap .facebook-wrap {
	120px;
}

.page-header {
	background-color: #6f6f6f;
	color: #fff;
	padding-left: 15px;
}

#secondary .oio-banner-zone .border, #secondary .oio-banner-zone .border:hover {
	border: 0 none !important;
	background-color: #efefef !important;
}

.post-a-comment {
	font-weight: 900;
}

/* Photo Galery Area
---------------------------------------------------------------------------- */
.gallery img {
	width: 150px;
	height: 150px;
}
.gallery-columns-4 img {
	width: 145px;
	height: 145px;
}
.gallery-columns-5 img {
	width: 115px;
	height: 115px;
}
.gallery-columns-6 img {
	width: 90px;
	height: 90px;
}
.gallery-columns-7 img {
	width: 75px;
	height: 75px;
}
.gallery-columns-8 img {
	width: 65px;
	height: 65px;
}
.gallery-columns-9 img {
	width: 60px;
	height: 60px;
}


/* POLLS */
.pds-box {
	border: 0 none !important;
}
.pds-answer-group {
	padding: 2px 0 2px !important;
}
.pds-box-inner {
	position: relative;
}
.pds-links br, 
.pds-links .pds-share,
.pds-links .pds-pd-link,
.pds-links-back br,
.pds-links-back .pds-pd-link,
.pds-links-back .pds-share {
	display: none !important;
}


.yarpp {
	font-weight: bold;
}

.yarpp-list {
	list-style: none;
}

.yarpp-list abbr {
	display: none;
}
.ad_zone_above_page_title {margin-bottom:24px;}



.overlay {position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;display:block;background:url(img/trans75.png) left top repeat;z-index:1000}
#newsletter-popup {
	display:block; 
	z-index:1010;
	position:fixed;
	top:50%;
	margin-top:-125px;
	left:50%;
	margin-left:-250px;
	width:90%;
	max-width:500px;
	height:90%;
	max-height:250px;								
	background: #fff;
}

#newsletter-popup .strip{
	height:5px;width:100%;background:url(img/mail-strip.png) left top repeat-x;
}

#newsletter-popup .footer-strip {
	position:absolute;
	bottom:0px;
}

#newsletter-popup .body {
	margin:0;
	padding:32px;
}

#newsletter-popup h2 {
	color:#1577d0;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:22px;
}

#newsletter-popup h3 {
	color:#94999d;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:16px;
	margin-bottom:16px;
}

#newsletter-popup a {
	color:#94999d;
}

#newsletter-popup p {
	line-height:auto;
	color:#1577d0;
}

#newsletter-popup form {margin: 0 0 24px 0;}

#newsletter-popup form input[type="button"], #newsletter-popup form input[type="submit"] {
	display: inline-block;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    background: #1577d0;
    color: #fff;
    text-align: center;
    border: 1px #1577d0 solid;
    line-height: 32px;
    width: 131px;
    background-clip: border-box;
    border-collapse: collapse;
	width:33%;
	margin:0;
	padding:0;
}

#newsletter-popup .close-button {
position:absolute; right:-12px;top:-12px;
display:block; width:24px;height:24px;background:url(img/LightboxClose.png) left top no-repeat;
}

#newsletter-popup form input[type="email"],#newsletter-popup form input[type="text"] {
	line-height: 31px;
    border-collapse: collapse;
    background-clip: border-box;
	width:65%;
    display: inline-block;
	margin:0;
	padding:0;
}

#newsletter-popup .loading {
    background: url(img/spinner-2x.gif) center center no-repeat;
    display: none;
	height:40px;
}

#newsletter-popup #promoThankYou {
	display:none;
	margin-bottom: 32px;
}
