/*
Theme Name: Law Office of Alison L. Kilmer, LLC
Theme URI: http://alklawoffice.com/
Description: Wordpress theme for the Law Office of Alison L. Kilmer, LLC
Version: 1.0
*/

body {
	background: #fff url(images/background.png) repeat-x top;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 81.3%;
	line-height: 1.333em;
	color: #14212B;
}
			
	#wrapper {
		width: 1004px;
		margin: 0 auto;
	}
				
		#header {
			width: 939px; height: 130px;
			background: url(images/header.png) no-repeat right 9px;
			font-weight: bold;
			color: #9d9d9d;
			padding: 9px 23px 0 42px;
		}
					
			#header #header_left {
				width: 387px;
				float: left;
			}
						
			#header h1 a {
				width: 387px; height: 24px;
				background: url(images/logo.png) no-repeat;
				text-indent: -10000px;
				margin: 31px 0 10px 0;
				display: block;
			}
						
			#header p {
				width: 387px;
				padding: 3px 0;
			}
						
				#header p a {
					color: #9d9d9d;
					text-decoration: none;
			}
							
					#header p a:hover {
						text-decoration: underline;
				}
								
			#header ul {
				height: 130px;
				float: right;
			}
						
				#header ul li {
					height: 130px;
					float: left;
			}
							
					#header ul li a {
						height: 130px;
						background-image: url(images/navigation.png);
						background-repeat: no-repeat;
						text-indent: -10000px;
						margin: 0 0 0 1px;
						float: left;
				}
								
						#header ul li.page-item-5 a {
							width: 144px;
							background-position: 0 0;
					}
									
						#header ul li.page-item-2 a {
							width: 123px;
							background-position: -145px 0;
					}
									
						#header ul li.page-item-7 a {
							width: 136px;
							background-position: -269px 0;
					}
									
		#masthead {
			width: 1004px; height: 153px;
			background: url(images/masthead.png) no-repeat;
			text-indent: -10000px;
			display: block;
		}
					
		#content {
			width: 709px;
			font-size: 1.231em;
			padding: 40px 173px 40px 122px;
		}
			
			#content p {
				line-height: 1.846em;
				padding: 0 0 1.846em 0;
			}
			
			h2, h3 { padding: 0 0 12px 0; }
			
			small {
				font-size: 0.769em;
				line-height: 1.5em;
			}
						
			h2 {
				font-size: 1.615em;
			}
						
			h3 {
				font-size: 1.231em;
			}
			
			h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
				color: #646463;
				text-decoration: none;
			}
			
			h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
				text-decoration: none;
			}
			
			.entry p a:visited {
				color: #93ab2e;
			}
			
			small, blockquote, strike {
				color: #777;
			}
			
			code {
				font: 1.1em 'Courier New', Courier, Fixed;
			}
			
			acronym, abbr, span.caps {
				font-size: 0.9em;
				letter-spacing: .07em;
			}
			
			a, h2 a:hover, h3 a:hover {
				font-weight: bold;
				color: #93ab2e;
				text-decoration: underline;
			}
			
			a:hover {
				color: #93ab2e;
				text-decoration: none;
			}
							
		#footer {
			width: 100%; height: 108px;
			background: url(images/footer.png) repeat-x top;
			font-size: 0.923em;
			line-height: 108px;
			color: #878787;
			padding: 20px 0 0 0;
		}
					
			#footer_inner {
				width: 939px;
				margin: 0 auto;
			}
						
				#footer_inner .telephone {
					width: 164px; height: 23px;
					background: url(images/telephone.png) no-repeat;
					line-height: 23px;
					text-align: center;
					color: #b8b8b8;
					margin: 44px 0 0 0;
					float: right;
				}
						
					#footer_inner .telephone strong { color: #93ab2e; }
