@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	Cimarron
	
    ---------------------------------------  */


/*  ---------------------------------------
	Global Reset
	- - - - - - - - - - - - - - - - - - - -  */

		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {  
			margin: 0;
			padding: 0;
			border: none;
			text-decoration: none;
		}



/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
			font: 14px Arial, Helvetica, sans-serif;
			color: #333;
			background: #fff;
			behavior:url("../scripts/csshover.htc");
		}
		
		#container {
			width: 750px;
			margin: 0 auto;
			padding-top: 20px;
		}
		
		.hidden { display: none; }
		.no-border { border: none; }
		.left { float: left; }
			.img-left { float: left; padding: 0 10px 10px 0; }
		.right { float: right; }
		.clear { clear: both; height: 1px; visibility: hidden; }
		
		#content-body.interior-normal { background: url(../images/css-sidebar-bg.gif) left repeat-y; overflow: hidden; }
		
		#extraclasses { visibility: hidden; position: absolute; }
		
		
		.clearfix:after {

			content: ".";
		
			display: block;
		
			height: 0;
		
			clear: both;
		
			visibility: hidden;
		
		}
		
		
		
		.clearfix {display: inline-block;}
		
		
		
		/* Hides from IE-mac \*/
		
		* html .clearfix {height: 1%;}
		
		.clearfix {display: block;}
		
		/* End hide from IE-mac */




/*  ---------------------------------------
	Header  ( header-logo & main-nav )
	- - - - - - - - - - - - - - - - - - - -  */

			#header-logo {
				display: block;
				float: left;
				margin-bottom: 10px;
			}
				#header-logo a {
					display: block;
					height: 70px;
					width: 140px;
					text-indent: -3000px;
					background: url(../images/header-logo.gif) top left no-repeat;
				}
			
			#header-info {
				display: block;
				float: right;
				text-align: right;
				font-size: 9px;
				color: #666;
				padding-top: 20px;
				text-transform: uppercase;
			}
				#header-info strong {
					font-size: 16px;
					color: #3F4D9A;
					display: block;
					padding-bottom: 5px;
				}
					#header-info strong em {
						color: #5E83C2;
						font-style: normal;
					}
			
			#nav-main {
				display: block;
				clear: both;
				background: #3e4d9c;
				list-style-type: none;
				overflow: hidden;
			}
				#nav-main li {
					display: block;
					float: left;
				}
					#nav-main li a {
						display: block;
						padding: 5px 10px;
						text-decoration: none;
						border-left: 1px solid #4a59a8;
						font-size: 12px;
						color: #fff;
						font-weight: bold;
					}
						#nav-main li.first a { border: none; }
						#nav-main li a:hover { background: #d1212b; }
						#nav-main li.current a,
						#nav-main li.current a:hover {
							background: #5E83C2;
							color: #30398A;
						}
			
			#nav-sub {
				display: block;
				list-style-type: none;
				overflow: hidden;
			}
				#nav-sub li {
					display: block;
					float: left;
				}
					#nav-sub li a {
						display: block;
						padding: 5px 8px;
						text-decoration: none;
						font-size: 11px;
						color: #5E83C2;
					}
						#nav-sub li a:hover { text-decoration: underline; }
						#nav-sub li.current,
						#nav-sub li.current a:hover {	text-decoration: underline; font-weight: bold; }



/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
			
			#sidebar {
				width: 110px;
				float: left;
				padding-bottom: 10px;
				background: fff;
			}
				h2#sidebar-header {
					display: block;
					height: 50px;
					width: 110px;
					text-indent: -9999px;
					background-repeat: no-repeat;
				}
					.about-our-area { background-image: url(../images/sidebar-header-about-area.jpg); }
					.view-our-listings { background-image: url(../images/sidebar-header-view-listings.jpg); }
					.meet-our-brokers { background-image: url(../images/sidebar-header-meet-brokers.jpg); }
					.about-the-website { background-image: url(../images/sidebar-header-about-website.jpg); }
					.our-resources { background-image: url(../images/sidebar-header-our-resources.jpg); }
					.contact-us { background-image: url(../images/sidebar-header-contact-us.jpg); }
					.read-blog { background-image: url(../images/sidebar-header-read-blog.jpg); }
				
				ul#nav-sidebar {
					list-style-type: none;
					display: block;
					padding-top: 15px;
					background: #fff;
				}
					ul#nav-sidebar li { padding-bottom: 2px; background: #fff; }
					ul#nav-sidebar li {
						font-size: 14px;
						color: #D7223A;
						font-weight: bold;
					}
						ul#nav-sidebar li a {
							display: block;
							padding: 5px 5px 5px 10px;
							background: #3e4e9c;
							text-transform: uppercase;
							text-decoration: none;
							font-size: 11px;
							color: #fff;
							border-bottom: 1px solid #fff;
							font-weight: normal;
						}
							ul#nav-sidebar li a:hover { text-decoration: underline; }
					
					ul#nav-sidebar ul {
						display: block;
						list-style-type: none;
						padding-top: 5px;
					}
						ul#nav-sidebar ul li {
							padding-bottom: 1px;
						}
							ul#nav-sidebar ul li a {
								padding: 3px 5px 3px 12px;
								background: url(../images/arrow-blue-right.gif) 4px center no-repeat #fff;
								text-transform: none;
								color: #3F4D9A;
								border-bottom: none;
							}
								ul#nav-sidebar ul li a:hover { background: url(../images/arrow-blue-right.gif) 4px center no-repeat #e5e9e3; text-decoration: none; }
								ul#nav-sidebar ul.current li a { background: #d7dfd2; }
									ul#nav-sidebar ul.current li.current a,
									ul#nav-sidebar ul.current li.current a:hover { background: #b1c3ad; }
									ul#nav-sidebar ul.current li a:hover { background: url(../images/arrow-blue-right.gif) 4px no-repeat #9fb29b; }
				
				#sidebar #list-join {
					background: #d9213b;
					padding: 5px;
					color: #fff;
					border-bottom: 3px solid #fff;
					margin-top: 10px;
				}
					#list-join h2 {
						font: 12px Arial, Helvetica, sans-serif;
						color: #fff;
						text-transform: uppercase;
						display: block;
						padding-bottom: 3px;
					}
					#sidebar #list-join #emailaddress {
						width: 98px;
						padding: 3px 0;
						text-indent: 3px;
						background: url(../images/input-bg.gif) top repeat-x #fff;
						border-left: none;
						border-top: none;
						border-right: 1px solid #c9cacc;
						border-bottom: 1px solid #c9cacc;
						font-size: 11px;
						color: #666;
						letter-spacing: 1px;
					}
					#sidebar #list-join #list-join-submit {
						margin-top: 2px;
						text-transform: uppercase;
						font-size: 10px;
					}


/*  ---------------------------------------
	Copy ( breadcrumbs, masthead, content )
	- - - - - - - - - - - - - - - - - - - -  */
			
			#copy {
				padding-left: 120px;
			}
				#breadcrumbs {
					list-style-type: none;
					display: block;
					background: #5d83c2;
					margin-bottom: 2px;
					overflow: hidden;
					padding: 0 0 0 10px !important;
				}
					#breadcrumbs li {
						display: block;
						float: left;
						color: #fff;
						font-size: 11px;
					}
						#breadcrumbs li a {
							display: block;
							float: left;
							padding: 5px 10px 5px 0;
							color: #fff !important;
							text-decoration: none;
						}
							#breadcrumbs li a:hover { color: #d6deed !important; }
							#breadcrumbs li a:before {
								content: "»";
								padding-right: 10px;
							}
								#breadcrumbs li.first a:before {
									content: "";
								}
				
				#interior-masthead {
					display: block;
					height: 180px;
					background: no-repeat;
					text-indent: -9999px;
				}
					#interior-masthead.lifestyle { background-image: url(../images/interior-masthead-lifestyle.jpg); }
				
				#copy h2 {
					display: block;
					margin: 30px 0 20px 0;
					font-size: 18px;
					color: #D7223A;
					text-transform: uppercase;
				}
				#copy h3 {
					display: block;
					padding-bottom: 10px;
					font-size: 16px;
					color: #333;
				}
				#copy h4 {
					display: block;
					padding-bottom: 5px;
				}
				#copy p {
					line-height: 19px;
					display: block;
					padding-bottom: 20px;
				}
				#bioscontainer p { padding-bottom: 0; height: 280px; }
				#copy a {
					text-decoration: underline;
					color: #5E83C2;
				}
					#copy a:hover {
						color: #9e1c20;
					}
				#copy ul {
					padding-left: 30px;
					display: block;
					padding-bottom: 30px;
				}
				#secondary {
					overflow: hidden;
					padding-top: 20px;
					clear: both;
				}
				
			#bioscontainer { }
				#copy #bioscontainer ul {
					display: block;
					list-style-type: none;
					overflow: hidden;
					padding: 20px 0 0 0;
				}
					#bioscontainer ul li {
						display: block;
						float: left;
						width: 157px;
					}
						#bioscontainer ul li p {
							font-size: 12px;
						}
							#bioscontainer ul li p a {
								text-decoration: none;
								color: #333;
								font-style: italic;
							}
								#bioscontainer ul li p a:hover { color: #333; }
								#bioscontainer ul li p a strong {
									font-size: 15px;
									color: #D7223A;
									font-weight: bold;
									display: block;
									padding: 6px 0 0 0;
									font-style: normal;
									text-decoration: underline;
								}
			.bioimg { float: left; padding: 30px 15px 0 0; width: 265px; display: block; }					
			#bioinfo {
				float: left;
				width: 300px;
				padding-top: 30px;
			}
				#bioinfo h3 {
					font-size: 18px;
					color: #D7223A;
					font-weight: bold;
					padding-bottom: 10px;
				}
				#copy #bioinfo p {
					line-height: 18px;
					padding-bottom: 20px;
				}
					#copy #bioinfo p.biotext {
						padding-top: 20px;
					}
					#bioinfo p strong {
						display: block; 
						float: left;
						width: 80px;
					}
				#bioviewlistings a {
					display: block;
					height: 33px;
					width: 196px;
					background: url(../images/button-view-listings.gif) left top no-repeat;
					text-indent: -9999px;
				}
					#bioviewlistings a:hover { background-position: left -33px; }			
				
				#copy.links a {
					color: #666;
				}
					#copy.links a:hover {
						color: #9e1c20;
					}
					#copy.links strong a {
						color: #5E83C2;
					}
					
					
		.contact-page #list-join {
					background: #d9213b;
					padding: 5px;
					color: #fff;
					border-bottom: 3px solid #fff;
					width: 250px;
					float: right;
					text-align: center;
					margin-left: 20px;
				}
					.contact-page #list-join h2 {
						font: 12px Arial, Helvetica, sans-serif;
						color: #fff;
						text-transform: uppercase;
						display: block;
						padding: 15px 5px 5px 5px;
						margin: 0;
						border-top: 1px solid #fff;
						border-right: 1px solid #fff;
						border-left: 1px solid #fff;
					}
					.contact-page #list-join-form {
						display: block;
						border-bottom: 1px solid #fff;
						border-right: 1px solid #fff;
						border-left: 1px solid #fff;
						padding: 0 5px 15px 5px;
					}
					.contact-page #list-join #emailaddress {
						width: 98px;
						padding: 3px 0;
						text-indent: 3px;
						background: url(../images/input-bg.gif) top repeat-x #fff;
						border-left: none;
						border-top: none;
						border-right: 1px solid #c9cacc;
						border-bottom: 1px solid #c9cacc;
						font-size: 11px;
						color: #666;
						letter-spacing: 1px;
					}
					.contact-page #list-join #list-join-submit {
						margin-top: 2px;
						text-transform: uppercase;
						font-size: 10px;
					}
					
					
		#interior-search-box {
	width: 245px;
	float: left;
	background: #E8E0D3;
	margin-top: 30px;
		}
			#prop-search {
				display: block;
				border: 1px solid #76694C;
				padding-bottom: 20px;
				padding: 10px;
				margin: 5px;
				position: relative;
			}
			* html #prop-search {  /* This is the Tan hack */
				width: 245px; 
				w\idth: 212px;
			}
				#prop-search h2 {
					display: block;
					height: 60px;
					background: url(../images/prop-search-header.gif) center top no-repeat;
					text-indent: -3000px;
				}
				
				#prop-search fieldset {
					display: block;
					padding: 0 0 0 0;
					margin: 0 0 10px 0;
				}
				
				#prop-search fieldset#tarnotice {
					padding: 0;
					background: #d5c6ae;
					border: 1px solid #b9ac98;
				}
				
				#prop-search fieldset#tarnotice p {
					font-size: 11px;
					color: #574f42;
					margin: 0 !important;
					padding: 10px !important;
					line-height: 15px;
				}
				#interior-search-box #prop-search #searchbyagent select {
					width: 200px;
				}
				#prop-search #tarnotice.home { position: absolute !important; left: 10px; top: 177px; width: 210px; }
				
					#prop-search legend { padding-bottom: 3px; }
					#prop-search label.no-legend {
						color: #76694C;
						text-transform: capitalize;
					}
					#prop-search label {
						text-transform: none;
						color: #333;
						font-size: 11px;
					}
					#prop-search input.text-normal {
						padding: 3px;
						background: url(../images/input-bg.gif) top repeat-x #fff;
						border-left: none;
						border-top: none;
						border-right: 1px solid #c9cacc;
						border-bottom: 1px solid #c9cacc;
						font-size: 11px;
						color: #666;
						letter-spacing: 1px;
						width: 120px;
					}
					#prop-search input.full { width: 205px; }
					#prop-search p.input-info {
						text-transform: none;
						color: #333;
						font-size: 11px;
					}
					#prop-search select {
						border: 1px solid #c9cacc;
						background: url(../images/select-bg.gif) repeat-x;
						width: 60px;
						color: #333;
						font-size: 11px;
						height: 19px;
					}
					#prop-search legend {
						font-size: 11px;
						color: #76694C;
						text-transform: uppercase;
					}
					p.form-info {
						font-size: 11px;
						display: block;
						padding: 5px 0;
					}
					fieldset#mlssearch {
						padding-bottom: 5px !important;
					}
					#prop-search fieldset.buttons {
						padding: 15px 0 10px 0;
						text-align: center;
					}
						#prop-search fieldset.buttons input {
							text-transform: uppercase;
							font-size: 10px;
							color: #333;
						}
					#prop-search #classselectleft { width: 50%; float: left; }
					#prop-search #classselectright { width: 50%; float: right; }
					p#advancedlink {
						font-size: 10px;
						display: block;
						padding: 5px 0;
						text-align: center;
						background: url(../images/prop-search-line.gif) top no-repeat;
					}
						p#advancedlink a { color: #006699; }
					
						label.c_off,
						label.r_off,
						label.c_on,
						label.r_on { padding-left: 16px; margin: 0 0 0 2px; cursor: pointer; }
						label.c_off input,
						label.r_off input,
						label.c_on  input,
						label.r_on  input { position: absolute; left: -9999px; }
						label.r_off { background: url(../images/radio_off.gif) top left no-repeat; }
						label.c_off { background: url(../../../html/assets/css/check_off.gif); }
						label.c_on  { background: url(../../../html/assets/css/check_on.gif); }
						label.r_on  { background: url(../images/radio_on.gif) top left no-repeat; }
						
					#mls-legal {
						width: 350px;
						margin-top: 30px;
						float: right;
					}
						#mls-legal p {
							font-size: 11px;
							color: #666;
							padding: 0 0 10px 0 !important;
						}
					
					.sub-links {
						padding: 15px 0 10px 0 !important;
						background:  url(../images/prop-search-line.gif) top no-repeat;
					}
						.sub-links ul {
							list-style-type: none;
							padding: 0 20px !important;
						}
							.sub-links ul a {
								display: block !important;
								padding: 3px 0 !important;
								color: #006699 !important;
							}
						
				a.featured-link {
					width: 100%;
					background: #CCC;
					margin-top: 3px;
					text-align: right;
				}
				
				div.no_results {
					margin: 10px;
					border: 1px solid #af544d;
					background: #f7d7d5;
					padding: 10px;
					color: #86403a;
					font-size: 11px;
					font-weight: bold;
				}
				
			#sidebar-signup {
				padding: 10px;
				background: #d9213b;
				margin-top: 10px;
			}
				#sidebar-signup h3 {
					display: block;
					font-size: 14px;
					text-transform: uppercase;
					color: #fff !important;
					background: none !important;
					padding: 0 0 5px 0 !important;
				}
					#sidebar-signup p {
						display: block;
						padding-bottom: 2px;
						color: #f2c2c8;
						font-size: 11px;
					}
					#sidebar-signup p.links a {
						font-size: 11px;
						color: #fff;
						text-decoration: underline;
					}
					
		
					
			blockquote {
				margin: 0 20px 0 40px;
				font-size: 14px;
				line-height: 20px;
				quotes: "" "";
			}


/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
			
			#footer { overflow: hidden; padding: 20px 0; }
			
			#footer-info {
				display: block;
				list-style-type: none;
				font-size: 11px;
				color: #333;
				text-transform: uppercase;
				text-align: center;
			}
				#footer-info li {
					display: inline;
					padding: 0 5px;
				}
					#footer-info li.address { display: block; padding-top: 3px; }
			
			#nav-footer {
				display: block;
				text-align: center;
				padding: 10px 0 10px 0;
			}
				#nav-footer li { display: inline; }
				#nav-footer li a {
					padding: 0;
					margin-right: 5px;
					text-decoration: none;
					font-size: 11px;
					color: #333;
					border-bottom: 1px solid #999;
				}
					#nav-footer li a:hover { color: #d1212b; }
					
			#nav-footer-sub {
				display: block;
				text-align: center;
				padding: 0 0 20px 0;
			}
				#nav-footer-sub li { display: inline; }
				#nav-footer-sub li a {
					padding: 0;
					margin-right: 5px;
					text-decoration: none;
					font-size: 11px;
					color: #666;
					border-bottom: 1px solid #CCC;
				}
					#nav-footer-sub li a:hover { color: #d1212b; }
			
			#legal {
				font-size: 10px;
				color: #666;
				display: block;
				text-align: center;
			}
			
			p.owned-notice {
				font-size: 10px;
				color: #666;
				display: block;
				text-align: center;
				padding: 5px 0;
			}
						


/*  ---------------------------------------
	Mortgage Calculator
	- - - - - - - - - - - - - - - - - - - -  */
			
		#smallform-box {
			width: 300px;
			background: #E8E0D3;
			padding: 5px 0;
		}
			#smallform-box.right { margin-left: 20px; margin-bottom: 20px;}
			#small-form {
				display: block;
				border: 1px solid #76694C;
				padding: 10px;
				margin: 0 5px;
			}
				
				#small-form fieldset {
					display: block;
					padding: 10px 0 10px 0;
					margin: 0;
					background: url(../images/prop-search-line.gif) bottom no-repeat;
				}
					#small-form label {
						text-transform: uppercase;
						color: #76694C;
						font-size: 11px;
						display: block;
						width: 100px;
						text-align: right;
						float: left;
						margin-right: 10px;
						padding-top: 4px;
					}
						#small-form.mortgage label { width: 145px; !important }
						#small-form label.normal-text {
							display: block;
							text-transform: none;
							float: none;
							padding: 5px 0;
							margin: 5px 0;
							background: #f9f0e1;
							border: 1px solid #b39d79;
							width: auto !important;
							text-align: center;
							cursor: pointer;
						}
					#small-form input.text-normal {
						padding: 3px 0;
						text-indent: 3px;
						background: url(../images/input-bg.gif) top repeat-x #fff;
						border-left: none;
						border-top: none;
						border-right: 1px solid #c9cacc;
						border-bottom: 1px solid #c9cacc;
						font-size: 11px;
						color: #666;
						letter-spacing: 1px;
						width: 120px;
						display: block;
						float: left;
					}
						#small-form label.normal-text span {
							font-size: 11px;
							color: #e8e0d3;
						}
					#small-form input.short { width: 70px; }
					#small-form input.extra-short { width: 40px; }
					#small-form input.long { width: 150px; }
					
					#small-form fieldset.buttons {
	padding: 15px 0 10px 0;
	background: url(../images/prop-search-line.gif) top no-repeat;
	text-align: center;
					}
						#small-form fieldset.buttons input {
							text-transform: uppercase;
							font-size: 12px;
							padding: 3px 8px;
							color: #333;
						}
					
					#smallform-box .errMsg {
						display: block;
						clear: both;
						font-size: 11px;
						font-weight: bold;
						color: #713111;
						text-align: center;
					}
					
					#copy #small-form p.input-info {
						display: block;
						float: left;
						width: 50px;
						font-size: 11px;
						color: #666;
						margin-left: 10px;
						padding: 0;
						background: none !important;
					}
					#small-form #results {
						margin: 10px;
						border: 1px solid #b39d79;
						background: #f9f0e1;
						padding: 10px;
					}
						#small-form #results label {
							width: 125px;
						}
					#small-form fieldset.last { background: none; }
					
					#small-form label.for-textarea { display: block !important; float: none !important; width: auto !important; text-align: left !important; }
					
					#small-form .textarea-full {
						padding: 3px;
						width: 250px;
						float: none;
						background: url(../images/input-bg.gif) top repeat-x #fff;
						border-left: none;
						border-top: none;
						border-right: 1px solid #c9cacc;
						border-bottom: 1px solid #c9cacc;
						font-size: 11px;
						color: #666;
						letter-spacing: 1px;
						height: 60px;
						margin-top: 10px;
					}
					
					#smallform-box h3 {
						padding-top: 5px;
						color: #3b2a0e;
					}
					#smallform-box p {
						font-size: 11px;
						color: #5a421c;
						background: url(../images/prop-search-line.gif) bottom no-repeat;
						padding-bottom: 10px;
						margin-bottom: 10px;
					}
					
					p#progress,
					p#result {
						font-size: 12px;
						background: none !important;
						padding: 10px 0 0 0 !important;
					}
					
					#list-join .errMsg {
						background: #fab0bb;
						border: 1px solid #e18d99;
						padding: 3px;
						font-size: 11px;
						font-weight: bold;
						color: #9a4c57;
						margin: 3px 0 1px 0;
					}
					#list-join p#result {
						display: block;
						margin-bottom: 3px;
						font-size: 11px;
						font-weight: bold;
					}
					
					p#progress.crf {
						padding: 20px !important;
						font-size: 16px;
						font-weight: bold;
						background: #d3d3e2 !important;
						color: #3e4d9c;
					}
					p#result.crf {
						padding: 20px !important;
						font-size: 16px;
						font-weight: bold;
						background: #dcf5d8 !important;
						color: #41643c;
					}
					#contactrequest input.errFld {
						background: #f7e5e5 !important;
					}
					#contactrequest .errMsg {
						display: block;
						width: 200px;
						padding: 3px;
						margin: 4px auto 0 auto;
						background: #ffdada;
						border: 1px solid #bc9474;
						color: #7a583d;
					}
						


/*  ---------------------------------------
	Contact Us Section
	- - - - - - - - - - - - - - - - - - - -  */
			
		#formcontainer {
			width: 500px;
			float: left;
		}
		#optionbar {
			width: 130px;
		}
		#copy.contact-page #optionbar h3 {
			font-size: 14px;
			font-weight: bold;
			color: #D7223A;
			padding: 0 0 5px 20px;
		}
		#copy.contact-page #optionbar ul {
			padding-left: 20px;
		}
			#copy.contact-page #optionbar ul li {
				display: block;
				padding: 0 0 8px 0;
				font-size: 11px;
			}
						


/*  ---------------------------------------
	Blog
	- - - - - - - - - - - - - - - - - - - -  */
			
		#copy.blog h4.date {
			font-size: 12px;
			font-weight: bold;
			display: block;
			padding: 10px 10px 10px 20px !important;
			color: #666;
			text-align: left;
			border-top: 1px solid #E8E8E8;
			margin-bottom: 15px;
			margin-top: 10px;
			margin-left: 30px;
			border-bottom: 1px solid #CCC;
		}
		
		#copy.blog h2.storytitle { margin-bottom: 4px !important; margin-left: 10px; }
			#copy.blog h2.storytitle a { color: #D7223A; text-decoration: none; }
				#copy.blog h2.storytitle a:hover { text-decoration: underline; }
		
		.meta {
			margin-left: 10px;
			border-left: 2px solid #666;
			padding: 0 0 0 10px;
			font-size: 12px;
			color: #666;
			background: #E4E4E4;
			margin-bottom: 20px;
			margin-top: 10px;
		}
			.meta a { color: #333 !important; font-size: 11px; font-weight: bold; }
			span.filedcats {
				font-size: 11px;
				font-weight: bold;
				color: #000;
			}
				span.filedcats a { color: #000; }
				
		.storycontent { margin-left: 10px; }
		
		.post { margin: 0 60px 0 40px; }
		
		.feedback {
			margin-left: 10px;
			border-left: 2px solid #000;
			padding: 0 0 0 10px;
			font-size: 12px;
			color: #E4E4E4;
			background: #666;
			margin-bottom: 20px;
			margin-top: 10px;
		}
			.feedback a { color: #CCC !important; font-size: 11px; font-weight: bold; }
			
		.comments-container {
			margin: 20px 0 20px 10px;
			padding: 20px;
			background: url(../images/comments-bg.jpg) top left no-repeat #eee9df;
		}
		
		#copy.blog h3#comments {
			font-size: 16px;
			font-weight: bold;
			color: #3b2a38;
			display: block;
			margin-right: 0px;
			border-bottom: 1px solid #b0a591;
			padding-bottom: 5px;
		}	
			#copy.blog h3#comments a {
				font-size: 11px !important;
				color: #855945 !important;
				padding-left: 20px;
			}
		
		
			#commentlist {
				list-style-type: none;
			}
				#commentlist li {
					display: block;
					padding: 10px;
					background: #eae5da;
					border: 1px solid #dcd5c7;
					margin-top: 15px;
				}
			
			#copy.blog #commentlist p.byline {
				font-size: 11px;
				color: #6e5a31;
			}
			
			#copy.blog p.rsslinks {
				font-size: 11px;
				font-weight: bold;
				display: block;
				padding-top: 20px;
			}
		
		#post-comment-box {
			padding: 10px;
			border: 1px solid #eae5da;
			background: #f4f0e8;
			color: #4d4330;
		}
			#postcomment {
				color: #5b4d31 !important;
				font-size: 16px;
				font-weight: bold;
				display: block;
				margin-bottom: 10px;
			}
			
			#post-comment-box textarea {
				width: 100%;
			}
			
			
#sidebar h3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: #fff;
	padding: 15px 0 0 0;
	color: #D7223A;
}
ul.commentslist {
	display: block;
	background: #fff;
	padding: 0 0 10px 0;
}
	ul.commentslist li {
		display: block;
		padding: 5px 0;
		border-bottom: 1px dashed #DCE9E8;
		font-size: 11px;
	}
		ul.commentslist li a {
			color: #3e4e9c;
			font-weight: bold;
			text-decoration: underline;
		}

body form #location { width: 110px !important; }

h3.or-header {
	display: block;
	margin: 10px 0;
	font-size: 18px;
	color: #da213b !important;
	text-transform: uppercase;
}
h3 a.note {
	padding-left: 5px;
	font-size: 12px;
	color: #333 !important;
}

#features-list {
	display: block;
	padding: 0 0 10px 0 !important;
}
	#features-list li {
		display: inline;
	}
		#features-list li:after {
			content: ", ";
		}
		
	#copy p.top-info {
		padding-bottom: 15px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #ccc;
	}
	
	div.main-features {
		line-height: 23px;
	}