/*---- color palette ----*/
/* grays:  #232323 - #7A7A7A - #B7B7B7 - #E1E1E1 - #F0F0F0
/* blues:  #00162A - #07457D - #4F7BA5 - #BFCEDD
/*         #06386E - #094B87 - #0A5BAE - #4599E9 - #89C6FF
/*         #06386E - #9CBEDC - #E5F1F6
/*         #6DCFF6 - #DBEEFF
/* reds:   #840023 - #BE1724 - #E5001C - #E49FA5 - #E8CFD5 - #F3D4D7
/* greens: #128B54 - #70B997 - #B5DBC9 - #DEEFE7
/*         #22661C - #5CAB45 - #8ED280 - #DEF0DA
/* yellow: #FECE1B - #FFFBCE
/*---- color palette ----*/

/*---- EXTERNAL STYLESHEETS ----*/
@import "modules.css";
@import "header.css";
@import "carousel.css";
@import "news.css";
@import "news.css";
@import "poll.css";
@import "athletes.css";
@import "community.css";
@import "multimedia.css";
@import "blogs.css";
@import "events.css";
@import "pages.css";
@import "groups.css";
@import "search.css";
@import "sports.css";
@import "calendar.css";
@import "chat.css";
@import "hof.css";
@import "table-styles.css";

/*---- STYLE OVERRIDES ----*/
p img {
}

body {
	background: #0A5BAE url(../images/layout/site-bg-fade.gif) repeat-x;
	padding: 0;
	margin: 0;
}

body#usoc {
	background: #0A5BAE url(../images/layout/site-bg-fade-usoc.gif) repeat-x;
}

.container {
	width: 990px;
	background: transparent url(../images/layout/site-page-bg.gif);
}

table{
}
/*---- TOPPER AD UNITS ----*/
#top-ads {
	padding: 5px 10px 0;
	background: transparent none;
}

#top-ads a img {
	border: none;
}

#top-ads .leaderboard {
	float: left;
	width: 728px;
	height: 90px;
	margin-left: 66px;
	background-color: #FFF;
}

#top-ads .button1 {
	float: right;
	width: 120px;
	height: 90px;
	margin-right: 66px;
	background-color: #FFF;
}

/*-- search box --*/
#right-rail #search-box {
	width: 182px;
  height: 15px;
	padding: 4px;
	background: transparent url(../images/layout/site-search-ngb-bg.gif) no-repeat;
	border: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #7A7A7A;
	text-transform: lowercase;
}

#usoc #right-rail #search-box {
	background: transparent url(../images/layout/site-search-usoc-bg.gif) no-repeat;
}

#right-rail #search-box form {
	margin: 0;
	border: 0;
}

#right-rail #search-box form input.text {
	float: left;
	width: 160px;
	height: 13px;
	margin: 2px 0 0 5px;
	padding: 0;
	border: 0;
	font-size: 10px;
	color: #7A7A7A;
}

#right-rail #search-box form input.button {
	float: right;
}

/*---- MAIN CONTENT AREA ----*/
#site-content {
	padding: 10px 10px 0 20px;
	background: transparent url(../images/layout/site-content-bg.gif) no-repeat;
}

#site-content h1 {
	font-size: 2em;
}

/*---- CENTER PAGE AD UNIT ----*/
#center-page-ad {
	width: 468px;
	height: 60px;
	margin: 0 1px 15px;
}

#center-page-ad a {
  margin: 0;
  padding: 0;
}

#center-page-ad a img {
  margin: 0;
  padding: 0;
  border: 0px;
}

/*---- MEMBER BUTTON ----*/
#member-button {
	margin-bottom: 15px;
}

#member-button a {
	display: block;
	padding: 0 25px 0 10px;
	background: transparent url(../images/layout/member-button-bg.gif) no-repeat;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
	text-indent: -2000em;
	overflow: hidden;
}

#member-button a strong {
	margin-right: 3px;
	color: #FECE1B;
	font-size: 1.2em;
}

/*---- TOUTS ----*/
.standard-tout {
	margin-bottom: 10px;
	background: #FFFBCE url(../images/modules/yellow1-top-12.gif) no-repeat;
}

.standard-tout .content {
	background: transparent url(../images/modules/yellow1-bottom-12.gif) left bottom no-repeat;
	padding: 10px;
}

.standard-tout .content a img {
	float: left;
}

.standard-tout .content h3 {
	margin: 0 0 5px 70px;
	font-size: 1.4em;
	font-weight: bold;
}

.standard-tout .content p {
	margin: 0 0 0 70px;
}

.standard-tout .no-image h3,
.standard-tout .no-image p {
	margin-left: 0;
}

.standard-tout .content p.tout-text {
	margin-bottom: 5px;
}

.standard-tout .content p.tout-link {
	font-weight: bold;
}

.custom-tout {
	margin-bottom: 10px;
}

.custom-tout a img {
	border: 0;
}

/*-- latest items --*/
#latest-items {
	background: #FFFBCE url(../images/modules/yellow1-top-12.gif) no-repeat;
}

#latest-items .content {
	background: transparent url(../images/modules/yellow1-bottom-12.gif) left bottom no-repeat;
}
	
#latest-items .content ul li {
	padding: 5px 10px;
}
	
#latest-items .content h5 {
	margin: 0 0 0 22px;
	color: #BE1724;
}
	
#latest-items .content h3 {
	margin: 0 0 2px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
}
	
#latest-items .content h3 a {
  display: block;
	padding-left: 22px;
}
	
#latest-items .content p.meta-data {
	margin: 0 0 0 22px;
	font-size: 0.92em;
	color: #7A7A7A;
}
	
/*---- POLLS ----*/
/* moved to poll.sass and imported */

/*---- RIGHT RAIL ----*/
#right-rail {
	float: right;
	width: 200px;
	margin-right: 0;
	background: transparent url(../images/layout/right-rail-bg.gif) repeat-y;
}

#right-rail .top-section {
	padding: 0 10px 10px 0;
	background-color: #FFF;
}

#right-rail .sponsor-button {
	display: block;
	height: 25px;
	margin-top: 10px;
	background: transparent url(../images/layout/sponsor-button.gif) no-repeat;
	text-indent: -2000em;
	overflow: hidden;
	line-height: 1em;
}

#right-rail a.official-button {
	display: block;
	height: 40px;
	margin-top: 10px;
	padding: 10px 5px;
	background: transparent url(../images/layout/official-link-bg.gif) no-repeat;
	text-align: center;
}

/*skiing and snowboarding wrap, override default bg*/
#skiing #right-rail a.official-button {
	height: 60px;
	background: transparent url(../images/layout/official-link-bg-80h.gif) no-repeat;
}

#right-rail a.official-button:hover {
	background-position: left bottom;
	color: #00162A;
}

#skiing #right-rail a.official-button:hover {
	background-position: left bottom;
	color: #00162a;
}

#right-rail a.official-button strong {
	display: block;
	font-size: 1.4em;
	text-align: center;
}

#right-rail .top-section .module {
	margin: 15px 0 0;
}

#right-rail .ad-units {
	padding: 10px;
	background: transparent url(../images/layout/right-rail-top-bg.gif) no-repeat;
}

#right-rail .ad-units .skyscraper {
	width: 160px;
	height: 600px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #000;
}

#right-rail .ad-units a.promo {
	margin-bottom: 10px;
}

#right-rail .ad-units a img {
	border: 0;
}

/*---- SITE FOOTER ----*/
#site-footer {
	padding: 0 210px 20px 10px;
	background: transparent url(../images/layout/site-footer-bg.gif) no-repeat left bottom;
	font-size: 0.92em;
	text-transform: uppercase;
}

#site-footer .links {
	padding-top: 42px;
	background: transparent url(../images/layout/site-footer-bg-fade.gif) repeat-x;
}

#site-footer .link-set {
	float: left;
	margin-bottom: 20px;
}

#site-footer h3 {
	float: left;
	width: 150px;
	margin: 0 10px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: right;
	font-weight: bold;
	color: #06386E;
}

#site-footer ul {
	float: right;
	width: 600px;
}

#site-footer ul li a {
	margin-right: 20px;
}

#site-footer p {
	margin: 10px 0 0 170px;
	text-transform: none;
}

/*---- SPORTS PAGE ----*/
ul#sport-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #E1E1E1;
}

ul#sport-list li.last {
	border-bottom: 0;
}

ul#sport-list li a.sport-logo {
	float: left;
	margin-right: 10px;
}

ul#sport-list li a.sport-logo img {
	border: 0;
}

ul#sport-list li h3 {
	margin-bottom: 0;
	font-size: 1.8em;
	line-height: 1.8em;
}

ul#sport-list li h3 a {
	margin: 0;
}

ul#sport-list li ul {
	margin-left: 80px;
}

ul#sport-list li ul li {
	margin: 5px 10px 0 0;
	padding: 0 10px 0 0;
	border: 0;
	border-right: 2px solid #B7B7B7;
	line-height: 1em;
}

ul#sport-list li ul li.last {
	border-right: 0;
}

/*---- SPONSORS PAGE ----*/
div.sponsor-family h2 {
	margin: 0 0 0 160px;
	padding: 5px 0 5px 5px;
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 1.2em;
	color: #555;
}

ul.sponsor-list  {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #C4C4C4;
}

ul.sponsor-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}

ul.sponsor-list li.last {
	border-bottom: 0px;
	margin-bottom: 0px;
}

ul.sponsor-list li a img {
	display: block;
	margin: 0 auto;
	border: 0px;
}

ul.sponsor-list li h3 {
	margin: 0 0 5px 0;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.4em;
}

ul.sponsor-list li p.description {
	font-size: 1.2em;
}


/*---- GENERAL CONTENT STYLES ----*/
.body p,
p.body,
.body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}

a.read_more {
	text-transform: uppercase;
	font-size: 0.84em;
}

#section-header {
	margin-bottom: 10px;
	width: 100%;
	background: #DAE7F3 url(../images/layout/section-header-usoc-bg-right.gif) right top no-repeat;
}

#section-header h1 {
  float: left;
	margin: 0;
	padding: 0 8px;
	line-height: 25px;
	font-size: 1.4em;
	background: transparent url(../images/layout/section-header-usoc-bg-left.gif) no-repeat;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.body a img{
	border:0;
}
/*-- subsection header --*/
h2.subsection-header {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #E5F1F6;
	border-top: 2px solid #094B87;
	font-size: 1.4em;
	line-height: 1em;
}

h3.subsection-header {
	margin-bottom: 5px;
	padding: 5px 0;
	border-bottom: 1px solid #094B87;
	font-size: 1.2em;
	line-height: 1em;
}

p.tags {
	font-size: 0.84em;
	color: #989898;
}

#jump-menu.span-6,
#jump-menu ul {
	float: right;
}

#jump-menu ul li {
	margin-right: 4px;
	padding: 2px;
	background-color: #E7E7E7;
}

#jump-menu ul li a {
	padding: 1px 4px 1px 22px;
	line-height: 22px;
	background-color: #fff;
}

#jump-menu ul li a {
	background-position: 2px center;
}

#jump-menu ul li.last {
	margin-right: none;
}

/*-- section footer --*/
#section-footer {
	display: block;
	margin-top: 15px;
	padding: 5px;
	clear: both;
	background-color: #E5F1F6;
}

#section-footer a.rss {
	display: block;
	padding-left: 22px;
}

/*---- SECTION TABS ----*/
#section-tabs {
	display: block;
	height: 23px;
	margin-bottom: 10px;
	padding: 5px 5px 0;
	background: transparent url(../images/layout/section-tabs-bg.gif) no-repeat;
}

#section-tabs ul li {
	margin-right: 5px;
	padding-right: 5px;
	background: transparent url(../images/layout/section-tab-bg.gif) right top no-repeat;
}

#section-tabs ul li a {
	padding: 6px 5px 3px 10px;
	background: transparent url(../images/layout/section-tab-bg.gif) no-repeat;
	line-height: 13px;
	font-size: 0.92em;
	text-transform: uppercase;
}

#section-tabs ul li.current {
	background-position: right bottom;
}

#section-tabs ul li.current a {
	padding: 7px 5px 3px 10px;
	background-position: left bottom;
}

/*---- SECTION SEARCH AND FILTERS ----*/
.section-search {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F0F0F0;
	color: #7A7A7A;
}

#alpha-filters {
	float: left;
	margin: 3px 0;
}

#alpha-filters ul li {
	padding: 0 10px;
	border-right: 1px solid #B7B7B7;
	line-height: 1.5em;
}

#alpha-filters ul li.first {
	padding: 0;
	border-right: 0;
	line-height: 1.5em;
}

#alpha-filters ul li.last {
	border-right: 0;
}

#alpha-filters ul li a {
	text-transform: uppercase;
}

#alpha-filters ul li.current a {
	font-weight: bold;
	color: #000;
}

#athlete-search {
	float: right;
}

#athlete-index #athlete-search {
	float: none;
}

#athlete-search form {
	margin: 0;
	border: 0;
}

#athlete-search form input {
	width: 150px;
	height: 18px;
	padding: 2px;
}

#athlete-search form button {
	width: 24px;
	height: 24px;
	padding: 0;
	background: transparent url(../images/layout/search-button.gif) no-repeat;
	border: 0;
	text-indent: -2000em;
	overflow: hidden;
	cursor: pointer;
}

/*---- SECTION MENUS ----*/

#section-menu a {
  line-height: 1.1em;
}

/* first link in section menu */
#section-menu ul li#top-page {
  width: 150px;
  background: url(../images/layout/section-menu-bg.gif) no-repeat;
  border: 0;
  text-transform: uppercase;
}

#section-menu ul li#top-page:hover {
  background-position: right top;
}

#section-menu ul li#top-page a,
#section-menu ul li#top-page a:hover {
  padding: 5px 6px 3px;
  background-color: transparent;
 
}

#section-menu ul li#top-page a.open {
  font-weight: bold;
 
}

/*- top level links in section menu */
#section-menu ul li.top-level {
  float: left;
  width: 148px;
  border: 1px solid #BFCEDE;
  border-bottom: 0;
  line-height: 1.2em;
  overflow:hidden;
} /*Fixes IE6 list-item margin*/

#section-menu ul li.top-level a {
  background-color: #f2f7fb;
}

#section-menu ul li.top-level a:hover {
  background-color: #FFF;
}

#section-menu ul li.top-level a span {
  display: block;
  padding: 4px 20px 4px 5px;
}

/*- last link in section menu */
#section-menu ul li.last {
  width: 150px;
  background: url(../images/layout/section-menu-bg.gif) left bottom no-repeat;
  border-width: 1px 0 0;
}

#section-menu ul li.last:hover {
  background-position: right bottom;
}

#section-menu ul li.last a,
#section-menu ul li.last a:hover {
  background-color: transparent;
}

#section-menu ul li.last a span {
  padding: 3px 6px 5px;
}

/*- top level links in open state -*/
#section-menu ul li#top-open {
  background-color: #FFF;
}

#section-menu ul li#top-open.top-level a {
  background-color: #FFF;
}

#section-menu ul li#top-open.top-level a:hover {
  background-color: transparent;
}

#section-menu ul li#top-open.last {
  width: 148px;
  padding: 0 1px;
  background-position: right bottom;
}

#section-menu ul li#top-open.last a {
  background-color: transparent;
}

#section-menu ul li#top-open.last a span {
  padding: 3px 5px 5px;
}

/*- children page menus -*/
#section-menu li.child {
  border-top: 1px solid #D9E9FB;
  font-size: 0.92em;
}

#section-menu li.child a {
  padding-left: 6px;
}

#section-menu li.child li.child {
  border-top: 1px solid #D9E9FB;
  font-size: 1em;
}

#section-menu li.child li.child a {
  padding-left: 16px;
}

#section-menu li.child li.child li.child a {
  padding-left: 26px;
}

/*- icons -*/
#section-menu a.parent span {
  padding-right: 20px;
  background: url(../images/layout/section-menu-parent_icon.gif) right top no-repeat;
}

#section-menu a.external_link span {
  padding-right: 20px;
  background: url(../images/layout/section-menu-extlink_icon.gif) right top no-repeat;
}

#section-menu ul li a.open span {
  background: none;
}

/*- current page -*/
#section-menu ul li a#current {
  font-weight: bold;
}

/*---- ARTICLE/POST TOOLS ----*/
/*-- tags --*/
dl.article-tags {
	margin-bottom: 10px;
}

#article-tools {
	margin-bottom: 15px;
	background: transparent url(../images/layout/article-tools-bg.gif) no-repeat right 0;
}

/*-- rating module --*/
#ranker {
	height: 30px;
	background: transparent url(../images/layout/rate-it-bg.gif) no-repeat;
}

#ranker h4 {
	float: left;
	width: 45px;
	height: 20px;
	margin: 5px 5px 5px 10px;
	text-indent: -2000em;
	overflow: hidden;
}

#ranker ul li a {
	width: 27px;
	height: 24px;
	margin: 3px 0;
	background: transparent url(../images/layout/rate-it-stars.gif) no-repeat;
	text-indent: -2000em;
	overflow: hidden;
}

#ranker ul li a:hover {
	background-position: 0 -24px;
}

#ranker ul.rank-1 li.r1 a,
#ranker ul.rank-2 li.r1 a,
#ranker ul.rank-2 li.r2 a,
#ranker ul.rank-3 li.r1 a,
#ranker ul.rank-3 li.r2 a,
#ranker ul.rank-3 li.r3 a,
#ranker ul.rank-4 li.r1 a,
#ranker ul.rank-4 li.r2 a,
#ranker ul.rank-4 li.r3 a,
#ranker ul.rank-4 li.r4 a,
#ranker ul.rank-5 li a {
	background-position: 0 -48px;
}

#ranker ul.ranking-1 li.r1 a,
#ranker ul.ranking-2 li.r1 a,
#ranker ul.ranking-2 li.r2 a,
#ranker ul.ranking-3 li.r1 a,
#ranker ul.ranking-3 li.r2 a,
#ranker ul.ranking-3 li.r3 a,
#ranker ul.ranking-4 li.r1 a,
#ranker ul.ranking-4 li.r2 a,
#ranker ul.ranking-4 li.r3 a,
#ranker ul.ranking-4 li.r4 a,
#ranker ul.ranking-5 li a {
	background-position: 0 -72px;
}

#ranker ul.ranked-1 li.r1 a,
#ranker ul.ranked-2 li.r1 a,
#ranker ul.ranked-2 li.r2 a,
#ranker ul.ranked-3 li.r1 a,
#ranker ul.ranked-3 li.r2 a,
#ranker ul.ranked-3 li.r3 a,
#ranker ul.ranked-4 li.r1 a,
#ranker ul.ranked-4 li.r2 a,
#ranker ul.ranked-4 li.r3 a,
#ranker ul.ranked-4 li.r4 a,
#ranker ul.ranked-5 li a {
	background-position: 0 -72px;
}

#ranker .rank_alert {
	float: right;
	width: 16px;
	height: 16px;
	margin: 7px 10px 7px 0;
}

#ranker .rank_alert span.saved {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -2000em;
	overflow: hidden;
	background: transparent url(../images/layout/rate-it-saved.gif) no-repeat;
}

#ranker p {
	float: left;
	margin: 5px 0px 5px 2px;
	font-size: 0.84em;
	line-height: 22px;
	height: 20px;
	font-weight: bold;
	color: #8D8D8D;
}

/*-- shareable apps --*/
#shareable {
	height: 30px;
}

#shareable-apps li {
    margin-right: 10px;
    line-height: 30px;
}

#shareable-apps li a {
	margin: 7px 0;
	width: 16px;
	height: 16px;
}

#shareable-apps li.last {
	margin-right: 0px;
}

/*---- COMMENTS -- */

.comments-container {
	clear: both;
}

#comments-header {
	margin-bottom: 15px;
	padding: 5px;
	width: 98%;
	background-color: #E5F1F6;
	border-top: 1px solid #4F7BA5;
}

#comments-header h2 {
	float: left;
	margin: 0;
	font-size: 1.6em;
	line-height: 1em;
}

#comments-header a.rss {
	float: right;
	margin: 1px 0;
}

ol.comments {
	margin: 0;
	margin-bottom: 10px;
	list-style-type: none;
}

ol.comments li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 5px;
	overflow:hidden;
}

ol.comments li .header h3 {
	margin-bottom: 0;
	font-size: 0.92em;
	font-weight: bold;
	color: #555;
}

ol.comments li .header h4 {
  margin: 0;
  font-weight: normal;
}

ol.comments li .header .comment-date {
  font-size: 11px;
  line-height: 25px;
	font-weight: normal;
	color: #989898;
}

ol.comments li .content {
	padding: 6px 14px 10px 14px;
	background-color: #EAF4F8;
}

ol.comments li p {
	margin-bottom: 0px;
	font-size: 1.1em;
}


/*--- Pagination ---*/
.comments-container .pagination {
	margin-bottom: 10px;
}

.pagination {
  display: block;
  position: relative;
  margin: 3px 0 8px 0;
  padding: 0;
  width: 100%;
  height: 25px;
/*
  overflow: hidden;
*/
  background: #F0F0F0;
}

.pagination .menu-h {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  top: 6px;
  left: 50%;
  height: 25px;
  clear: left;
  list-style: none;
}

.pagination .menu-h li {
  position: relative;
  float: left;
  margin: 0 4px 0 0;
  right: 50%;
}

.pagination .menu-h li.title {
  font-weight: bold;
  font-size: 9px;
  color: #a6a6a6;
}

.pagination .menu-h li.concat_div {
  font-weight: bold;
  text-align: center;
  color: #444;
}

.pagination .menu-h li a {
  display: block;
  min-width: 13px;
  background: url(../images/layout/pagination-page-bg.gif) no-repeat;  
}

.pagination .menu-h li a span {
  display: block;
  padding: 0 2px;
  font-size: 9px;
  font-weight: bold;
  color: #161616;
  line-height: 13px;
  text-align: center;
  background: url(../images/layout/pagination-page-bg.gif) right -26px no-repeat;
}

.pagination .menu-h li.current {
  border: 0;
}

.pagination .menu-h li.current a,
.pagination .menu-h li a:hover {
  background-position: 0 -13px;
  background-color: #0071BC;
}

.pagination .menu-h li.current a span,
.pagination .menu-h li a:hover span {
  color: #fff;
  border: 0;
  background-position: right -13px;
}

.pagination .prev_link,
.pagination .next_link {
  position: absolute;
  padding: 5px 5px 0 5px;
  top: 0;
  width: 56px;
  height: 20px;
}

.pagination .button {
  display: block;
  width: 56px;
  line-height: 16px;
  text-indent: -1200em;
  overflow: hidden;
}

.pagination .prev_link {
  left: 0;
  background: transparent url(../images/layout/pagination-tl.gif) no-repeat;
}

.pagination .next_link {
  right: 0;
  background: transparent url(../images/layout/pagination-tr.gif) top right no-repeat;
}

.pagination .prev_link a.button {
  background: url(../images/layout/pagin-prev-buttons.gif) 0 -16px no-repeat;
}

.pagination .next_link a.button {
  background: url(../images/layout/pagin-next-buttons.gif) 0 -16px no-repeat;
}

.pagination .prev_link del.button {
  background: url(../images/layout/pagin-prev-buttons.gif) no-repeat;
  cursor: default;
}

.pagination .next_link del.button {
  background: url(../images/layout/pagin-next-buttons.gif) no-repeat;
  cursor: default;
}

.pagination a.button:hover {
  background-position: 0 -32px;
}

/*-- comment bg depends on widths --*/
.span-19 ol.comments li .header {
	background: transparent url(../images/layout/comment-gray-top-19.gif) bottom left no-repeat;
}

.span-19 ol.comments li {
	background: transparent url(../images/layout/comment-gray-bottom-19.gif) bottom left no-repeat;
}
.span-14 ol.comments li .header {
	background: transparent url(../images/layout/comment-gray-top-14.gif) bottom right no-repeat;
}

.span-14 ol.comments li {
	background: transparent url(../images/layout/comment-gray-bottom-14.gif) bottom left no-repeat;
}
.span-19 ol.comments li .content,
.span-14 ol.comments li .content {
	border: 1px solid #c7c7c7;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: transparent;
}

/*-- user page --*/
#user-user #section-header {
	position: relative;
	height: 35px;
}

#user-user #section-header .header {
}

#user-user #section-header #user-nav  {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}

#user-user #section-header #user-nav ul {
	float: right;
	margin-top: 3px;
}

#user-user #section-header #user-nav ul li {
	margin-left: 5px;
	border: 5px solid #E1E1E1;
}

#user-user #section-header #user-nav ul li {
	border: 2px solid #E1E1E1;
}

#user-user #section-header #user-nav ul li a {
	padding: 1px 5px 1px 23px;
	background-color: #FFF;
	background-position: 3px 2px;
}

/*-- registration page --*/
#user-sign_in form {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

#user-create form .notice,
#user-sign_in form .notice {
  margin: 0;
}

/*---- RSS PAGE ----*/
ul.rss-menu {
  margin-bottom: 20px;
}
.rss-menu li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E1E1E1;
}

.rss-menu li a {
	padding-left: 24px;
	background: transparent url(../images/icons/rss/feed-icon-16x16.png) left center no-repeat;
	font-size: 1.5em;
}

/*---- ERROR PAGES ----*/
.error-page #global-nav {
	height: 30px;
}

.error-page .container {
	background-image: url(../images/layout/site-page-wide-bg.gif);
}

.error-page #site-content {
	background: none;
}

.error-page #site-footer {
	padding-right: 10px;
	background-image: url(../images/layout/site-footer-wide-bg.gif);
}

.error-page #site-footer .link-set {
	width: 100%;
}

.error-page #site-footer p {
	clear: both;
}

.error-page .notice p {
	margin-bottom: 0px;
}

/*sitemap styles*/

#site-map ul li.first {
	border-top: 0px;
}

#site-map ul li.child {
	border-top: 0px;
	list-style: none;
}

#site-map ul li a {
	font-size: 1.4em;
	font-weight: bold;
}

#site-map ul li ul li a {
	font-size: 1em;
	font-weight: normal;
}

#site-map ul li ul,
#site-map ul li ul li ul {
	margin-left: 25px;
}

#site-map ul li ul {
	margin-bottom: 1.2em;
}

#site-map ul li ul li {
	border-top: 0px;
	list-style: disc outside;
}

/*
	NBC Widget width-height
*/
.widget {
	margin: 0 auto 16px auto;
	width: 300px;
}

/*-- Wide Page overrides --*/
.wide-page #site-content {
	display: block;
	padding-top: 0;
}

.wide-page .container {
	background-image: url(../images/layout/site-page-wide-bg-light.gif);
}

.wide-page #site-footer {
	display: block;
	padding-right: 10px;
	background: url(../images/layout/site-footer-bg-video.gif) left bottom no-repeat;
}

.wide-page #site-footer .links {
	display: block;
}

.wide-page #site-footer .links ul {
	margin-right: 200px;
}

.wide-page #site-footer p {
	clear: both;
}

/*-- Video Library overrides --*/
.video_library #top-ads.container {
	background: none;
}

.video_library .video-container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video_library .video-container iframe {
	display: block;
	margin: 0 auto;
}

