body {
	font-family:Georgia, "Times New Roman", serif;
	font-size:12px;
	line-height:15px;
	font-style:normal;
	top:0;
	width:920px;
	margin:0 auto;
}

img {
	border:0 none;
	text-decoration:none;
}

li {
	list-style:none outside none;
}

span.tooltip {
	border-bottom: 1px dashed fuchsia;
	cursor: help;
}

/* HEADER */
.blog-header {
	top:7px;
	left:0;
	height:100px;
	width:920px;
	position:relative;
}

header {
	/* for pre-Mozilla 4 */
	display:block;
}

#top-nav a:link, #top-nav a:visited, #top-nav a:active {
	color:#000;
	text-decoration:none;
}

a.top-home:hover {
	text-decoration:none;
	border-bottom:2px solid rgb(255, 44, 51);
}

a.top-daily:hover {
	text-decoration:none;
	border-bottom:2px solid rgb(242, 88, 246);
}

a.top-archives:hover {
	text-decoration:none;
	border-bottom:2px solid rgb(10, 171, 248);
}

a.top-subscribe:hover {
	text-decoration:none;
	border-bottom:2px solid rgb(116, 255, 7);
}

a.top-about:hover {
	text-decoration:none;
	border-bottom:2px solid rgb(255, 182, 23);
}

.logo {
	height:100px;
	width:330px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}

.top-nav {
	top:20px;
	height:35px;
	width:520px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:400;
	text-align:center;
}

/* TOP BODY */
.top-body {
	top:65px;
	height:330px;
	width:920px;
	position:relative;
	overflow:visible;
}

#top-body a:link, #top-body a:active, #top-body a:visited {
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 2px #333;
}

#top-body a:hover {
	color:#333;
	text-decoration:none;
	text-shadow: 1px 1px 2px #fff;
}

.top-body-image {
	left:0;
	height:330px;
	width:600px;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", serif;
	font-size:51px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	line-height:70px;
	-webkit-box-shadow:2px 2px 4px #999;
	box-shadow:2px 2px 4px #999;
}

.top-body-image-text-date {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	font-style:normal;
	color:#fff;
	text-align:right;
	margin-right:11px;
	line-height:0;
}

.top-body-quote {
	top:-3px;
	left:650px;
	height:150px;
	width:245px;
	position:absolute;
	overflow:hidden;
}

.top-body-quote-quote {
	font-family:Georgia, "Times New Roman", serif;
	font-size:18px;
	line-height:19px;
	font-weight:normal;
	text-align:center;
	margin:10px 17px 10px 13px;
}

.top-body-quote-left {
	top:5px;
	left:auto;
	width:21px;
	height:16px;
	position:absolute;
	background-image:url("../images/quote.png");
	background-repeat:no-repeat;
}

.top-body-quote-right {
	top:90px;
	left:220px;
	width:21px;
	height:16px;
	position:absolute;
	background-image:url("../images/quote.png");
	background-repeat:no-repeat;
	
	/* The following was augmented from http://www.kavoir.com/2009/08/css-rotate-text-image-elements-by-90-180-or-270-degrees.html*/
	/* for firefox, safari, chrome, etc. */
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	/* for ie */
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.top-body-ad {
	/*top:130px;
	left:668px;
	width:200px;
	height:200px;*/
	position:absolute;
	top: 170px;
	left: 637px;
	margin: 0 auto;
	width: 264px;
	height: 160px;
	/*height:180px;
	top:150px;
	left:632px;
	width:200px;
	background-image:url("../sponsors/upper-banner.jpg");
	background-repeat:no-repeat;*/
}

.top-body-ad img {
	padding: 0;
	margin: 0;
	border: 1px solid #555;
}

#top-body a.topAdText {
	float: right;
	padding: 0;
	margin: 0;
	width: 97px;
	font-size: 1rem;
	font-weight: 700;
	color: rgb(196, 98, 173);
	text-align: center;
}


/* LINKS */
a:link, a:active {
	color:#fa1414;
	text-decoration:none;
}

a:visited {
	color:#60d760;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}


/* MIDDLE BODY HR LINE */
.mid-body-hr {
	top:20px;
	left:20px;
	height:1px;
	width:880px;
	position:relative;
	background-color:transparent;
	-webkit-box-shadow:0 0 3px #555;
	box-shadow:0 0 3px #555;
}

#mid-body a, #mid-body a:visited, #mid-body a:link, #mid-body a:active {
	text-decoration:none;
	color:#fa1414;
}

#mid-body a:hover {
	text-decoration:none;
	color:#000;
}


/* MIDDLE BODY */
.mid-body {
	top:105px;
	height:710px;
	width:920px;
	position:relative;
	overflow:visible;
}

/* MIDDLE BODY LEFT SECTION */
.mid-body-left-section {
	width:620px;
	background-color:rgb(242, 242, 242);
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-right:2px solid #999;
	border-left:2px solid #999;
}

.mid-body-left {
	top:0;
	height:710px;
	width:280px;
	position:relative;
	overflow:hidden;
	padding-left:13px;
}

.mid-body-left-headline {
	font-family:Georgia, "Times New Roman", serif;
	font-size:19px;
	font-style:italic;
	margin:10px 3px 0px 3px;
}

.mid-body-left-date {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:400;
	float:right;
	margin:0 5px 0 5px;
}

.mid-body-left-body {
	margin:25px 5px 0 5px;
	text-indent:1.5em;
}

.mid-body-vline-left {
	top:15px;
	left:310px;
	height:680px;
	width:1px;
	position:absolute;
	background-color:transparent;
	-webkit-box-shadow:0 0 3px #555;
	box-shadow:0 0 3px #555;
}


/* MIDDLE BODY MIDDLE */
.mid-body-mid {
	top:0;
	left:327px;
	height:710px;
	width:280px;
	position:absolute;
	overflow:hidden;
}

.mid-body-mid-pic {
	top:10px;
	left:0;
	height:175px;
	width:280px;
	position:relative;
	margin-bottom:10px;
}

.mid-body-mid-headline {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	font-style:normal;
	margin:0 5px 0 5px;
	display:inline-block;
}

.mid-body-mid-date {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:400;
	float:right;
	margin:0 5px;
}

.mid-body-mid-body {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	font-style:normal;
	font-weight:400;
	margin:15px 5px 0px 5px;
}


/* MIDDLE SIDEBAR */
.mid-sidebar {
	top:0;
	left:640px;
	height:710px;
	width:280px;
	position:absolute;
	overflow:hidden;
}


/* LOWER BODY HR LINE */
.lower-body-hr {
	top:20px;
	left:20px;
	height:1px;
	width:880px;
	position:relative;
	background-color:transparent;
	-webkit-box-shadow:0 0 3px #555;
	box-shadow:0 0 3px #555;
}


/* LOWER BODY */
.lower-body {
	top:188px;
	width:920px;
	height:330px;
	position:relative;
	overflow:visible;
}

.lower-body-ad {
	top:20px;
	left:0;
	height:115px;
	width:200px;
	text-align:center;
	position:relative;
	/*background-image:url("../sponsors/lower-banner.jpg");*/
	background-repeat:no-repeat;
}

.lower-body-image {
	top:0;
	left:230px;
	height:330px;
	width:600px;
	position:absolute;
	background-repeat:no-repeat;
	-webkit-box-shadow:2px 2px 4px #999;
	box-shadow:2px 2px 4px #999;
}

.lower-body-quote {
	top:180px;
	left:30px;
	height:130px;
	width:700px;
	position:absolute;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", serif;
	font-size:41px;
	line-height:70px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	margin:0;
	text-transform:uppercase;
}

.lower-body-quote a:active, .lower-body-quote a:visited, .lower-body-quote a:link {
	color:#000;
}

.lower-body-quote a:hover {
	color:#999;
}

/* MID-BODY-LOWER */
.mid-body-lower {
	top:229px;
}

/* FOOTER HR LINE */
.blog-footer-hr {
	top:235px;
	left:20px;
	height:1px;
	width:880px;
	position:relative;
	background-color:transparent;
	-webkit-box-shadow:0 0 3px #555;
	box-shadow:0 0 3px #555;
}


/* BLOG FOOTER */
footer {
	/* for pre-Mozilla 4 */
	display:block; 
}

nav {
	/* for pre-Mozilla 4 */
	display:block;
}

.blog-footer {
	top:265px;
	height:50px;
	width:920px;
	position:relative;
	overflow:hidden;
}

.bottom-nav {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	text-align:center;
}

#blog-footer a:link, #blog-footer a:active, #blog-footer a:visited {
	text-decoration:none;
	color:#000;
}

a.bottom-home:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(255, 44, 51);
}

a.bottom-daily:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(242, 88, 246);
}

a.bottom-archives:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(10, 171, 248);
}

a.bottom-subscribe:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(116, 255, 7);
}

a.bottom-about:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(255, 182, 23);
}

a.bottom-masthead:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(255, 255, 40);
}

a.bottom-privacy:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(200,233,220);
}

a.bottom-terms:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(220,210,240);
}

a.bottom-jobs:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(255, 0, 128);
}

a.bottom-advertise:hover {
	text-decoration:none;
	border-bottom:1px solid rgb(16, 198, 178);
}


/* BLOG BODY AND NEW STYLES */
.blog-body {
	top:65px;
	width:920px;
	position:relative;
	overflow:visible;
}

.blog-body-vline {
	top:15px;
	left:620px;
	height:80%;
	width:1px;
	position:absolute;
	-webkit-box-shadow:0 0 3px #555;
	box-shadow:0 0 3px #555;
}

.blog-area {
	top:0;
	width:605px;
	height:auto;
	position:relative;
	min-height:2150px;
	font-size:16px;
	line-height:19px;
}

#blog-area h2 {
	margin:30px 0 5px 0;
}

.blog-body-image {
	top:0;
	width:600px;
	height:auto;
	position:relative;
	-webkit-box-shadow:2px 2px 4px #999;
	box-shadow:2px 2px 4px #999;
}

.blog-body-title {
	font-family:Georgia, "Times New Roman", serif;
	font-size:25px;
	line-height:25px;
	font-style:italic;
	font-weight:normal;
	margin:15px 0 0 0;
}

.blog-body-byline {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	font-style:normal;
	font-weight:400;
	text-align:left;
	margin:0 40px 0 0;
}

.blog-body-deck {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	text-align:left;
	margin:11px 0 0 0;
	color:#555;
	width:440px;
}

.blog-body-2cols {
	top:10px;
	left:0;
	width:600px;
	height:auto;
	position:relative;
	overflow:visible;
	text-indent:1.5em;
	margin:0 0 10px 0;
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:15px;
	-moz-column-gap:15px;
	column-gap:15px;
}

.blog-body-blog-content {
	width: 100%;
}

.blog-pullquote {
	font-family:"Century Gothic", Quicksand, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:19px;
	color:#555;
	font-style:italic;
	font-weight:400;
	text-indent:0;
	margin:10px;
}

.blog-sidebar {
	top:20px;
	left:640px;
	width:280px;
	height:auto;
	position:absolute;
}

.page-footer-hr {
	top:15px;
	left:20px;
	height:1px;
	width:880px;
	position:relative;
	margin-top:47px;
	-webkit-box-shadow:0 0 3px #555;
	box-shadow:0 0 3px #555;
}

.page-footer {
	top:30px;
	height:50px;
	width:920px;
	position:relative;
	overflow:visible;
}

#page-footer a:link, #page-footer a:active, #page-footer a:visited {
	text-decoration:none;
	color:#000;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-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-heiht:17px;
	padding:0 4px 5px;
	margin:0;
	font-weight:bold;
	font-family:sans-serif;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*
 * Oval-Quotes CSS3 styling modified from Nicolas Gallagher's original
 * http://nicolasgallagher.com/pure-css-speech-bubbles/
 * http://nicolasgallagher.com; http://www.twitter.com/necolas
 * Created: 02 March 2010, Version: 1.2 (03 March 2011)
 * Dual licensed under MIT and GNU GPLv2 Copyright Nicolas Gallagher
 */
.oval-quotes {
	position:relative;
	top:20px;
	width:200px;
	height:100px;
	margin:0 0 0 18px;
	color:#000;
	z-index:2;
}

/* creates opening quotation mark */
.oval-quotes:before {
	content:"\201C"; 
	position:absolute; 
	z-index:1; 
	top:-40px; 
	left:-20px; 
	font:200px/1 Georgia, serif;
	color:rgb(255,251,191);
}

/* creates closing quotation mark */
.oval-quotes:after {
	content:"\201D"; 
	position:absolute; 
	z-index:1; 
	/*bottom:-70px;*/
	bottom:-45px;
	right:-20px;
	font:200px/0.25 Georgia, serif;
	color:rgb(255,251,191);
}

.oval-quotes p {
	/*width:170px;*/
	width:200px;
	height:100px;
	/*padding:10px 0 0 0;*/
	margin:0 auto;
	text-align:center;
	font-size:16px;
	position:relative;
	z-index:3;
}

.oval-quotes .quoteAuthor {
	position:relative; /* part of the IE8 width compromise */
	width:220px;
	font-size:14px;
	font-weight:bold;
	padding:0;
	text-align:left;
	/*margin-top:-12px;*/
	margin-top:-5px;
}

#authorProfile {
	border:2px solid #999;
	padding:5px;
	margin-bottom:20px;
	width:267px;
	font-family:"Century Gothic",Quicksand,Arial,Helvetica,sans-serif;
}

#authorProfile #authorPic {
	width:215px;
	margin:0 auto;
	text-align:center;
}

#authorProfile #authorPic img {
	box-shadow:2px 2px 4px #999;
	-webkit-box-shadow:2px 2px 4px #999;
}

#authorProfile .writtenBy {
	font-size:11px;
	font-weight:400;
	text-shadow:none;
	margin-right:10px;
}

#authorProfile .authorName {
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-shadow:1px 1px 2px #888;
	margin-bottom:-8px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	text-decoration:none;
}

#authorProfile .authorBio {
	font-size:13px;
	font-weight:400;
	text-indent:10px;
}

#authorProfile .authorBio:first-letter {
	font-size:15px;
	font-weight:700;
}

#authorAuthor {
	border:2px solid #999;
	padding:5px;
	font-family:"Century Gothic",Quicksand,Arial,Helvetica,sans-serif;
	position:relative;
}

#authorAuthor #authorPic {
	width:90px;
	height:90px;
	float:left;
}

#authorAuthor .authorName {
	font-size:15px;
	font-weight:400;
	text-shadow:1px 1px 2px #888;
	margin-bottom:-8px;
	margin-left:100px;
	text-decoration:none;
}

#authorAuthor .authorBio {
	font-size:13px;
	font-weight:400;
	margin-left:100px;
}

#relatedPostsSidebar {
	font-size:13px;
	font-weight:700;	
}

#relatedPostsSidebar li:nth-child(odd) {
	background:#f5f5f5;
	list-style:none;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.featureFridayFilm {
	height:170px;
	margin:10px 0;
}

.featureFridayTitle {
	font-weight:700;
	font-family:"Century Gothic",Quicksand,Arial,Helvetica,sans-serif;
}

.featureFridayBox {
	width:275px;
	height:150px;
	float:left;
	background:#f0f0f0;
	font-family:"Century Gothic",Quicksand,Arial,Helvetica,sans-serif;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-indent:10px;
}

.featureFridayRatingBad {
	font-size:30px;
	font-weight:700;
	line-height:7px;
	color:#fa1414;
}

.featureFridayImage {
	float:right;
	margin-right:10px;	
}

.featureFridayOverallBox {
	width:600px;
	height:100px;
	background:#000;
	color:#fff;
	font-family:"Century Gothic",Quicksand,Arial,Helvetica,sans-serif;
	font-size:22px;
	text-align:center;
}

.featureFridayOverallRatingBad {
	color:#fa1414;
	font-size:70px;
	font-weight:700;
}

/* MID BODY DIM SUM */

#dim-sum-container {
	position:relative;
	top:145px;
	width:920px;
	height:142px;
	margin:0 auto;
	overflow:visible;
}

.dim-sum {
	float:left;
	width:215px;
	height:142px;
	padding-left:10px;
	border-right:2px solid #f0f0f0;
}

.dim-sum-post {
	width:215px;
	height:28px;
	margin-bottom:10px;
}

.dim-sum-post a {
	font-family:"Century Gothic",Quicksand,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:700;
	margin-bottom:5px;
}

/* MID BODY DIM SUM HR LINE */
.mid-body-dim-sum-hr {
	top:163px;
	left:20px;
	height:1px;
	width:880px;
	position:relative;
	background-color:transparent;
	-webkit-box-shadow:0 0 3px #555;
	box-shadow:0 0 3px #555;
}

.slide {
	position:absolute;
	width:560px;
	height:500px;
	padding:0;
	margin:0;
}

#ssNext, #ssPrevious {
	position:absolute;
	top:665px;
	height:20px;
	width:20px;
	padding:0;
	margin:0;
	cursor:pointer;
	font-size:20px;
	font-weight:700;
	line-height:18px;
	background:#fff;
	border:2px solid #333;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
}

#ssNext:hover, #ssPrevious:hover {
	background:#f0f0f0;
}

/* ASIAN FACTS FORMATTING */

#appContainer {
	position: relative;
	width: 600px;
	padding: 0;
	margin: 0 auto;
}

.totalContainer {
	position: relative;
	width: 300px;
	height: 300px;
	padding: 0;
	margin: 0;
}

.totalContainer:nth-child(2) {
	float: right;
}

#dataContainer {
	position: inherit;
	width: 600px;
	height: 400px;	
	padding: 0;
	margin: 0 auto;
}

#eButtonContainer {
	padding: 0 0 20px;
	margin: 0 auto;
	width: 600px;
}

.eButton,
.aButton {
	padding: 1px 1px;
	margin: 0;
	list-style: none;
	display: inline-block;
	font-size: 0.75rem;
	cursor: pointer;
	border: 1px solid rgb(230, 230, 230);
}

.eButton:hover,
.aButton:hover,
.aButton.selected {
	color: #eb4141;
	background: rgb(250, 250, 250);
}

.aButton {
	color: #555;
	background: rgb(250, 250, 250);
}

.aButton

.eButton:active {
	color: #999;
}

small {
	padding: 0;
	margin: 0;
	color: #777;
	font-size: 0.75rem;
}
