
/*======================================================================
CSS DOCUMENT

description:	arca - Phi CSS - version 2 - 2016
author:			Tudor Cătălin Urcan
urls:			http://www.urcan.ro
				http://arca.urcan.ro
				
======================================================================*/

/* FONTS

source and copyrights:

fonts from http://www.fontsquirrel.com

Open Sans: by Steve Matteson : Ascender Corp.

----------------------------------------------------------------------*/

	@font-face {
		font-family: 'OpenSans-Regular';
			src: local('☺'),
			url('../fonts/OpenSans-Regular.woff') format('woff'),
			url('../fonts/OpenSans-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
		
	@font-face {
		font-family: 'OpenSans-Bold';
			src: local('☺'),
			url('../fonts/OpenSans-Bold.woff') format('woff'),
			url('../fonts/OpenSans-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
	}


/* LAYOUT
----------------------------------------------------------------------*/	

	body {
		background: fixed #e09d00 url(../bblocks/arca_texture_phi_2.png) repeat top center;
		text-align: center;
	}

	#arca {
		position: fixed;
		top: 20px;
		left: 26px;
	}

	#phi-ddd {
		width: 1000px;
		height: 840px;
	}
	
	#textblock {
		width: auto;
		height: auto;
		position: relative;
		top: -50px;
	}

	p {
		padding-bottom: 24px;
		font-family: 'OpenSans-Regular', Verdana, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		color: #ffffff;
		line-height: 24px;
	}

	a {
		font-family: 'OpenSans-Bold', Verdana, sans-serif;
		font-weight: bold;
		font-style: normal;
		line-height: 24px;
		color: #ffff33;
	}

	span {
		color: #332800;
	}

	#vignette {
		width: 100;
		height: 100;
		padding-top: 35px;
		padding-bottom: 92px;
	}


