/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body { margin: 0; }

p { margin: 0 0 1em; }
img { -ms-interpolation-mode:bicubic; }

div.wjr_bounds {
	width: 880px;
	margin: 0 auto;
}
span.hr {
	display: block;
	clear: both;
}
span.hr hr {
	display: none;
}
#wjr {
	margin: 0;
	font: 12px/16px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
}
#wjr_notice {
	background: #ffc url(http://walkjogrun.cmail1.com/email/213416/s3amazonawscom/wjr/images/email/bg_notice.gif) left top repeat-x;
	border-bottom: 1px solid #e3e3e3;
	min-height: 37px;
	line-height: 37px;
	text-align: center;
}
#wjr_masthead {
	background: #fff url(http://walkjogrun.cmail1.com/email/213416/s3amazonawscom/wjr/images/email/bg_masthead.gif) left top repeat-x;
}
#wjr_masthead #wjr_logo, #wjr_stories {	
	float: left;
	width: 625px;
}

#wjr_stories td {
	vertical-align: top;
}

#wjr_masthead #wjr_date, #wjr_snippets, #sideCol {	
	float: right;
	width: 225px;
	padding-top: 15px;
	text-align: center;
}
#sideCol {
	text-align: left;
}
#wjr_masthead #wjr_logo h1 {
	margin: 0;
}
#wjr_masthead #wjr_logo h1 a {
	display: block;
	margin: 0;
	height: 104px;
	width: 230px;
	background: transparent url(http://walkjogrun.cmail1.com/email/213416/s3amazonawscom/wjr/images/email/WalkJogRun.gif) left top no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
#wjr_masthead #wjr_date h2 {
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 104px;
	color: #999;
}
#wjr_intro, #footer {
	border: 1px solid #e5e5e5;
	background: #ffd;
	padding: 15px;
	font-weight: normal;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#wjr_intro h1 {
	margin: 0;
	font-weight: normal;
}
#wjr_intro p {
	margin: 0;
	padding: 15px 0 0;
	font-size: 15px;
	line-height: 20px;
}
#wjr_stories h2 {
	margin: 15px 0 10px;
	color: #f2a500;
	font-size: 18px;
	line-height: 22px;
}
#wjr_stories h2 em {
	color: #bbb;
}

#wjr_footer {
	margin_top: 3em;
	padding: 15px 0 30px;
	border-top: 1px solid #e5e5e5;
	color: #666;
	text-align: center;
}
img {
	border: none;
}

/* tabs */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

