/* @override 
	http://localhost:8000/styles/main.css
	file:///Users/josephoenix/Development/PlaneShift%20(FGA)%20(HTML5)/build/styles/main.css
*/

/* @group resets */

body, header, section, nav, footer {
	width: 100%;
	clear: both;
	display: block;
}

body, header, section, nav, ul, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #73bde5;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

/* @end */

/* @group Base */

@font-face {
	font-family: Hammersmith;
	src: url(styles/HammersmithOne.ttf);
}

body {
	min-width: 40em;
	font: 16px Hammersmith, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*color: white;*/
	color: #cfdee6;
	background-image: url(img/graph_paper_bg.png);
}

section > div, section.project .page, nav#about_sections, section#news ol {
	width: 80%;
	min-width: 30em;
	max-width: 50em;
	margin: 0 auto;
	position: relative;
}

/* @end */

/* @group Header */

header#fga {
/*  padding-top: 145px;*/
/*  background: url(img/fga_logo.png) no-repeat center top;*/
	margin-top: 1em;
}

header#fga img {
    margin: 0 auto;
    display: block;
}

header#fga h1 {
	text-align: center;
	background: url(img/header_ribbon.png) repeat-x;
	font-family: "Franchise";
	color: #bf1e2d;
	/*height: 68px;*/
	height: 1.35em;
	padding-top: 0.2em;
	background-size: 1px 1.5em;
	letter-spacing: 0.05em;
	box-shadow: 0px 0px 10px #000;
}

/* @end */

/* @group About */

.fga_info {
	margin-bottom: 3em;
}

.fga_info p, .fga_info h2, .fga_info h3 {
	margin-bottom: 0.5em;
}

.fga_info h2 {
	color: #fcb040;
}

.fga_info h3 {
	color: #cc8f33;
}

.fga_info p {
	color: #cfdee6;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fga_info ul {
	list-style-type: disc;
  padding: 0;
	margin: 1.12em;
  font-family: Georgia, "Times New Roman", Times, serif;
}



nav#about_sections ul {
	margin: 2em;
	text-align: center;
}

nav#about_sections ul li {
	display: inline;
	margin: 0 0.5em;
}

/* @end */

/* @group Intro */

section#intro p {
	margin: 2em 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

section#intro #download {
	width: 20%;
	min-height: 175px;
	min-width: 125px;
	float: right;
	text-align: center;
	background: url(img/download_all.png) no-repeat center;
	height: 10em;
	background-size: auto 100%;
	margin-bottom: 1em;
}



/* @end */

/* @group News */

section#news {
	font-family: Georgia, "Times New Roman", Times, serif;
}

section#news > div > ol {
	list-style-type: none;
	padding: 2em 0;
}

section#news > div > ol > li {
	margin-bottom: 2em;
	background-color: #264862;
	padding: 1em;
	box-shadow: 0px 0px 6px #222;
}

/* @group Post Formatting
 */

section#news > div > h4 {
	margin: 1em 0;
	
}

section#news > div > p {
	font-size: 0.9em;
	line-height: 1.5em;
}

section#news > div > img {
	float: right;
	margin: 1em;
	margin-right: 0;
}

section#news > div > table {
	background-color: #213f52;
	border-collapse: collapse;
}

section#news td, section#news th {
	padding: 0.75em;
	border: 1px solid #386d8e;
}

section#news th {
	background-color: #2b526b;
	font-weight: bold;
}

section#news li ul, section#news li ol {
	margin: 0;
	padding-left: 2em;
	margin-bottom: 1em;
}

section#news > div > li ul {
	list-style-type: square;
}

/* @end */

section#news h3, section#news h4 {
	font: 16px Hammersmith, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

section#news h3 {
	font-size: 1.2em;
	color: #f7b040;
	margin-bottom: 1em;
}

section#news h3 img {
	float: right;
	margin: 0;
	margin-top: -0.5em;
	height: 2.5em;
}

/* @end */

/* @group Projects List */

/* @group Scroll Controls */

nav#projects.jspScrollable div.jspHorizontalBar {
	top: 0;
	height: 0.75em;
}

nav#projects.jspScrollable .jspTrack {
	background: #83101e;
}

nav#projects.jspScrollable .jspDrag {
	background: #f7b03f;
	border-radius: 0.75em;
	height: 0.5em;
	top: 0.125em;
}

/* @end */

nav#projects {
	width: 100%;
	overflow: auto;
	border-top: 0.15em solid #fcb040;
	border-bottom: 0.15em solid #fcb040;
	height: 13.3em;
}

nav#projects a:hover {
    text-decoration: none;
}

nav#projects ul {
	padding: 0;
	background: url(img/project_drawer.png);
	list-style-type: none;
	text-align: center;
	background-size: auto 100%;
	width: 100%;
	height: 13.3em;
}

nav#projects ul li {
	display: inline-block;
	text-align: center;
	margin-right: 3em;
}

/* @group Project Entries */

nav#projects ul li a {
	display: inline-block;
	padding-top: 2em;
	height: 11.3em;
	margin: 0 1em;
}

nav#projects ul li a:hover, nav#projects ul li.active a {
	background: url(img/active_indicator.png) no-repeat center bottom;
}

nav#projects ul li img {
	height: 6em;
}

nav#projects h2, nav#projects h3 {
	font-weight: normal;
	color: #fcb040;
}

nav#projects h2 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
	text-decoration: underline;
}

nav#projects h3 {
	font-size: 1em;

}

/* @end */

/* @end */

/* @group Project Pages */

section.project {
	padding-top: 5em;
	padding-bottom: 2em;
	border-bottom: 0.15em solid #fcb040;
/*  background-size: cover;*/
	width: 100%;
	display: block;
}

section.project:after {
	content: " ";
	display: block;
	clear: both;
}

/* @group screenshots */

section.project .screenshots {
	float: right;
	width: 30%;
	margin-top: 2em;
}

section.project .screenshots li {
	text-align: right;
}

section.project .screenshots img {
	margin: 0.5em;
	box-shadow: 0px 0px 16px #ccc;
}

/* @end */

/* @group page content */

.page_content {
    background-color: #fbfbee;
	background-image: url(img/project_paper_bg.jpg);
	width: 66%;
	padding: 2%;
	position: relative;
	padding-top: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #19110a;
	box-shadow: 0px 0px 16px #ccc;
}

.page_content .trailer {
	margin-top: 1em;
}

.page_content .trailer iframe {
	width: 100%;
	height: 18em;
}

.page_content p {
	margin: 1em 0;
}

.page_content .project_logo {
	position: absolute;
	font-size: 1em;
	text-indent: -10000em;
}

.page_content .project_links {
	position: absolute;
	top: 3.5em;
	right: 1em;
	font-size: 0.9em;
	font-variant: small-caps;
}

.project_links a {
	text-decoration: underline;
	color: black;
}

.project_links ul li {
	display: inline;
	margin-left: 1em;
}

.project_links ul {
	text-align: right;
}

/* @end */
/* @end */

/* @group Footer */

footer {
	text-align: center;
	padding: 1em 0;
}

footer p {
	margin-top: 0.5em;
	color: #000;
	text-shadow: #2e5774 0 1px 0;
}

footer a {
    color: inherit;
    text-decoration: underline;
}

/* @end */