/*
 * Mobile CSS file (for the site)
 *
 * Copyright (c) 2007 likeorhate.com
 */

body {
	margin: 0;
	padding: 0;
	background: #B4D1EE;
	font-family: arial, sans-serif;
	color: #222222;
	font-size: 16px;
}

img {
	border-style: none;
}

h1 {
	text-align: left;
	font-size: 26px;
}

h2 {
	text-align: left;
	border-bottom: 0px solid black;
	font-size: 20px;
	margin: 10px 0 2px 0; 
	padding-left: 20px; 
}

h3 {
	font-size: 18px;
}

hr {
	clear: both;
}

a {
	color: #35a;
}

a:visited {
	color: #033;
}

a:hover {
	color: #f00;
}

a.no_underline {
	text-decoration: none;
}

pre {
	font-size: small;
}

button.cleanbutton {
    border: 0px solid;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#header {
	width: 240px;
	text-align: center;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	padding-bottom: 5px;
}

#header #logo {
	display: block;
	margin: 0;
	width: 100%;
	text-align: left;
	height: 65px;
}

#header #logodiv {
	width: 240px;
	height: 65px;
}

#logobeta {
	display: none;
	position: relative; 
	top: -60px; 
	left: 450px;
	width: 60px;
}

#logoimage {
	width: 240px;
	height: 65px;
}

#header #slogan {
	color: #fff; 
	margin-top: 3px; 
	font-size: 18px; 
	width: 100%; 
	font-weight: bold; 
	text-align: right; 
	vertical-align: center;
	display: none;
}

#header #links {
	background-color: #252b4e;
	display: block;
	width: auto;
	padding: 0.1em;
}

#header #links ul {
	font-weight: bold;
	margin: 0em auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

#header #links li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 0.5em;
	border-right: 0px solid black;
}

#header #links li:hover {
/*
	background-color: #777777;
*/
	background-color: #cccccc;
}

#header #links li:hover a {
/*
	background-color: #777777;
	color: #000000;
*/
	background-color: #cccccc;
	color: #252b4e;
}

#header #links li.last {
	border: none;
}

#header #links a {
	color: #fff;
	text-decoration: none;
}

#header #links a:hover {
	color: #252b4e;
	text-decoration: none;
	/* text-decoration: underline; */
}

#header #search {
	background-color: #252b4e;
	display: block;
	width: auto;
	padding-top: 2px; padding-bottom: 4px;
}

#header #search input {
	color: #252b4e;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 0px solid;
}

#header #search input:hover {
	color: #33000;
	background-color: #FFFFFF;
}

#header #search span {
	color:#FFFFFF;
	font-weight:bold;
}

#footer {
	width: 240px;
	text-align: center;
	margin: 0 auto;
}

.skiplink {display:none}

#contents { 
	margin: 0 auto;
	margin-top: 5px;
	min-width: 240px;
	/* width:expression(document.body.clientWidth < 750? "750px": "auto" );*/
	width: 240px;
	/* background-color: #fff; */
	/* border: 2px solid black;*/
}

#buttons ul {
	font-style: italic;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

#buttons li {
	display: inline;
	line-height: 150%;
	list-style-type: none;
	padding: 0 1em 0 1em;
	border-right: 1px solid black;
	background-color: #EEE;
}

#buttons a {
	color: #000;
	text-decoration: none;
}

#buttons a:hover {
	color: #F93;
	text-decoration: underline;
}

#login {
	margin: 0 auto 0 auto;
	font-size: small;
}

#login-inner {
	float: left;
	max-width: 180px;
	text-align: right;
}

#login form {
	min-width: 6em;
}

#login form .sized {
	font-size: 90%;
}

#gutter {
	float: left;
	width: 1%;
	height: 1px;
}


#topcol {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#leftcol {
/*	float: left;
	width: 31%;
	margin-bottom: 10px; */
}

#centercol {
/*	float: left;
	width: 31%;
	margin-left: 2%; 
	margin-top: 0px; */
}

#rightcol {
/*	float: left;
	width: 31%;
	margin-left: 2%;
	margin-bottom: 10px; */
}

#aboutmain {
	font-size: 60%;
	margin: 0px;
	padding: 0px;
	/*background-color: #eee;*/
	border-bottom: 0px solid black;
}

#about {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color: #eee;*/
	border-bottom: 0px solid black;
}

.third {
	float: left;
	width: 30%;
	margin-left: 2%;
	margin-bottom: 10px;
}

div.leftbar {
	width: 50%;
	float: left;
}

div.rightbar {
	width: 49%;
	float: right;
}

li.info1 {
	padding: 0em 1em 0em 1em;
	list-style: none;
	background-color: #DDD;
}

li.info2 {
	padding: 0em 1em 0em 1em;
	list-style: none;
	background-color: #EEE;
}

tr.info1 {
	background-color: #DDD;
}

tr.info2 {
	background-color: #EEE;
}

dt {
	font-weight: bold;
}

div.main {
	margin-left: auto;
	margin-right: auto;
}

div#tag_cloud {
	margin: 0 auto;
	text-align: center;
	background-color: #EEF2F7;
	width: 70%;
	border: 1px solid black;
}

div#tag_cloud h1 {
	border-style: none;
	margin-top: 0px;
}

td.key {
	width: 30%;
	text-align: right; 
	font-size: 100%; 
	font-weight: bold;
}

td.value {
	width: 70%;
	text-align: left; 
}

#iconlegend {
	width: 16em;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

#searchresults {
	font-weight: bold;
	width: 100%; 
	clear:both; 
	padding: 15px 0px; 
}

.error {
	color: #F00;
	font-size: 200%;
}


.menu div {
	clear: both;
	height: 1em;
}

.menu ul {
	background-color: #252b4e; /*#000;*/
	color: #77779f; /*#ddd;*/
	font-size: 90%;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

.menu li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 1em;
	border-right: 1px solid white;
	font-weight: bold;
}

.menu li.last {
	border: none;
}

.menu a {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover {
	color: #DDDDFF;
	text-decoration: none;
}

.usermenu ul {
	font-size: 110%;
	margin: 1em auto;
	padding: 0;
	text-align: left;
	list-style: none;
}

.usermenu li {
	display: inline;
	list-style-type: none;
	padding: 0 1em 0 1em;
	font-weight: bold;
	float: left;
	width: 130px;
}

.usermenu a {
	color: #000;
	text-decoration: none;
}

.usermenu a:hover {
	background-color: #cccccc;
	color: #252b4e;
	text-decoration: none;
}


div.loh_centered_data {
	margin: 0 auto;
	text-align: center;
}

table.loh_centered_data {
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	border: 0px dotted #000;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

table.block_loh_centered_data {
	margin: 0.4em auto;
	text-align: center;
	border: 1px dotted #000;
	padding-left: 2em;
}

input:focus,textarea:focus {
	background-color: #f7f2d0;
	color: #000000;
}

.note, span.explanation {
	width: 100%;
	font-weight: normal;
	font-width: 90%;
	font-style: italic;
}

span.field {
	font-width: 110%;
	font-weight: bold;
}

div.thing, div#comments {
	overflow: hidden;
	width: 350px;
	border: 0px;
	text-align: left;
}

.supersized {
	width: 66%;
	float: left; 
	padding-right: 1%;
}

.supersized div.thing, .supersized div#comments {
	width: 510px;
}

.supersizedbar {
	width: 32%;
	float: right; 
}

.thing .rating {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 20px;
}

.votenumbertitle {
	width: 100%;
	font-size: x-large;
	text-align: center;
	margin-bottom: 10px;
}

.votenumbertip {
	width: 100%;
	font-size: medium;
	text-align: center;
}

.textovervotebutton {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}
.textovervotebutton:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.uservote {
	margin: 1px; 
	visibility: hidden;
	float: left;
}

.votenumber {
	float: left;
	width: 300px;
	background-color: transparent;
}

.votebigbutton {
	float: left;
	width: 100px;
	background-color: transparent;
	margin-right: 2px;
}

.votenumber .number {
	position:absolute;
	top: 5px;
	left: 120px;
/* can't use right or bottom: doesn't work in IE6
	right:0;
*/
	z-index: 10;

	background-color:transparent;
	
	font-size: 20px;
}

.votenumber .container {
	height: 30px; position: relative; width: 100%;
}
/*
	background-color: white;
*/

.score {
	display: inline;
}

.thing .image {
	width: 100%;
	text-align: center;
}

.thing .label {
	width: 100%;
	color: #000;
}

.thing .label a {
	color: #000;
	text-decoration: none;
}

.thing .label a:hover {
	/*color: #444;*/
}


.thing .tags {
	background-color: #CCC;
}

.thing .link {
	background-color: #000;
	color: #fff;
}

.thing .link a {
	color: #88f;
}

.thing .link a:hover {
	color: #f88;
}


.tabsd {
	left: 0px; top: 49px; 
	width: 100%;  height: 80%;
	margin: 20px 0px; 
	padding: 0px;
}


/*
.tabsd .tablist ul {
	font-weight: bold;
	margin: 0.8em auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

#header #links li {
	display: inline;
	list-style-type: none;
	padding: 0 2em 0 2em;
}
*/

.tabsd ul.tablist { /* general settings */
	text-align: left;
	margin: 1em 0 0 0; /* set margins as desired */
	/*border-bottom: 1px solid #6c6; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

.tablist li.tab {
	display: inline;
	float: left;
}

.tablist li.tab:hover {
	background-color: #D0D0FB;
}

.tablist li.tabsel {
	float: left;
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
.tablist li a:hover, .tabsd li.tabsel:hover {background-color: #D0D0FB;}

.tabsd .tabsel a {
	text-decoration: none; 
	color: black;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
	position: relative;
	top: 1px;
	background-color: #fff;
}

.tablist li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #cfc; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 2px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	white-space: nowrap;
}


/*
.tabsd ul.tablist {
	left: 10px; top: 3px;

	background-color: transparent;
	list-style: none;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.tabsd li.tab {
	display: inline;

	margin: 0px;
	padding: 2px 1em 2px 1em;
	border-right: 0px solid black;

	background-color: transparent;

	list-style-type: none;
}
.tabsd li.tab:hover {background-color: #D0D0FB;}
.tabsd .tab a {text-decoration: none; color: #8080B0;} */
/*.tabsd .tab a:hover {color: #FFFFFF;}*/
/*
.tabsd li.tabsel {
	display: inline;

	margin: 0px;
	padding: 2px 1em 2px 1em;
	border-right: 0px solid black;

	background-color: #A0A0CB;
	
	list-style-type: none;
}
.tabsd li.tabsel:hover {background-color: #D0D0FB;}
.tabsd .tabsel a {text-decoration: none; color: black;}
*/

.tabsd .moretabs {
	display: inline;

	margin: 2px;
	padding: 1px;
	padding-left: 4px;

	font-size: 12px;
	font-weight: bold;
	color: #A0A0CB;
	background-color: transparent;
	cursor: pointer;
}

.tabsd .tablist_row2 {
	position: absolute;
	width: 100px;
	display: none;
	z-index: 999;

	background-color: #FFFFFF;
	border: 1px solid #A0A0CB;
	
	margin: 4px;
}
.tabsd .tablist_row2 .tabsep {
	display: none;
}
.tabsd .tablist_row2 .tab {
	display: block;

	margin: 2px;
	padding: 1px;
	padding-left: 4px;
	padding-top: 2px;

	font-size: 12px;
	font-weight: bold;
	color: #A0A0CB;

	background-color: #FFFFFF;
	cursor: pointer;
}

.tabsd .tabcontent {
	width: 100%;
	border: 1px solid #6c6;
	overflow:auto;
	max-height: 500px;
}

/*
max-height: 300px;
*/

/*#prevMedia {
	float: left;
	width: 16px;
	height: 100%;
	margin: 0 -10px;
}

#prevMedia a {
	position:absolute;
	top:0;
	bottom:0;
	margin: auto 0px;
	z-index: 10;
	text-decoration: none;
	background-image: url('/images/prevMedia.png') no-repeat;
}

#prevMedia a:hover {
	z-index: 10;
	background-image: url('/images/prevMediaHover.png');
}

#nextMedia {
	float: right;
	width: 20px;
	height: 100%;
	margin: 0;
}

#prevMedia img, #nextMedia img {
	position:absolute;
	top:0;
	bottom:0;
	margin: auto 0px;
	z-index: 5;
} */

.loh_smallthing {
	width: 190px; /* fix ALL smallthingwidth */
	margin: 1px auto 1px auto;
	word-wrap: break-word;
	overflow: hidden;
	text-align: left;
	background-color: #f0f0f0;
}

.loh_smallthing .title {
	width: 100%;
	clear: both;
	margin-bottom: 2px;
}

.loh_smallthing .title a {
	font-weight: bold;
	color: #353;
	text-decoration: none;
}

.loh_smallthing .title a:hover {
	font-weight: bold;
	color: #6b6;
}

.loh_smallthing .thumb {
	float: left;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin-right: 3px;
	overflow: hidden;
}

div.clickvote {
	position: relative;
	clear: left;
	padding: 1px;
	width:100%;
}

a.aclickvote {
	text-decoration: none;
}

.loh_smallthing div.clickvote:hover {
	border: 1px dashed black;
	padding: 0px;
	color: #00f;
}

.loh_smallthing .description {
	float: left;
}

.loh_smallthing img.iconvote {
	width: 12px;
	height: 12px;
	z-index: 5;
	float: left;
	display: inline;
	margin-right: 2px;
}

.loh_smallthing .votebar {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}

.loh_smallthing .votehint {
	font-size: small;
	visibility: hidden;
}
.loh_smallthing .loh_votebarvotes {
	font-size:12px;
	font-weight:bold;
	position: absolute;
	top:0px;
	left: 18px;
	z-index: 5;
	margin: 0 auto;
	text-align: left;
	color: #021;
}
.loh_smallthing .loh_votebarvotes:hover {
	color: #00f;
}

.loh_smallthing span.iconuservote {
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	padding: 0px;
	z-index: 5;
}

.loh_smallthing img.iconuservote {
	display: none;
}

.thingthumb {
	vertical-align: middle;
}

ul.thumbs { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	border-collapse: collapse; 
	/*display: table; */
}

ul.thumbs li {
	width: 190px; 
}

ul.thumbs li.bkg0 { 
	float: left;
}
ul.thumbs li.bkg1 { 
	float: left;
}
ul.thumbs li.bkg2 { 
	float: left;
}

/*
	float: right;
	clear: right;
	display: table-cell;
ul.thumbs li.bkg0 { 
	/ *background-repeat: repeat-y;* /
	/ *background-color: #ddd;* /
	border: 0px #ddd solid;
}
ul.thumbs li.bkg1 { 
	border: 0px #ddd solid;
	/ *background-color: #fff;* /
 }
	height: 150px;
*/

.multiline li, .multiline ul li {
	margin: 10px 0px 10px 30px;
	width: 190px; /* fix ALL smallthingwidth */
}

.thumb100 li {
	height: 100px;
	margin:2px;
	float: left;
}

.bordered li {
	border: 1px solid #ddd;
}

/* .thingthumb:hover{
	vertical-align: middle;
	height: 150%;
	width: 150%;
	z-index: 3;
} */

div#help {
	margin: 0 auto;
	width: 90%;
	padding: 10px;
	background: #EEE;
}

.adsense-vertical {
	float: left;
	width: auto;
	display: block;
}

.adsense-horizontal-block {
	width: 470px;
	height: 18px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 15px;
}

.adsense-horizontal-links {
	width: 730px;
	height: 92px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 15px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.topbox {
	width: 100%;
	font-size: 1px;
}

div.middlebox {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index: 0;
	position: relative;
}

img.middlebox {
	height: 100%;
	width: 100%;
	z-index: -1;
	line-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	font-size: 1px;
}

div.bottombox {
	width: 100%;
	font-size: 1px;
}

.textovervotebutton {
	position: relative;
	color: #fff; 
	font-size: 16px;
	font-weight: bold;
	float: center;
	width: 100px;
	height: 35px;
	margin: 0;
	padding: 0;
}

.textovervotebutton a {
	color: #fff;
	line-height: 35px; 
	text-decoration: none;
}

.textovervotebutton a.like:hover {
	color: #050;
}

.textovervotebutton a.whatever:hover {
	color: #660;
}

.textovervotebutton a.hate:hover {
	color: #700;
}

.xfn dd {
	display:inline;
	white-space: nowrap; 
}

div.loh_userinfo {
	position:absolute;
	height: 20px;
	width: 20px;
	display: inline;
}

.tooltip {
	background-color:#F5F5B5;
	border:1px solid #DECA7E;
	color:#303030;
	font-family:sans-serif;
	font-size:12px;
	line-height:18px;
	padding:10px 13px;
	text-align:center;

	position:absolute;
	top: 0px;
	left: 0px;

	z-index:6000;
}

#dialogsearchresults {
	max-height: 400px;
	overflow: scroll;
}

.top_bar {
	position:fixed; 
	top:2px; 
	left:0px; 
	width:100%; 
	z-index:999;

	display:none;

	border:1px solid #888; 
	padding:5px; 

	color:#fff; 
	background:rgb(123,187,255);
	filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;

	text-align:center; 
	font-weight:bold; 
}

.topnotice {
	width: 99%;
	background-color: #FCC;
	border: 3px solid #F00;
	padding: 3px;
	margin-bottom: 5px;
}
