﻿/*styles for ie6*/

/* give elements layout with this rule, only for ie6 */
.mainContent .tabs a,
.pageNav,
.pageNav ul,
.pageNav h2,
.pageNav ul li {
	zoom: 1;
}

.hasPageNav .mainHolder {
	width: 850px !important;	/* this is to keep only pageNav pages from being too small. Other option is to remove and let pageNav+sideBar be too big */
	position: relative;			/* trying to tame jumping pageNav */
}

.hasPageNav .mainHolder .pageNavHolder {
	left: 0px;					/* this will pin the pageNav to the left side of the viewport. not great, but not going to fight anymore */
	top: 0px;
	margin: 0px;
	position: static;
}

.mainContent .tabs a {
	display: inline;
}

.hasPageNav .mainContent .tabbedContent {
	margin-left: 0px;
}

/* Main Content
-------------------------------------------------- */

.mainContent {
	padding-bottom: 0px;
}

.posts li {
	border-left: 1em solid white;
}

/* Forum
-------------------------------------------------- */
.forum .posts .post {
	width:760px;
}

/* Entry
-------------------------------------------------- */
.entry .comments .posts .post {
	width:525px;
}

/* header links (no dropdown menus)
-------------------------------------------------- */
.branding .navigation ul {
	float:right;
	margin-right:8px;
	padding:19px 0;
}

.branding .navigation ul li {
	background:transparent url("images/bg-navigation-a.gif") no-repeat;
	float:left;
	padding-left:1px;
}

.branding .navigation ul li a {
	color:#333;
	display:block;
	font-size:111%;
	letter-spacing:0.05em;
	padding:12px 15px;
	text-transform:uppercase;
}

.branding .navigation ul li ul {
	display: none;
}

.branding .navigation ul li.browse {
	background:none;
}

.branding .navigation ul li:first-child a:hover,
.branding .navigation ul li a:hover,
.branding .navigation ul li.active a {
	background:transparent url("images/bg-navigation-a.gif") left bottom repeat-x;
	border:1px solid #e7e6e1;
	padding:11px 14px;
	text-decoration:none;
}


/* Homepage
-------------------------------------------------- */

#featuredVideos #stories li {
	width: 438px !important;
}


.featured ul li {
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
}

.featured ul li ul li {
	border: 0px solid #ccc;
}

.featured ul li .entry-caption {
	display: none;
}

.featured .viewing {
	display: none;
}


/* Player pages
-------------------------------------------------- */
.sessionPlayerPage .playerContainer a.video,
.playerPage .playerContainer a.video {
	background-position: center 50%;
	zoom: 1;
}

.sessionPlayerPage .playerContainer a.video img{
	margin-top: 12%;
}

.sessionPlayerPage .playerContainer a.video div.entry-caption,
.playerPage .playerContainer a.video  div.entry-caption,
.sessionPlayerPage .playerContainer a.video img,
.playerPage .playerContainer a.video img {
	display: none;
}

.sessionPlayerPage .playerContainer a.video img#IE6PlayButton,
.playerPage .playerContainer a.video img#IE6PlayButton {
	display: inline;
}


/* Achievements
-------------------------------------------------- */
.mini .leaderBoard .author a {
	border: 0px solid black;
}

.mini .leaderBoard .author .name {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}