/* 
craigslist by the Design Eye crew
-------------------------------------------------------------------------------------------
*/


/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

body {
	text-align: center;
	background: #fff;
	font: normal 100% Arial, Helvetica, Verdana, sans;
}

img { border: 0; }


/*****************************************************
* Main Definitions
*****************************************************/

div#search {
	display: block;
	position: relative;
	text-align: center;
	padding: .6em;
	background: #333;
}
div#search_inner {
	position: relative;
	width: 906px;
	margin: 0 auto;
	text-align: left;
}
div#date {
	position: absolute;
	top: 2px;
	right: 0;
	text-align: right;
}

div#craigslist {
	display: block;
	width: 906px;
	margin: 0 auto;
}

div#flag {
	display: block;
	position: relative;
	text-align: center;
	height: 88px;
}

div#subnav {
	font: normal 11px Georgia, Garamond, Times, serif;
	text-align: center;
	border-top: 4px solid #333;
	border-bottom: 1px solid #999;
	padding: 10px 0;
}

div.search_box {
	display: block;
	margin: 25px 0;
	padding: 15px;
	border-top: 4px solid #ccc;
	background: #ebebeb;
	text-align: center;
}
	#right_side .search_box {
		text-align: left;
		margin-top: 0;
	}

div#wrapper_main {
	width: 906px;
}

div#left_side, div#right_side {
	display: block;
	float: left;
	text-align: left;
	width: 190px;
}

	div#left_side {
		width: 716px;
	}
	
	div#right_side {
		clear: right;
	}

div.cell {
	margin: 20px 20px 0 0;
}

table, tr {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table {
	margin: 0 0 20px 0;
}

td {
	width: 50%;
	text-align: left;
}


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;
	}

	#subnav a, #subnav a:visited {
		color: #06c;
		margin: 0 .5em;
	}

	#subnav a.red, #subnav a.red:visited {
		color: #c00;
	}

	a.highlight, a.highlight:visited {
		color: #333;
		padding: 2px 4px;
		margin-left: 10px;
		background: #ff9;
		text-decoration: none;
	}
	a.highlight:hover {
		color: #fff;
		background: #333; 
	}

	a.options, a.options:visited, a.options_on, a.options_on:visited {
		color: #06c;
		margin-right: 5px;
		padding: 2px 4px;
		background: none;
		text-decoration: none;
	}
	a.options:hover, a.options_on, a.options_on:visited {
		color: #fff;
		background: #000;
		text-decoration: none;
	}

	a.options_on, a.options_on:visited, a.options_on:hover {
		cursor: default;
	}
		
p, li {
	font-size: 11px;
	line-height: 150%;
}
	.search_box p {
		margin: 0 0 10px 0;
	}

h1{
	font: normal 25px Georgia, Garamond, Times, serif;
	color: #333;
	padding-top: 28px;
}
	h1#logo {
		position: absolute;
		top: 30px;
		left: 10px;
		display: block;
		width: 158px;
		height: 28px;
		background: url(../cl_logo_small.gif) no-repeat;
		text-indent: -7777px;
	}
	h1#logo a, h1#logo a:visited {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 158px;
		height: 28px;
	}

h2 {
	font-size: 12px;
	color: #333;
	padding: 3px 0 15px 0;
	border-top: 4px #333 solid;
}

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;
}

ul {
	list-style-type: none;
	margin: 0 0 30px 0;
}

li {
	list-style-type: none;
	color: #666;
	font: normal 12px Georgia, Garamond, Times, serif;
	padding: .5em 0;
}
	li a {
		color: #06c;
		text-decoration: underline;
	}
	li a:visited {
		color: #306;
		text-decoration: none;
	}
	li a:hover {
		text-decoration: none;
		color: #333;
	}

	li a strong, li a:visited strong {
		font-family: Arial, Helvetica, Verdana, sans;
		margin-right: 3px;
	}
	li a.pic, li a.pic:visited {
		font-family: Arial, Helvetica, Verdana, sans;
		font-weight: bold;
		color: #333;
		padding: 2px 3px;
		background: #ff9;
		text-decoration: none;
	}
	li a.pic:hover {
		color: #fff;
		background: #000;
	}


/*****************************************************
* Form Elements
*****************************************************/

.search_box input, .search_box select {
	margin-right: 5px;
}

input.cats_dogs, select#beds {
	margin-left: 10px;
}

input.min_max {
	width: 50px;
}

input:focus {
	background: #ff9;
}

#right_side .search_box select {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}


/*****************************************************
* Tooltips
*****************************************************/

#tooltip_div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	padding: 15px;
	border: 5px solid #fff;
	background: #eee;
	color: #333;
	font-size: 11px;
	line-height: 16px;
	width: 300px;
}
	#tooltip_div img {
		margin-bottom: 5px;
	}