@charset "utf-8";
/* CSS Document */

/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*RESET*/


body 
{	
	background:#E4EFF1;

	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 14px;
}

h1
{
font-size:28px;
padding: 0 0 0 10px;
}

h2
{
font-size:19px;
}

a
{
color: #666;

}

#page
{
	//background-image:url('assets/images/16_col.gif');
	//background-color: #fff;
	//border: 1px solid #ccc;
	width: 960px;
	margin: auto;	
}


#header
{
//background-image:url('assets/images/header.jpg');
color: #fff;
background: #1EBFF5;
overflow: auto;
height:47px;
padding: 7px 0 0 10px;
margin-bottom:10px;

-moz-border-radius: 0  0 7px 7px;
-webkit-border-radius: 0  0 7px 7px;

}

#identity
{

width: 200px;
float:left;
}

#tagline
{
margin-top:-4px;
}

#location
{
width: 700px;
float:left;
font-size:19px;
}

#location_country, #location_state, #location_city
{
float:left;
margin-right:20px;
}

select
{
border:0;
color: #666;
hover: #c00;
width: 170px;
display:inline;
}

select hover
{
background: #c00;
}

#states, #towns, #location_go
{
display: inline;
}

#sharing
{
background: blue;

float:left;
}

#sharing li
{
display: inline;
}

.column
{
float:left;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

#column_left
{
overflow:auto;
width:220px;
padding:0px;
margin: 0 0 0 10px;
}

#search
{
overflow:auto;
}

#search input
{
font-size:20px;
color: #666;
border:1px solid #ccc;
width:210px;
padding: 0 0 3px 3px;
float:right;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}


button
{
margin: 5px 0 10px 0;
border: 1px solid #ccc;
height:30px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
cursor:pointer;
color: #666;
background-color:#FFFF7D;
font-size:14px;
}

button:hover, #search button:hover, #distance_form button:hover
{
    background-color:#FFDF7D;
    border:1px solid #C6D880;
    color:#666;
}


#search button, #distance_form button
{
margin: 5px 0 10px 0;
border: 1px solid #ccc;
height:30px;
}


#column_center
{
background: #fff;
overflow:auto;
width:340px;
margin:0 0 0 20px;
padding: 0;
}

#column_right
{
background: #fff;
overflow:auto;
width:340px;
margin:0 0 0 20px;
padding: 0;
}

.box
{
background: #fff;
margin: 10px 0 10px 0;
padding: 10px;

}

.trends
{
background: #fff;
margin: 0 0 10px 0;
padding: 0 0 10px 0;

}

.trends li
{
background: white;

}

.trends li a
{
display: block;
text-decoration: none;
padding: 7px 0 7px 10px;
//border-bottom: 1px #E4EFF1 solid;
outline: none;
}

.trends li a:hover
{
background: #efefef;
}


.box_header
{
background: #1EBFF5;
color: white;
-moz-border-radius: 7px 7px 0 0;
-webkit-border-radius: 7px;
padding: 7px 10px 7px 10px;
}

.tweet
{
border-bottom:1px solid #f8f8f8;
background: #fff;
margin: 1px 0 1px 0;
overflow: auto;
padding: 10px 0 10px 0;
}

.tweet_info, .tweet_info a
{
font-size:12px;
color: #bbb;
}

.tweet_right
{
width:200px
background: #c00;
overflow:auto;
}

.tweet.special
{
border-bottom:1px solid #f8f8f8;
background: #E6EFC2;
margin: 1px 0 1px 0;
overflow: auto;
padding: 10px 0 10px 0;
}



.tweet img
{
background: white;
height:36px;
width:36px;
border: 1px solid #666;
float: left;
padding: 1px;
margin-right:5px;
}

.box_bottom a
{
display: block;
padding: 7px 0 7px 0;
background: lightyellow;
text-align: center;
border:1px, red;
outline: none;

}

.box_bottom a:hover
{
background: #E6EFC2;
}

#distance_form input
{

float:left;
border:0px;
}

.distance_label
{
width:70px;
float:left;
}

#columns
{
overflow:auto;
}

#footer
{
padding: 20px;
width: 960px;
overflow:auto;
margin:auto;
}
#banners
{

text-align:center;
margin-bottom:10px;
}
