/*-----------------------------------------------------------------------------
Carousel30 			Twitter override stylesheet

version:   			1.0
date:      			10/5/2009
author:    			Andrew Jarvis
email:     			ajarvis@carousel30.com
website:   			http://carousel30.com
-----------------------------------------------------------------------------*/

.notice-seemore {
	display:none;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

div, p, h1, h2, h3, form, table, td, th {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}
  
form {
	display: inline;
}

img {
	border: 0;
}
  
.clearer {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}
  
a:link {
  color: #aa0000;
}

a:visited {
  color: #aa0000;
}

a:hover, a:hover b {
  color: #000;
}

.nv a:visited, .nv a:visited b, a.nv:visited {
  color: #aa0000;
}

.nv a:hover, .nv a:hover b, a.nv:hover {
  color: #000;
}

.lit a:link, a.lit:link {
  color: #aa0000;
}

.lit a:visited, a.lit:visited {
  color: #b649a1;
}

.lit a:hover, a.lit:hover {
  color: #000;
}

.litnv a:link, a.litnv:link {
  color: #aa0000;
}

.litnv a:visited, a.litnv:visited {
  color: #aa0000;
}

.litnv a:hover, a.litnv:hover {
  color: #000;
}
   
#search #searchEntry { 
	width: 330px;
	text-align: center;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
  
#search #searchBox, #search #locationBox {
	width: 320px;
	font-size: 16px;
}

#search #searchOptionsCtrl {
	font-size: 11px;
}

#search #searchOptions {
	margin: 10px auto 0 auto;
	text-align: center;
}

#search #searchOptions table {
	margin: 0 auto;
}

#search #searchOptions th {
	color: #333;
	text-align: right;
	padding: 0 10px 5px 0;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
}

#search #searchOptions td {
	vertical-align: middle;
	text-align: left;
	padding-bottom: 5px;
	font-size: 13px;
}

#search #searchOptions .option {
	width: 125px;
	font-size: 13px;
}

#search #searchButton input {
	margin-top: 5px;
	font-size: 16px;
}

#tabs {
	margin: 40px auto -1px auto;
	width: 123px;
}

#tabs .tab {
	float: left;
	width: 60px;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	padding: 5px 0;
	font-size: 13px;
	color: #777;
	text-align: center;
}

#tabs .tab.active {
	background-color: #eee;
	color: #000;
	font-weight: bold;
	border-width: 1px 1px 0 1px;
}

#header {
 	background-color: #fff;
 	border-bottom: 3px solid #aaa;
	height: 60px;
	display:none;
}

#headerContent {
	width: 795px;
	margin: 0 auto;
	position: relative;
	height: 60px;
}

#header #logo {
	position: absolute;
	top: 8px;
	left: 10px;
}

#header #search {
	position: absolute;
	z-index: 100;
	height: 40px;
	top: 10px;
	left: 195px;
}

#header #searchEntry {
 	display: block;
 	float: left;
 	margin-right: 5px;
}

#header #searchButton {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 40px;
	height: 40px;
}

#header #searchOptionsCtrl {
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
}

#main {
	background-color: #eee;
}

#mainContent {
	width: 795px;
	margin: 0 auto;
	padding: 10px;
}

#footer {
	background-color: #fff;
	border-top: 3px solid #ccc;
	padding: 10px;
	color: #777;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer img {
	vertical-align: top;
}

#footer .copy {
	font-size: 11px;
}

#footer .debug {
}

#footer .debug li {
  display: block;
}

#footer .debug .dump {
  font-family: monospace;
  background-color: #eee;
  border: 2px solid #aaa;
  padding: 8px;
}

.onecol {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	width: 700px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.onecol h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.onecol h2 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.onecol p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 15px;
}

.onecol pre {
	margin-left: 20px;
}

.onecol ul {
	margin-left: 20px;
	padding-left: 20px;
}

.onecol li {
	margin-bottom: 5px;
}

.onecol .update {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ffffcc;
  font-size: 13px;
  line-height: 15px;
}

.onecol .badges {
	margin-left: 50px;
}

.onecol .badges img.badge {
	vertical-align: middle;
	margin-right: 50px;
}

#loading-network h1 {
  font-weight: normal;
}

#loading-network #status {
  height: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#loading-network #tagline {
  float: left;
  font-size: 15pt;
  margin: 10px 0px 0px 10px;
}

#loading-network #status #people-box {
  float: right;
  margin: 5px 5px 0px 0px;
  padding: 5px;
  text-align: center;
  height: 75px;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#loading-network #status #people-box .label {
  font-size: 10pt;
}

#loading-network #status #people-box #people {
  font-size: 20pt;
  padding-top: 3px;
  padding-bottom: 3px;
}

#loading-network #progress-box {
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#search .loc-label {
  font-size: 15pt;
}

#search #geocode-wait {
}

#sysstat {
  text-align: left;
  font-size: 12pt;
  font-family: 'Courier', mono-spaced;
}

#sysstat th {
  padding-top: 8px;
  text-align: center;
}

#sysstat .error {
  color: #f00;
}

#sysstat .warning {
  color: #c60;
}

#sysstat .reason {
  font-size: 10pt;
  padding-left: 10px;
}

#powered .app {
	float: left;
	width: 300px;
	height: 125px;
	margin: 10px 30px 20px 0;
	text-align: center;
}

#powered .app p {
	margin: 10px 30px 0 30px;
}

#reload {
  width: 250px;
}

#reload .left {
  text-align: right;
  padding-right: 5px;
  float: left;
}

#reload .right {
  text-align: left;
  padding-left: 5px;
  float: right;
}

#news {
	margin-bottom: 10px;
}

#news em {
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #ffffcc;
	padding: 2px;
}

#results {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 180px;
	width: 593px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	_width: 573px;
}

#results h2 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
	font-weight: normal;
	display:none;
}

#results h2.nores {
	margin-bottom: 0;
}

#results h2 #timer {
	float: right;
	margin-left: 15px;
	font-size: 13px;
	line-height: 23px;
	color: #777;
}

#results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #fff;
}

#results ul div.thread {
  margin-top: 10px;
  background-color: #eee;
  margin-left: 58px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* IE hack for setting layout */
#results ul div.thread { display: inline-block; }
#results ul div.thread { display: block; }

#results ul div.thread ul {
	border-width: 0;
}

#results li {
	margin: 0;
	border-bottom: 1px dashed #ccc;
	padding: 15px 5px;
    overflow: hidden;
}

#results li div.avatar {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
}

#results li div.avatar a {
	text-decoration: none;
}

#results li div.avatar img {
	width: 48px;
	height: 48px;
}

#results li div.avatar a.from_av {
	display: block;
	width: 36px;
	height: 36px;
}

#results li div.avatar a.to_av {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 22px;
	margin-top: -14px;
}

#results li div.avatar a.from_av img {
	width: 36px;
	height: 36px;
}

#results li div.avatar a.to_av img {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
}

#results li.nested div.avatar {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

#results li.nested div.avatar img {
	width: 36px;
	height: 36px;	
}

#results  li .msg {
	margin-left: 58px;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
}

#results li.nested .msg {
	margin-left: 45px;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 3px;
}

#results li .msgtxt.translated {
	background-color: #ffffcc;
}

#results li .info, #results li .debug {
	margin-left: 58px;
	color: #777;
	font-size: 13px;
}

#results li .location {
	margin: 5px 0 5px 58px;
	font-size: 13px;
	color: #3d9438;
}

#results li .info .source a {
  font-style: italic;
  color: #777;
  text-decoration: none;
}

#results li .info .source a:visited {
  color: #777;
}

#results li .info .source a:hover {
  color: #666;
  text-decoration: underline;
}

#results li .debug {
  padding-top: 5px;
  padding-left: 10px;
}

#results li.nested .info {
	margin-left: 45px;
	color: #777;
	font-size: 11px;
}

#results li.inthread {
	border: 0;
	padding-bottom: 0;
}

#results li.nested {
	padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dashed #ccc;
}

#results li .one_sided_expl {
	margin-top: 5px;
}

#results li img.thread {
	margin-bottom: -5px;
}

#results div.thread li.first {
  border-top: 0px;
}

#results li.featured {
	background-color: #ffffcc;
}

#results .paginator {
	margin: 10px 0;
	text-align: center;
}

#results #pager-bottom.paginator {
	margin-bottom: 0;
}

#sidebar {
	width: 170px;
	float: right;
}

#sidebar .module {
	background-color: #fff;
	color: #777;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-top-left-radius: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 148px;
}

#sidebar .module h3 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#sidebar #share ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar #share li {
	margin: 0 0 10px 0;
	padding: 0;
    color: #000;
}

#sidebar #share li.last {
	margin: 0;
}

#sidebar img.rss {
	margin-bottom: -3px;
}

#sidebar img.twitter {
	margin-bottom: -3px;
}

#sidebar img.lang {
	margin-bottom: -3px;
}

#sidebar #language {
	color: #000;
}

#sidebar #languageSelect {
	margin-top: 10px;
}

#sidebar #languageSelect p {
	color: #777;
	margin-bottom: 5px;
}

#sidebar #language .option, #sidebar #translator .option {
	width: 125px;
	font-size: 13px;
}

#sidebar #translator {
	color: #000;
}

#sidebar #translator span {
  color: #777;
}

#sidebar #translator #transPoweredBy {
	font-size: 11px;
	color: #777;
	margin-top: 5px;
}

.auto-trans {
  margin-top: 5px;
  font-size: 13px;
  color: #3d9438;
}

.nested .auto-trans {
	font-size: 11px;
	margin-top: 3px;
}

#sidebar .list ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .list li {
	margin: 0 0 5px 0;
	padding: 0;
    color: #777;
}

#sidebar .list li.last {
	margin: 0;
}

#sidebar #promo b {
	background-color: #ffffcc;
	padding: 2px;
}

#res-update, #suggest-lang, #alert, #network-cache {
  font-size: 14px;
  margin: 0 0 10px 0;
  font-weight: normal;
  padding: 0 0 0 5px;
  background-color: #ffffcc;
  height: 30px;
  line-height: 30px;
}

#network-cache {
  font-size: 10pt;
  text-align: right;
  background-color: #fff;
}

#new-res-count {
	font-weight: bold;
}

#suggest-lang {
  text-align: center;
}

#new-res-count {
  font-weight: bold;
}

#alert {
	display: none;
	background-color: #fff;
	color: #f25235;
	padding-left: 0;
	line-height: 16px;
	padding-top: 10px;
	margin-bottom: 0;
}

span.expand {
	color: #777;
	font-size: 11px;
	line-height: 17px;
}

#nearmap img {
  width: 146px;
  height: 146px;
  border: 1px solid #ccc;
  display: block;
}

#nearmap p {
	margin-top: 5px;
	color: #777;
	font-size: 11px;
}

#results li.st {
	border: 0;
	background-color: #edf2f8;
}

#results li.st .info .stnote {
	float: right;
	color: #a2b3c7;
}

#spelling {
	margin: 10px 0;
	font-size: 14px;
}

#spelling.nores {
	margin-bottom: 0;
}

#spelling em {
	font-weight: bold;
	font-style: normal;
	color: #c00;
}

#spelling b {
	font-style: italic;
}

#concord .c {
	width:100%;
	margin:0;
	padding:0;
}

#concord .c #main {
	padding:30px 0 0 0;
}

#footer {
	width:100%;
}

.feed-icon {
	display:none;
}

.a #main-menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:90px 0 0 15px;
}

body {
	font-family:'Lucida Grande', 'Lucida Sans', Verdana, Arial!important;
}