/* override 960.css */
.search .grid_4 {
    width:310px;
    margin-right:0;
}

/* containers */
body { 
    font-size:62.5%; background-color:#fff; 
}
.container { 
    background-color:#f8f8f8; 
}
.header #divSearch,
.header .input {
    float:left;
}
.header #divSearch {
    margin:20px 0 0 0;
}
#txtSearch {
    width:400px;
}
#btnSearch {
	width:140px;
}
#divExplain {
	clear:both;
	margin-left:10px;
}
#btnMore {
	width:200px;
}
#btnClear {
	width:90px;
}
#btnSearch,
#btnMore {
    background:#FF5959 none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 0 0 6px;
	font-size: 1em;
}
#btnClear {
	background:#52C4A8 none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 0 0 10px;
	font-size: 1em;
}
#more {
	text-align:center;
}
#more input {
	float:left;
}
#stats {
	font-size:0.8em;
	padding:0 6px;
}
#stats .query {
	font-weight:bold;
	display:inline;
	font-size:1.2em;
}
.main {
    margin-top:10px;
    margin-bottom:10px;
}
.left {}
.right {}
.bg_red {
    background-color:#FF5959;
}
.bg_blue {
    background-color:#52C4A8;
}
div.pad { 
    padding:10px; 
}

/* img thumbnail container */
.container_thumb {
    width:93px;
    height:93px;
    margin:0 10px 10px 0;
    float:left;
    display:table;
    text-align:center;
    /* ie6 vertical align */
    #position: relative;
}
.container_thumb .box {		    
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    /* ie6 vertical align */
}
.container_thumb .box img {
	max-width:73px;
	max-height:73px;
	/* just fix dimensions in ie6 */
	width:expression("73px");
    height:expression("73px");
	padding:9px;
	background-color:#fff;
}
.container_thumb .box img.red {
    border:1px #FF5959 solid;
}
.container_thumb .box img.blue {
    border:1px #52C4A8 solid;
}
.container_thumb .box a {
    border:0;
}
.dummy_thumb {
	visibility:hidden;
}

/* full image container */
.container_image {
    width:600px;
    padding:10px;
    overflow:hidden;
    margin-bottom:30px;
}
.loading_box {
	margin-bottom:0px;	/* override */
}
.container_image img.full {
    max-width:580px;
    max-height:480px;
    width:expression(this.width > 580 ? "580px" : "auto");/*  expression(this.width > 580? "580px" : "auto"); */
    /*height:expression((this.width < 580 && this.height > 480) ? "480px" : "auto");*/
    padding:10px;
    background-color:#fff;
    display:block;
}
.container_image .tweet {
    margin-top:10px;
}
.container_image .tweet img.avatar {
    width:48px;
    height:48px;
    padding:10px 0 10px 10px;
    background-color:#f8f8f8;
    float:left;
}
.container_image .tweet div.tweet_text {
    width:522px;
    min-height:48px; /* be at least as tall as the avatar div */
    height: expression(this.height < 48 ? "48px" : "auto");
    padding:10px;
	background-color:#fff;
    float:left;
}
.container_image .tweet div.tweet_text form {	/* PayPal donate button */
    float:left;
}
.container_image .tweet div.tweet_text div.tweet_info {
    margin-top:5px;
}
.container_blue {
    background-color:#52C4A8;
}
.container_red {
    background-color:#FF5959;
}
.container_image .back_to_top {
    float:right;
    background-color:#fff;
    padding: 0 10px 10px 10px;
}
div#errormsg {
	background-color:#fff;
	padding:10px;
	color:#ff0000;	/* bright red */
}

/* LiveFrame galleries */
.loading_box {
	padding-top:0;
	padding-bottom:0;
}
#divGalleryHeader {
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
}
#divGalleryHeader .gallery_box img.avatar {
	width:48px;
	height:48px;
	background-color:#f8f8f8;
	float:left;
}
#divGalleryHeader .gallery_box .gallery_title {
	float:left;
	height:48px;
	line-height:48px;
	margin-left:10px;
	font-size:1.6em;
	overflow:hidden;
}

/* fonts */
a {
	white-space:nowrap;
}
a,
a:hover,
a:active,
a:visited {
	color:#A8297A;	// purple
}

a.img_link,
a.img_link:hover,
a.img_link:active,
a.img_link:visited {
	border:0;
	text-decoration:none;
}

strong {
	font-weight:bold;
}

span.alert {
	color:#ff0000;
}

span.underline {
	text-decoration:underline;
}

span.nobr {
	white-space:nowrap;
}

.container,
.footer_container {
    font-family: Arial;
	color: #88917e;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	/*letter-spacing: -1px;*/
	line-height: 1.2em;
	font-size: 1.6em;
	font-weight: normal;
}
.container a {
	text-decoration:none;
}
.container a:hover,
.container a:active {
	text-decoration:underline;
}
.header h1.title {
	cursor:pointer; /* link back to index */
}
h1, h1.title {
    text-decoration: none;
	word-spacing: 0.15em;
	text-align: left;
	letter-spacing: -2px;
	line-height: 1.2em;
	font-size: 3em;
	font-weight: bold;
}
.header h1.title,
.right h1.title {
	float:left;
}
h1.title span.beta {
	font-size:0.2em;
	font-weight:normal;
	letter-spacing:0px;
	padding-left:2px;
}

h2 {
    font-size: 2em;
}
.font_red {color:#FF5959;}
.font_blue {color:#52C4A8;}
.font_purple {color:#A8297A;}
.container_image .tweet div.tweet_text div.tweet_info,
.back_to_top {
    font-family: Arial;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	/*letter-spacing: -1px;*/
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight:normal;
}
/*
.container_image a {
    text-decoration:none;
}
.container_image a:hover,
.container_image a:active {
    text-decoration:underline;
}
*/
.container_blue a,
.container_blue a:visited {
    color:#FF5959;  /* red links */
}
.container_red a,
.container_red a:visited {
    color:#52C4A8;
}
span.small {
	font-size:0.6em;	
}

/* ads */
div.ad {
    width:300px;
    height:250px;
    padding:10px;
    background-color:#fff;
    overflow:hidden;
}
div.ad_big {
    width:336px;
    height:280px;
}
iframe.ads {
	width:100%;
	height:100%;
}
div.hidden-ads {
	display:none;
}

/* float options */
div#divFloatOptions {
	position:absolute;
	z-index:974;
	padding:10px;
	background-color:#f8f8f8;
	white-space:nowrap;
}
div#divFloatOptions a,
div#divFloatOptions a:hover,
div#divFloatOptions a:active,
div#divFloatOptions a:visited {
	color:#A8297A;	// purple
}

/* index page */
#index h1.title {
    text-align:center;
    padding-top:30px;
}
h2 {
	font-size:1em;
}
#index {
	background-color:#f8f8f8;
    text-align:center;
}
#index,
#footer {
	margin-left:0;
	margin-right:0;
	padding:10px;
}
#index a,
#index a:visited,
#footer a,
#footer a:visited {
	color:#52C4A8;
	text-decoration:none;
}
#index a:hover,
#footer a:hover {
	text-decoration:underline;
}
#index #divSearch, 
#index div.trends {
	padding:30px 0 0 0;
	width: 600px;
    margin:0 auto;
}
#divSearchHelper {
	text-align:left;
	font-size:0.6em;
	padding:0 0 0 22px;
}
div.trends, div.features {
	padding:22px 0 0 0;	/* override */
    font-size:0.85em;
    line-height:1.6em;
}
div.features {
	margin-bottom:50px;
}

/* footer */
#footer {
	background-color:#f8f8f8;
    font-size:0.85em;
    margin-top:30px;
    margin-bottom:30px;
}
#footer .left {
	margin:10px 0 10px 10px;
}
#footer .mid {
	margin:10px;
}
#footer .right {
	margin: 10px 10px 10px 0;
}
#footer hr {
	border:0;
	background-color:#88917e;
	color:#88917e;
	height:1px;
}
#footer .left img {
	position:absolute;
}
#footer .left span.title {
	margin-left:20px;
}
#footer span.heart {
	font-size:1.4em;
	line-height:0.8em;
}
#footer span.phone {
	font-size:1.2em;
	line-height:0.8em;
}

#footer a,
#footer a:hover,
#footer a:active,
#footer a:visited {
	color:#A8297A;	// purple
}

#divBottomLinks {
	/*margin-top:30px;*/
	padding:10px 10px 10px 10px;
	text-align:center;
}

/* about */
.about a,
.about a:hover,
.about a:active,
.about a:visited {
	color:#A8297A;	// purple
}

.about {
    font-size:0.85em;
    margin-top:20px;
}
.about h2 {
	font-size:1.2em;
	margin-bottom:10px;
}
.about p {
	margin:0px 10px 10px 10px;
	line-height:1.6em;
}
.about img.avatar {
	float:left;
	margin: 0 10px 0 0;
}

.about img.screenshot {
	background-color:#ccc;
	padding:10px;
	display:block;
	margin: 10px 0;
}
.about table {
	margin:0px 20px;
}
.about table td {
	padding:2px 10px;
}
