/*
	THEME NAME: neighborhoodsundressed.com special
	DESCRIPTION: Specialized version of the neighborhoodsundressed.com default theme that handles the feed aggregation.
	VERSION: 0.1
*/

/*
----------------------------
01. MAIN ELEMENTS
----------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 12px/18px Verdana, "Century Schoolbook";
}

a {
	text-decoration: none;
	color: #143086;
}

h1, h2, h3, h4 {
	padding: 5px 0;
	clear: both;
}

h2 {
	font: 18px Verdana, "MS Sans Serif";
	color: #5a4e3e;
}

p {
	padding: 5px 0;
}

#wrapper {
	width: 910px;
	padding: 20px 0;
	margin: 0 auto;
}

/*
----------------------------
02. HEADER ELEMENTS
----------------------------
*/

#header {
	padding-bottom: 10px;
}

h1#logo a {
	margin-bottom: -15px;
	font: 40px "Century Schoolbook";
	font-weight: 500;
	color: #363535;
	padding-left: 25px;
	display: block;
	height: 65px;
	line-height: 70px;
	background: url("images/h1_logo-bg.gif") left center no-repeat;
}

span#slogan {
	color: #454443;
	padding-left: 175px;
}

#recent-posts {
	width: 300px;
	float: left;
	margin-right: 5px;
	background: #fff url("images/recent_posts-bg.gif") center repeat-y;
}

#recent-posts-header,
#recent-posts-footer {
	width: 300px;
}

#recent-posts-header {
	height: 10px;
	background: url("images/recent_posts-header.gif") top center no-repeat;
}

#recent-posts-footer {
	height: 20px;
	background: url("images/recent_posts-footer.gif") bottom center no-repeat;
}

#recent-posts ul {
	padding: 0 15px;
	height:195px;
	overflow-y:auto;
}

#recent-posts li {
	list-style: none;
	display: block;
}

#splash {
/*	width: 305px;
	float: left;
	margin-right: 5px;
	height:195px;	*/
}

#top-nav {
	float: left;
	width: 295px;
}

#top-nav li {
	list-style: none;
}

#top-nav li a {
	width: 284px; /*295;66*/
	height: 70px;
	display: block;
	font-weight:bold;
	font-size:22px;
	text-align:center;
	line-height: 66px;
	padding-bottom:5px;
	/*text-indent: -1500px;*/
}

#find-home a {
	vertical-align:middle;
	background: url("images/top_nav-off3.gif") left center no-repeat;
}

#find-loan a {
	background: url("images/top_nav-off3.gif") left center no-repeat;
}

#sell-home a {
	background: url("images/top_nav-off3.gif") left center no-repeat;
}

#intro {
	clear: both;
	padding: 10px 0;
}

#menu {
	width: 100%;
	height: 25px;
	float: left;
	text-align: center;
	padding: 7px 0px 0px 0px;
	margin: 0 0 10px 0;
	background-color: #200E58;
	/*font-family: Arial;*/
	float: left;
	border-top: 1px solid #adacab;
	border-bottom: 2px solid #adacab;
	}
	
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px 10px;
	padding: 2px 0 0 0;
	color: #fff;
	}
		
#menu ul {
	margin: 0px;
	padding: 0px;
	}
		
#menu a, #mainmenu a:visited {
	color: #fff;
	/*font-weight: bold;*/
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	}
		
#menu a:hover {
	padding: 4px 10px 5px 10px;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
	background-color: #999;
	}
	
#photo-feature {
	
	text-align: center;
	/*border: 1px solid #444;*/
}	


#photo-feature p img, #photo-feature img, #splash  {
	max-width: 300px;
	max-height: 225px;
	height:auto !important;
    height:225px;
	display: inline;
	float: both;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	border: 0;
} 

/*
----------------------------
03. CONTENT ELEMENTS
----------------------------
*/

#content {
	width: 610px;
	padding: 10px 0;
	float: left;
}

#content ul,
#content ol {
	margin: 10px 30px;
	padding: 0;
}

/*
----------------------------
04. SIDEBAR ELEMENTS
----------------------------
*/

#sidebar {
	width: 280px;
	padding: 10px 0 10px 20px;
	float: right;
}

#sidebar li {
	list-style: none;
	display: block;
}

li.vflyer, li.widget_vflyer {
	width: 130px;
	margin-left: -20px;
}

li.widget_vflyer h3 {
	width: 130px;
	margin-left: 20px;
}

li.criteo {
	width: 170px;
	margin-left: -10px;
}

/*
----------------------------
05. POST ELEMENTS
----------------------------
*/

.post {
	padding-bottom: 10px;
}

.post span,
.post p {
	clear: both;
}

.post .date {
	width: 47px;
	height: 43px;
	padding: 10px 0 5px 0;
	float: left;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	background: url("images/post_date-bg.gif") center no-repeat;
}

.post .title {
/*	float: left;
	margin-left: 20px;
	clear: none;
	*/
}

.post .meta {
	padding-top: 5px;
	clear: both;
}

.post .meta .author {
	padding-left: 20px;
	background: url("images/icon_author.gif") left center no-repeat;
}

.post .meta .comments {
	margin-left: 250px;
	padding-left: 20px;
	background: url("images/icon_comment.gif") left center no-repeat;
}

.post .alignleft,
.post .alignright {
	margin: 5px;
}

.post .alignleft {
	float: left;
}

.post .alignright {
	float: right;
}

.post .full-meta {
	padding: 5px 0;
	margin: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.commentlist li {
	padding: 10px;
}

.commentlist .alt {
	background: #efefef;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left
}

/**********
cori's additions
**********/

img {
	border: none;
}

/**********
	feedlist styles
**********/

.rssLinkListItemTitle a {
	font-size: 18px;
	color: #113D91;
	text-decoration: none;
	font-family: 'trebuchet ms',verdana,helvetica,arial,sans-serif;
}

.feedListItem {
	margin-bottom: 15px;
}