@charset "utf-8";

/**
 * PlayXP > 스타크래프트2 - 메인
 * 
 * @copyright  2001-2008 PlayXP Communication
 * @author     Nios <nios@playxp.com>
 * @package    Imports
 * @subpackage CSS
 * @version    2.0
 */

/* 뉴스 */
#News{float:left; width:633px; height:250px; margin:0px 5px 10px 0px; border:3px solid #f65c71; background-color:#fff;}
	#Headline{float:left; width:400px; margin:5px 0px 0px 10px;}
	* html #Headline{margin:5px 0px 0px 5px;}
		#Headline .item{float:left; height:90px; margin:7px 10px 10px 0px;}
		* html #Headline .item{margin:7px 10px 5px 0px;}
			#Headline .item img.thumbnail{float:left; margin-right:10px;}
			#Headline .item img.title{width:250px; height:30px;}
			#Headline .item p{line-height:160%; margin:0px 0px 7px 0px;}
			#Headline .item a.comment_num{float:left; color:#cf5c5c; font-size:8pt; font-family:돋움; letter-spacing:-1px;}
			#Headline .item span.datetime{float:right;}
			#Headline .item span.datetime,
			#Headline .item span.datetime a{font-size:8pt; color:#848484;}
	#NewsList{float:left; width:201px; border-left:2px solid #ff8c95; background-color:#f3ede0; list-style-type:none; padding:7px 10px;}
	* html #NewsList{padding:20px 5px 5px 5px;}
	*:first-child+html #NewsList{padding:20px 10px 5px 10px;}
		#NewsList li{margin:11px 0px;}
		* html #NewsList li{margin:11px 0px;}
		*:first-child+html #NewsList li{margin:13px 0px;}
			#NewsList li span.comment_num{margin-left:3px; font-size:8pt; color:#666;}

	/* 공지사항 */
	#Notice{clear:both; height:19px; padding:6px 0px 0px 10px; background-color:#ff8c95; color:#fff;}
	* html #Notice{padding-top:7px; height:18px;}
	*:first-child+html #Notice{padding-top:7px; height:18px;}
		#Notice h4{float:left; display:block; margin:0px 10px 0px 0px; font-size:9pt;}
		#Notice a{color:#fff;}
		#Notice a.title{float:left;}
		#Notice span.comment_num{float:left; color:#fff; font-size:8pt; margin-left:3px;}
		#Notice a.more{float:right; margin-right:5px; font-size:8pt;}
		
/* 광고 */
#PM_MREC{float:left; width:250px; height:250px; border:3px solid #f65c71;}

/* 최근 게시물 */
#Latest{float:left; width:645px; margin:10px 5px 10px 0px;}
	#Latest .PanelLeft{float:left; width:320px; margin:0px 5px 0px 0px;}
	#Latest .PanelRight{float:left; width:320px;}
		#Latest .PanelLeft div,#Latest .PanelRight div{margin-bottom:35px;}
		*:first-child+html #Latest .PanelLeft div,*:first-child+html #Latest .PanelRight div{margin-bottom:40px;}
		#Latest ul{margin-left:10px; padding-top:5px;}
		* #Latest ul{margin-left:5px; padding-top:2px;}
		*:first-child+html #Latest ul{padding-top:2px;}
			#Latest li{margin:5px 0px;}
			*:first-child+html #Latest li{margin:7px 0px;}
				#Latest li span.comment_num{color:#666; font-size:8pt;}

		#Screenshot{margin-bottom:35px;}
		*:first-child+html #Screenshot{margin-bottom:40px;}
		#Screenshot,#Media{clear:both; float:left; width:645px;}
		#Screenshot .item,#Media .item{float:left; margin:5px 5px 0px 0px; width:124px; text-align:center;}
		#Screenshot .thumbnail,#Media .thumbnail{display:block; border:2px solid #4d6da3; width:120px; height:90px; text-align:center; background-color:#000; margin-bottom:5px;}
		#Screenshot .thumbnail:hover,#Media .thumbnail:hover{border-color:#ea7373;}
		#Screenshot a.title,#Media a.title{font-family:돋움; font-size:8pt; letter-spacing:-1px;}
		#Screenshot span.comment_num,#Media span.comment_num{font-size:8pt; color:#666;}

/* 가이드 */
#Guide{float:left; width:250px; height:800px; background:url(http://imports.playxp.com/images/sc2/main/bg_guide_800.gif) no-repeat;}
	#Guide h5{clear:both; float:left; display:block; margin:25px 0px 10px 28px; color:#fff; padding:0px; font-size:9pt;}
	#TerranGuide{margin-top:40px !important;}
	#Guide ul{clear:both; margin:0px 0px 0px 25px; padding:0px; list-style-type:none;}
		#Guide li{float:left; margin:0px 0px 10px 0px; padding:0px; width:40px; text-align:center; font-family:돋움; font-size:8pt; letter-spacing:-1px; color:#dedede;}
		#Guide li.observer{height:64px;}
			#Guide li img{width:32px; height:32px; border:1px solid #aebbdf; margin-bottom:3px;}
			#Guide li img:hover{border-color:#ea7373;}
