/*
 * The Twitter Political Index website
 */


/* Core styles */
body {
  	margin: 0;
  	font-family: "proxima-nova", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 22px;
  	color: #ffffff;
	z-index: 2;
  	background-color: #0e2536;
  	-webkit-font-smoothing: antialiased;
}

a { color: #09c; }
a:hover { color: #3cf; }

h1 {
  	font-family: "proxima-nova-condensed", "Proxima Nova Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	position: relative;
  	font-size: 50px;
	font-weight: 600;
  	line-height: 50px;
  	letter-spacing: 3px;
  	text-transform: uppercase;
	color: #ffcc00;
 	background: -webkit-gradient(linear, left top, left bottom, from(#fc0), to(#c90));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	margin-top: 10px;
	margin-bottom: 5px;
}

h1:after {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	width: 100%;
	height: 100%;
	text-align: center;
	content: attr(data-text);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	z-index: -1;
}


h2 {
 	font-size: 32px;
	line-height: 36px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3 {
  	font-family: "proxima-nova-condensed", "Proxima Nova Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 24px;
  	font-weight: normal;
  	line-height: 28px;
  	text-transform: uppercase;
}

h4 { 
  	font-size: 20px;
  	font-weight: normal;
  	line-height: 28px;
	}
	
h5 { 
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

hr {
	border: 1px solid #333;
}

.center { text-align: center; }
.right {  text-align: right; }
.left { text-align: left; }

/* Twitter */
.twitter-share-button { margin-top: 10px; }
.twitter-show-count,
.twitter-show-screen-name { position: absolute; width: 1px; height: 1px; }

/* Hero */
.hero {
	background: url(../img/bg-star.png) center 55px repeat-x;
	margin-bottom: 60px;
}

#masthead {
	padding-top: 10px; 
}

.candidate { position: relative; text-align: center; }
.candidate h2 { padding: 8px 0 8px 0; background: url(../img/rule-name.png) bottom no-repeat; margin-bottom: 10px; }
.candidate h3 { margin-bottom: 10px; }
.candidate h3.mentions a { color: #ffff99; }

.insight-chart-name {
	margin-top: -5px;
}

.timeframe-select {
		float: right;
		position: relative;
}
	.timeframe-select .btn-group {
		display: table;
		margin: 0 auto;
		}

	.timeframe-select .dropdown-toggle {
		font-size: 12px;
		line-height: 1.3em;
		text-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 5px;
		text-decoration: none;
		}
	.timeframe-select .btn-group.open .dropdown-toggle {
		background-color: #193346;
		-webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
	}
	.timeframe-select .dropdown-menu { 
		border: 1px solid #2c78b1;
		background-color: #143E54;
		min-width: 95px;
		font-size: 12px;
		line-height: 1em;
		}
		.timeframe-select .dropdown-menu a {
			color: #fff;
			padding-left: 16px;
			padding-right: 16px;
		}
			
			.btn-group .caret {
			border-top-color: #09C;
			margin-left: 3px;
		}

	/* Timeframe is filtered when Twindex is present */
	.timeframe-twindex .month,
	.timeframe-twindex .hour { display: none; }

.twindex { 
	width: 255px;
	font-weight: 600;
	margin: 10px auto !important;
	}

.twindex.zero { width: 225px; }
.twindex.single { width: 240px; }

.wf-active .twindex { min-width: 246px;  }
.wf-active .twindex.zero { width: 215px; }
.wf-active .twindex.single { width: 230px; }
	
.twindex .twindex-no { 
	float: left; 
	font-size: 60px;
	line-height: 1em;
	color: #fd0;
	text-shadow: 0px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	}	
.twindex .indices {
	float: left;
	color: #fff;
	text-align: left;
	font-size: 33px;
	font-weight: 600;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px !important;
	margin-left: 10px !important;
	}

	.indices.up,
	.indices.even {
		background: rgb(41,154,11); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(41,154,11,1) 0%, rgba(26,107,8,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,154,11,1)), color-stop(100%,rgba(26,107,8,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(41,154,11,1) 0%,rgba(26,107,8,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(41,154,11,1) 0%,rgba(26,107,8,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(41,154,11,1) 0%,rgba(26,107,8,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(41,154,11,1) 0%,rgba(26,107,8,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#1a6b08',GradientType=0 ); /* IE6-9 */
		border: 1px solid #104205;
		border-bottom: 1px solid #21800a;
		border-top: 1px solid rgba(0,0,0,0.7);
		margin: 0;
		text-shadow: 0px -1px 1px #135406;
		filter: dropshadow(color=#135406, offx=0, offy=-1);
		}
		.indices.down {
			background: rgb(255,48,25); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(201,4,4,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(201,4,4,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(201,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(201,4,4,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(201,4,4,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(201,4,4,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#c90404',GradientType=0 ); /* IE6-9 */
			border: 1px solid #A80303;
			border-bottom: 1px solid #f92b17;
			border-top: 1px solid rgba(0,0,0,0.7);
			margin: 0;
			text-shadow: 0px -1px 1px #890202;
			filter: dropshadow(color=#890202, offx=0, offy=-1);
			}

		.twindex .since {
			float: left;
			color: #fff; 
			font-family: "proxima-nova-condensed", "Proxima Nova Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 11px; 
			line-height: 13px; 
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-left: 5px;  
			}

		.twindex .change { float: left; position: relative; top: 1px; }
			
.twindex i {
	float: left;
	position: relative;
	top: 1px;
	color: white; 
	font-size: 30px; 
	}
		
.twindex-more h5 { 
	padding: 5px 6px 4px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.1);
	}

/* Content */
.content { 
	background: #0d2537 url(../img/bg-dashboard.png) top repeat-x;
	margin: 20px 0 0 0; 
	padding-top: 30px;
	padding-bottom: 20px;
	}

	.content h3 { text-align: center; margin-bottom: 20px; }

	.content .container { background-color: none !important; }
	.content .row { margin-bottom: 60px; }

.tab-content {
	overflow: visible;
}

ul.nav a,
ul.nav-list a,
li.nav-header { 
	text-shadow: none !important;
	}

ul.nav { 
	background-color: #193346;
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	
ul.nav-list {
	/*border: 1px solid #083f5e;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	ul.nav-list li { font-size: 15px; }
	ul.nav-list a { font-weight: 600; padding-top: 5px; padding-bottom: 5px; margin-left: -14px; margin-right: -14px; }
	ul.nav-list a:hover { color: #fff; background-color: #083f5e; margin-left: -14px; margin-right: -14px; }
	
	ul.nav-list li.active a { 
		background-color: #08c; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzAwNzRjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc0YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-image: -moz-linear-gradient(top, rgba(0,136,204,1) 0%, rgba(0,116,193,1) 48%, rgba(0,116,193,1) 100%); /* FF3.6+ */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,136,204,1)), color-stop(48%,rgba(0,116,193,1)), color-stop(100%,rgba(0,116,193,1))); /* Chrome,Safari4+ */
		background-image: -webkit-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,116,193,1) 48%,rgba(0,116,193,1) 100%); /* Chrome10+,Safari5.1+ */
		background-image: -o-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,116,193,1) 48%,rgba(0,116,193,1) 100%); /* Opera 11.10+ */
		background-image: -ms-linear-gradient(top, rgba(0,136,204,1) 0%,rgba(0,116,193,1) 48%,rgba(0,116,193,1) 100%); /* IE10+ */
		background-image: linear-gradient(to bottom, rgba(0,136,204,1) 0%,rgba(0,116,193,1) 48%,rgba(0,116,193,1) 100%); /* W3C */
		}
	ul.nav-list li.active a:after { 
		float: right;
		font-family: Shifticons;
  	font-style: normal;
  	font-weight: normal;
  	display: inline-block;
  	vertical-align: baseline;
  	text-decoration: inherit;
  	-webkit-font-smoothing: antialiased;
		content: "";
		opacity: 0.8;
		filter: alpha(opacity=70);
		margin-right: -5px;
	}

li.nav-header { 
	font-size: 12px !important;
	color: #fff!important; 
	letter-spacing: 2px;
	padding-bottom: 5px !important; 
	}

/* Mobile Nav */
.mobile-nav {
	position: absolute;
	left: -999999px;
}

	.content .footer-row { margin-bottom: 0; }

	.content .footer {
		font-size: 12px;
		font-family: "proxima-nova-condensed", "Proxima Nova Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 60px;
		}

	.content #chart { text-transform: uppercase; height: 250px; margin-bottom: 20px; }
	
.dashboard-nav {
	margin-top: -40px; 
	margin-bottom: 40px;
	}
	.dashboard-nav .span12 .btn-group { 
		display: table;
		margin: 0 auto;
		}
	.dashboard-nav a {
			cursor: pointer !important;
			color: #87bae1; 
			font-size: 14px;
			font-weight: 600;
			letter-spacing: 3px;
			text-transform: uppercase;
			text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
			padding: 8px 8px 6px 11px;
			border: 1px solid #0d2537;
			*border: 0;
			border-color: #0d2537 #0d2537 #0d2537;
			background: rgb(17,71,110); /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNDc2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBkMjUzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
			background: -moz-linear-gradient(top, rgba(17,71,110,1) 0%, rgba(13,37,55,1) 51%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,71,110,1)), color-stop(51%,rgba(13,37,55,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(17,71,110,1) 0%,rgba(13,37,55,1) 51%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(17,71,110,1) 0%,rgba(13,37,55,1) 51%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(17,71,110,1) 0%,rgba(13,37,55,1) 51%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(17,71,110,1) 0%,rgba(13,37,55,1) 51%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11476e', endColorstr='#0d2537',GradientType=0 ); /* IE6-8 */
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			}
			.dashboard-nav a.btn:hover { 
				color: #fff;
				text-decoration: none;
				background: rgb(17,71,110); /* Old browsers */
				background: rgb(44,119,176); /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNzdiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDQ1NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top, rgba(44,119,176,1) 0%, rgba(16,69,108,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,119,176,1)), color-stop(100%,rgba(16,69,108,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, rgba(44,119,176,1) 0%,rgba(16,69,108,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, rgba(44,119,176,1) 0%,rgba(16,69,108,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, rgba(44,119,176,1) 0%,rgba(16,69,108,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom, rgba(44,119,176,1) 0%,rgba(16,69,108,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c77b0', endColorstr='#10456c',GradientType=0 ); /* IE6-8 */
				}
				.dashboard-nav a.on { 
					color: #fff;
					background: rgb(19,48,70); /* Old browsers */
					/* IE9 SVG, needs conditional override of 'filter' to 'none' */
					background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMzA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzBkMjUzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
					background: -moz-linear-gradient(top, rgba(19,48,70,1) 0%, rgba(13,37,55,1) 48%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,48,70,1)), color-stop(48%,rgba(13,37,55,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, rgba(19,48,70,1) 0%,rgba(13,37,55,1) 48%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, rgba(19,48,70,1) 0%,rgba(13,37,55,1) 48%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, rgba(19,48,70,1) 0%,rgba(13,37,55,1) 48%); /* IE10+ */
					background: linear-gradient(to bottom, rgba(19,48,70,1) 0%,rgba(13,37,55,1) 48%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133046', endColorstr='#0d2537',GradientType=0 ); /* IE6-8 */
					}

.loading {
	background: url(../img/loading.gif) center 50px no-repeat;
	width: 100%;
	height: 60px;
}

#news.loading { height: 150px; }

/* Popover */
.popover-inner { background: #000; }
.popover-title { background-color: #091a27; color: white; font-size: 14px; }
.popover-content { color: #333; }


/* Powered by */
.chart-by-topsy { text-align: right; margin-top: -5px; margin-bottom: 20px; }
.chart-by-topsy img { height: 20px; }
.powered-by-topsy { height: 16px; margin-bottom: 24px; }
.powered-by-partner { height: 40px; margin-bottom: 0px !important; }
.powered-by-weightshift { padding-top: 15px; height: 40px; margin-bottom: 0px; }
.powered-by-topsy img, .powered-by-weightshift img { vertical-align: text-bottom; }
.powered-by-partners img { vertical-align: text-center; -webkit-border-radius: 3px; }

.powered-by-topsy img { height: 16px; } 
.powered-by-weightshift img { height: 20px; }
.powered-by-partners img { height: 40px; }

.close {
  float: right;
  font-weight: bold;
  font-size: 24px;
  line-height: 14px;
  color: #ccc;
  text-shadow: 0 -1px 0 #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  vertical-align: top;
}
.close:hover { color: #ccc; text-decoration: none; }

/* Featured Accounts */
.featured-accounts-header { font-family: "proxima-nova-condensed", "Proxima Nova Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 10px; text-align: left; font-weight: bold; }

#featured-accounts { min-height: 200px; }
	
	#featured-accounts { 
		list-style: none;
		margin-left: 0;
		border-top: 1px solid #fff;
	}
	#featured-accounts li { position: relative; clear: both; border-bottom: 1px solid #193346; padding: 10px 0; }
	#featured-accounts p { margin-bottom: 0; }
	#featured-accounts a.featured-account-screen-name { font-weight: bold; font-size: 15px; }
	#featured-accounts span { font-size: 0.9em; }
	#featured-accounts img { 
		float: left;
		display: block;
		width: 37px;
		margin-right: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#featured-accounts iframe { 
		vertical-align: text-bottom; 
		float: right;
		margin-top: -5px;
	}

/* Insights */


.insights { 
	margin-top: 20px;
}

	.insights h2 { border-bottom: 1px solid; padding-bottom: 10px; margin-bottom: 20px;  }

		.insights h2 .twitter-follow-button {
			display: none;
			float: right;
			margin-top: 7px;
		}

	.insights h3 {
		text-align: left;
		margin-bottom: 20px;
		border-bottom: 1px solid #083F5E;
		padding-bottom: 5px;
	}

	.insights small { 
		display: none;
		color: #999;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}

/*
 * Shifticons (shifticons.com)
 * Order #1628
*/

@font-face {
  font-family: "Shifticons";
  src: url("../fonts/shifticons.eot?v=3"); /* IE9 Compat Modes */
  src: url("../fonts/shifticons.eot?v=3#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/shifticons.woff?v=3") format("woff"), /* Modern Browsers */
       url("../fonts/shifticons.ttf?v=3")  format("truetype"), /* Safari, Android, iOS */
       url("../fonts/shifticons.svg?v=3#Shifticons") format("svg"); /* Legacy iOS */
}

/* Shifticon styles */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: Shifticons;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  text-decoration: inherit;
  padding-right: .25em;
  -webkit-font-smoothing: antialiased;
}

	/* Order-specific styles */
	.twindex .down .icon-arrow:before { content: ""; }
	.twindex .up .icon-arrow:before { content: ""; }
	.icon-info:before { content: "";  }
	.icon-users:before { content: ""; font-size: 1.5em; }
	.icon-user:before { content: ""; }
	.icon-list-bulleted:before { content: ""; }
	.icon-bar-chart:before { content: ""; }
	.icon-clock:before { content: ""; }

	/* IE8 */
	@media \0screen\,screen\9 { body:hover{} }

/* TWT */
.twt-tweet .entry-content a,
.twt-tweet .entry-content b {
  color: #08C !important;
}

.twt-tweet .entry-content a:hover,
.twt-tweet .entry-content a:hover b,
.twt-tweet .entry-content a:focus,
.twt-tweet .entry-content a:focus b {
  color: #09c !important;
  text-decoration: underline !important;
}

/* Announcement */

.announcement {
	background: #0D2537;
	padding: 15px 0;
	-webkit-box-shadow: inset 0 -8px 18px -6px #061621;
	text-align: center;
	border-bottom: 1px solid #111;
	line-height: 1.2em;
}

.announcement .short { display: none; }
.announcement img { width: 28px; opacity: 0.8; margin-right: 4px; }

/* Responsive */

@media (min-width: 768px) and (max-width: 979px) and (max-device-width: 1000px) {
	.announcement { font-size: 0.85em; }
}

@media (max-width: 767px) and (max-device-width: 1000px) {
	.hero { 
		margin-left: -20px; 
		margin-right: -20px;
		padding-left: 20px; 
		padding-right: 20px;
		background: url(../img/bg-star.png) center 25px repeat-x;
	}

	#masthead img { width: 20% !important; }

	h1 { 
		background: transparent;
	  -webkit-text-fill-color: #fc0;
		color: #fd0 !important;
		font-size: 20px;
		letter-spacing: 1px; 
		line-height: 24px; 
	}

	.party {
		float: left;
		width: 48%;
		padding: 0 1%;
	}

	.candidate h2 { font-size: 22px !important; line-height: 22px; margin-bottom: 0; }
	.twindex,
	.twindex.zero,
	.twindex.single { min-width: 0 !important; width: auto !important; margin: 10px !important; }
	.twindex .twindex-no { float: none; line-height: 60px; margin-bottom: 5px; }
	.twindex .indices { float: none; min-width: 0 !important; width: 150px; margin: 0 auto 10px auto !important; }

	.obama .twitter-follow-button { width: 146px !important; }
	.romney .twitter-follow-button { width: 135px !important; }

	.content { 
		margin-left: -20px; 
		margin-right: -20px;
		padding-top: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.twindex .even .icon-arrow:before { content: ' '; width: 8px; }

	.latest-news { width: 440px; }

	.insights { margin-top: 0; }

	/* Special Nav */

	.insights h2 {
		display: block;
		width: 90%;
		padding: 2px 5%;
		text-align: left;
		font-size: 20px;
		margin-bottom: 20px;
		border: 1px solid #083F5E;

		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background-color: #193346;

		-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);

		background: #b7deed; /* Old browsers */
		background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #21b4e2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#21b4e2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#21b4e2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#21b4e2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#21b4e2 100%); /* IE10+ */
		background: linear-gradient(to bottom, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#21b4e2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#21b4e2',GradientType=0 ); /* IE6-9 */
		}

		.insights h2 span.insight-name {
			display: inline-block;
			width: 90%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.insights small {
			display: block;
		}

		.insights h2:after {
			float: right;
			font-family: Shifticons;
		  font-style: normal;
		  font-weight: normal;
		  font-size: 16px;
		  line-height: 36px;
		  display: inline-block;
		  vertical-align: middle;
		  content: "";
		  -webkit-font-smoothing: antialiased;
		  -webkit-transform: rotate(90deg);
		}	

	.nav {
		display: none;
	}

	.long { display: none; }
	.short { display: block !important; }
	.announcement { margin: 0 -20px; padding: 5px 10px; font-size: 0.85em; }
}

@media (max-width: 479px) and (max-device-width: 1000px) {
	.twitter-show-screen-name { display: none; }
	.twindex-explained { display: block; }
	.twindex i,
	.twindex .since,
	.twindex .change { float: none; }
	.twindex i { margin-left: 5px; }
	.twindex .since { display: block; text-align: center; margin-top: 5px; }
	.twindex .indices { min-width: 0 !important; width: 90px; }

	.obama .twitter-follow-button,
	.romney .twitter-follow-button { width: 58px !important; }
	
	.powered-by-partners img { height: 35px; }

	.latest-news { width: 300px; }
	
	.insights, .featured-accounts-block { padding: 20px; }
	.chart-by-topsy img { height: 15px; }
	
	.nav { margin-left: 20px; margin-right: 20px; }

	.content { 
		padding-left: 0;
		padding-right: 0;
		margin-left: -30px;
		margin-right: -30px;
	}
}

/* IE6 */

* html .party { float: left !important; margin-top: 20px; }

