@charset "utf-8";

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

/* ==========================================
	Layout
========================================== */
#left { display: none; }
#contents { width: 100%; }

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

/* ==========================================
	Branding
========================================== */
#contents #home_body #contents_upper #branding {
	float: left;
	display: inline;
	width: 745px;
}
	#contents #home_body #contents_upper #branding #list_quicklink,
	#contents #home_body #contents_upper #branding #center_banner {
		float: left;
		display: inline;
	}

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

/* Beginner */
#contents #home_body #contents_upper #branding #list_quicklink #beginners { }

/* Movie */
#contents #home_body #contents_upper #branding #list_quicklink #movie { }

/* Wiki */
#contents #home_body #contents_upper #branding #list_quicklink #wiki { }

/* Community */
#contents #home_body #contents_upper #branding #list_quicklink #community { }

/* ==========================================
	Center Banner
========================================== */
#contents #home_body #contents_upper #branding #center_banner {
	width: 510px;
	height: 300px;
	background: url(../images/home/home_sprite.png) -30px 0px no-repeat;
	margin-left: 10px;
	padding: 10px;
}

/* Banners */
	#contents #home_body #contents_upper #branding #center_banner .banners {
		background: #3e3e3e;
	}
	#contents #home_body #contents_upper #branding #center_banner .banners .banner_top img {
		width: 510px;
		height: 230px;
	}
	
/* Buttons */
	#contents #home_body #contents_upper #branding #center_banner .buttons {
		display: none;
	}
	
/* Banner_Bottom */
	#contents #home_body #contents_upper #branding #center_banner .banner_bottom {
		height: 62px;
		margin-top: 10px;
	}
		/* Selector */
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector { }
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .slider {
			float: left;
			display: inline;
			width: 30px;
			height: 30px;
			text-indent: -9999px;
		}
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .left,			
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .right {
			margin-top: 15px;
			background: url(../images/home/home_sprite.png) no-repeat;
		}
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .left {
			margin-right: 1px;
			background-position: 0px -30px;
		}
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .left:hover {
			background: url(../images/home/home_sprite_on.png) 0px -30px no-repeat;
		}
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .right {
			margin-left: 1px;
			float: right;
			display: inline;
			background-position: 0px 0px;
		}
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .right:hover {
			background: url(../images/home/home_sprite_on.png) 0px 0px no-repeat;
		}
		#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .slide_area {
			float: left;
			display: inline;
		}			
			/* Icon */
			#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .icons li {
				float: left;
				display: inline;
				width: 110px;
				height: 62px;
				margin: 0px 1px;
				background: #192332;
			}
			#contents #home_body #contents_upper #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;
			}
			#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .icons li.selected {
				background-color: #ffffff ;
			}
			#contents #home_body #contents_upper #branding #center_banner .banner_bottom .selector .icons li.selected img {
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				opacity: 1;
			}
				
/* ==========================================
	Account
========================================== */
#contents #home_body #contents_upper #account {
	float: right;
	display: inline;
	width: 170px;
}

/* Login
#contents #home_body #contents_upper #account #login_o,
#contents #home_body #contents_upper #account #login_x { display: none; }
*/

/* bg */
#contents #home_body #contents_upper #account #login_o .bg,
#contents #home_body #contents_upper #account #login_x .bg {
	height: 172px;
	padding-top: 5px;
}
#contents #home_body #contents_upper #account #login_o .bg_bottom,
#contents #home_body #contents_upper #account #login_x .bg_bottom {
}
/* /bg */

#contents #home_body #contents_upper #account .unit { margin-bottom: 5px; }
#contents #home_body #contents_upper #account .forgot_pw { margin: 5px 0px 0px; }

#contents #home_body #contents_upper #account a:link,
#contents #home_body #contents_upper #account a:visited { color: #192332; }
#contents #home_body #contents_upper #account a:hover,
#contents #home_body #contents_upper #account a:active  { color: #CC0000; }

/* Login Off */
#contents #home_body #contents_upper #account #login_x .forgot_pw { }
#contents #home_body #contents_upper #account #login_x .input_txt { width: 145px; }
#contents #home_body #contents_upper #account #login_x .field {
	margin-top: 5px;
	color: #CC0000;
}

/* Login On */
#contents #home_body #contents_upper #account #login_o .nickname dl.nickname_list,
#contents #home_body #contents_upper #account #login_o .balance dl.balance_list {
	margin-bottom: 10px;
}
#contents #home_body #contents_upper #account #login_o .nickname dl.nickname_list dt,
#contents #home_body #contents_upper #account #login_o .balance dl.balance_list dt {
	font-weight: bold;
}
#contents #home_body #contents_upper #account #login_o #user {
	float: right;
	display: inline;
	font-weight: bold;
}
#contents #home_body #contents_upper #account #login_o .field {
	margin-top: 5px;
	color: #CC0000;
}

/* ==========================================
	Button Payment
========================================== */
#contents #home_body #contents_upper #btn_payment {
	float: right;
	display: inline;
	width: 170px;
	margin-top: 2px;
}

/* ==========================================
	Cash Item
========================================== */
#contents #home_body #contents_left #cash_items {
	position: relative;
	width: 100%;
}

#contents #home_body #contents_left #cash_items h4 {
	height: auto;
	margin: auto;
	background: none;
	font-size: 100%;
	text-transform: none;
	text-indent: 0px;
	line-height: normal;
}

/* bg */
#contents #home_body #contents_left #cash_items .bg {
	height: 150px;
	background: url(../images/home/yimg_home_sprite.png) 0px 0px repeat-y;
}
#contents #home_body #contents_left #cash_items .bg_bottom {
	height: 15px;
	background: url(../images/home/home_sprite.png) 0px -320px no-repeat;
	font-size: 0px;
}
#contents #home_body #contents_left #cash_items h4 {
	height: auto;
	margin-bottom: 0px;
	text-indent: 0px;
	background: none;
}
#contents #home_body #contents_left #cash_items #list_cashitem {
	padding: 0px 20px;
}
/* /bg */

#contents #home_body #contents_left #cash_items #list_cashitem .slide_area {
	float: left;
	display: inline;
	width: 540px !important;
	height: 150px !important;
	margin: 0 10px;
}
#contents #home_body #contents_left #cash_items #list_cashitem .slide_area .items .item {
	position: relative;
	float: left;
	display: inline;
	width: 148px;
	height: 115px;
	margin: 5px;
	padding: 10px;
	border: #192332 solid 1px;
	vertical-align: top;
}
#contents #home_body #contents_left #cash_items #list_cashitem .slide_area .items .item img.icon {
	float: left;
	display: inline;
	width: 32px;
	height: 32px;
}
#contents #home_body #contents_left #cash_items #list_cashitem .slide_area .items .item .name {
	float: left;
	display: inline;
	margin: 5px;
	color: #CC0000;
	font-weight: bold;
}

#contents #home_body #contents_left #cash_items #list_cashitem .slide_area .items .item .desc {
	margin: 5px;
	color: #3e3e3e;
}

#contents #home_body #contents_left #cash_items #list_cashitem .slide_area .items .item .price {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#contents #home_body #contents_left #cash_items #list_cashitem .slide_area .items .item .price span {
	color: #CC0000;
	font-weight: bold;
}

#contents #home_body #contents_left #cash_items #list_cashitem .slider {
	float: left;
	display: inline;
	border: none;
	width: 20px;
	height: 40px;
	margin: 1px;
	margin-top: 40px;
	padding: 0px;
	background: url(../images/home/home_sprite.png) no-repeat;
}
#contents #home_body #contents_left #cash_items #list_cashitem .left        {
	background-position: 0px -100px;
}
#contents #home_body #contents_left #cash_items #list_cashitem .left:hover  {
	background: url(../images/home/home_sprite_on.png) no-repeat;
	background-position: 0px -100px;
}
#contents #home_body #contents_left #cash_items #list_cashitem .right       {
	background-position: 0px -60px;
}
#contents #home_body #contents_left #cash_items #list_cashitem .right:hover {
	background: url(../images/home/home_sprite_on.png) no-repeat;
	background-position: 0px -60px;
}

#contents #home_body #contents_left #cash_items .more {
	line-height: 40px;
}
#contents #home_body #contents_left #cash_items a.add_crescent_link {
	text-transform: uppercase;
	font-size: 92.4%;
	font-weight: bold;
	color: #CC0000;
}

#contents #home_body #contents_left #cash_items a.add_crescent_link:link    { color: #CC0000; }
#contents #home_body #contents_left #cash_items a.add_crescent_link:visited { color: #CC0000; }
#contents #home_body #contents_left #cash_items a.add_crescent_link:hover   { color: #CC0000; }
#contents #home_body #contents_left #cash_items a.add_crescent_link:active  { color: #CC0000; }

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

#contents #home_body #contents_left #top_information #info,
#contents #home_body #contents_left #top_information #event {
	margin-top: 10px;
}

/* tabs */
#contents #home_body #contents_left #top_information .announce .tabs { border: none; }
	#contents #home_body #contents_left #top_information .announce .tabs .tab {
		float: left;
		display: inline;
		width: auto;
		background: none;
		line-height: inherit;
	}
		#contents #home_body #contents_left #top_information .announce .tabs .tab a { margin-top: 10px; padding: 0 2px; }

#contents #home_body #contents_left #top_information .announce .tabs .tab_h4 {
	background: none;
}
	#contents #home_body #contents_left #top_information .announce .tabs .tab h4 {
		float: left;
		display: inline;
		width: 150px;
		margin: 0px;
		background: none;
		text-align: left;
		line-height: 35px;
	}
	#contents #home_body #contents_left #top_information .announce .tabs .tab h4 a {
		margin-top: 0px;
		color: #192332;
		font-weight: bold;
		font-size: 138.5%;
	}
/* tabs */

/* bg */
#contents #home_body #contents_left #top_information #event .bg_top,
#contents #home_body #contents_left #top_information #info .bg_top {
	height: 35px;
	background: url(../images/home/home_sprite.png) 0px -335px no-repeat;
}
/* /bg */

#contents #home_body #contents_left #top_information .announce .content_announce .head_announce .category,
#contents #home_body #contents_left #top_information .announce .content_announce .head_announce .date { width: 15%; }
#contents #home_body #contents_left #top_information .announce .content_announce .head_announce .title { width: 70%; text-align: left; }
#contents #home_body #contents_left #top_information .announce .content_announce .body,
#contents #home_body #contents_left #top_information .announce .content_announce .dummy { display: none; }

#contents #home_body #contents_left #top_information .announce .content_announce .category_more {
}

#contents #home_body #contents_left #top_information .announce .content_announce .announce_more {
	line-height: 35px;
}

/* ==========================================
	Top Forum
========================================== */
#contents #home_body #contents_left #top_forum {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
#contents #home_body #contents_left #top_forum h4 {
	margin: 0px;
	background: none;
	line-height: 35px;
}
#contents #home_body #contents_left #top_forum h4 a {
	color: #192332;
	font-weight: bold;
	font-size: 138.5%;
	text-indent: 1em;
}

#contents #home_body #contents_left #top_forum .bg_top {
	height: 35px;
	background: url(../images/home/home_sprite.png) 0px -335px no-repeat;
}
#contents #home_body #contents_left #top_forum .tabs {
	margin-top: 5px;
}

#contents #home_body #contents_left #top_forum .content_announce .head_announce { color: #ffffff; text-decoration: none; }
#contents #home_body #contents_left #top_forum .content_announce .head_announce .img { width: 15%; }
#contents #home_body #contents_left #top_forum .content_announce .head_announce .txt { width: 70%; text-align: left; }
#contents #home_body #contents_left #top_forum .content_announce .head_announce .date { width: 15%; }

#contents #home_body #contents_left #top_forum .content_announce .info_link {
	float: right;
	display: inline;
}
#contents #home_body #contents_left #top_forum .content_announce .category_more {
	top: 5px;
	width: 115px;
	height: 25px;
}

/* ==========================================
	Right
========================================== */
#contents #home_body #contents_right #other { display: none; }
#contents #home_body #contents_right #banner { margin-top: 10px; }

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

/* ==========================================
	Facebook
========================================== */
#contents #home_body #contents_right #top_facebook {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

#contents #home_body #contents_right #top_facebook h4 {
	height: auto;
	margin: auto;
	background: none;
	font-size: 100%;
	text-transform: none;
	text-indent: 0px;
	line-height: normal;
}

.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 {
	position: relative;
	width: 100%;
	margin-top: 10px;
	/* margin-top: 10px; */
}

#contents #home_body #contents_right #top_twitter h4 {
	height: auto;
	margin: auto;
	background: none;
	font-size: 100%;
	text-transform: none;
	text-indent: 0px;
	line-height: normal;
}

#contents #home_body #contents_right #top_twitter .twtr-widget h3 {
	height: inherit;
	background: none;
	font-size: inherit;
	text-transform: inherit;
	text-indent: inherit;
	line-height: inherit;
}
#contents #home_body #contents_right #top_twitter a.more { line-height: 40px; }
#contents #home_body #contents_right #top_twitter .twtr-bd { border-top: #57b8d9 dashed 1px; }

/* ==========================================
	Service
========================================== */
/* Maintenance */
#contents #home_body #contents_right #maintenance { margin-top: 10px; }
#contents #home_body #contents_right #maintenance .mainte_time {
	padding-bottom: 10px;
	color: #CC0000;
	font-weight: bold;
}

#contents #home_body #contents_right #maintenance .mainte_description {
	font-size: 77%;
	line-height: 1.401em;
}