/*!
#######################################################################
# 
# Friels Cider
# Screen CSS stylesheet
#
# Hand-crafted by Phenotype (phenotype.net)
#
#######################################################################
-----------------------------------------------------------------------
* You may use this file for learning purposes.
*
* The unique combination of images, colours, sizes, typography and 
* positioning ('the design') is copyright.
*
* Copying, modifying or any other use of design-related images 
* is prohibited.
*
* Don't rip our site, be creative!
-----------------------------------------------------------------------
*/

/*
***********************************************************************
// Dependencies
***********************************************************************
* Global reset
* 	reset.css
*
***********************************************************************
*/

/*-------------------------------------------------------------------
// Page layout and appearance
-------------------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
	}

body {
	background: #2a0304 url(../../images/template/screen/page-background-tile.jpg) 0 0 repeat;
	}
	
#container {
	width: 100%;
	height: 680px;
	position: absolute;
	top: 50%;
	z-index: 100;
	margin: -340px 0 0 0;
	}
		
	#content {
		width: 980px;
		height: 680px;
		margin: 0 auto;
		position: relative;
		background: url(../../images/template/screen/content-static.jpg) 0 0 no-repeat;
		}
		
		#content #flash-message {
			width: 980px;
			height: 150px;
			position: absolute;
			top: 530px;
			}
			
			
	#content-privacy
	{
		width: 980px;
		height: 680px;
		margin: 0 auto;
		position: relative;
		background: url(../../images/template/screen/content-static.jpg) 0 0 no-repeat;
	}
	
	#content-privacy h1
	{
		font-size: 1.7em;
		line-height: 1.9em;
	}
		
			
#vignette {
	width: 100%;
	height: 100%;
	background: url(../../images/template/screen/page-background-vignette.jpg) center center no-repeat;
	}

/*-------------------------------------------------------------------
// Typography and content formatting
-------------------------------------------------------------------*/

/* 
XHTML tag styles 
---------------------------
*/

body {
	font-size: 62.5%; /* Resets font sizes to 10px, so 1em = 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}
	
a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #ccc
	}
	
a:hover {
	border-bottom: 2px solid #ccc;
	}
	
a.image-link {
	border: 0;
	}
	
code, pre {
	font-family: monospace;
	font-size: 1.6em;
	line-height: 1.875;
	}
  
dl {
	margin: 0 0 1.333em 0;
	font-size: 1.2em;
	line-height: 1.333;
	text-align: left;
	}
	
em, i {
	font-style: italic;
	}
	
h1 {
	margin: 0;
	font-size: 4em;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.03em;
	}
	
h2 {
	margin: 1em 0 0.2em 0;
	font-size: 2em;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.03em;
	}
	
hr {
	display: none;
	}
	
/* Images */
img {
	border: 0;
	}
		
/* /Images */
	
p {
	margin: 0 0 1.6em 0;
	font-size: 1em;
	line-height: 1.1;
	text-align: left;
	vertical-align: top;
	}
  
small {
	font-size: 0.8em;
	}
	
strong, bold {
	font-weight: bold;
	}
	
	
	ul, li
	{
		font-size: 1em;
		margin: 1em;
		list-style-type: square;
		list-style-position: inside;
	}

/*
Section-specific styles 
---------------------------
*/

#flash-message, #flash-message h1, #flash-message h2, #flash-message p {
	text-align: center;
	}
	
#flash-message h2, #flash-message p {
	padding: 0 0 0 180px;
	}
	
#flash-message #flash-button {
	position: absolute;
	top: 75px;
	left: 260px;
	}

