@import url("reset.css");

/*******************************************************
Theme Name: Barbara Balman Landscape Design
Theme URI: http://www.balmanlandscapedesign.com/
Description: Theme for Barbara Balman Landscape Design website
Author: David Louis Edelman
Author URI: http://www.davidlouisedelman.com/
Template: 
Version: 1.0
********************************************************/

html {
	height: 100%;
	/*overflow-y: scroll; /* Not valid CSS2, but required for scroll bar */
}

body {
	background-color: #000;
	color: #fff;
	font: 15px "Times New Roman", serif;
	line-height: 24px;
	height: 100%;
}

#page_container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}



/*******************************************************
Header styles.
********************************************************/

#header {
	text-align: center;
	height: 189px;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
}

#header.home {
	height: 140px;
	border-bottom: none;
}

	#navbar {
		margin-top: 10px;
	}

	#navbar li {
		display: inline;
		font-variant: small-caps;
		font-size: 16px;
		letter-spacing: 2px;
		margin-right: 30px;
	}
	
		#navbar li a {
			color: #dce0df;
		}
		
		#navbar li.current_page_item a {
			color: #ff3300;
		}
		
		#navbar li a:hover {
			color: #ff3300;
			text-decoration: none;
		}



/*******************************************************
Hyperlink styles.
********************************************************/

a {
	text-decoration: none;
	color: #ff3300;
}

a:hover {
	text-decoration: underline;
}



/*******************************************************
Content styles.
********************************************************/

#content {
	padding: 30px 0 35px 0;
	position: relative;
}

	#content h1 {
		font-size: 28px;
		font-variant: small-caps;
		font-weight: normal;
		letter-spacing: 3px;
	}

	#content h2 {
		/* Reserved for subheader */
	}

	#content #main {
		width: 495px;
		text-align: justify;
	}
	
		#content #main p {
			margin-top: 24px;
		}

		#content #main h3 {
			margin-top: 36px;
			font-size: 18px;
			font-variant: small-caps;
			font-weight: normal;
			letter-spacing: 3px;
		}

		#content #main .alignright {
			position: absolute;
			top: 80px;
			right: 0;
		}
		
		p.wp-caption-text {
			font-style: italic;
			text-align: left;
			position: relative;
			top: -15px;
		}

		#content #main ul {
			list-style-type: disc;
			margin-left: 12px;
			padding-left: 8px;
			margin-top: 24px;
		}

		#content #main ul.doublespace li {
			margin-bottom: 16px;
		}


/*******************************************************
Home page styles.
********************************************************/

#home_navigation {
	border-collapse: separate;
	border-spacing: 30px;
	margin: -25px auto -25px auto;
}

	#home_navigation td {
		text-align: center;
	}
	
	#home_navigation a {
		font-variant: small-caps;
		font-size: 16px;
		letter-spacing: 2px;
		color: #fff;
	}
	
	#home_navigation a:hover {
		color: #ff3300;
	}
	
	#home_navigation img:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}



/*******************************************************
Gardens page styles.
********************************************************/

#garden_thumbnails td {
	padding-top: 26px;
	padding-right: 26px;
}

	#garden_thumbnails img:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}

#garden_subpage {
	width: 950px;
	height: 460px;
	border: 0;
	overflow: hidden;
	margin-top: 20px;
}

	#garden_feature_box {
		position: absolute;
		top: 0;
		left: 693px;
		line-height: 18px;
	}

	#garden_feature_box h1 {
		line-height: 25px;
		margin-bottom: 25px;
	}
	
	#garden_feature_box img {
		position: absolute;
		top: 0;
		left: -693px;
	}
	
	#garden_feature_box p {
		margin-bottom: 18px;
	}

	.pagination_links {
		margin: 15px 0;
	}

		.pagination_links a {
			margin-right: 15px;
		}



/*******************************************************
Footer styles.
********************************************************/

#footer {
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding-top: 30px;
	height: 59px;
}

#footer.home {
	border-top: none;
	padding-top: 0;
}
