/* The Neighborhood Styles */

/*DIVS & DEFAULTS */
body
{
	background: url(../images/bg.jpg) repeat;
	background-color:#333;
	margin: 0;
	padding: 0;
}

#wrap
{
	overflow:auto;
	width:320px;
}

#header
{
	background: url(../images/masthead.png) no-repeat;
	background-repeat:no-repeat;
	height:108px;
	width:310px;
	margin: 0px auto;
}
a {
	color: #000000;
	text-decoration: none;
}

input, select, textarea {
	font-size: 15px;
	color: #000000;
}

#contentcontainer
{
	background: url(../images/contentbg.png) repeat;
	background-repeat:repeat;
	width:310px;
	margin: 0px auto;
}
#content {
	padding: 5px 5px 0 5px;
}
#top {
	height: 120px;
}

#utterli {
	width: 270px;
	padding: 10px;
	overflow: auto;
	margin-left: 5px;
}
#utterli h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#utterli dt {
	font-size: 14px;
	font-family:Trebuchet MS;
	font-weight:bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#utterli dl, dd {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#utterli p {
	margin-top: 0px;
	padding: 0 0 0 0;
	color: #000000;
}

#utterli p img {
	padding-left: 0px;
	margin-left: 0px;
}

#utterli i {
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 12px;
}

#utterli img {
	padding: 5px 0 5px 10px;
}

/* TEXT STYLES */
p
{
	padding: 0 15px 0 15px;
	font-size:13px;
	font-family:Trebuchet MS;
}
h1 {
	font-family:marker felt,"san serif";
	font-size:16px;
	font-weight:normal;
	color: #5C3317;
	line-height:15px;
	padding: 0 15px 0px 15px;
	margin-bottom: 0px;
}
h1.results {
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight: bold;
	color:#000000;
	padding: 0 15px 0 15px;
}
h1.entry {
	font-size: 20px;
	line-height:20px;
	padding: 0 15px 0px 15px;
	margin-bottom: 0px;
}
h1.utterli {
	font-size: 18px;
	line-height: 0px;
	padding: 0 15px 0px 0;
	margin-bottom: 0px;
}
#utterli dt {
	font-size: 14px;
	line-height: 14px;
	padding: 3px 0 0 0;
	margin-bottom: 0px;
}
h2.tag {
	font-family:marker felt,"san serif";
	font-size:20px;
	font-weight: normal;
	color: #5C3317;
	padding: 0 15px 0 15px;
	margin-top: 0px;
}
h2 {
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight: normal;
	padding: 0 15px 0 15px;
}
h2.entry {
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight: normal;
	padding: 0 15px 0 15px;
	margin-top: 0px;
}
h3 {
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight: normal;
	line-height:11px;
	padding: 0 15px 0px 15px;
	margin-bottom: 0px;
}
small {
	font-family:Trebuchet MS;
	line-height: 20px;
}
img {
	padding-left:0;
}
