/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Tahoma, Verdana, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

small {
	font-size:11px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:Helvetica, "Helvetica Neue", HelveticaNeue, Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, sans-serif;
  color:#191919;
}

h1 {
  font-family:Georgia,"Times New Roman",Times,serif;
  color:#035587;
	font-size: 25px;
	font-weight:normal;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
 margin-bottom: 5px; 
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
.alert,
#featured_listings,
#listing_search,
.pagination,
#listings .listing,
#listing #gallery,
.open_houses,
#agents_list {
	margin-bottom: 20px;
}

.last {
  margin-bottom:0px;
}
