		.cufon {
			text-transform: uppercase; color: #4189DD; font-weight: bold; display: block; font-size: 11px; margin-bottom: 5px; font-family: arial, tahoma, sans-serif;
		}

		#subnav_pills ul li a {
			color: white;
		}

		#subnav_pills ul li a:hover {
			color: black;
		}

		#subnav_pills ul.dropdown-menu li a {
			color: black;
		}

		#subnav_pills ul.dropdown-menu li a:hover {
			color: white;
		}

		.cufon a {
			color: #4189DD;
		}

                .cufon a:hover {
                        color: #4189DD;
                }

		##########################

		.carousel-caption h4 a {
			color: #ffffff;
		}

		#second_column .row  {
			margin-left: 0px;
		}

		#most_tab.well {
			background-color: white;
		}

		#main.container  {
			font-size: 16px;
		}

		.active_playlist_item img {
			float: left;
			margin-right: 7px;
			background-color: black;
			height: 60px;
			width: 70px;
		}

		.active_playlist_item img {
			float: left;
			margin-right: 7px;
			background-color: black;
			height: 60px;
			width: 70px;
		}

		#archive img {
                        height: initial;
                        width: initial;
		}

		.media img {
			height: 86px;
			width: 100px;
		}		

		

		#container2_playlist {
			background-color: whiteSmoke;
			color: #CCC;
			margin-top: 10px;
			padding: 0;
			overflow: auto;
			height: 100px;
		}

		.playlist_item, .active_playlist_item {
			clear: both;
			padding: 10px;
			height: 65px;
			border-bottom: 1px solid #999;
			cursor: pointer;
			color: #CCC;
		}

		.playlist_item img, .active_playlist_item img {
			float: left;
			margin-right: 7px;
			background-color: black;
			height: 60px;
			width: 70px;
		}

		.playlist_item:hover {
		        background-color: #999999;
		        color: #ffffff;
		}
		
		.active_playlist_item:hover {
		        background-color: #999999;
		        color: #ffffff;
		}

		#header ul {
			text-align: right;
			float: right;
			list-style: none outside none;
			margin: 0.625em 0 0 0;
			padding: 0;
			font-size: 90%;
		}

		#header ul li {
			display: inline;
		}

		#header ul li a {
			padding: 0 0.625em;
			text-decoration: none;
			color: #4189DD;
			font-family: Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}

		.footer {
			background: whiteSmoke url(http://www.un.org/apps/news/en/images/footer.jpg) top no-repeat;
			height: 100%;
			padding: 25px 20px 0 20px;
			margin-top: 25px;
		}

		#subnav_bar .form-search .input-medium {
			height: 10px;
			font-size: 14px;
		}

		.navbar-inner {
			background-color: #4189DD;
			background-image: none;
			border: 0;
			box-shadow: none;
			border-radius: 0;
			background-repeat: none;
			height: 1.875em;
		}

		.nav li a {
		}

		#main:before {
			clear:both;
		}	

		/* old stuff from transcript.css */

		#post img {
			padding: 2px;
			border: 1px solid #AAA;
			background: white;
		}

		.alignleft {
			float: left;
			margin-right: 10px;
			margin-top: 5px;
		}
	
		.pointer {
			cursor: pointer;
		}
	
