/*
	Theme Name: Another Media
	Template: twentytwelve
	Description: Twenty Twelve mod for Another Media
	Author: Another Media
	Author URI: http://www.another-media.net
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
*/

@import url("../twentytwelve/style.css");

viewport, html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#frontpage{
	width: 100%;
	height: 100%;
	background: url(images/logo_456x457.png) center center no-repeat;
	background-color: transparent;
	position: relative;
	display: block;
}

#frontpage #content{
	color: #fff;
	margin: 0;
	padding: 0;
	
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#frontpage .entry-content h1{
	font-size: 14px;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	color: #d1020e;
}

#frontpage .entry-content{
	font-size: 13px;
	font-size: 0.929rem;
	line-height: 12px;
	line-height: 0.857rem;
}

