/*****************************************************************************/
/*****************************************************************************/
/**																																					**/
/** Site: near.ly																														**/
/** File: base.css																													**/
/**																																					**/
/** This file will handle the layout for the @Site as well as any includes  **/
/** that arise during the construction of the site.													**/
/**																																					**/
/** Author: Duncan Grazier - dgrazier@me.com																**/
/**																																					**/
/*****************************************************************************/
/*****************************************************************************/

@import url('reset.css');

/*****************************************************************************/
/** Body 																																		**/
/*****************************************************************************/
body {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 17px;
	color: #333333;
}
.clear {
	clear: both;
	height: 1px;
}
.container {
	width: 780px;
	margin: 0px auto 0px auto;
}
p {
	line-height: 25px;
}
.flash_content {
	height: 17px;
	padding: 10px 0 0 0;
}
.site_error {
	margin: 10px 0 20px 0;
	color: #cc0000;
}

a, a:active, a:visited {
	color: #3399cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*****************************************************************************/
/** Status																																	**/
/*****************************************************************************/
#status {
	
	margin: 20px 0 -30px 0;
	padding: 10px;
	text-align: center;
}
	#status .announcement {
		color: white;
		background-color: #d77008;
	}
	
	#status a {	}
/*****************************************************************************/
/** Header																																	**/
/*****************************************************************************/
.header {
	margin: 100px 0 20px 0;
}
.header h1 {
	font-size: 122px;
}
.header span.blue {
	color: #39c;
}
.header h2 {
	font-size: 14pt;
}
.header span.left a, .header span.left a:hover, .header span.left a:visited, .header span.left a:active {
	color: #333;
	float: left;
	text-decoration: none;
}
.header span.right a, .header span.right a:visited, .header span.right a:active  {
	float: right;
	margin: 100px 0 0 0;
	color: #3399cc;
	vertical-align: baseline;
	text-decoration: none;
}
.header span.right a:hover {
	text-decoration: underline;
} 

/*****************************************************************************/
/** Footer																																	**/
/*****************************************************************************/
.footer {
 	font-size: 13px;
	border-top: 1px dotted #99cce5;
	margin: 75px 0 20px 0;
	padding: 5px 0 0 0;
	color: #666666;
}

.footer a, .footer a:active, .footer a:visited {
	color: #3399cc;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer span.left {
	float: left;
}
.footer span.right {
	float: right;
}
.footer ul li {
	float: left;
	padding: 0 10px 0 0;
}