body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: baseline;
}

select, input, textarea {
	font-size: 100%;
	font-family: inherit;
}

*:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	background-color: transparent;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	font-size: 16px;
	font-family: Geneva, Arial, Sans-Serif;
	padding: 0;
	margin: 1em 0;
	min-width: 960px;
	background: #2a9dd6;
}

h1, h2, h3 {
	padding-bottom: 0.5em;
	color: #333;
}

h2 {
	font-size: 100%;
}

p {
	line-height: 1.4em;
	padding-bottom: 0.5em;
}

blockquote {
	margin: 1em;
	padding: 0.5em;
	border: 1px dashed #ccc;
}

textarea {
	font-family: Lucida Grande, Arial, Sans-Serif;
}

input {
	font-size: 100%;
	margin: 0;
}

a {
	color: #FF8C00;
	text-decoration: none;
}

.follow {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	list-style-type: decimal;
	padding-left: 2.5em;
}

.titlelink {
	font-size:36px;
	color:#0066CC;
	}

a.titlelink:hover {
text-decoration:none;
}

/* GLOBAL LAYOUT: MAIN PAGE DIVS */

#pagecontainer {
	position: relative;
	left: 50%;
	width: 980px;
	margin-left: -31em;
	background-color: #fff;
	padding: 1em;
}

#header {
	position: relative;
	margin-bottom: 2em;
}

#topmenu {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}

#topmenu li {
	font-size: 75%;
	float: left;
	padding: 0 1em;
}

#topmenu li+li {
	border-left: 1px solid black;
}

#main {
	position: relative;
	overflow: hidden;
	min-height: 30em;
	background-color: #fff;
	color: #333;
}

#footer p {
	font-size: 70%;
	text-align: center;
	color: #aaa;
	margin-top: 1em;
}

.infodata {
	padding: 0.5em;
	overflow: hidden;
	margin-bottom: 0.5em;
	background-color: #ecf2e8;
	border: 1px solid #548928;
}

.datatable td {
	padding: 5px 10px 5px 5px;
	border: 1px solid #eef;
}

/* sidebar */

div#sidebar {
	float: right;
	width: 21em;
	background-color: #fff;
}

div#sidebar div.panel {
	background-color: #ffffFF;
	border: 1px dashed #333;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

div#sidebar div.alert {
	background-color: #FF8C00;
	border: 1px solid #333;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

/* info panel */

div.panel {
	overflow: hidden;
}

div.panel p {
	font-size: 80%;
}

div.panel h2 {
	font-weight: normal;
}

div.panel div.error {
	background-color: #f4cfed;
	color: #ff3333;
	padding: 0.5em;
	font-size: 75%;
	margin-bottom: .5em;
}

div.panel form {
	margin-bottom: .5em;
	overflow: hidden;
}

div.panel label {
	font-size: 80%;
}

div#sidebar div#signin {
	background-color: #99CCFF;
}

div#signup {
	background-color: #fdf4cf;
}

div#signup input#invitation_submit {
	float: right;
}

div#signup div.success {
	background-color: #ecf2e8;
	padding: 0.5em;
}

div#content {
	width: 40em;
	background-color: #fff;
}

div#content img {
	width: 40em;
	height: 26em;
}

div#content div.blurb {
	padding: 0.5em;
	width: 18em;
}

div#content div#one {
	position: absolute;
	top: 0;
	left: 0;
}

div#content div#two {
	position: absolute;
	top: 9.4em;
	left: 29.8em;
	width: 14.1em;
}

div#content div#three {
	position: absolute;
	top: 20.4em;
	left: 10.3em;
	width: 14em;
}

#results {
	width: 200px;
}

.results2 {
	width: 200px;
	margin-right: 0 !important;
}

.rss {
	float: right;
	font-size: 14px;
}

div#sidebar div.ent {
	width: 9em;
}
/*******************************/
#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;
}

#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 #ccc;
}

#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 .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;
}
/*******************************/
.grid {margin:5px}
.grid td {padding:2px}
.stateslist {background-color:#fe8;font-size:80%;font-weight:bold}
.stateslist li {margin-left:5px}
.stateslist li:hover {background-color:#ffb}
.stateslist a {text-decoration:none;color:black}
.stateslist li {border-bottom:1px dashed #bbb}
.citieslist {background-color:#ffb;list-style-type:disc}
.citieslist li {margin-left:25px}
.citieslist a {color: #FF8C00}
.citieslist li:hover {background-color:#ffe}
.resultcount {font-size:12px;color:#070;text-align:right;margin-top:-10px}
.bread {font-size:12px}

.fullcitieslist {background-color:#ffb;list-style-type:disc;font-size:12px;width:305px}
.fullcitieslist td {margin-left:25px; padding-left:10px;font-weight:bold;height:20px}
.fullcitieslist a {text-decoration:none}
.fullcitieslist td:hover {background-color:#ffe; padding-left:13px}
.bread {font-size:12px}

.menuOut {cursor:pointer; margin:0px; background-color:#fe8; color:#000000; width:300px; border-bottom:1px dashed #bbb; padding-left:5px; padding-top:2px; text-align:left; font-size:12px; font-weight:bold; height:16px}
.menuOver {cursor:pointer; margin:0px; background-color:#ffb; color:#000000; width:297px; border-bottom:1px dashed #bbb; padding-left:8px; padding-top:2px; text-align:left; font-size:12px; font-weight:bold; height:16px}
.sub {font-size:12px}