/*
Theme Name: Phil Hart
Theme URI: http://www.hart4legislature.com
Description: This is a custom theme created by Unattended Media. It uses the Blueprint CSS Framework.
Author: Nathan Barry
Author URI: http://www.unattendedmedia.com1

*/

@import 'css/screen.css';

body {
	background: #376aaa url('img/background.jpg') no-repeat center top;
	margin: 0;
	}

a {
	color: #730806;
	text-decoration: none;
	outline: none;
	}
	
	a:hover {
		color: #ff0600;
		}
			
	#page {
		background: url('img/background.jpg') no-repeat center top;
		}
	
	
	#header {
		height: 160px;
		
		}
		
		#logo {
			margin: 40px 0px 0px;
			}
		
		#header h1 {
			color: #8a0a07;
			font-size: 50px;
			margin: 0px;
			}
			
		#header h3 {
			text-transform: uppercase;
			font-size: 14px;
			margin: 0px;
			}
			
			#header h3 a, #header h1 a {
				text-decoration: none;
				color: #8a0a07;
				}
		
		#description {
			text-align: center;
			font: 1.2em Georgia, "Times New Roman", Times, serif;
			padding: 40px 0px 0px
			}
		
	#nav {
		height: 60px;
		}
		
		#nav ul {
			list-style: none;
			padding: 0;
			}
			
			#nav li {
				list-style: none;
				float: left;
				}
				
				#nav li a {
					display: block;
					float: left;
					padding: 20px 20px 20px;
					font-size: 1.5em;
					text-decoration: none;
					}


	#wrapper {
		background: #ebebeb;
		
		}
		
	#content {
		background: #fff;
		color: #4a4a4a;
		/*margin: 30px 0px;
		padding-top: 30px;
		padding-bottom: 30px;*/
		}
		
		#content h2 {
			margin: 1em 0;
			}
		
		#top-image {
			background: #ebebeb url('img/mountains.jpg') no-repeat top;
			height: 223px;
			}
		
		
		#home-image {
			background: #ebebeb url('img/endorsement.jpg') no-repeat top;
			height: 309px;
			}
		
	#sidebar {
		color: #4a4a4a;
		}
		
		#meet {
			background: #fff;
			margin: 30px 0px;
			}
			
			#meet h3 {
				font: 1em Georgia, "Times New Roman", Times, serif;
				color: #03387b;
				text-align: center;
				}
				
				#meet .phil {
					position: relative;
					left: 10px;
					top: 40px;
					font-size: 2em;
					}
					
				#meet .hart {
					font-size: 8em;
					position: relative;
					top: 0px
					}
					
				#meet .meet {
					text-transform: uppercase;
					font-size: 1.2em;
					}
					
				#meet .meet-about {
					display: block;
					background: url('img/about.jpg') no-repeat top;
					width: 205px;
					text-align: center;
					height: 310px;
					margin: 0 auto;
					}
					
					.meet-about .text {
						padding: 290px 0px 0px;
						display: block;
						}
		
		#search {
			background: #a0b1c7;
			height: 60px;
			text-align: center;
			line-height: 60px;
			}

	#footer {
		background: url('img/footer.jpg') repeat-x;
		height: 197px;
		}
		
		#footer a {
			color: #fff;
			}
		
		



/*-------------IE 6 PNG FIX------------------*/

img { behavior: url(iepngfix.htc); }