/* 	Title:		Architecture Firm EXP Theme Home CSS
	Author: 	Douglas Green, www.greeninteractive.com
	Copyright: 	2009 All rights reserved
	Version: 	1.0 April 11, 2009
	
	// You are free to look, but please don't copy. Roll your own instead.
	
=================================== */
/* @group HOME
===================================== */
#home-featured {
	margin-bottom: 2em;
	position: relative;
	width: auto;
	height: 300px;
	background: url(../images/site/banner.jpg) no-repeat;
}
#home-featured div {
	position: absolute;
	top: 60px;
	right: 30px;
	width: 290px;
	opacity: .8;
	color: #fff;
	font-weight: bold;
}
#home-featured div h2 {
	margin: 0;
	color: #fff;
	font-weight: bold;
}
#home-featured p.more {
	text-align: right;
}
#home-featured p.more a {
	padding: 10px;
	padding-right: 20px;
	background: url(../images/site/more.png) no-repeat 92% 47%;
}
#home-featured p.more a:link,
#home-featured p.more a:active,
#home-featured p.more a:visited {
	color: #f3ca38;
}
#home-featured p.more a:hover {
	text-decoration: none;
	background-color: #252525;
	color: #f3ca38;
}
#home-projects img {
	margin-left: 9px;
}
#home-projects img.first {
	margin-left: 0;
}
#home-projects a:hover {
	text-decoration: none;
}
/* column overrides */
body#home #container.two-column #col-main {
	margin-bottom: 4em;
	margin-right: 30px;
	width: 290px;
}
body#home #container.two-column #col-secondary { 
	margin-bottom: 4em;
	margin-left: 30px;
	width: 590px;
}
body#home #container.two-column #col-secondary { 
	min-height: 0;
}
body#home #container.two-column #col-main h2 {
	font-size: 1.4em;
	line-height: 1.4286em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
/* news/address */
body#home #col-main ul#news {
	margin-bottom: 0;
	margin-left: 0;	
}
body#home #col-main ul#news li {
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.3636em;
	border-bottom: 1px solid #c7e27e;
}
body#home #col-main ul#news li a {
	padding: 0.5em 0;
	color: #666;
	display: block;
}
body#home #col-main ul#news li a:hover {
	background-color: #eaeaea;
	color: #333;
	text-decoration: none;
}
body#home address {
	margin: 1em 0 0 0;
	color: #666;
	font-size: 1.1em;
	line-height: 1.8182em;
}
body#home address strong,
body#home address a:link,
body#home address a:visited,
body#home address a:hover,
body#home address a:active {
	color: #719905;
}
body#home address strong {
	margin-left: 0.5em;
}
/* @end */