html { background-color:#999999;}
body { background-color:#999999;}
p { background-color: #999999;}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	vertical-align: baseline;
}
.subtext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #999999;
	text-align: center;
	color: #FFFFFF;
	}
body,td,th {
	color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	}
.style1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 14px;
	}
.credit {
	font-size: 12px;
	width:auto;
	margin:0px auto;
	text-align:center;
	background-color: #999999;
	}
-->
/* begin styles for RSS Feed */
.feedItemDescription {
/*	margin: 0 auto 0 auto;*/
	width:auto;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background-color: #999999;
	}
a {
	color: #17397A;
	text-decoration: none; 
	}
a:visited { 
	color: #5D0175; 
	text-decoration: none; 
	}
a:hover { 
	color: #345BFE;
	text-decoration: none; 
	}
.img-shadow {
	clear: both;
	float:left;
	background: url('https://www.lesliewong.us/images/dropshadows/shadowAlpha.png') no-repeat bottom right !important;
	background: url('https://www.lesliewong.us/images/dropshadows/shadow.gif') no-repeat bottom right;
	margin: 14px 15px 0 7px !important;
	margin: 30px 0 0 8px;
}
.img-shadow img {
	display: block;
	align: center;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.p-shadow {
	width: 90%;
	float:left;
	background: url('https://www.lesliewong.us/images/dropshadows/shadowAlpha.png') no-repeat bottom right !important;
	background: url('https://www.lesliewong.us/images/dropshadows/shadow.gif') no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 30px 0 0 15px;
}
.p-shadow div {
	background: none !important;
	background: url('https://www.lesliewong.us/images/dropshadows/shadow.gif') no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
}
.p-shadow p {
	color: #777;
	background-color: #fff;
	font: italic 1em georgia, serif;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
