@charset "utf-8";

/**************************************
	URL       : http://www.getamped2.com/
	Copyright : CyberStep
	Name      : home.css
	Ver       : 1.0
	file      : home
**************************************/

/* Index ------------------------------------

	Global	-
	Header	-
	Container	-
	Footer	-
					
------------------------------------------ */

/* ==========================================
	Layout
========================================== */
#container #left { display: none; }
#container #contents { width: 920px; }

	#contents #home_body #contents_upper { }
	#contents #home_body #contents_left {
		float: left;
		display: inline;
		width: 650px;
		margin-top: 20px;
	}
	#contents #home_body #contents_right {
		float: right;
		display: inline;
		width: 255px;
		margin-top: 20px;
	}

/* ==========================================
	Branding
========================================== */
#contents #home_body #contents_upper #branding {
	float: left;
	display: inline;
	width: 638px;
	padding: 5px;
	background-color: #cde57b;
	border: 1px solid #669900;
}

/* ==========================================
	Quick Link
========================================== */
#branding #list_quicklink { float: left; width: 205px; }
	#branding #list_quicklink li { margin-top: 5px; }
	#branding #list_quicklink .first { margin-top: 0px; }
		#branding #list_quicklink li img { }

/* Beginner */
#branding #list_quicklink #beginners { }

/* Movie */
#branding #list_quicklink #movie { }

/* Wiki */
#branding #list_quicklink #wiki { }

/* Community */
#branding #list_quicklink #community { }

/* ==========================================
	Center Banner
========================================== */
#branding #center_banner {
	float: right;
	display: inline;
	width: 415px;
	height: 300px;
}

/* Banners */
#branding #center_banner .banners {
	background: #669900;
}
#branding #center_banner .banners .banner_top img {
	width: 415px;
	height: 245px;
}

/* Buttons */
#branding #center_banner .buttons {
	display: none;
}

/* Banner_Bottom */
#branding #center_banner .banner_bottom {
	height: 62px;
	margin-top: 10px;
}
	#branding #center_banner .banner_bottom {
		background: #A8C732;
	}
	#branding #center_banner .banner_bottom .selector { }
	#branding #center_banner .banner_bottom .selector .slider {
		float: left;
		display: inline;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
	}
	#branding #center_banner .banner_bottom .selector .left,			
	#branding #center_banner .banner_bottom .selector .right {
		width: 29px;
		height: 29px;
		padding: 0px;
		margin: 5px;
		margin-top: 15px;
		margin-bottom: 0px;
		border: none;
		outline: none;
		background: url(../images/home/home_sprite.png) no-repeat;
	}
	#branding #center_banner .banner_bottom .selector .left {
		background-position: -510px -45px;
	}
	#branding #center_banner .banner_bottom .selector .left:hover {
		background: url(../images/home/home_sprite_on.png) no-repeat;
		background-position: -510px -45px;
	}
	#branding #center_banner .banner_bottom .selector .right {
		float: right;
		display: inline;
		background-position: -539px -45px;
	}
	#branding #center_banner .banner_bottom .selector .right:hover {
		background: url(../images/home/home_sprite_on.png) no-repeat;
		background-position: -539px -45px;
	}
	#branding #center_banner .banner_bottom .selector .slide_area {
		float: left;
		display: inline;
	}			
		/* Icon */
		#branding #center_banner .banner_bottom .selector .icons li {
			float: left;
			display: inline;
			width: 110px;
			height: 62px;
			margin: 0px 1px;
		}
		#branding #center_banner .banner_bottom .selector .icons li img {
			margin: 1px;
			width: 108px;
			height: 60px;
			filter: alpha(opacity=25);
			-moz-opacity: 0.25;
			opacity: 0.25;
		}
		#branding #center_banner .banner_bottom .selector .icons li.selected {
			background-color: #fff;
		}
		#branding #center_banner .banner_bottom .selector .icons li.selected img {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
		}

/* ==========================================
	Cash Item
========================================== */
#contents #home_body #contents_upper #cash_items {
	position: relative;
	float: right;
	display: inline;
	width: 255px;
}
#cash_items h4 {
	width: 255px;
	height: 40px;
	background: url(../images/home/home_sprite.png) -255px -45px no-repeat;
	text-transform: uppercase;
}
#cash_items h4 span {
	display: block;
	width: 195px;
	height: 40px;
	padding-left: 60px;
	background: url(../images/home/icon_cart.png) 10px center no-repeat;
	font-size: 150%; /* 18px */
	font-weight: bold;
	line-height: 40px;
}
#cash_items #list_cashitem {
	position: relative;
	width: 213px;
	padding: 10px 20px;
	background-color: #cde57b;
	border: 1px solid #669900;
	border-top: none;
}
#cash_items #list_cashitem .slide_area {
	width: 210px !important;
	height: 210px !important;
	margin-bottom: 5px;
	background-color: #e6f1C7;
	border: 1px solid #a8c732;
}

/* Item */
#cash_items #list_cashitem .slide_area .items .item {
	position: relative;
	float: left;
	display: inline;
	width: 190px;
	height: 180px;
	padding: 10px;
	vertical-align: top;
}
#cash_items #list_cashitem .slide_area .items .item img.icon {
	float: left;
	display: inline;
	width: 32px;
	height: 32px;
}
#cash_items #list_cashitem .slide_area .items .item .name {
	float: left;
	display: inline;
	width: 145px;
	margin: 5px;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
}
#cash_items #list_cashitem .slide_area .items .item .desc {
	margin: 5px 0px;
	padding: 10px;
	background-color: #fff;
}
#cash_items #list_cashitem .slide_area .items .item .price {
	float: right;
	display: inline;
}
#cash_items #list_cashitem .slide_area .items .item .price span {
	color: #CC0000;
	font-weight: bold;
}

/* Selector */
#cash_items #list_cashitem .slider {
	position: absolute;
	z-index: 10;
	top: 100px;
	width: 29px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	background: url(../images/home/home_sprite.png) no-repeat;
}
#cash_items #list_cashitem .left {
	left: 5px;
	background-position: -510px -45px;
}
#cash_items #list_cashitem .left:hover {
	background: url(../images/home/home_sprite_on.png) no-repeat;
	background-position: -510px -45px;
}
#cash_items #list_cashitem .right {
	right: 5px;
	background-position: -539px -45px;
}
#cash_items #list_cashitem .right:hover {
	background: url(../images/home/home_sprite_on.png) no-repeat;
	background-position: -539px -45px;
}

#cash_items .more {
	line-height: 40px;
}
#cash_items a.add_crescent_link {
	text-transform: uppercase;
	font-size: 100%; /* 12px */
	font-weight: bold;
	color: #CC0000;
}

/* ==========================================
	Top Information
========================================== */
#contents #home_body #contents_left #top_information {
	position: relative;
	width: 100%;
}

/* tabs */
#top_information .announce .tabs {
	width: 650px;
	height: 45px;
	background: url(../images/home/home_sprite.png) 0px 0px no-repeat;
	border: none;
}
#top_information .announce .tabs li h4 {
	float: left;
	display: inline;
	width: 20em;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
	line-height: 45px;
} 
	#top_information .announce .tabs li h4 a {
		display: inline;
		margin-top: 0px;
		color: #151515;
		font-weight: bold;
		font-size: 133%; /* 16px */
	}
			
/* tabs */
#top_information .announce .content_announce .head_announce { }
#top_information .announce .content_announce .head_announce .category,
#top_information .announce .content_announce .head_announce .date { width: 15%; }
#top_information .announce .content_announce .head_announce .title { width: 70%; text-align: left; }
#top_information .announce .content_announce .body { border-bottom: none; }
#top_information .announce .content_announce .body,
#top_information .announce .content_announce .dummy { display: none; }
#top_information .announce .content_announce .body_announce {
	border-bottom: 5px solid #a5cb20;
	border-top: 5px solid #a5cb20;
}

#top_information .announce .content_announce .category_more {
	position: absolute;
	top: 8px;
	right: 20px;
}
#top_information .announce .content_announce .category_more .btn {
	padding: 0.5em 1em;
}

/* ==========================================
	Top Forum
========================================== */
#contents #home_body #contents_left #top_forum {
	position: relative;
	width: 100%;
}
#top_forum h4 {
	width: 650px;
	height: 45px;
	margin: 0px;
	padding-left: 10px;
	background: url(../images/home/home_sprite.png) 0px 0px no-repeat;
	text-align: left;
	text-transform: uppercase;
	line-height: 45px;
}
#top_forum h4 a {
	font-weight: bold;
	font-size: 133%; /* 16px */
	color: #151515;
	text-decoration: none;
	text-indent: 1em;
}
#top_forum .tabs {
	margin-top: 5px;
}
#top_forum .content_announce .head_announce {
	color: #454545 ;
	text-decoration: none;
}
#top_forum .content_announce .head_announce .img { width: 15%; }
#top_forum .content_announce .head_announce .txt { width: 70%; text-align: left; }
#top_forum .content_announce .head_announce .date { width: 15%; }

#top_forum .content_announce .info_link {
	float: right;
	display: inline;
}

#top_forum .content_announce .category_more {
	position: absolute;
	top: 8px;
	right: 20px;
}
#top_forum .content_announce .category_more .btn {
	padding: 0.5em 1em;
}

/* ==========================================
	Right
========================================== */
#contents #home_body #contents_right #other { display: none; }
/* #contents #home_body #contents_right #banner { margin-top: 10px; } */
#banner {}
#link_banner a { display: block;}
#link_banner .cc_banner { border:1px solid #FFF;}
#link_banner .angel_banner { border:1px solid #F39;}

/* ==========================================
	Schedule
========================================== */
#contents #home_body #contents_right #schedule { }

/* ==========================================
	Facebook
========================================== */
#contents #home_body #contents_right #top_facebook {
	margin-top: 10px;
}

#contents #home_body #contents_right #top_facebook h4 {
	width: 245px;
	height: 40px;
	padding-left: 10px;
	background: url(../images/home/home_sprite.png) -255px -45px no-repeat;
	font-size: 133%; /* 16px */
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}

.connections_grid { padding: 0px; }
.fan_box { color: #fff; }
.fan_box .connections { min-height: 80px; border-top: 1px dashed #D8DFEA; }
.fan_box .connections .total { color: #CC0000; font-weight: bold; }
.fan_box .connections_grid .grid_item { padding: 2px 2px 8px; }
.fan_box .connections_grid .grid_item:hover { color: #fff; background: #3b5999; }
.fan_box .connections_grid .grid_item:hover .name {}

.fan_box .full_widget { background :none; border: none; }
.fan_box .full_widget .connect_top { background: none; }

/* ==========================================
	twitter
========================================== */
#contents #home_body #contents_right #top_twitter {
	margin-top: 10px;
}
#top_twitter h4 {
	width: 245px;
	height: 40px;
	padding-left: 10px;
	background: url(../images/home/home_sprite.png) -255px -45px no-repeat;
	font-size: 133%; /* 16px */
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}

/* twtr-widget */
#top_twitter .twtr-widget {
	border: 1px solid #669900;
}

/*
#top_twitter .twtr-widget .twtr-hd {
	display: none;
}
*/

#top_twitter .twtr-widget h3 {
	height: inherit;
	background: none;
	font-size: inherit;
	text-transform: inherit;
	text-indent: inherit;
	line-height: inherit;
}
#top_twitter .twtr-widget h4 {
	background: none;
}

#top_twitter a.more { line-height: 40px; }

#top_twitter .twtr-bd { border-top: #57b8d9 dashed 1px; }

#top_twitter .twtr-ft { background-color: #cde57b; }

/* ==========================================
	Service
========================================== */
/* Maintenance */
#contents #home_body #contents_right #maintenance { margin-top: 10px; }
#maintenance h4 {
	width: 245px;
	height: 40px;
	padding-left: 10px;
	background: url(../images/home/home_sprite.png) -255px -45px no-repeat;
	font-size: 133%; /* 16px */
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}
#maintenance .bg{
	padding: 10px 20px;
	background-color: #c1e654;
	border: 1px solid #669900;
	border-top: none;
}
#maintenance .mainte_time {
	padding-bottom: 10px;
	color: #CC0000;
	font-weight: bold;
}
#maintenance .mainte_description {
	font-size: 83%; /* 10px */
}

/* ==========================================
	Information
========================================== */
/* ------------------------------------------
	update_01
------------------------------------------ */
.update_01 {}
.update_01 h5 {
	display: block;
	width: 500px;
	height: 84px;
	background: url(../images/info/info_sprite.png) 0px 0px no-repeat;
	font-size: 133%; /* 16px */
	text-align: center;
	line-height: 80px;
}
.update_01 h6 {
	width: 480px;
	padding: 30px 0px 0px 20px;
	background: url(../images/info/info_sprite.png) 0px 0px no-repeat;
	color: #151515;
	font-size: 116%; /* 14px */
}
.update_01 h6.shop {
	height: 25px;
	background-position: 0px -84px;
}
.update_01 h6.luckydraw {
	height: 26px;
	background-position: 0px -139px;
}
.update_01 h6.system {
	height: 24px;
	background-position: 0px -195px;
}
.update_01 h6.other {
	height: 26px;
	background-position: 0px -249px;
}

