/* Global */

* {
	padding: 0;
	margin: 0;
}
img { border: 0; }


/* Main Definitions */

div#search {
	display: block;
	background-color: #333;
	width: 770px;
}

div#search_inner {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	background-color: #333;
	display: block;
}

div#date {
	float: right;
}

div#craigslist {
	display: block;
	margin:0;
}

div#flag { 
	display: block; 
}

div#wrapper_main {
}

div#classifieds {
	display: block;
}
	
div#wrapper_classifieds {
	border: 1px #d6d6d6 solid;
	border-top: 0;
	width: 515px;
	float: left;
}

div#classifieds_l, div#classifieds_m, div#classifieds_r { 
	display: block; 
	float: left; 
	text-align: left; 
	width: 171px;
	border-right: 1px #d6d6d6 solid; 
}

div#classifieds_r { 
	clear: right; 
	width: 170px; 
	border-right: 0; 
}

div.cell { 
	margin: 0 0 25px 0; 
}

#left_side .cell { 
	margin-right: 10px; 
}

div#cities {
	position: relative;
	clear: both;
	margin: 35px 0 70px 0;
	text-align: left;
	width: 800px;
}

div#usa_states{
	width: 250px;
	margin: 2px 0 0 515px;
	text-align: justify;
	padding: 0px;
	border-top: 4px #d6d6d6 solid; 
	padding-top: 7px; 
}

hr { 
	border: 0; 
	line-height: 0; 
	height: 1px; 
	background: #999; 
	padding: 0; 
	margin-top: 0px !important; 
	margin-top: -7px; 
}

.clear { 
	border: 0px; 
	height: 0px; 
	clear: both; 
	width: 0px; 
}


/* Typography */

a, a:visited { 
	text-decoration: none; color: #333; 
}

a:hover { 
	text-decoration: underline; 
}

#date a, #date a:visited { 
	color: #aaa; 
	text-decoration: underline;
	padding-left: 5px; 
}

#date a:hover { 
	color: #ddd; 
	text-decoration: none; 
}

#classifieds a, #classifieds a:visited, #cities a, #cities a:visited, #usa_states a, #usa_states a:visited  { 
	font: normal 12px Georgia, Times, serif; 
	color: #06c; 
	line-height: 135%; 
}

#cities a, #cities a:visited { 
	line-height: 160%; 
	font-size: 11px; 
}

#usa_states a, #usa_states a:visited { 
	line-height: 160%; 
	font-size: 11px; 
}

#classifieds a:visited, #cities a:visited, table.events a:visited { 
	color: #306; 
}

#usa_states a:visited{ 
	color: #306; 
}

a.red, a.red:visited { 
	color: #c00; 
}
	
p, li { 
	font-size: 11px; 
	line-height: 150%; 
}

h1 {
	display: block; 
	height: 47px; 
	margin: 20px 0; 
	background: url(../cl_logo.gif) no-repeat center top; 
}

h2 { 
	font-size: 12px; 
	color: #333; 
	padding: 3px 0 15px 0; 
	border-top: 4px #333 solid; 
}

#wrapper_classifieds h2 { 
	border-color: #d6d6d6; 
	font: normal 22px Georgia, Times, serif; 
	color: #06c; 
	padding: 8px 8px 20px 8px; 
	margin-top: 0px !important; 
	margin-top: -13px; 
}

h2 em { 
	color: #999; 
	font: normal 11px Arial, Helvetica, Verdana, sans; 
}

h3 {
	display: inline; font-size: 11px; margin: 0 15px 0 0; }

h3 a, h3 a:visited { 
	color: #fff; 
	padding: 4px 7px; 
	background: #06c; 
	text-decoration: none; 
}

h3 a:hover { 
	color: #06c; 
	background: #fff;
}

h4 { 
	font-size: 11px; 
	font-weight: normal; 
	color: #999; 
	padding: 7px 0 10px 0; 
	border-top: 4px #d6d6d6 solid; 
}

h5 { 
	display: block; 
	font-size: 12px; 
	padding: 20px 0 5px 0; 
	color: #333;
}

p.highlight { 
	margin: 0 0 15px 0; 
	font-weight: bold; 
}

p.highlight a, p.highlight a:visited { 
	color: #333; 
	padding: 2px 4px; 
	background: #ff9; 
	text-decoration: none; 
}

p.highlight a:hover { 
	color: #fff; 
	background: #333; 
}

ul {
	list-style-type: none;
	margin: 0 0 25px 0;
}

ul.links { 
	border-top: 4px #d6d6d6 solid; 
	padding-top: 7px; 
}

#classifieds ul { 
	padding: 0 0 0 8px; 
}

li { 
	list-style-type: none; 
}

#cities li { 
	float: left; 
	padding: 0 10px 0 0; 
}

