/* ----- Remove TweetMixx inherited styles ----- */
* {
	box-shadow: none !important;
	text-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

div#doc, div#header > div:first-child, div#nav, div#nav ul li.current, div#footer {
	background: transparent;
	border: none;
}

div#tweets div.clear, div#tweets div.tweet {
	background: transparent;
}


/* ----- Optional hides ----- */
div#header-search, p#favorite-channel, div#footer {
	display: none;
}


/* ----- Channel-specific styles go below this line ----- */
html, body {
	background: #fff;
}

body {
	color: #333;
	font-style:  Arial;
}
	
a {
	color: #990000;
}

a:hover {
	color: #999;
}


/* ----- Header-area styles ----- */
div#header { 
	
	
	background: transparent url("nyc_header1.png") no-repeat 27% 0;
	height: 187px;
	padding-bottom: 0;
	border-bottom:0 solid #FFFFFF;
	background-color: #fff;

}

div#logo {
	height: 187px;
	padding: 0;
	width: 100%;
	display:none;
}

div#logo a {

	height: 252px;
	width: 100%;
	display: none;
}

/* ----- Navigation ----- */
div#nav {
	background: transparent;
	height:60px;
	width:600px;
	margin: 0 0 0 225px;

}

div#nav ul {
	padding: 0;
}

div#nav ul li {
	padding: 4px 0;
	text-shadow: none;
	width:115px;

}

div#nav ul li.current {
	
	text-shadow: none;
	color:#000;
	text-align:center;
}

div#nav ul li a {
	color: #999;
	background: #e5e5e5;
	border: 1px solid #000;
	-moz-border-radius: 0;
	text-align:center;

}

div#nav ul li a:hover {
	color: #000;
	background: #e5e5e5;
	border: 1px solid #000;
	text-align:center;
}

div#nav ul li.current a {
	color: #000;
	background: #e5e5e5;
	border: 1px solid #000;
	text-align:center;
	
}

fieldset, img {
	border: 0 none;
}

a.retweet img, a.reply img {
     display: none;
}

div.hentry p.meta a.details img {
	display:none;
}

div#nav ul li#twitter-signin {
	float: right;
	margin: 0;
	display:none;
}



/* ----- Content-area styles ----- */
div#content {
	padding: 0 0 60px 0;
	width: 960px;
	background: #fff;
	margin-top: -20px;
}

body#page_channel_insiders div#primary-content, body#page_channel_chatter div#primary-content, body#page_channel_links div#primary-content, body#page_channel_insiders.oncourse div#primary-content {
	width: 610px;
	

}

div#primary-content h1 {
	display: none;
	background: #fff;
}

div#secondary-content {
	margin-top: -67px;
	background: #E5E5E5;
}

body#page_channel_insiders div#secondary-content, body#page_channel_insiders.oncourse div#secondary-content{
	margin-top: -50px;
	background: #E5E5E5;
	padding-left: 3px;
	padding-top:5px;
}

div#content div.none {
	background: #gggggg;
	padding: 30px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px 1px 0 #ccc;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 #ccc;
}

/* ----- Tweets ----- */
div#tweets {
	margin: 0;
}

div#tweets div.clear {
	border-bottom:1px solid #F4C548;
	padding:10px 0 15px;
	margin:5px 0 10px 3px;
}



div#tweets div.tweet {
	border: none;
	border-radius: 0;
	padding: 0 0 0 62px;
	position: relative;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color:#666;
}

div#tweets div.tweet.linked {
	width: 228px;
}

div#tweets div.tweet div.stub {
	background-image: url("link-stub.gif");
	height: 20px;
	right: -31px;
	width: 10px;
	z-index: 1;
}

div#tweets div.hentry p.entry-content {
color:#333;
margin-top:4px;
}

div#tweets div.tweet p.vcard a.url {
	left: 0;
	position: absolute;
	top: 0;
}

div#tweets div.tweet p.vcard a.url img {
	border:2px solid #F4C548;
	height:48px;
	padding:0;
	margin: 2px;
	width:48px;
}

div#tweets div.tweet p.vcard a.fn {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

div#tweets div.tweet p.vcard a.fn:hover {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}

div#tweets div.tweet p.vcard span.published {
	color: #333;
}

div#tweets div.clear.fb-item div.highlighted div.tweet p.vcard a.fn {
font-family:helvetica;
font-size:18px;
font-style:italic;
font-weight:bold;
text-decoration:none;
color:#83a43c;
}

div#tweets div.highlighted  {
	background: #fff;
	border:2px solid #26579d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:10px 0 15px;
	margin:  3px;
}





div.sponsored-tweet{
	background: url("amex_tweet_bg1.gif") repeat-x #cddfec;
	border:2px solid #26579d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin:  3px;
	

}

body#page_channel_insiders.oncourse div.sponsored-tweet{
	background: url("amex_tweet_bg1.gif") repeat-x #cddfec;
	border:2px solid #26579d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin:  3px;
	display:none;

}





div#tweets div.sponsored-tweet div.clear {
	border-bottom:none;
	padding:10px 0 15px;
	margin:0 0 10px;
}








div#tweets div.tweet div.actions {
	bottom: auto;
	margin-top: 10px;
	position: relative;
	right: auto;
}

div.actions a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
}

div.actions a.reply {
	background-image: url("reply.png");
	width: 52px;
}

div.actions a.retweet {
	background-image: url("retweet.png");
	width: 67px;
}

div.actions a img {
	display: none;
}

div#tweets div.loading, div#tweets div.loading.error {
	background: #fff;
	border-radius: 0;
	border: 1px solid #CDCDCD;
	margin: 0;
	padding: 15px 10px;
	width: 268px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

div#tweets div.loading.error {
	color: #999;
}

div#tweets div.hentry {


	padding:10px;
	width:265px;
	margin: 0 0 -30px 0;
}

div#tweets div.hentry h2 a {
	color: #990000;
	font-weight: bold;
}

div#tweets div.hentry h2 a:hover {
	color: #26579d;
	}

div#tweets div.hentry h2.entry-title {
font-size:12px;
}


/* ----- Links ----- */
div#thingies div.hentry {
	background: transparent;
	border: 0 solid #F4C548;
	border-bottom-width: 1px;
	border-radius: 0;
	margin: 0;
	padding: 10px 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

div#thingies div.hentry h2 {
	font-size: 18px;
	font-weight: bold;
}

div.hentry a.thumbnail img {
	border: 1px solid #fff;
	padding: 1px;
}

div.hentry p.meta {
	margin-bottom: 0;
}

div#thingies div.hentry p.meta {
	bottom: auto;
	position: relative;
	right: auto;
}

div.hentry p.meta span.retweet-count {
	color: #222;
	display: none;
}

div.hentry p.meta span.retweet-count span.count {
	color: #c00;
	font-size: 11px;
}

div.hentry span.domain {
	display: none;
}

div.hentry p.vcard {
	color: #999;
}

div.hentry p.vcard a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

div.hentry p.vcard a:hover {
	color: #999;
}

div.hentry p.vcard a.url img {
	border: 1px solid #ccc;
	padding: 1px;
}

div#thingies div.hentry p.meta {
	float: right;
	margin: -20px 0 0 0;
}

div.hentry p.meta a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	vertical-align: middle;
}

div.hentry p.meta a.retweet {
	background-image: url("retweet.png");
	width: 67px;
}

div.hentry p.meta a.details {
	background-image: url("details.png");
	width: 81px;
}

div.hentry p.meta a.show-media {
	display: none;
}

div.hentry p.meta a img {
	display: none;
}

div#thingies div.hentry p.meta span.count {
	display: none;
}


/* ----- Pagelets ----- */
div.pagelet.insiders div.bd {
	background-color: #E5E5E5;
	
}


div.pagelet.insiders div.hd h3 {
padding:15px 0 5px 10px;
color:#535556;
}

div.pagelet.insiders div.ft {
	display: none;
}


body#page_channel_insiders.oncourse div.pagelet.insiders div.bd {
	background-color: #fff;
	height: 100px;
	padding-left: 10px;
	padding-top: -5px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	display:none;
}

body#page_channel_insiders.oncourse div.pagelet.insiders div.hd h3 {
padding:15px 0 5px 10px;
display:none;
}

body#page_channel_insiders.oncourse div.pagelet.insiders div.ft {
	display: none;
}

div#get-widget a {
	display: none;
}
div.pagelet.carousel div.tweet p {
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:1px 1px 1px #CCCCCC;
border:4px solid #26579d;
font-size:11px;
line-height:1.3;
margin-top:16px;
padding:6px;
position:relative;
}
div.pagelet.carousel span.stub {
background:url("carousel-stub1.png") no-repeat scroll 0 0 transparent;
display:block;
height:13px;
left:10px;
position:absolute;
top:-13px;
width:12px;
}

div.pagelet h3 {
border-bottom:1px solid #F4C548;
font-size:18px;
margin-bottom:10px;
padding-bottom:4px;
position:relative;
color:#999;
}


/* ----- Updates available ----- */
div#updates-available {
	background: #fff;
	border-radius: 0;
	color: #333;
	margin: 0 0 10px 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	 border-top: 1px solid #F4C548;
	 border-bottom: 1px solid #F4C548;
}

div#updates-available a {
	color: #990000;
}


/* ----- Pagination ----- */
div.pagination a {
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #F6743A;
color:#FFFFFF;
margin:0 2px;
text-decoration:none;
}

body#page_channel_insiders div.pagination a, body#page_channel_chatter div.pagination a, body#page_channel_SoHo div.pagination a {
background:url("viewmore1.gif") no-repeat scroll 50% 0 transparent;
height:20px;
width:500;
margin:0;
outline:medium none;
text-indent:-9999px;
}

div.pagination a:hover {
	color: #ebebeb;
}


/* ----- Show Media ----- */
div#media-curtain, div#media-viewer {
	z-index: 10;
}

/*--- Style for FB recommend button ---*/
div.sponsored-tweet p.meta iframe {
background-color:#D3E4EF;
border:1px solid #D3E4EF;
margin:0 0 8px;
width:250px;
display:none;
}

div#tweets p.meta iframe {
margin:0 0 8px;
display:none;
}

