/* Title:	Live Laugh Love Life - master style *//* Author:	Kalon Edser, http://www.kalonedser.com *//* Updated:	21 Dec 2012 *//* @group Core */body {	margin: 0;	padding: 0;	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	line-height: 1.125em; /* 16x1.125=18 */	text-align: center;	color: #FFFFFF;	background: #e2004a;	-webkit-transition: background-color 1000ms linear;	-moz-transition: background-color 1000ms linear;	-o-transition: background-color 1000ms linear;	-ms-transition: background-color 1000ms linear;	transition: background-color 1000ms linear;		-webkit-text-size-adjust: none;	}p, ul, ol, dt {	margin: 1.5em 0;	font-size: 0.75em /*12*/;	}ul ul, ol ol, ul ol, ol ul { font-size: 1em; }h1, h2, h3, h4, h5, h6 {	margin: 1.125em 0;	}a:link, a:visited {	color: #e2004a;	}a:hover, a:active {	color: #e2004a;	}/* @end *//* @group Master Layout */html, #wrapper {	position: absolute;	top: 0;	left: 0;	height: 100%;	width: 100%;	}#container {	position: relative;	margin: 150px auto 0 auto;	width: 320px;	text-align: left;	overflow: hidden;	}.chromeframe {	position: relative;	z-index: 1000;		background: #f5f5f5;}/* @end *//* @group Logo/Header */#logo {	margin: 0 auto;	width: 306px;	height: 242px;	text-indent: -999em;	background: transparent url('../img/logo.png') no-repeat left top;	overflow: hidden;	}#logo a {	position: relative;	display: block;	width: 100%;	height: 100%;	overflow: hidden;	}/* @end *//* @group Content */body:hover, body:active {     background-color: #ffb700;       -webkit-transition: background-color 1000ms linear;     -moz-transition: background-color 1000ms linear;     -o-transition: background-color 1000ms linear;     -ms-transition: background-color 1000ms linear;     transition: background-color 1000ms linear;}/* @end *//* @group Misc. */.hide { display: none; }a.img, a.img:hover { border-bottom: none !important; }a img { border: none; }/* @end */