html, body {
	margin:0;
	width:100%;
	height:100%;
	border:0;
	background-color:#363636;
	font-family: 'kenyan_coffeeregular';
}

a:link {
	color:#00FFFF;
	text-decoration:none;
}

a:visited {
	color:#00FFFF;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}

#wrapper {
	height:100%;
	width:100%;
	background-color:#363636;
	background: url(images/ui_bggradient01.png) top left repeat-x,
                url(images/ui_bggradient02.png) bottom left repeat-x;

}

/* SIDEBAR --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#sidebar {
	float:left;
	width:192px;
	background: url(images/ui_sidegradient01.png) top left repeat-x,
                url(images/ui_sidegradient02.png) bottom left repeat-x;
	background-color:#a7a7a7;
	margin:0;
	overflow:auto;
	display:block;
	height:100%;
	position:absolute;
}

#title {
	background-image:url(images/ui_name.png);
	float:left;
	margin:14px 0 10px 14px;
	width: 164px;
	height:132px;
}

#title:hover {
	background-image:url(images/ui_name_selected.png);
}

#title:active {
	background-image:url(images/ui_name_active.png);
}

#role {
	font-size:24px;
	color:#fff;
	text-align:center;
	margin:0 auto 10px auto;
	width: 164px;
	line-height:95%;

	text-shadow: 0 2px 0 #000;
}

.sidetext-big {
	font-size:24px;
	text-align:center;
	margin:0 auto 0 auto;
	width:164px;
}

.sidetext-small {
	font-size:18px;
	text-align:center;
	margin:0 auto 0 auto;
	width:164px;
}

.btnMenu {
	width:160px;
	height:52px;
	line-height:52px;
	text-align:center;
	margin:6px auto 4px 16px;
	font-size:24px;
	color:#000000;
	background-image:url(images/ui_button.png);
	position:relative;
	float:left;
	cursor:pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btnMenu:hover {
	background-image:url(images/ui_button_selected.png);
}

.btnMenu:active {
	background-image:url(images/ui_button_active.png);
	line-height:56px;
}

#slime {
	width:64px;
	height:52px;
	background-image:url(images/ui_game_slime.png);
	float:left;
	margin: 10px 0 12px 64px;
	cursor:url(images/ui_cursor_sword.png),auto;
	opacity:1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
    transition:opacity 1s;
}

#slime:active {
	background-image:url(images/ui_game_slime_active.png);
}

#slime02 {
	width:80px;
	height:68px;
	background-image:url(images/ui_game_slime02.png);
	float:left;
	display:none;
	margin: 10px 0 12px 56px;
	cursor:url(images/ui_cursor_sword.png),auto;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#slime02:active {
	background-image:url(images/ui_game_slime02_active.png);
}

#unit01 {
	width:48px;
	height:45px;
	background-image:url(images/ui_game_unit01.png);
	display:inline-block;
	float:left;
	clear:left;
	margin:0 4px 0 16px;
	cursor:pointer;
	opacity:1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
    transition:opacity 1s;
}

#unit02 {
	width:48px;
	height:45px;
	background-image:url(images/ui_game_unit02.png);
	display:inline-block;
	float:left;
	margin:0 4px 0 4px;
	cursor:pointer;
	opacity:1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
    transition:opacity 1s;
}

#unit03 {
	width:48px;
	height:45px;
	background-image:url(images/ui_game_unit03.png);
	display:inline-block;
	float:left;
	margin:0 0 0 4px;
	cursor:pointer;
	opacity:1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
    transition:opacity 1s;
}

#unit04 {
	width:80px;
	height:61px;
	background-image:url(images/ui_game_unit04.png);
	display:none;
	float:left;
	margin:0 0 0 56px;
	cursor:pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#unit01:active {
	background-image:url(images/ui_game_unit01_active.png);
}

#unit02:active {
	background-image:url(images/ui_game_unit02_active.png);
}

#unit03:active {
	background-image:url(images/ui_game_unit03_active.png);
}

#unit04:active {
	background-image:url(images/ui_game_unit04_active.png);
}


#unit01price {
	width:48px;
	color:#000;
	display:inline-block;
	float:left;
	clear:left;
	text-align:center;
	margin:0 4px 0 16px;
	font-size:14px;

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
    transition:all 1s;
}

#unit02price {
	width:48px;
	color:#000;
	display:inline-block;
	float:left;
	text-align:center;
	margin:0 4px 0 4px;
	font-size:14px;

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
    transition:all 1s;
}

#unit03price {
	width:48px;
	color:#000;
	display:inline-block;
	float:left;
	text-align:center;
	margin:0 0 0 4px;
	font-size:14px;

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
    transition:all 1s;
}

#unit04price {
	width:80px;
	color:#000;
	display:none;
	float:left;
	text-align:center;
	margin:0 0 0 56px;
	font-size:14px;
}

.afford {
	color:#FF0000;
	font-size:18px;
	opacity:1;
	position:absolute;
	z-index:99;

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
    transition:all 1s;

	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.damageNumber {
    color:#FF0000;
	font-size:24px;
	opacity:1;
	position:absolute;
	text-align:center;
	left:0;
	top:0;

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
    transition:all 1s;

	text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.quote {
    color:#000;
	font-size:24px;
	opacity:1;
	position:absolute;
	text-align:center;

	-moz-transition:all 3s;
	-webkit-transition:all 3s;
    transition:all 3s;

	text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#content {
	margin:0 0 0 192px;
	text-align:left;
	overflow-x:auto;
	overflow-y:scroll;
	display:block;
	height:100%;
}

.content_p {
	color:#FFF;
	float:left;
	margin:0 0 10px 10px;
	clear:both;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:1312px;
}

.content_h1 {
	color:#FFF;
	float:left;
	margin:0 0 10px 0;
	padding:5px 0 5px 10px;
	text-align:left;
	clear:both;
	font-size:24px;
	width:1312px;
	background-color:#111;
}

.content_project {
	display:none;
	opacity:0;
	width:100%;
	max-width:1312px;
	float:left;
	position:relative;

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
    transition:all 1s;
}

.header {    
    width:1312px;
	height:192px;
	margin:0 0 10px 0;
	display:block;
	float:left;
	position:relative;
	opacity:1;
	left:0;

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
    transition:all 1s;   
}

#header_thepocalypse {
	background-image:url(images/header_thepocalypse.png);
}

#header_blockhopper {
	background-image:url(images/header_blockhopper.png);
}

#header_eternaljourney {
	background-image:url(images/header_eternaljourney.png);
}

#header_monolith {
	background-image:url(images/header_monolith.png);
}

#header_drvile {
	background-image:url(images/header_drvile.png);
}

#header_otherwork {
	background-image:url(images/header_otherwork.png);
}

#header_qantas {
	background-image:url(images/header_qantas.png);
}

#header_copperskies {
	background-image:url(images/header_copperskies.png);
}

#header_troublemanor {
	background-image:url(images/header_troublemanor.png);
}

#header_tapsmiths {
	background-image:url(images/header_tapsmiths.png);
}

.btnHeader {
	width:160px;
	height:52px;
	line-height:52px;
	text-align:center;
	margin:0 0 10px 10px;
	font-size:24px;
	color:#000000;
	background-image:url(images/ui_button.png);
	bottom:0;
	float:left;
	cursor:pointer;
	position:absolute;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btnHeaderWide {
	width:220px;
	background-image:url(images/ui_buttonWide.png);
}

.btnHeader:hover {
	background-image:url(images/ui_button_selected.png);
}

.btnHeaderWide:hover {
	background-image:url(images/ui_buttonWide_selected.png);
}

.btnHeader:active {
	background-image:url(images/ui_button_active.png);
	line-height:56px;
}

.btnHeaderWide:active {
	background-image:url(images/ui_buttonWide_active.png);
	line-height:56px;
}

#footer {
	margin:0 0 0 0;
	overflow:hidden;
	display:block;
	width:100%;
	height:400px;
	background-image:url("images/ui_footer_001.gif"), url("images/ui_footer_003.gif"), url("images/ui_footer_002.gif"), url("images/ui_footer_004.gif");
	background-repeat:no-repeat;
	background-position:10px, 320px, 600px, 900px;
	float:left;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 7, 2014 */

@font-face {
    font-family: 'kenyan_coffeeregular';
    src: url('fonts/kenyan_coffee_rg-webfont.eot');
    src: url('fonts/kenyan_coffee_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kenyan_coffee_rg-webfont.woff') format('woff'),
         url('fonts/kenyan_coffee_rg-webfont.ttf') format('truetype'),
         url('fonts/kenyan_coffee_rg-webfont.svg#kenyan_coffeeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

div#preload {
	display: none;
}
