/*
+----------------------------------------------------------------------+
| Copyright (c) 2007 Coldwell Banker Funkhouser Realtors               |
+----------------------------------------------------------------------+
| Authors: Matthew Kirkpatrick <matt@cbfunkhouser.com>                 |
|          Scott Rogers <scott@cbfunkhouser.com>                       |
+----------------------------------------------------------------------+
 Created:      August 29, 2007
 Last Updated: September 5, 2007
*/

* {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#333333;
}

.full {
	width:					720px;
	margin:					5px 10px 10px 10px;
	padding:				5px 15px 5px 15px;
	border:					1px dotted #CCCCCC;
	background-color:		#FFFFCC;
}

.left {
	width:					575px;
	margin:					0px auto 0px auto;
	padding:				0px 0px 0px 0px;
	float:					left;
}

.right {
	width:					175px;
	margin:					0px auto 0px auto;
	padding:				0px 0px 0px 0px;
	float:					right;
}

.side_module {
	width:					150px;
	margin:					0px auto 20px auto;
	padding:				0px 0px 20px 0px;
	border-bottom: 			1px dotted #666666;
}

.side_module_no_bottom {
	width:					150px;
	margin:					0px auto 20px auto;
	padding:				0px 0px 20px 0px;
}

.sidebar_item {
	width:					100%;
	height:					20px;
	font-size:				11px;
}

.sidebar_tag {
	width:					100%;
	margin-top:				6px;
	margin-bottom:			6px;
	font-size:				11px;
}

.sidebar_item_long {
	width:					100%;
	margin-top:				8px;
	margin-bottom:			8px;
	font-size:				11px;
}

.sidebar_item_title {
	font-weight:			bold;
}

.sidebar_title {
	font-size:				14px;
	font-weight:			bold;
	color: 					#7c1212; 
}

.featured_listings_container {
	width:					150px;
	margin:					0px auto 10px auto;
	padding:				0px 0px 10px 0px;
}

.search_title {	
	color: 					#AAAAAA; 
	font-size:				18px;
	margin-top:				0px;
	margin-bottom:			3px;
	margin-left:			5px;
	margin-right:			0px;
	padding-top:			0px;
	padding-bottom:			0px;
	padding-left:			0px;
	padding-right:			0px;
}

.entry_td_title {
	padding-left:			15px;
}

.entry_title {	
	font-family:			Arial, Helvetica, sans-serif;
	text-decoration:		none;
	color: 					#990000; 
	font-size:				20px;
	margin-top:				5px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			15px;
	padding-top:			0px;
	padding-bottom:			0px;
	padding-left:			0px;
	padding-right:			0px;
}

.entry_byline {
	border-top: 			1px dotted #666666;
	border-bottom: 			1px dotted #666666;
	font-size:				11px;
	color:					#222222;
	margin-top:				3px;
	margin-bottom:			3px;
	margin-left:			15px;
	margin-right:			15px;
	padding-top:			3px;
	padding-bottom:			3px;
	padding-left:			2px;
	padding-right:			0px;
}

.entry_body {
	margin-top:				8px;
	margin-bottom:			10px;
	margin-left:			15px;
	margin-right:			15px;
	padding-top:			0px;
	padding-bottom:			0px;
	padding-left:			0px;
	padding-right:			0px;
	line-height:			20px;
}

.entry_comments {
	background-color:		#DDDDDD;
	margin-top:				8px;
	margin-bottom:			10px;
	margin-left:			15px;
	margin-right:			15px;
	padding-top:			10px;
	padding-bottom:			10px;
	padding-left:			10px;
	padding-right:			10px;
}

.entry_comment {
	margin-left:			8px;
	padding-left:			8px;
	border-left:			1px solid #666666;
}

.entry_comment_date {
	font-style:				italic;
	color:					#888888;
}

.entry_footer {
	border-top: 			1px dotted #666666;
	font-size:				12px;
	color:					#222222;
	margin-top:				3px;
	margin-bottom:			3px;
	margin-left:			15px;
	margin-right:			15px;
	padding-top:			3px;
	padding-bottom:			3px;
	padding-left:			0px;
	padding-right:			0px;
}

.entry_noborder {
	font-size:				11px;
	color:					#222222;
	margin-top:				3px;
	margin-bottom:			3px;
	margin-left:			15px;
	margin-right:			15px;
	padding-top:			3px;
	padding-bottom:			3px;
	padding-left:			0px;
	padding-right:			0px;
}

.blog_entry_link {
	text-decoration:		none;
	color:					#006699;
	font-weight:			bold;
}	

.blog_body_link {
	text-decoration:		underline;
	color:					#003366;
}	

.blog_roll_link {
	text-decoration:		underline;
	color:					#003366;
	font-size:				12px;
}	

.blog_recent_comments_link {
	text-decoration:		underline;
	color:					#003366;
	font-size:				11px;
}	

.blog_categories_link {
	text-decoration:		underline;
	color:					#003366;
	font-weight:			bold;
	font-size:				11px;
}	

.blog_archives_link {
	text-decoration:		underline;
	color:					#003366;
	font-weight:			bold;
	font-size:				11px;
}	

.blog_entry_nav_link {
	text-decoration:		none;
	color:					#777777;
	font-weight:			bold;
	font-size:				11px;
}	

.read_more_link {
	text-decoration:		none;
	color: 					#990000; 
	font-weight:			bold;
}

.blog_input {
	padding:				2px;
}

.post_newer {
	margin-left:			5px;
	width:					200px;
}

.post_older {
	margin-left:			500px;
	width:					200px;
}