/* ------------------------------ */
/* FONTS                 */
/* ------------------------------ */

@font-face {
    font-family: 'ExistenceLight';
    src: url('/x/existence-light-webfont.eot');
    src: url('/x/existence-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/x/existence-light-webfont.woff') format('woff'),
         url('/x/existence-light-webfont.ttf') format('truetype'),
         url('/x/existence-light-webfont.svg#ExistenceLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------ */
/* GENERAL STYLES                 */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #bd0f4e;
	font: 12px Trebuchet MS, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}

p {
	line-height: 18px;
	margin: 0 0 18px 0;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #50b2ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1 {
	background-color: #50b2ff;
	clear: both;
	color: #fff;
	font: 24px ExistenceLight, Trebuchet MS, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 1px 0px 1px 5px;
	line-height: 36px;
	margin: 0 0 18px 0;
}

input, textarea, select, option {
	background-color: #fff;
	border: 1px solid #50b2ff;
	color: #bd0f4e;
	font: 12px Trebuchet MS, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	margin: 2px;
	padding: 2px;
}

/* ------------------------------ */
/* LAYOUT DIVS                    */
/* ------------------------------ */

#container {
	margin: 0 auto;
	width: 860px;
}

#content {
	padding: 20px 0px 0px 20px;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 15px 0 0 0;
	text-align: center;
}

/* ------------------------------ */
/* MISCELLANEOUS                  */
/* ------------------------------ */

.fanlisting {
	float: left;
	margin: 0px 15px 15px 0px;
	width: 400px;
}

.fanlisting h2 {
	background-color: #50b2ff;
	color: #fff;
	font: 24px ExistenceLight, Trebuchet MS, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 2px 0px 2px 5px;
}

.fanlisting p {
	padding: 5px;
}

.fanlisting img {
	border-top: 1px solid #bd0f4e;
	border-right: 1px solid #bd0f4e;
	border-bottom: 1px solid #bd0f4e;
	border-left: 10px solid #bd0f4e;
	float: right;
	height: 100px;
	margin: -24px 10px 0px 5px;
	width: 65px;
}


.layout {
	float: left;
	height: 250px;
	margin: 0px 15px 25px 0px;
	width: 400px;
}

.layout h2 {
	background-color: #bd0f4e;
	color: #fff;
	font: 24px ExistenceLight, Trebuchet MS, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 2px 0px 2px 5px;
}

.layout p {
	padding: 15px;
}

.layout img {
	border-top: 1px solid #50b2ff;
	border-right: 1px solid #50b2ff;
	border-bottom: 1px solid #50b2ff;
	border-left: 10px solid #50b2ff;
	float: right;
	height: 100px;
	margin: -24px 10px 0px 5px;
	width: 65px;
}
