/*
	Michelle Raymond Photography Gallery Style Sheet
   Author: Michelle Raymond
   Date:   05/13/2016

   Filename:         mrpgallery.css
*/

/* Body Styles */

body {
	background: #000000 url(darklines.jpg) repeat;
}

/* Section Styles */

#bar {
	background-color: #ffffff;
	opacity: 0.6;
	float: left;
	position: fixed;
	left: 75px;
	top: 0px;
	height: 100%;
	width: 210px;
}

#main {
	position: fixed;
	left: 320px;
	width: auto;
	height: 100%;
	overflow-x: hidden;
}

#main p {
	text-align: center;
}

#main a:link {
	color: white;
	text-decoration: none;
}

#main a:visited {
	color: #666666;
	text-decoration: none;
}

#tips {
	font-variant: small-caps;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 1.1em;
	border-radius: 16px;
   padding: 8px;
	background: #999999;
   border: 25px solid rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	left: 50%;
	width: 570px;
	height: 1285px;
	margin-left: -170px;
	margin-top: 5px;
	border: 20px solid rgba(0, 0, 0, 0.3);
}

#supplies {
	font-variant: small-caps;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 1.1em;
	border-radius: 16px;
   padding: 8px;
	background: #e6e6e6;
	position: absolute;
	display: block;
	width: 480px;
	height: 260px;
	border: 20px solid rgba(0, 0, 0, 0.7);
	margin-left: 17px;
}

#mistakes {
	border-radius: 16px;
   padding: 8px;
	background: #e6e6e6;
	position: absolute;
	display: block;
	width: 480px;
	height: 470px;
	border: 20px solid rgba(0, 0, 0, 0.7);
	margin-top: 330px;
	margin-left: 17px;
}

#rules {
	border-radius: 16px;
   padding: 8px;
	background: #e6e6e6;
	position: absolute;
	display: block;
	width: 480px;
	height: 250px;
	border: 20px solid rgba(0, 0, 0, 0.7);
	margin-top: 870px;
	margin-left: 17px;
	font-variant: none;
	text-align: center;
}

#comingSoon {
	font-variant: small-caps;
	font-family: "Times New Roman", Georgia, Serif;
	text-align: center;
	font-size: 1.1em;
	border-radius: 16px;
   padding: 8px;
	background: #e6e6e6;
   border: 25px solid rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	left: 50%;
	width: 570px;
	height: 180px;
	margin-left: -170px;
	margin-top: 200px;
	border: 20px solid rgba(0, 0, 0, 0.6);
}

/* Heading Styles */

#tips h1 {
	font-size: 35px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: black;
}

#tips h2 {
	font-size: 24px;
	text-align: center;
}

/* Logo Styles */

#logo {
	width: 200px;
	padding: 2px;
	margin-top: 50px;
	margin-left: 2px;
}

/* Navigation Styles */

nav {
	margin-top: 150px;
}

nav.nav a {
	text-decoration: none;
	color: black;
	font-variant: small-caps;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 1.2em;
}

nav.nav li {
   list-style: none;
	margin-top: 30px;
}

nav.nav a:hover {
	font-size: 150%;
}

/* Photo Styles */

#locks {
	display: block;
	width: 92%;
	height: auto;
	border: 1px solid white;
	border-radius: 4px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#horse {
	display: block;
	height: auto;
	border: 1px solid white;
	border-radius: 4px;
	padding: 5px;
	margin-top: 10px;
	max-height: 95%;
	margin-left: auto;
	margin-right: auto;
}

#ferris {
	display: block;
	width: 92%;
	height: auto;
	border: 1px solid white;
	border-radius: 4px;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#sacre {
	display: block;
	width: 92%;
	height: auto;
	border: 1px solid white;
	border-radius: 4px;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}