/*  
Theme Name: Discover Astoria
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: #FFF url(images/bg.gif) top left repeat-x;
	font: normal 12px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #7B7B7B;
	margin: 0;
	padding: 0; }
	
div, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0; }
	
/*
= TEXT / HEADINGS
*/
	
a {
	color: #f3624d;
	text-decoration: none; }
	
	a:hover {
		color: #f3624d;
		text-decoration: underline; }
	
h1 {
	width: 495px;
	height: 100px;
	position: absolute;
	right: 50px;
	top: 40px; }
	
	h1 a {
		text-indent: -9999px;
		display: block;
		width: 495px;
		outline: none;
		height: 100px; }
		
h2 {
	font: normal 24px "Tahoma", "Arial", sans-serif;
	color: #FEC916;
	margin: 5px 0; }
	
	#left h2 { padding: 0 15px; color:#FFF; }
	#left h2 a{ color:#FFF; }
	#right h2 { padding: 0 15px; color: #ef2e13; }
	

	
/*
= HEADER / MENU / FOOTER
*/

#header {
	height: 418px;
        width:1000px;
	position: relative;
        background-image: url("http://discoverastoria.com/wp-content/themes/DiscoverAstoria/images/header.jpg")
}

#header #banner {
	height: 228px;
        width: 632px;
	position: relative;
        padding-left: 10px;
}
	

#header #banner a img{
            border: 0;
}
	#menu {
		margin:0;
		padding:0;
		position: relative;
		list-style: none;
		float:right;
		text-align:center;
		margin-right:20px;
                margin-top: -228px;
	}
		
		#menu li { float: left; }
		
		#menu li a {
			float:left;
			display: block;
			color:#a0a0a0;
			font-size:12px;
			font-weight:bold;
			width:80px;
			height:80px;
			padding-top:30px;
		}
		
		#menu li a:hover {
			background:url(images/link_hover.gif) left top no-repeat;
			text-decoration:none;
		}

/*
= CONTAINER / COLUMNS
*/
	
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(images/wrapper.gif) top left repeat-y;
	z-index: 1; 
}

	
	#container #left {
		width: 200px;
		float: left;
		padding-left: 5px; 
		margin-left:10px;
		position:relative;
		top:-150px;
		z-index:3;
		}
			
		
		
		#left ul {
			margin:0;
			padding:0;
			list-style: none;
			width: 200px;
			margin-bottom: 20px; }
	
		#left li a {
			color: #ffffff;
			padding: 5px 0 5px 25px;
			text-decoration: none;
			display: block;
			height: auto;
			width: 175px; }
		
		#left li a:hover {
			color: #f25232;
			text-decoration: underline; }
		
	#container #right {
		position: relative;
		width: 200px;
		float: left;
		padding:0;
		top:-190px;
		z-index:3; 
		margin-left:10px;
		}
	#container #right #authors{
		position: relative;
		width: 196px;
		float: left;
		padding:2px;
                text-indent:8008px;
                margin-left: 20px;
		}
#container #right #authors a {
                vertical-align:center;
                padding: 2px;
                display: inline;
                border: 0;
}

#container #right #authors a img{
                border: 0;
}

#container #right #authors  p{

      float:left;

}
		
		#right #rssBox {
			margin: 0;
			padding: 0 0 0 5px; }
			
		#right #rssBox #rss {
			background: transparent url("images/rss.gif") top left no-repeat;
			height: 34px;
			width: 32px;
			float: left;
			margin: 5px;
			display: block;
			text-indent: -500em; }
	
		#right #rssBox input {
			background-color: #FFF;
			margin-bottom: 2px;
			padding: 3px;
			border: 1px solid #81aad6;
			font-family: "Tahoma";
			width: 125px;
			color: #46576c; }
			
		html>body #right #rssBox input { width: 135px; }
		
		#right ul {
			margin:0;
			padding:0;
			list-style: none;
			width: 200px;
			margin-bottom: 20px; }
	
			#right ul li a {
				color: #7B7B7B;
				padding: 5px 0 5px 25px;
				text-decoration: none;
				display: block;
				height: auto;
				width: 175px; }
		
			#right ul li a:hover {
				color: #f25232;
				text-decoration: underline; 
			}
		
	#container #content {
		position: relative;
		width: 500px;
		float: left;
		padding: 15px;
		margin-left:15px;
		padding-left:20px;
		top:-180px;
		z-index:3;
	}
	
	h2.title { margin: 0; margin-bottom:5px;  border-bottom:1px dotted #a9b2b8; width:500px;}
	h2.title a { color: #0072bc; }
	h2.title a:hover { color: #0072bc; text-decoration:none; }
		
		#content .postinfo { 
			color: #0072bc; 
			margin: 0;
			font-size: 10px; }
			
		#content .postdata { text-align: right; font-size: 11px;}
	

	
#footer {
	clear: both;
	height: 123px;
	position: relative;
	background: url(images/footer.gif) top left no-repeat; 
}
	
	
/*
= COLUMN LISTS
*/
		
.commentlist {
	margin:0;
	padding:0;
	list-style: none;
	background-color: #F8F8F8; }
	
	.commentlist li { padding: 10px; }
	.commentlist li.alt { background-color: #EEE; }
	
	#comment {
		width:450px;
	}
	
	p.credits {
		width:800px;
		margin:0 auto;
		padding:20px;
		text-align:center;
	}
	
	.clear {
		clear: both;
	}
	
/*
= END
*/
	