/*
Theme Name: Garden Well Default
Version: 1.0
Author: Chris Poplawski
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */

p.linklove {
	display: none;	
} 

body {
	padding: 40px 0 50px 0;
	background: #fff url("i/bg_2.jpg") no-repeat fixed 50% 0;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 620px;
	height: 110px;
	margin: 0 0 0 auto;
}

	#logo {
		position: absolute;
		top: 0;
		left: -1px;
	}

	#top-navigation {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 30px;
	}
	
		#top-navigation li {
			float: left;
			padding: 0 15px 0 0;
		}
		
			#top-navigation li a {
				font-family: 'trebuchet ms' arial sans-serif;
				font-size: 15px;
				text-transform: uppercase;
				font-weight: bold;
				text-decoration: none;
				color: #428300;
			}
			
				#top-navigation li a:hover,
				#top-navigation li.current_page_item a {
					color: #d75600
				}
				
			li.page-item-75 {
				display: none;
			}

#container {
	width: 590px;
	border: 15px solid #f4f4f4;
	background: #f4f4f4;
	margin: 0 0 0 auto;
}
	#banner {
		display: block;
		width: 590px;
	}
	
	#content {
		padding: 0 10% 0 0;
	}
	
		#content h1 {
			font-size: 28px;
			color: #d75600;
			font-weight: normal;
			font-family: 'trebuchet ms' arial sans-serif;
			margin: 20px 0;
		}
		
		#content h2 {
			font-size: 20px;
			color: #d75600;
			font-weight: normal;
			font-family: 'trebuchet ms' arial sans-serif;
			margin: 20px 0 10px 0;
		}
		
		#content p {
			font-size: 13px;
			line-height: 18px;
			margin: 15px 0;
			color: #2b1c15;
		}
		
		#content strong {
			font-weight: bold;
			color: #2b1c15;
		}
		
		#content ul {
			background-color: #ececeb;
			padding: 20px;
		}
		
			#content ul li {
				font-size: 13px;
				line-height: 18px;
				color: #2b1c15;
				padding: 0 0 0 20px;
				background: transparent url("i/lidot.png") 0 4px no-repeat;
			}
		
		
		
		#content a {
			color: #d75600;
		}
		
		#content a:hover {
			color: #2b1c15;
		}
		
		
		
		#content p a img {
			border: 7px solid #dfd7b6;
			margin: 0 10px 0 0;
		}
		
		#content p a:hover img {
			border-color: #2b1d15;
		}
	
ul#footer {
	width: 620px;
	margin: 20px 0 0 auto;
	color: #f4f4f4;
	height: 20px;
}

	ul#footer li {
		float: left;
		padding: 0 10px 0 0;
	}
	
	ul#footer li a {
		color: #f4f4f4;
		text-decoration: none;
	}
	
	ul#footer li a:hover {
		text-decoration: underline;
	}
	
#actonweb {
	color: #f4f4f4;
	width: 620px;
	margin: 0 0 0 auto;
}

	#actonweb a {
		color: #f4f4f4;
		text-decoration: none;
	}
	
	#actonweb a:hover {
		color: #f4f4f4;
		text-decoration: underline;
	}