/* @override http://localhost:8000/styles.css */

/* Styles for TysonEvans.com */

body {
	background: #333 no-repeat center center fixed;
	font: 16px/1.7 Georgia, "Times New Roman", Times, serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}



a:hover, #next-photo:hover span {
	color: #0098d5;
	text-shadow: 2px 2px 2px #fff;
	}

div#content {
	background-color: rgba(255,255,255,.8);
	width: 364px;
	padding: 60px 30px 5px;
	position: absolute;
	right: 0;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
	margin: 0px 80px;
	-webkit-box-shadow: 3px 3px 10px #000;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-box-shadow: 3px 3px 10px #000;
}

div#content p {
	margin-bottom: 1.5em;
}

strong.name {
	font-size: 46px;
	display: block;
	border-top: 14px solid #000;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	margin-bottom: 10px;
	padding-top: 14px;
}

#next-photo {
	color: #333;
	border-top: 1px dotted #999;
	padding-top: 5px;
	min-height: 3em;
	line-height: 1.4;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	cursor: pointer;
}

#next-photo span {
	font-size: 20px;
	line-height: 13px;
	border-bottom: 1px dotted #999;
	float: left;
	margin-right: 8px;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

#container {
	position: relative;
	max-width: 1400px;
}