/*  
Theme Name: Real Estate 680
Theme URI: http://realestatetomato.typepad.com
Description: Another theme from the <a href="http://realestatetomato.typepad.com">Real Estate Tomato</a> collection.
Version: 1.0
Author: Real Estate Tomato
Author URI: http://realestatetomato.typepad.com/
*/

body {
	background-color: #0a0a0a;
	margin: 0;
}

ul, ol, form {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
}

.clear {clear: both;}
	
	/*------------
	=LAYOUT CSS
	------------*/
	
		#outer_wrapper {
			background: transparent url(images/bg.jpg) top left repeat;
			width: 100%;
		}

		#wrapper {
			width: 974px;
			margin: 0 auto;
		}
				
			#wrapper h1#logo {
				margin: 0;
			}
			
				#wrapper h1#logo a {
					background: transparent url(images/top_logo.jpg) top left no-repeat;
					height: 104px;
					width: 974px;
					display: block;
					text-indent: -500em;
				}

			/*------------
			=HEADER CSS
			------------*/
			
				#wrapper #header {
					background: transparent url(images/header_bg.jpg) top left no-repeat;
					height: 245px;
					width: 974px;
				}

					/*------------
					=NAVIGATION CSS
					------------*/
					
						#wrapper #nav ul {
							padding: 16px 20px 0;
							font: normal 17px "Tahoma", sans-serif;
							text-transform: uppercase;
							text-align: center;
						}
						
							#nav ul a:active, #nav ul a:visited, #nav ul a:link {color: #fff8cd; text-decoration: none;}
							#nav ul a:hover {color: #fff;}
						
							#nav ul li {
								margin: 0 26px 0;
								display: inline;
							}

			/*------------
			=CTA CSS
			------------*/
			
				#wrapper .cta {
					background: transparent url(images/cta_bg.jpg) top left no-repeat;
					height: 165px;
					width: 974px;
				}
				
					#wrapper .cta p {
						margin: 0;
						padding: 0 0 0 15px;
					}
					
						#wrapper .cta p a {
							display: block;
							float: left;
							width: 265px;
							height: 150px;
							margin: 0 85px 0 0;
							text-indent: -500em;
						}

			/*------------
			=COLUMN CSS
			------------*/
			
				#content {
					background: transparent url(images/cont_bg.jpg) top center repeat-y;
					border-top: 1px solid #dedede;
				}
				
					#content .btm {
						background: transparent url(images/cont_btm.jpg) bottom center no-repeat;
					}
	
					/*------------
					=CENTER CSS
					------------*/
					
						#content #left {
							background: transparent url(images/cont_div.gif) 701px 20px repeat-y;
							width: 674px;
							padding: 15px;
							float: left;
							font: normal 13px "Tahoma", sans-serif;
							color: #474747;
						}
						
							#left a:active, #left a:visited, #left a:link {color: #70630d; text-decoration: underline;}
							#left a:hover {color: #3b3b3b; text-decoration: none;}
							
								#left .article {
									background: transparent url(images/article_div.jpg) bottom left repeat-x;
									padding: 0 0 4px;
								}
							
								#left h2.title {
									margin: 0;
									font: normal 20px "Tahoma", sans-serif;
								}
								
									#left h2.title a:active, #left h2.title a:visited, #left h2.title a:link {color: #434343; text-decoration: none;}
									#left h2.title a:hover {color: #a06e10; text-decoration: underline;}
									
							#left p {
								line-height: 20px;
							}
									
								#left p.meta {
									margin: 0;
									font: normal 11px "Tahoma", sans-serif;
									color: #6a6a6a;
								}
								
								#left p.more {
									float: left;
									width: 130px;
									font-weight: bold;
								}
								
								#left .metainfo {
									width: 380px;
									float: right;
									text-align: right;
									font-size: 11px;
									color: #;
								}
							
							#left h2 {
								font: lighter 18px "Arial", sans-serif;
								color: #bb8725;
							}
							
							#left h3 {
								font: lighter 16px "Trebuchet MS", sans-serif;
								color: #a58b59;
							}
							
							#left h4 {
								font: bold 14px "Tahoma", sans-serif;
								color: #525252;
							}
							
							#left .commentlist p {
								margin-left:40px;
							}
							
							#content #altos-left {
								width: 674px;
								padding: 0px;
								float: left;
								font: normal 13px "Tahoma", sans-serif;
								color: #474747;
							}
	
					/*------------
					=RIGHT CSS
					------------*/
				
						#content #right {
							position: relative;
							width: 238px;
							padding: 0 15px 120px;
							float: left;
							font: normal 13px "Trebuchet MS", sans-serif;
							color: #444;
						}
						
							#right a:active, #right a:visited, #right a:link {color: #474747; text-decoration: underline;}
							#right a:hover {color: #000; text-decoration: none;}
							
							#right p.contact {
								background: transparent url(images/right_contact.jpg) top left no-repeat;
								height: 127px;
								width: 230px;
								margin: 0 auto;
								text-indent: -500em;
							}
							
							#right h2 {
								font: normal 18px "Trebuchet MS", sans-serif;
								color: #b9831e;
							}
							
							#right ul {
								margin: 10px;
							}
							
								#right ul li {
									background: transparent url(images/article_div.jpg) bottom left repeat-x;
									margin: 0;
									padding: 0 0 1px;
								}
								
									#right ul li a {
										display: block;
										padding: 2px 5px 4px;
									}
									
									#right ul li a:active, #right ul li a:visited, #right ul li a:link {text-decoration: none;}
								
									#right ul li a:hover {
										position: relative;
										background: transparent url(images/right_liBg.jpg) top left repeat-y;
									}

			/*------------
			=FOOTER CSS
			------------*/
			
				#wrapper #footer {
					background: transparent url(images/footer_bg.jpg) top center no-repeat;
					width: 974px;
					margin: 0 auto;
					padding: 20px 0;
					clear: both;
				}
				
					#footer p {
						margin: 0;
						padding: 0;
					}
					
						#footer p.copyright {
							background: transparent url(images/footer_copy.jpg) top left no-repeat;
							height: 38px;
							width: 261px;
							float: left;
							text-indent: -500em;
						}
						
						#footer p.credits {
							text-align: right;
							font: normal 11px/16px "", sans-serif;
							color: #666;
						}
						
							#footer p.credits span {
								display: block;
								font-size: 12px;
							}
							
							#footer p.credits a:active, #footer p.credits a:visited, #footer p.credits a:link {color: #d39c36; text-decoration: underline;}
							#footer p.credits a:hover {color: #bb7d08; text-decoration: none;}
							
							.cform fieldset {
								background:#CCCCCC !important;
							}
							
		#comment {
			width:450px;
		}
		
		#wp_page_numbers a {
			color:#fff !important;
		}