/*

Theme Name: Amber Lehman
Author: Sodium Halogen

*/	


			/* Global Layout */
body {
	font-size: .75em;
	margin: 0px;
	text-align: center;
	color: #333;
	height: 100%;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	}
	
	#bg_home {
		background: #ffffff url(_images/bg_home.jpg) center top no-repeat;
		}

	
	#bg_about {
		background: #ffffff url(_images/bg_about.jpg) center top no-repeat;
		}
	
	#bg_contact {
		background: #ffffff url(_images/bg_contact.jpg) center top no-repeat;
		}

#wrap{
	position: relative;
	width: 774px;
	margin: 0 auto;
	}
	
	#bg_home #wrap {
		min-height: 700px;
		height: auto !important;
		height: 700px;
		}
	
	#nav{
		position: relative;
		float: left;
		width: 148px;
		margin-top: 60px;
		margin-left: 0px;
		}
		
		#nav_h {
			position: relative;
			width: 270px;
			float: left;
			margin-top: 60px;
		/*	border: 1px solid #333; */
			}

			#nav_home {
				display: block;
				width: 270px;
				height: 140px;
		/*		border: 1px solid #bbb; */
				}

			#nav ul, #nav_h ul {
				position: relative;
			}
		
			#nav li, #nav_h li {
				position: relative;
				float: left;
			}
			
			#nav li a, #nav_h li a {
				position: relative;
				float: left;
				text-indent: -9999em;	
			}
			
			#nav_home{
				width: 270px;
				height: 140px;
			}

			
			#nav_about{
				background: url(_images/b_about.jpg) left top no-repeat;
				height: 28px;
				width: 148px;
			}
			
			#nav_pdf{
				background: url(_images/b_work.jpg) left top no-repeat;
				height: 28px;
				width: 148px;
			}
			
			#nav_contact{
				background: url(_images/b_contact.jpg) left top no-repeat;
				height: 28px;
				width: 148px;
			}
			
			#nav_blog{
				background: url(_images/b_blog.jpg) left top no-repeat;
				height: 28px;
				width: 148px;
			}
		
			#nav li a:hover{
				background-position: bottom left;
				}

#content {
	width: 475px;
	margin: 15px 0 0 280px;
	text-align: left;
	}

	#content h1 {
		font: 12px/18px normal 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		color: #e00f7e;
		display: inline;
		}
	
	#content p {
		font: 12px/18px normal 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		margin-bottom: 15px;
		}
	
	#content p em {
		font-style: italic;
		}

		#content p a {
			color: #333;
			text-decoration: underline;
			}
			
		#content p a:visited {
			color: #666;
			}
		
		.inline {
			display: inline;
			}
		
		.inline_not {
			margin-top: 10px;
			}
		
	.hr {
		border-bottom: 1px solid #e00f7e;
		height: 10px;
		margin-bottom: 10px;
		clear: both;
		}
		
#friends {
	text-align: left;
	margin: 15px 0;
	}
	
	#h2_friends {
		background: url(_images/h2_friends.gif) left top no-repeat;
		text-indent: -9999em;
		height: 20px;
		}
	
	.col {
		float: left;
		width: 250px;
		}
		
		.col li {
			margin-bottom: 10px;
			}
	
		.col a {
			color: #333;
			}
			
		.col a:visited {
			color: #666;
			}
		
		.col a:hover {
			color: #e00f7e;
			}
			
#content_contact {
	margin: 50px;
	text-align: left;
	}

	#content_contact h2 {
		height: 25px;
		}
		
	#content_contact h2 span {
		display: none;
		}	
		
		#content_contact a {
			color: #333;
			}

		#email {
			background: url(_images/h2_email.gif) left 2px no-repeat;
			padding-left: 55px;
			}
	
		#phone {
			background: url(_images/h2_phone.gif) left 2px no-repeat;
			padding-left: 60px;
			}
			
		#aim {
			background: url(_images/h2_aim.gif) left 2px no-repeat;
			padding-left: 37px;
			}
	
		
#foot {
	width: 774px;
	height: 65px;
	background: url(_images/foot.jpg) left top no-repeat;
	}
	
.clear {
	clear: both;
	}