/* matt-radel.com styles 
    Author: Matt Radel on 5/23/08 */

body {
	background-image: url(img/bkg_noise.jpg);
	margin: 0;
	padding: 0;
	font-family: georgia, palintino, serif;
	color: #814033;
}

img {
	border: 0;
}

h1 {
	color: #fff177;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h2 {
	color: #fdf39d;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 7px 23px;
}

h3 {
	color: #ffeace;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 3px 0 5px 0;
	border-bottom: 1px solid #814033;
}

.prevFlash {
	font-family: georgia, palintino, serif;
	font-style: italic;
	padding-left: 20px;
	color: #ffeace;
	background: url(img/arrow_prev.png) no-repeat left center;
}

.nextFlash {
	font-family: georgia, palintino, serif;
	font-style: italic;
	padding-left: 20px;
	color: #ffeace;
	background: url(img/arrow.png) no-repeat left center;
}

	#viewFlash:hover {
		color: #ffeace;
		text-decoration: none;
	}

p {
	font-family: "lucida grande", "lucida sans", arial;
	font-size: 19px;
	color: #ffeace;
	line-height: 1.6em;
	padding: 0;
	margin: 5px 0 0 0;
}

em {
	color: #ffeace;
	font-size: 12px;
}

hr {
	border-bottom: 1px solid #56312a;
	padding: 0;
	margin: 0;
	border-top: none;
	border-right: none;
	border-left: none;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}


/* Structure */

#mainContainer {
	margin: 0 auto;
	width: 960px;
	background: url(img/bkg_wrinkle.jpg) no-repeat;
	height: 700px;
	position: relative;
}

#mainContainerInner {
	margin: 0 auto;
	width: 960px;
	background: url(img/bkg_wrinkle.jpg) no-repeat;
	position: relative;
}

	#wrapper {
		border: 1px solid red;
	}

	/* Header */
	
	#logo {
		background: url(img/mr_logo.jpg) no-repeat;
		width: 261px;
		height: 133px;
		margin: 0;
		padding: 0;
		text-indent: -999em;
		overflow: hidden;
		position: absolute;
		top: 20px;
	}
	
	#logoInner {
		background: url(img/mr_logo_inner.jpg) no-repeat;
		width: 261px;
		height: 133px;
		margin: 0;
		padding: 0;
		text-indent: -999em;
		overflow: hidden;
		position: absolute;
		top: 20px;
	}
	
		#logoInner a {
			display: block;
			width: 261px;
			height: 133px;
		}
	
	#emailMe {
		display: block;
		background: url(img/email_bkg.jpg) no-repeat;
		width: 184px;
		height: 46px;
		position: absolute;
		top: 47px;
		right: 12px;
		font-family: georgia, palintino, serif;
		font-size: 18px;
		font-style: italic;
		color: #ffeace;
		text-decoration: none;
		text-align: center;
		padding-top: 12px;
	}
	
	#emailMe:hover {
		text-decoration: underline;
	}
	
	#topLinks {
		background: url(img/top_links_bkg.jpg) no-repeat;
		width: 358px;
		height: 46px;
		position: absolute;
		top: 47px;
		right: 12px;
		text-align: center;
	}
	
		#topLinks a {
			color: #b59d88;
		}
		
		#topLinks a:hover {
			color: #ffeace;
			text-decoration: none;
		}
		
		#topLinks p {
			font-family: georgia, palintino, serif;
			padding: 10px 0 0 0;
			margin: 0;
			font-size: 18px;
			font-style: italic;
			color: #b59d88;
			font-weight: normal;
		}
		
	#topGreeting {
		background: url(img/top_greeting_bkg.jpg) no-repeat;
		width: 478px;
		height: 46px;
		position: absolute;
		top: 47px;
		right: 12px;
		text-align: center;
	}
	
		#topGreeting a {
			color: #b59d88;
		}
		
		#topGreeting a:hover {
			color: #ffeace;
			text-decoration: none;
		}
		
		#topGreeting p {
			font-family: georgia, palintino, serif;
			padding: 10px 0 0 0;
			margin: 0;
			font-size: 18px;
			font-style: italic;
			color: #b59d88;
			font-weight: normal;
		}
		
		#topGreeting strong {
			color: #ffeace;
		}
		
	#flashWrap {
		height: 500px;
		position: relative;
	}
	
		
	
	/* Greeting */

	#banner {
		position: absolute;
		top: 128px;
		left: 3px;
	}
	
		#greeting {
			background: url(img/banner_left.jpg) no-repeat;
			width: 391px;
			height: 231px;
			padding: 40px 0 0 26px;
		}
		
		#screencaps {
			background: url(img/screencaps.jpg) no-repeat;
			width: 569px;
			height: 279px;
			position: absolute;
			top: -21px;
			left: 391px;
		}
		
			#wild {
				display: block;
				width: 310px;
				height: 280px;
				position: absolute;
				top: 0;
				left: 120px;
			}
			
			#realcareers {
				display: block;
				width: 120px;
				height: 280px;
				position: absolute;
				top: 0;
				left: 430px;
			}
			
			#hollaender {
				display: block;
				width: 120px;
				height: 280px;
				position: absolute;
				top: 0;
				left: 2px;
			}
	
	/* Work */
	
	#work {
		position: absolute;
		top: 360px;
		left: 5px;
		width: 940px;
	}
	
		#work a {
			float: left;
			display: block;
			width: 296px;
			height: 162px;
			border: 1px solid #712214;
			text-indent: -999em;
			overflow: hidden;
			margin-top: 20px;
		}
		
		#work a:hover {
			border: 1px solid #a02c1a;
		}
	
		#dd {
			background: url(img/dd.jpg) no-repeat;
			margin-right: 23px;
		}
		
		#uw {
			background: url(img/uw.jpg) no-repeat;
			margin-right: 23px;
		}
		
		#jpeck {
			background: url(img/jpeck.jpg) no-repeat;
		}
		
	/* Goodies */
	
	#goodies {
		position: absolute;
		top: 600px;
		width: 940px;
	}
	
		#goodies a {
			font-family: "lucida grande", "lucida sans", sans-serif;
			font-size: 16px;
			color: #b59d88
		}
		
		#goodies a:hover {
			text-decoration: none;
			color: #ffeace
		}
		
		.links {
			padding: 14px 23px;
			color: #b59d88
		}
	
		#play {
			float: left;
		}
		
		#social {
			float: right;
		}
		
		/* Interior */
		
		#piece {
			float: right;
			width: 668px;
			position: relative;
			right: 14px;
		}
		
		#masthead {
			height: 130px;
		}
		
		/* Work images */
		
		#wildBig {
			display: block;
			background: url(img/wild_home_big.jpg) no-repeat;
			width: 668px;
			height: 542px;
			overflow: hidden;
			text-indent: -999em;
			margin-bottom: 20px;
		}
		
		#holBig {
			display: block;
			background: url(img/hollaender_home.jpg) no-repeat;
			width: 668px;
			height: 552px;
			overflow: hidden;
			text-indent: -999em;
			margin-bottom: 20px;
		}
		
		#uwBig {
			display: block;
			background: url(img/unitedway.jpg) no-repeat;
			width: 668px;
			height: 850px;
			overflow: hidden;
			text-indent: -999em;
			margin-bottom: 20px;
		}
		
		#ddBig {
			display: block;
			background: url(img/dd_big.jpg) no-repeat;
			width: 668px;
			height: 375px;
			overflow: hidden;
			text-indent: -999em;
			margin-bottom: 20px;
		}
		
		#jpeckBig {
			display: block;
			background: url(img/jpeck_big.jpg) no-repeat;
			width: 668px;
			height: 938px;
			overflow: hidden;
			text-indent: -999em;
			margin-bottom: 20px;
		}
		
		#ucpBig {
			display: block;
			background: url(img/ucp_big.jpg) no-repeat;
			width: 668px;
			height: 752px;
			overflow: hidden;
			text-indent: -999em;
			margin-bottom: 20px;
		}
		
		/* Footer */
		
		#footerHome {
			position: absolute;
			width: 960px;
			text-align: center;
			font-style: italic;
			top: 710px;
			font-size: 12px;
			color: #b59d88;
			font-family: georgia, palintino, serif;
		}
		
		#footer {
			width: 960px;
			text-align: center;
			font-style: italic;
			font-size: 12px;
			color: #b59d88;
			font-family: georgia, palintino, serif;
			margin-top: 15px;
			padding: 10px 0 20px 0;
			border-top: 1px solid #814033;
		}
		
		
		
	
	
	
