/*****************************************************************************/
/*****************************************************************************/
/**																																					**/
/** Site: near.ly																														**/
/** File: homepage.css																											**/
/**																																					**/
/** This file will handle the layout for the @File as well as any includes  **/
/** that arise during the construction of the site.													**/
/**																																					**/
/** Author: Duncan Grazier - dgrazier@me.com																**/
/**																																					**/
/*****************************************************************************/
/*****************************************************************************/
p.intro {
	padding: 0px 0px 10px 0;
}
.homepage_toggle {
	margin: 0 0 15px 0;
	font-size: 25px;
	padding: 15px 0 0 0;
}
	.homepage_toggle ul {
		color: #cccccc;
	}
		.homepage_toggle ul li {
			display: inline;
		}
		
.homepage_toggle a {
	color: #3399cc;
	text-decoration: none;
		font-size: 16px;

}

.homepage_toggle a:hover {
	text-decoration: underline;
}
p.spacage {
	margin: 4px 0 4px 0;
}

a.active {
	color: #666666;
}
.space {
	height: 10px;
}
input.textfield {
	width: 335px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	color: #666666;
	font-size: 23px;
	padding: 4px;
	margin: 0 5px 0 0;
}

input.button {
	font-size: 23px;
	background-color: #fafafa;
	border: 1px solid #99cccc;
	color: #3399cc;
	padding: 3px 3px 3px 7px;
}

input.button:hover {
	font-size: 23px;
	background-color: #3399cc;
	border: 1px solid #99cccc;
	color: #fff;
	pointer: hand;
	padding: 3px 3px 3px 7px;
}

#forgot_password {
	margin: 8px 0 0 0;
}

span.example {
	width: 600px;
	margin: 0 auto 35px auto;
	background-color: #ffffc2;
	padding: 5px;
	text-align: center;
}
span.example a, span.example a:active, span.example a:visited {
	text-decoration: underline;
	color: inherit;
}

h3 {
	font-size: 25px;
	padding: 20px 0 10px;
}