@charset "utf-8";
@import url("content.css");
@import url("header.css");
@import url("footer.css");
@import url("menu.css");
@import url("search.css");
@import url("wordcloud.css");
@import url("list.css");
@import url("tags.css");
@import url("features.css");
@import url("roster.css");

body {
	background-color: #000;
	background-image: url(../../../images/themes/default/page/background.jpg);
	/*background-attachment: fixed;*/
	background-repeat: repeat-x;
	color:#58585a;
}

#page {
	/*background-image: url(../../../images/themes/default/page/contentbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment:fixed;*/
	width: 100%;
	height: 100%;
}

#illusive {
	background-color: #fff;
	background-image: url(../../../images/themes/default/content/background.jpg);
	background-repeat: no-repeat;
}

#illusive {
	width:1000px;
}

#footer {
	width:1000px;
	height:127px;
	margin-top:25px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin-left: 20px;
	color: #2a431b;
	text-transform: lowercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	color: #98bf0c;
	text-transform: lowercase;
}

h2.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	color: #c9ff08;
	text-transform: lowercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color: #98bf0c;
}
