html .watercooler_view #sidebar {
	display: none;
}

html .watercooler_view #content {
	float: none;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}

html .watercooler_view #content h1 {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/sup/img/bg/wc_h1.gif) top left no-repeat;
	height: 57px;
	width: 945px;
}

#wc_dateline {
	float: right;
	margin-top: -55px;
	font: 3em/1 Georgia, Times, serif;
	color: #396E8D;
	font-style: italic;
	padding-right: 20px;
}

#wc_container {
	position: relative;
	overflow: hidden;
	background: url(/sup/img/bg/wc_background.jpg) top no-repeat;
	min-height: 515px;
}

#wc_sidebar {
	float: left;
	width: 345px;
}

#wc_sidebar h3 {
	margin: 0 0 15px 20px;
	padding: 0;
	font-weight: bold;
	color: #67923D;
	font-size: 2em;
}

#wc_nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wc_nav li {
	margin: 0;
	padding: 9px 85px 12px 21px;
	position: relative;
	cursor: pointer;
	line-height: 1.4;
	font-size: .9em;
	color: #444;
	background: url(/sup/img/bg/wc_li.gif) top left no-repeat;
}

#wc_nav li:hover {
	border-left: 10px solid #D55A2E;
	padding: 9px 85px 12px 11px;
}

#wc_nav li:hover.active {
	border-left: none;
	padding-left: 21px;
}

#wc_nav li strong a {
	text-decoration: none;
	text-transform: uppercase;
	color: #875383;
	font-size: 1.5em;
	letter-spacing: -0.03em;
	outline: none;
}
#wc_nav li.active strong a {
	color: #673363;
	cursor: auto;
}

#wc_nav li.active {
	background-color: #A4AFC5;
	background: url(/sup/img/bg/wc_active_li.gif) right no-repeat;
	color: #fff;
	cursor: auto;
}

#wc_nav li .photo {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 35px;
	height: 35px;
	overflow: hidden;
	z-index: 25;
	border: 1px solid #abc;
}

#wc_nav li .photo img {
	display: block;
}

#wc_nav li:hover .photo {
	width: 102px;
	height: 102px;
	top: -5px;
	right: 10px;
	z-index: 30;
	border: none;
}

#wc_nav li.active .photo, #wc_nav li:hover.active .photo {
	border: 1px solid #fff;
	height: 55px;
	width: 55px;
	top: 9px;
	right: 30px;
}

#wc_nav li:hover.active .photo .thumbnail {
	border: none;
}

#wc_nav li:hover .photo .thumbnail {
}

#wc_nav li .thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

#wc_content {
	position: absolute;
	top: 0;
	right: 40px;
	width: 535px;
	height: 100%;
	overflow: auto;
}

#wc_items {
	position: absolute;
	height: 20000em;
}

.wc_item {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 50px 0 20px;
	border-bottom: 1px solid #ddf;
}

.wc_item .wc_category {
	position: absolute;
	top: 15px;
	left: -2px;
	font-size: 5.5em;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #EBE3E9;
	line-height: 1;
	text-transform: uppercase;
}

.wc_item .wc_item_body {
	position: relative;
	border-top: 1px solid #fff;
	background: url(/sup/img/bg/white_fade.png);
}

.wc_item .photo {
	float: right;
	margin: 5px 0 0 20px;
}

.wc_item h2 {
	margin: 8px 0 10px 0;
	padding: 0;
	color: #D5562C;
	font: bold 2.2em/1.2 Arial, Helvetica, sans-serif;
}


.wc_item .wc_byline {
	margin: -8px 0 10px 0;
	padding: 0;
	color: #396E8D;
	font: italic 1.2em/1.2 Georgia, Times, serif;
}

#wc_actions {
	position: absolute;
	top: 24px;
	right: 40px;
}

#wc_share {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

#wc_actions a {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

#wc_actions a.disabled {
	cursor: auto;
}

#wc_actions a img {
	display: block;
}

#wc_fade {
	position: absolute;
	width: 535px;
	height: 150px;
	bottom: 0;
	right: 40px;
}

#wc_fade img {
	display: block;
	width: 100%;
	height: 100%;
}

.wc_end {
	clear: both;
}
