/*
Css file: intro.css
Version: 1.0
Description: Stylesheet for firlanehouse.co.za intro page website.
Author: Cuie&Co - Andy Walton - andy (at) cuieandco (dot) com
Author URI: http://www.cuieandco.com */

/* Created: 9 September 2009 (Last updated - 10 October 2009)
Designed for screen */

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0;
	padding: 0;
}

/* Typography
---------------------------------------------------------- */

blockquote {
	font: italic 22px/27px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 9px;
	padding: 0 0;
}
cite {
	font: italic 14px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	font: normal 18px/27px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 0;
}
h2 {
	font: normal 16px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 14px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 13px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 11px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h6 {
	font: normal 10px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #e3e6e5;
	cursor: help;
}

/* Links
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid #fff;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	width: 100%;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html, body {
	height: 100%; width: 100%;
}
body {
	background: #000 url(../images/bg.png) left top repeat;
	color: #fff;
	font: normal 12px/18px Georgia, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	padding: 0;
}
#page {
	display: table;
	height: 100%;
	position: fixed;
	vertical-align: middle;
	width: 100%;
}
#wrapper {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
#intro {
	background: #000 url(../images/bg_entrance.jpg) center top;
	border-top: 30px solid #000;
	border-left: 30px solid #000;
	border-right: 30px solid #000;
	border-bottom: none;
	height: 600px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 600px;
}
#intro h1 {
	margin-left: -3000px;
}
#enter {
	background: #000 url(../images/bg_enter.png) center top no-repeat;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	font: normal 14px/18px 'Times New Roman', Georgia, Helvetica, Arial, sans-serif, serif;
	text-transform: uppercase;
	padding: 12px 0 12px 0;
	width: 660px;
	margin: 0 auto;
	text-align: center;
}