﻿/*	========================================================
	Imported styles
	======================================================== */


/*	========================================================
	Box + Layout
	======================================================== */

.container,
#hd .container,
#ft .container {
	border-width: 0;
}

#lightwindow_overlay,
#lightwindow {
	display: none;
}

/*	========================================================
	Background + Color
	======================================================== */

body {
	background-color: #FFF;
	color: #000;
}

/*	========================================================
	Font + Text
	======================================================== */

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
}

a:link,
a:visited {
	text-decoration: none;
}

/*	========================================================
	List-Style + Misc.
	======================================================== */

#bd a:link:after,
#bd a:visited:after {
	content: " (" attr(href) ") ";
}

#bd a[href^="/"]:after {
	content: " (http://skyroadasp.com" attr(href) ") ";
}
