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

description:	arca - Cosmosul CSS - version 1 - 2017
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 #000020 url(../bblocks/arca_texture_Cosmosul.png) repeat top center;
		text-align: center;
	}

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

	#cosmosul-d {
		width: 540px;
		height: 840px;
	}
	
	#textblock {
		width: auto;
		height: auto;
		padding-top: 64px;
		text-align: center;
	}

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

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

	span {
		color: #5d7198;
	}

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


