@charset "utf-8";
/* ----------------------------------------------------- Global Declarations */

* { margin:0; padding:0; }

body { 
	background: #FFCCAA url(../images/orange_bg.png) top left repeat-x;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

a img { 
	border:0 none; 
}

a:link, a:visited {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: url(../images/logo.png) center top no-repeat;
	height : 60px;	
}

#header-post {
	background: url(../images/logo.png) right top no-repeat;
	height : 60px;	
}

#footer {
	margin-top: 40px;
	color: #aaaaaa;
	font-size: 0.9em;
	text-align: center;
}

#content {
}

#thumburl {
	float: left;
	margin: 0 10px 10px 10px;
}

#post {
	background: #ffffff url(../images/content_bg.png) top left repeat-x;
	margin: 0 auto;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #dddddd;
}

#post h1 {
	padding-left: 40px;
}

.timeposted {
	color: #aaaaaa;
	font-size: 0.9em;
	text-align: right;	
}

.timestamp {
	display: none;
}

.center {
	text-align: center;
}

.clear {
	clear : both;
}

#results {
	padding: 20px;
	padding-left: 28px;
	font-family: arial,sans-serif;
}
#results a {
	text-decoration: underline;
}

#results ul li {
	list-style: none;
	font-size: 11px;
	margin-bottom: 15px;
}
#results .sb_tlst {
	font-size: 12px;
}
#results ul li li{
	margin: 0px;
}
.links {
	float: right;
	width: 535px;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-top: 20px;
}
.links ul {
	padding-left: 30px;
}

.sresults {
	float: left;
	width: 355px;	
}
.gads {
	padding-left: 20px;
}
.all_cities {
	height: 300px;
	overflow: auto;
}