@charset "utf-8";
/* CSS for Wilson Whitaker Photography */


/* -------------------------------  Elements  ------------------------------- */

body {
	background-color: #3F271B;
	color: #BBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	color: #A69B7B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}


/* ------------------------------  Structure  ------------------------------ */

#logo {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 224px;
	height: 238px;
	margin-left: -112px;
	z-index: 2;
	background: transparent url(assets/logo.png) center center no-repeat;
}

#scroller-out {
	position: relative;
	width: 900px;
	height: 190px;
	overflow: hidden;
	margin: 60px auto 0 auto;
	text-align: right;
}

	#scroller-in {
		position: absolute;
		white-space: nowrap;
		left: 900px;
	}
	
	#scroller-overlay {
		position: absolute;
		left: 602px;
		bottom: 0px;
		width: 192px;
		height: 85px;
		z-index: 2;
		background: transparent url(assets/home_bg_a.png) left bottom no-repeat;
	}

#content {
	width: 900px;
	margin: 0 auto 0 auto;
	background: transparent url(assets/home_bg_b.jpg) center top no-repeat;
}

	#linkrow {
		margin: 0;
		padding: 80px 0 0 0;
		text-align: center;
	}
	
		#linkrow a {
			display: inline-block;
			margin: 10px;
		}
	
	#blogrow {
		position: relative;
		margin: 40px 0 0 0;
		padding-left: 100px;
	}
	
		#blog {
			display: inline-block;
			width: 360px;
			margin: 0 60px 0 0;
			text-align: left;
			vertical-align: top;
		}
		
			#socialmedia {
				width: 120px;
				height: 35px;
				margin: 30px auto 0 auto;
				background: transparent url(assets/social.png) right top no-repeat;
			}
			
				#socialmedia a {
					display: inline-block;
					width: 40px;
					height: 35px;
					margin: 0;
					padding: 0;
				}
	
		#proofs {
			display: inline-block;
			width: 148px;
		}
	
	#footer {
		margin: 40px 0 20px 0;
		color: #A69B7B;
		text-align: center;
		clear: both;
	}
	
		#footer img {
			margin: 0 10px 0 10px;
		}


