#DarthPhader #PhaderSideStage .up {
	background-image:url('../images/health-icons.png');
	background-position:0 0;
	background-repeat:no-repeat;
}
#DarthPhader #PhaderSideStage .down {
	background-image:url('../images/health-icons.png');
	background-position:0 -47px;
	background-repeat:no-repeat;
}
#DarthPhader #PhaderMainStage .slide .play {
	background-image:url('../images/health-icons.png');
	background-position:0 -94px;
	background-repeat:no-repeat;
}

#DarthPhader {
	position:relative;
	overflow:hidden;
	height:297px;
	margin-bottom:10px;
	padding-bottom:15px;
}
.SubChannel #DarthPhader.Hero {
	height:349px;
}
#DarthPhader::after {
position:absolute;
content:"";
right:10px;
bottom:30px;
z-index:-1;
width:90%;
top:80%;
max-width:300px;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.6);
-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.6);
box-shadow:0 15px 10px rgba(0, 0, 0, 0.6);
-webkit-transform:rotate(3deg);
-moz-transform:rotate(3deg);
-o-transform:rotate(3deg);
-ms-transform:rotate(3deg);
transform:rotate(3deg);
}
.SubChannel #DarthPhader.Hero::after {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#PhaderMainStage {
	float:left;
	position:relative;
	overflow:hidden;
	width:522px;
	height:297px;
	border-right:3px solid #fff;
}
#PhaderMainStage .slide {
	position:absolute;
	top:0;
	z-index:1;
	background:#000;
}
#PhaderMainStage .title {
	position:absolute;
	bottom:30px;
	left:10px;
	max-width:442px;
	box-shadow:0 0 5px rgba(0, 0, 0, .8);
	border-radius:2px;
	padding:5px 10px;
	background:#fff;
	background:rgba(255, 255, 255, 0.75);
	color:#000;
	font-style:italic;
	font-weight:bold;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
#PhaderMainStage .Thumbnail {
	background-color:#000;
}
#PhaderMainStage .Thumbnail:hover .title {
	background-color:rgba(255, 255, 255, 1);
	color:#6fa602;
}
#PhaderMainStage .slide .play {
	position:absolute;
	left:10px;
	bottom:95px;
	height:40px;
	border:2px solid #fff;
	border-radius:25px;
	padding:0 15px 0 30px;
	background-color:#000;
	background-color:rgba(0, 0, 0, .6);
	font-weight:bold;
	font-style:italic;
	line-height:40px;
	text-align:right;
	color:#fff;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
#PhaderMainStage .slide:hover .play {
	background-color:rgba(0, 0, 0, 1);
}
#PhaderMainStage .slide .videoData {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
#PhaderSideStage {
	position:relative;
	overflow:hidden;
	float:right;
	width:95px;
	height:297px;
}
#PhaderSideStage .rail {
	position:absolute;
	bottom:35px;
}
#PhaderSideStage .rail .preview {
	margin-bottom:3px;
}

#PhaderSideStage .rail .preview a {
	display:block;
	}
	
#PhaderSideStage .phaderControl {
	display:block;
	position:absolute;
	height:34px;
	width:95px;
	text-indent:-999em;
}
#PhaderSideStage .up {
	top:0;
}
#PhaderSideStage .down {
	bottom:0;
}
.SidebarNav {
	position:relative;
	left:-25px;
	width:325px;
	margin-bottom:20px;
	padding-bottom:20px;
	background-color:#20c3ec;
}
.SidebarNav .heading {
	padding:20px 25px 0;
	margin-bottom:10px;
	color:#fff;
}
.SidebarNav .item {
	list-style:none;
}
.SidebarNav .title {
	display:block;
	padding:3px 25px;
	color:#fff;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
}
.SidebarNav .title:hover {
	background-color:#e8f2d5;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255, 255, 255, .75);
	color:#6fa602;
}
.SidebarNav .selected {
	background-color:#fff;
	color:#6fa602;
}
.SidebarNav .more {
	display:block;
	margin:20px 25px 0;
	font-weight:bold;
	color:#fff;
}
.VideoList {
	margin-bottom:20px;
}
.VideoList .moreVideos {
	width:298px;
	border:1px solid #e0e0e0;
	height:297px;
	overflow:auto;
	float:right;
}
.VideoList .moreVideos .list {
	margin:10px;
}
.VideoList .moreVideos li {
	border-bottom:1px dotted #c2c2c2;
	list-style-type:none;
}
.VideoList .player {
	float:left;
	position:relative;
}
.VideoList .player .title {
	position:absolute;
	bottom:10px;
	left:33px;
	width:80%;
	padding:10px;
	background:rgba(255, 255, 255, .6);
	color:#000;
	font:15px Georgia;
	font-style:italic;
}
.VideoList .player .title a {
	color:#000;
}
.RecentPosts {
	margin-bottom:20px;
}
.RecentPosts .title {
	color:#000;
-webkit-transition:color .5s ease-in-out;
-moz-transition:color .5s ease-in-out;
-o-transition:color .5s ease-in-out;
-ms-transition:color .5s ease-in-out;
transition:color .5s ease-in-out;
}
.RecentPosts .title:hover {
	color:#6fa602;
}
.RecentPosts .meta {
	height:60px;
	margin:10px 0;
}
.RecentPosts .excerpt {
	clear:both;
	margin:10px 0;
	line-height:1.4;
}
.RecentPosts .more {
	display:block;
	clear:both;
	font-weight:bold;
	text-align:right;
}
.RecentPosts .more::after {
display:inline-block;
margin-left:5px;
content:'\25b6';
}
.RightRailPromo .header, .RightRailPromo .body {
	border:1px solid #ccc;
	overflow:hidden;
}
.RightRailPromo .body {
	margin-bottom:20px;
	border-width:0 1px 1px;
}
.RightRailPromo .item {
	border-bottom:1px solid #eaeaea;
	padding:9px 10px 9px 0;
	list-style:none;
}
.RightRailPromo .item:last-child {
	border-bottom:none;
}
.RightRailPromo .summary {
	margin:0 10px 0 80px;
}
.RightRailPromo .header.gadgetguide {
	border:none;
	border-bottom:1px solid #ccc;
}
.Banner {
	margin-bottom:10px;
}
.Banner.AdSponsor {
	float:left;
}
.Border {
	display:inline-block;
	width:100%;
	height:10px;
	margin:20px 0;
	border:0;
}
.Home .Border {
	height:32px;
}
.Style .Border {
	height:38px;
}
.Money .Border {
	height:15px;
}
.Health .Border {
	height:22px;
}
.Mom .Border {
	height:3px;
}
.FeaturedThingy {
	display:block;
	position:relative;
	margin-bottom:20px;
	border-bottom:1px dotted #000;
	padding-bottom:20px;
}
.FeaturedThingy::after {
position:absolute;
bottom:1px;
left:0;
width:620px;
height:1px;
border-bottom:1px solid #000;
content:'';
}
.FeaturedThingy .thumbnail {
	vertical-align:bottom;
}
.FeaturedThingy .title {
	position:absolute;
	bottom:20px;
	left:0;
	width:600px;
	padding:10px;
	background-color:rgba(232, 232, 232, .8);
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
}
.FeaturedThingy .title:hover {
	background-color:rgba(232, 232, 232, 1);
}
.SubChannel .TopPicks .ContentPreview .title {
	margin-top:0;
	margin-bottom:0;
}
.SubChannel .TopPicks .pick .ContentPreview .shadow {
	height:176px;
}
.SubChannel .TopPicks .ContentPreview .shadow::before {
position:absolute;
width:54%;
top:44%;
content:"";
right:199px;
bottom:85px;
z-index:-1;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
-webkit-transform:rotate(87deg);
-moz-transform:rotate(87deg);
-o-transform:rotate(87deg);
-ms-transform:rotate(87deg);
transform:rotate(87deg);
}
.SubChannel .TopPicks .ContentPreview .shadow::after {
position:absolute;
width:90%;
top:78%;
content:"";
right:10px;
bottom:16px;
z-index:-1;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
-webkit-transform:rotate(3deg);
-moz-transform:rotate(3deg);
-o-transform:rotate(3deg);
-ms-transform:rotate(3deg);
transform:rotate(3deg);
}
.SubChannel .ContentPreview .image {
	position:relative;
	border:1px solid #e2e2e2;
	padding:9px;
	background-color:#fff;
}
.SubChannel .ContentPreview .play {
	top:120px;
	left:20px;
}
.SubChannel .ContentPreview .excerpt {
	color:#5a544f;
}
.SubChannel .Hero .play {
	position:absolute;
	left:10px;
	bottom:95px;
	height:40px;
	border:2px solid #fff;
	border-radius:25px;
	padding:0 15px 0 30px;
	background-color:#000;
	background-color:rgba(0, 0, 0, .6);
	font-weight:bold;
	font-style:italic;
	line-height:40px;
	text-align:right;
	color:#fff;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
.SubChannel .Hero:hover .play {
	background-color:rgba(0, 0, 0, 1);
}
.SubChannel .Hero .videoData {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
.FeaturedCategories {
	position:relative;
	margin-bottom:20px;
}
	
.Grid8.SubChannel .FeaturedCategories {
	margin-bottom:20px;
	margin-left:0px;
	}

.FeaturedCategories.Alpha {
	clear:left;
	margin-right:10px;
	}

.Grid8.SubChannel .FeaturedCategories.Alpha {
	clear:left;
	margin-right:20px;
	}

.FeaturedCategories .TitleList {
	margin-bottom:10px;
}
.FeaturedCategories .more {
	display:block;
	clear:both;
	font-weight:bold;
	text-align:right;
}
.FeaturedCategories .more::after {
display:inline-block;
margin-left:5px;
}
.TopContent {
	margin-bottom:20px;
	counter-reset:item;
}
.TopContent .header, .TopContent .item {
	border-bottom:1px dotted #a9a9a9;
}
.TopContent .header {
	padding-bottom:5px;
}
.TopContent .item {
	padding:9px 0 9px 25px;
	text-indent:-29px;
-webkit-transition:background-color .5s ease-in-out;
-moz-transition:background-color .5s ease-in-out;
-o-transition:background-color .5s ease-in-out;
-ms-transition:background-color .5s ease-in-out;
transition:background-color .5s ease-in-out;
}
.TopContent .item:hover {
	background-color:rgba(232, 242, 213, 1);
}
.TopContent .item::before {
display:inline-block;
content:counter(item) ".";
counter-increment:item;
text-indent:-20px;
margin-left:25px;
}
.TopContent .item .video {
	padding-left:22px;
}
.TopPicks .pick {
	margin-bottom:30px;
}
.TopPicks .ContentPreview .play {
	bottom:10px;
}
.TopPicks .pick .shadow {
	display:block;
	position:relative;
	height:200px;
	background-color:#fff;
}
.TopPicks .pick .shadow::after {
position:absolute;
content:"";
right:5px;
bottom:13px;
z-index:-1;
width:90%;
top:80%;
max-width:300px;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
-webkit-transform:rotate(3deg);
-moz-transform:rotate(3deg);
-o-transform:rotate(3deg);
-ms-transform:rotate(3deg);
transform:rotate(3deg);
}
.TopPicks .pick .additional {
	margin-bottom:5px;
	line-height: 20px;
}
.RecentPosts {
	margin-bottom:20px;
}
.RecentPosts .title {
	color:#000;
-webkit-transition:color .5s ease-in-out;
-moz-transition:color .5s ease-in-out;
-o-transition:color .5s ease-in-out;
-ms-transition:color .5s ease-in-out;
transition:color .5s ease-in-out;
}
.RecentPosts .title:hover {
	color:#6fa602;
}
.RecentPosts .meta {
	height:60px;
	margin:10px 0;
}
.RecentPosts .excerpt {
	clear:both;
	margin:10px 0;
	line-height:1.4;
}
.RecentPosts .more {
	display:block;
	clear:both;
	font-weight:bold;
	text-align:right;
}
.RecentPosts .more::after {
display:inline-block;
margin-left:5px;
content:'\25bc';
}
.categoryResults {
	display:block;
	padding:12px;
	margin-bottom:20px;
	background-color:#20c3ec;
	text-align:right;
	color:#fff;
}
.Mom .PageHeader .scout {
	width:207px;
	height:39px;
}
.FooterDecoration {
	clear:both;
	width:990px;
	left:-15px;
	bottom:-20px;
	position:relative;
}
.FooterDecoration.lifeskills {
	height:67px;
}
.FooterDecoration.tech {
	height:67px;
}
.FooterDecoration.readysetvacation {
	height:127px;
}
.BrowseHowTos {
	padding:20px;
	border-top:7px solid #d5d5d5;
}
.BrowseHowTos .title, .MoreCategories .title {
	display:block;
	padding:5px 0;
}
.MoreCategories {
	margin-bottom:20px;
}
.MoreCategories .item {
	width:280px;
}