/*
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Abel', sans-serif;
font-family: 'Shadows Into Light', cursive;
font-family: 'Abril Fatface', cursive;
font-family: 'Orbitron', sans-serif;
font-family: 'Arapey', serif;
font-family: 'Pontano Sans', sans-serif;
*/

/*
font-family: 'Parisienne', cursive;
font-family: 'Alex Brush', cursive;
font-family: 'Michroma', sans-serif;
font-family: 'Italianno', cursive;
font-family: 'Yesteryear', cursive;
*/

/*
font-family: 'Monoton', cursive;
font-family: 'Alfa Slab One', cursive;
font-family: 'Permanent Marker', cursive;
*/
html{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif;
}

#top_header{
	
	background-color: #669999;
	height: 100px;
	color: white;
}

#top_header div{
	margin: 0 auto;
	width: 80%;
}

#top_header header{
	font-family: 'Abril Fatface', cursive;
	font-size: 2.5em;
	text-align: center;
}

#top_header ul {
	list-style: none;	
}

#top_header ul li a{
	float: left;
	margin-right: 50px;	
}

#top_header div a{
	color: white;
	text-decoration: none;
}

#top_header div a:hover {
	font-weight: bold;
	color: yellow;
}

#top_header form{
	float: right;
}

#top_header form a{
	margin-left: 25px;
}

section {
	margin: 0 auto;
	width: 80%;
}
#leftPane{
	float: left;
	width: 50%;
}
#leftPane img{
	margin-top: 50px;
}
#rightPane{
	float: right;
	padding: 20px 0 0 80px;
	width: 40%;
}
#rightPane .oxford{
	/* font-family: 'Parisienne', cursive; */
	font-family: 'Monoton', cursive;
	font-size: 75px;
	padding: 35px 0 20px 20px;
	line-height: 50px;
}
#rightPane #review{
	font-family: 'Michroma', sans-serif;
	font-size: 20px;
	letter-spacing: 1em;
	padding-left: 20px;
}
#rightPane p{
	word-spacing: .1em;
	padding-left: 20px;
}
#rightPane p a{
	text-decoration: none;
}
#rightPane p a:hover{
	color: #ff5050;
}
#main{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#main form input{
	margin-bottom: 5px;
	width:200px;
}
.login_warn{
	margin-left: 70px;
	/* background-color: yellow; */
}
.contact{
	float: left;
	width: 30%;
}
.contact form input{
	margin-bottom: 5px;
	width:200px;
}


.contactPix{
	float: right;
	width: 68%;
	padding-top: 50px;
}

.signup{
	padding-left: 50px;
}

.signup input{
	margin-bottom: 5px;
	width:200px;
}

footer{
	background-color: grey;
	color: #ccc;
	height: 10%;
	width: 100%;
	margin-top: 38%;
	padding: 20px;
}
