/*
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.6.0
 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


/*
 * Thickbox 3 - One Box To Rule Them All.
 * Copyright (c) 2007 cody lindley (http://www.codylindley.com)
 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
 */
#TB_window a{text-decoration:underline;color:#097ca1;}#TB_window a:hover{color:#235565;}#TB_overlay{position:fixed;z-index:100;top:0;left:0;background-color:#fff;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;height:100%;width:100%;}* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight);}#TB_window{position:fixed;z-index:102;display:none;text-align:left;top:50%;left:50%;}* html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop));}#TB_ajaxContent{clear:both;overflow:auto;font-size:100%;}#TB_ajaxContent.TB_modal{border:1px solid #f5e1b8;padding:18px 20px;*padding-right:28px;*overflow-x: hidden;background:#fffbde url("../images/layout/gradient-yellow.gif") repeat-x 0 0;}#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px;}* html #TB_load{position:absolute;}


/*
 * TweetMixx Stylesheet
 * Copyright (c) Two Thousand Now Recommended Reading, Inc. (http://www.mixx.com)
 */

/* ----- The Basics ----- */
body {
	background: #fff;
	color: #414141;
	font: normal 12px/1 Helvetica, Arial, sans-serif;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #007195;
	text-decoration: underline;
}

a:hover {
	color: #004e67;
}

.clear {
	zoom: 1;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.flash {
	background: #fffbde;
	font-size: 14px;
	margin: -10px 0 20px 0;
	padding: 10px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.flashnofade {
	background: #fffbde;
	font-size: 14px;
	margin: -10px 0 20px 0;
	padding: 10px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div#omg-yer-an-admin { padding: 0.75em 0; font-size: 1.4em; font-weight: bold; color: #fff; background: #f33; }
div#omg-yer-an-admin a { text-decoration: underline; color: #fff; }

/* ----- Layout ----- */
div#doc {
	background: url("../images/tweetmixx/doc-bg.gif") repeat-x 0 0;
}

div#doc.grid > * { background: url("../images/_grid_new.gif") repeat-y 50% 0; }

div#header > div:first-child, div#nav ul, div.secondary-nav ul, div#content, div#footer > div:first-child {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

div.admin-tools {
	background: #f33;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	padding: 10px 0;
	position: fixed;
	width: 100%;
}

div.admin-tools p {
	margin: 0 auto;
	width: 940px;
}

div.admin-tools a {
	color: #fff;
	margin-left: 20px;
	text-decoration: underline;
}

label.admin-hide {
	background: #f33;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

label.admin-hide input {
	margin-right: 4px;
}


/* ----- Header ----- */
div#header {
	border-bottom: 1px solid #fff;
	height: 116px;
}

div#header > div:first-child {
	background: url("../images/tweetmixx/hd-bg.png") no-repeat 0 6px;
	height: 116px;
	position: relative;
}

div#status {
	float: right;
}

ul#utility-nav {
	background:  url("../images/tweetmixx/utility-nav-bg.png") no-repeat 100% 100%;
	padding-right: 25px;
}

ul#utility-nav li {
	float: left;
	font-weight: bold;
	height: 18px;
	margin-left: 18px;
	padding-top: 7px;
}

ul#utility-nav li:first-child {
	background: url("../images/tweetmixx/utility-nav-bg-left.png") no-repeat 0 100%;
	padding-left: 25px;
	margin: 0;
}

ul#utility-nav li a {
	text-decoration: none;
}

div#logo {
	padding-top: 8px;
	width: 350px;
	height: 100px;
	display: block;
	vertical-align: bottom;
}


/* ----- Navigation ----- */
div#nav {
	background: url("../images/tweetmixx/nav-bg.gif") repeat-x 0 0;
	width: 100%;
}

div#nav ul li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-right: 15px;
	padding: 4px 0 10px 0;
	text-shadow: 1px 1px 1px #0c79a2;
	text-transform: uppercase;
}

div#nav ul li.current {
	background: url("../images/tweetmixx/nav-current-bg.png") no-repeat 100% 100%;
	text-shadow: 1px 1px 1px #095c7b;
}

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

div#nav ul li a {
	background: rgba(255,255,255,0.3);
	color: #fff;
	display: block;
	height: 21px;
	padding: 5px 12px 0 12px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#nav ul li a:hover {
	background: rgba(255,255,255,0.4);
}

div#nav ul li#twitter-signin a {
	background: transparent;
	padding: 0;
}

div#nav ul li.current a {
	background: #0c79a2;
}


/* ----- Content ----- */
div#content {
	padding: 30px 10px;
	position: relative;
}

div#primary-content, div#secondary-content {
	float: left;
}

div#content h1 {
	border-bottom: 1px solid #e1e1e1;
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 4px;
}

div#updates-available {
	background: #ffebea;
	display: none;
	font-size: 14px;
	margin: -10px 0 50px 0;
	padding: 10px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.hentry {
	position: relative;
}

div.pagination {
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	text-transform: lowercase;
}

div.pagination span.current, div.pagination a {
	display: inline-block;
	padding: 4px 8px;
	
}

div.pagination a {
	background: #f1f1f1;
	margin: 0 2px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px 1px 0 #ccc;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 #ccc;
}

div.pagination span.disabled {
	display: none;
}

body#page_channel_insiders div.pagination a, body#page_channel_chatter div.pagination a {
	display: block;
	padding: 10px 0;
	text-align: center;
}

div#content div.none { /* Styling for instances where we have no content for a tab */
	background: #f1f1f1;
	padding: 30px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px 1px 0 #ccc;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 #ccc;
}

div#content div.none h1 {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
}

div#content div.none p {
	line-height: 1.3;
}

div.snippet {
	margin-bottom: 30px;
}

div.snippet h3 {
	border-bottom: 1px solid #e1e1e1;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

div.snippet p {
	line-height: 1.3;
}

div#get-widget {
	margin-bottom: 30px;
}

div#get-widget a {
	background: #3281a0 url("../images/tweetmixx/search-submit-bg.gif") repeat-x 0 0;
	border: 1px solid #226d8b;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px 0 8px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #226d8b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

img#get-widget-image {
	cursor: pointer;
}

div#get-widget-code {
	display: none;
}

div#widget-curtain {
	background: #fff;
	display: none;
	left: 0;
	opacity: 0.50;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-opacity: 0.50;
}

div#widget-viewer {
	background: #f1f1f1;
	display: none;
	padding: 20px;
	position: absolute;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 0 #ccc;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 0 #ccc;
}

div#widget-viewer div#get-widget-code {
	display: block;
}

div#widget-viewer p {
	font-size: 18px;
	margin-bottom: 10px;
}

div#widget-viewer textarea {
	background: #fff;
	border: 2px solid #fff;
	border-width: 2px 0 0 2px;
	color: inherit;
	font-size: 14px;
	height: 100px;
	padding: 6px;
	width: 400px;
	-moz-border-left-colors: #c5c5c5 #ececec;
	-moz-border-top-colors: #c5c5c5 #ececec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

img#closer {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
}

div#twitter_attribution {
	padding: 10px;
	text-align: center;
}

div#twitter_attribution img {
	top: 3px;
	position: relative;
}


/* ----- Pagelets ----- */
div.pagelet {
	margin-bottom: 30px;
	position: relative;
}

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

	/* ----- Insiders pagelet ----- */
	div.pagelet.insiders li {
		float: left;
	}
	
	div.pagelet.insiders li img {
		float: left;
		height: 48px;
		margin: 0 2px 2px 0;
		width: 48px;
	}
	
	div.pagelet.insiders div.ft {
		padding-top: 10px;
		text-align: right;
	}
	
	
	/* ----- Photo carousel pagelet ----- */
	div.pagelet.carousel {
		overflow: hidden;
	}
	
	div.pagelet.carousel ul {
		width: 9999px;
	}
	
	div.pagelet.carousel li {
		float: left;
		position: relative;
		width: 300px;
	}
	
	div.pagelet.carousel p.photo {
		margin-bottom: 10px;
		text-align: center;
	}
	
	div.pagelet.carousel p.photo img {
		background: #fff;
		border: 1px solid #e1e1e1;
		padding: 2px;
	}
	
	div.pagelet.carousel div.tweet {
		margin: 0 30px;
	}
	
	div.pagelet.carousel a.retweet-count {
		border: 1px solid #e8e8e8;
		border-radius: 3px;
		color: #949494;
		display: inline-block;
		float: right;
		font-size: 11px;
		margin-top: -4px;
		padding: 3px 4px;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	div.pagelet.carousel a.retweet-count span {
		color: #dc493d;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.pagelet.carousel div.tweet p {
		border: 4px solid #c2e7f4;
		border-radius: 4px;
		box-shadow: 1px 1px 1px #ccc;
		font-size: 11px;
		line-height: 1.3;
		margin-top: 16px;
		padding: 6px;
		position: relative;
		-moz-border-radius: 4px;
		-moz-box-shadow: 1px 1px 1px #ccc;
		-webkit-border-radius: 4px;
		-webkit-box-shadow: 1px 1px 1px #ccc;
	}
	
	div.pagelet.carousel span.stub {
		background: url("../images/tweetmixx/carousel-stub.png") no-repeat 0 0;
		display: block;
		height: 13px;
		left: 10px;
		position: absolute;
		top: -13px;
		width: 12px;
	}
	
	div.pagelet.carousel li a.admin-hide {
		background: #f33;
		color: #fff;
		font-weight: bold;
		padding: 4px 6px;
		position: absolute;
		right: 20px;
		text-transform: uppercase;
		top: 0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	div.pagelet.carousel a.slider {
		outline: 0;
		position: absolute;
		top: 70px;
	}
	
	div.pagelet.carousel a.previous {
		left: 10px;
	}
	
	div.pagelet.carousel a.next {
		right: 10px;
	}
	
	
	/* ----- Retweeter pagelet ----- */
	div.pagelet.retweeter {
		background: #f1f1f1;
		margin-bottom: 40px;
		padding: 20px;
		-moz-border-radius: 4px;
		-moz-box-shadow: 1px 1px 0 #ccc;
		-webkit-border-radius: 4px;
		-webkit-box-shadow: 1px 1px 0 #ccc;
	}
	
	div.pagelet.retweeter div.bd p {
		line-height: 1.3;
	}
	
	div.pagelet.retweeter div.ft a {
		background: #3281a0 url("../images/tweetmixx/search-submit-bg.gif") repeat-x 0 0;
		border: 1px solid #226d8b;
		bottom: -12px;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		padding: 4px 10px;
		position: absolute;
		right: 20px;
		text-decoration: none;
		text-shadow: 1px 1px 1px #226d8b;
		text-transform: lowercase;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	/* ----- RSS pagelet ----- */
	div.pagelet.rss h3 a {
		position: absolute;
		right: 0;
		top: 4px;
	}
	
	div.pagelet.rss ul li {
		margin-bottom: 10px;
	}
	
	div.pagelet.rss ul li a {
		border-bottom: 1px dotted #ccc;
		text-decoration: none;
	}
	
	div.pagelet.rss ul li img {
		border: 1px solid #e1e1e1;
		vertical-align: middle;
		margin-right: 5px;
		padding: 1px;
	}
	
	/* ----- Twitter pagelet ----- */
	div.pagelet.twitter li.vcard {
		border-bottom: 1px solid #e1e1e1;
		margin: 0 0 8px 0;
		overflow: hidden;
		padding: 0 0 8px;
	}
	
	div.pagelet.twitter li.vcard a {
		float: left;
		margin: 0 8px 0 0;
		text-decoration: none;
	}
	
	div.pagelet.twitter li.vcard img.photo {
		border: 1px solid #e1e1e1;
		height: 24px;
		padding: 2px;
		width: 24px;
	}
	
	div.pagelet.twitter li.vcard blockquote {
		margin: 0 0 0.4em 0;
	}
	
	div.pagelet.twitter li.vcard p {
		margin: 0 0 0 38px;
	}
	
	div.pagelet.twitter li.vcard blockquote b {
		font-weight: normal;
	}
	
	div.pagelet.twitter p.tweet-meta {
		color: #949494;
		font-size: 95%;
	}
	
	div.pagelet.twitter div.ft a.promotional-consideration {
		float: right;
	}


/* ----- Update Status form ----- */
form#update-status-form {
	background: #fdfae8;
	margin-bottom: 30px;
	padding: 20px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 0 #f5e1b8;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 0 #f5e1b8;
}

form#update-status-form h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

form#update-status-form h3 span {
	color: #949494;
	font-size: 11px;
	font-style: italic;
}

form#update-status-form textarea#update_tweet {
	background: #fff;
	border: 2px solid #fff;
	border-width: 2px 0 0 2px;
	color: inherit;
	height: 4em;
	padding: 6px;
	width: 242px;
	-moz-border-left-colors: #c5c5c5 #ececec;
	-moz-border-top-colors: #c5c5c5 #ececec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form#update-status-form li.submit {
	float: right;
	margin-top: 10px;
}

form#update-status-form input#update_submit {
	background: #3281a0 url("../images/tweetmixx/search-submit-bg.gif") repeat-x 0 0;
	border: 1px solid #226d8b;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 2px 6px;
	text-shadow: 1px 1px 1px #226d8b;
	text-transform: lowercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form#update-status-form li#update-counter {
	color: #eabf66;
	display: none;
	font-size: 18px;
	font-weight: bold;
	margin-top: 14px;
}

form#update-status-form li#update-counter.overboard {
	color: #dc493d;
}

p#latest-status {
	border-top: 1px solid #f5e1b8;
	line-height: 1.4;
	margin-top: 8px;
	padding-top: 8px;
}

/* ----- Marketing Module ----- */
div#marketing-content {
	border: 3px solid #b8deeb;
	height: 100px;
	margin: 0 auto 30px auto;
	padding: 10px 0 18px;
	position: relative;
	width: 932px;
}

div#marketing-content a.close {
	position: absolute;
	right: -16px;
	top: -16px;
}

div#marketing-content h3 {
	border-bottom: 2px solid #d0f1ff;
	color: #005c8a;
	font-size: 22px;
	font-weight: bold;
}

div#marketing-content p {
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 5px 0 0;
}

div#marketing-content div.col {
	float: left;
	padding: 0 0 0 20px;
	width: 596px;
}

div#marketing-content div.col.last {
	width: 235px;
}


/* ----- Tweets and Thingies ----- */
div#tweets {
	margin-top: -30px;
}

div#tweets div.clear {
	background: url("../images/tweetmixx/gradient-blue.gif") repeat-x 0 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 10px;
}

div#tweets div.clear div.clear {
	background: transparent;
	border: none;
	padding: 0;
}

div#tweets div.tweet {
	background: #f7fdff url("../images/tweetmixx/tweet-bg.gif") no-repeat 100% -2px;
	border: 4px solid #c2e7f4;
	line-height: 1.3;
	padding: 6px 6px 8px 6px;
	position: relative;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	-webkit-border-radius: 4px;
}

div#tweets div.tweet.linked {
	float: left;
	margin-right: 30px;
	width: 255px;
}

div#tweets div.tweet p.vcard {
	margin-bottom: 6px;
}

div#tweets div.tweet p.vcard a.url {
	margin-right: 4px;
}

div#tweets div.tweet p.vcard img.photo {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 2px;
	vertical-align: middle;
}

div#tweets div.tweet p.vcard a.fn {
	text-decoration: none;
}

div#tweets div.tweet p.vcard span.published {
	color: #949494;
	font-size: 11px;
	margin-left: 4px;
}

div#tweets div.tweet div.actions {
	bottom: -17px;
	position: absolute;
	right: 10px;
}

div#tweets div.hentry {
	float: left;
	width: 275px;
}

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

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

div#tweets div.loading {
	display: none;
}


/* ----- Top/Trending Thingies ----- */
div#thingies div.hentry {
	background: #f7fdff;
	border: 4px solid #c2e7f4;
	line-height: 1.3;
	margin-bottom: 30px;
	padding: 10px;
	position: relative;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	-webkit-border-radius: 4px;
}

div.hentry a.thumbnail {
	float: left;
	margin: 0 10px 0 0;
}

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

div.hentry h2.entry-title {
	font-size: 16px;
	line-height: 1.3;
}

div.hentry h2.entry-title a {
	text-decoration: none;
}

div.hentry p {
	line-height: 1.3;
	margin: 8px 0;
}

div.hentry span.domain {
	background: #eee;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 10px;
	margin-right: 3px;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.hentry p.vcard {
	color: #8a8a8a;
	font-size: 11px;
}

div.hentry p.vcard a.url {
	margin: 0 4px 0 0;
}

div.hentry p.vcard img.photo {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 2px;
	vertical-align: middle;
}

div.hentry p.trending-on img {
	vertical-align: middle;
}

div.hentry p.meta {
	line-height: 1;
}

div#thingies div.hentry p.meta {
	bottom: -25px;
	position: absolute;
	right: 10px;
}

p.meta iframe {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	float: left;
	margin: -7px 8px 0 0;
	padding: 3px 3px 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

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

div.hentry p.meta img {
	vertical-align: middle;
}

div.hentry p.meta span.retweet-count {
	color: #949494;
	font-size: 11px;
	margin-right: 8px;
}

div.hentry p.meta span.count {
	color: #dc493d;
	font-size: 12px;
	font-weight: bold;
	margin-right: 2px;
}

div#thingies div.hentry p.meta span.count {
	background: url("../images/tweetmixx/count-bg.gif") no-repeat 100% 0;
	color: #dc493d;
	display: inline-block;
	font-weight: bold;
	height: 16px;
	margin-right: 6px;
	padding: 4px 8px 0 6px;
}

div#thingies div.hentry p.meta img {
	vertical-align: bottom;
}

div.hentry p.meta a.reply {
	margin-right: 6px;
}

.hentry div.media {
	display: none;
}

div#media-curtain {
	background: #fff;
	display: none;
	left: 0;
	opacity: 0.50;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-opacity: 0.50;
}

div#media-viewer {
	background: #f1f1f1;
	display: none;
	padding: 20px;
	position: absolute;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 0 #ccc;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 0 #ccc;
}

div#media-viewer p {
	margin-top: 10px;
}


/* ----- Channel Chatter ----- */
body#page_channel_chatter div#primary-content {
	margin-right: 40px;
	width: 600px;
}

body#page_channel_chatter div#secondary-content {
	width: 300px;
}


/* ----- Channel Insiders ----- */
body#page_channel_insiders div#primary-content {
	margin-right: 40px;
	width: 600px;
}

body#page_channel_insiders div#secondary-content {
	width: 300px;
}


/* ----- Channel Insiders List ----- */
body#page_channel_insiders_list div#primary-content {
	margin-right: 40px;
	width: 600px;
}

body#page_channel_insiders_list div#secondary-content {
	width: 300px;
}

ul#insiders-list {
	border-top: 1px solid #e1e1e1;
	margin-top: 30px;
}

ul#insiders-list li.vcard {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
}

ul#insiders-list li.vcard a.follow {
	float: right;
	margin-top: 20px;
}

ul#insiders-list li.vcard img {
	background: #fff;
	border: 1px solid #e1e1e1;
	height: 48px;
	margin-right: 6px;
	padding: 2px;
	vertical-align: middle;
	width: 48px;
}


/* ----- Channel Links Page ----- */
body#page_channel_links div#primary-content {
	margin-right: 40px;
	width: 600px;
}

body#page_channel_links div#secondary-content {
	width: 300px;
}


/* ----- Terms Page ----- */
body#page_terms div#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

body#page_terms div#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

body#page_terms div#content ul li {
	background: url("../images/icons/sprites.2.9.gif") no-repeat -600px -496px;
	padding-left: 10px;
}

body#page_terms div#content ul li blockquote {
	margin-top: 10px;
}

body#page_terms div#content li {
	line-height: 1.3;
	margin: 0 0 10px 0;
}

body#page_terms div#content p {
	line-height: 1.3;
	margin-bottom: 20px;
}

body#page_terms div#content h1 + p {
	margin: -12px 0 18px 0;
}


/* ----- Channel Permalinks ----- */
body#page_channel_permalink div#primary-content {
	margin-right: 40px;
	width: 600px;
}

body#page_channel_permalink div#secondary-content {
	width: 300px;
}

body#page_channel_permalink div.hentry p.meta {
	clear: both;
	margin: 15px 0 30px 0;
}


/* ----- Channel HTML ----- */
body#page_channel_html div#primary-content {
	margin-right: 40px;
	width: 600px;
}

body#page_channel_html div#secondary-content {
	width: 300px;
}


/* ----- Error Page ----- */
body#page_error div#primary-content {
	width: 480px;
	margin: 0 190px;
}


/* ----- Footer ----- */
div#footer {
	background: #75c1de;
	border-top: 1px solid #2da0cd;
	color: #0c79a2;
	padding: 30px 10px;
	text-shadow: 1px 1px 1px #73c0de;
}

div#footer a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #0c79a2;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div.col {
	display: table-cell;
	padding: 0 20px 30px 0;
	width: 140px;
}

div#footer div.col h5 {
	font-weight: bold;
}

div#footer div.col ul li {
	margin-top: 8px;
}

div#footer p {
	font-size: 11px;
}

/* ---- Venue Pagelet styling ---- */
div.venue_column {
	float: left;
	padding: 5px;
}

div.venue h4, div.venue h5 {
		font-size: 14px;
}

div.attribution {
	padding-top: 10px;
}
img.foursquare_logo {
	bottom: -5px;
	position: absolute;
}