@charset "UTF-8";
/* /fcroman/cp/scene/css/style.css */

@import'http://fonts.googleapis.com/css?family=Fredericka+the+Great';

body{
	color: #fff;
	background: #000!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	}

/******************************************************************************
contents
******************************************************************************/
a{
	color: #fff!important;
	}
a:hover{
	text-decoration: none!important;
	}

/******************************************************************************
header
******************************************************************************/
#header{
	position: absolute;
	top: 15px;
	left: 15px;
	}
#header h1{
	font-weight: normal;
	font-size: 4.4em;
	font-family: 'Fredericka the Great', cursive;
	letter-spacing:-1px;
	}
#header p.credit{
	font-size: 1.6em;
	font-family: 'Fredericka the Great', cursive;
	line-height: 1.7;
	margin-bottom: 15px;
	}
#header p.lead{
	font-size: 1.0em;
	line-height: 1.5;
	width: 400px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	}

/******************************************************************************
footer
******************************************************************************/
#footer{
	position: absolute;
	top: 115px;
	left: 15px;
	z-index: 100;
	font-size: 1.2em;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	}
#footer ul{
	margin-bottom: 8px;
	}
#footer ul li{
	float: left;
	}

/******************************************************************************
bt-social
******************************************************************************/
ul.bt-social{
	position: absolute;
	top: 30px;
	right: 15px;
	}
ul.bt-social li{
	float: left;
	}
.twitter-share-button{
	width: 90px!important;
	}