/*
Theme Name: DIY Realtor
Theme URI: http://www.diy-realtor.com/
Description: DIY Realtor theme with very minor changes from the parent theme.
Author: James P hart
Version: 1.1
Template: twentyten
*/

@import url("../twentyten/style.css");

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

.two-column-1 {
	float: left;
	margin-left: 10px;
	width: 460px;
	height: 300px;
	background: #245004;
	color: #ffffff;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.two-column-1 p {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	padding: 0 15px 0 0;
}
.two-column-1 h1 {
	color: #feb500;
	padding-bottom: 15px;
}
.two-column-1 a {
	color: #feb500;
	text-decoration: none;
}
.two-column-1 a:hover {
	text-decoration: underline;
}
.two-column-2 {
	float: right;
	width: 460px;
	height: 300px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 780px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Structure
-------------------------------------------------------------- */

#wrapper {
	margin-top: 0;
	padding: 0;
}

/* =Global Elements
-------------------------------------------------------------- */

ul {
	list-style: url(images/list.jpg);
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 10px 0 0 0;
	background: #245004;
}
#site-title {
	margin: 0 0 10px 10px;
	width: 600px;
}
#site-description {
	margin-top: 32px;
	font-style: normal;
	font-size: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	width: 320px;
	color: #feb500;
}

/* This is the custom header image */
#branding img {
	border-top: none;
	border-bottom: none;
}

#main {
	background: url(images/body-bt.jpg) no-repeat bottom;
}

/* =Content
-------------------------------------------------------------- */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #4e7a2e;
	text-align: center;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.3em;
	color: #d29704;
}
#content h3 {
	font-size: 1.1em;
	color: #000000;
	background: #ffff00;
}
#content .entry-title {
	color: #4e7a2e;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow:1px 1px 1px #d3d3d3;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #245004 url(images/footer.png) no-repeat;
}
#colophon {
	border-top: none;
}
#site-info {
	padding-left: 30px;	
	color: #feb500;
}
#site-info a {
	color: #feb500;
}
