
/**************
 ** 레이아웃 **
 **************/
body.aster-timeline {
     background: #f2f2f2;
}
body.aster-timeline #header {
	/*background: url("images/aster-hd-bg.png") repeat scroll 0 0*/
	/*	#3f3f3f;*/
}

body.aster-timeline h1.logo {
	background: url(images/aster_logo.svg) no-repeat;
	margin-bottom: 2px;
}

body.aster-timeline ul.nav {
	
}

body.aster-timeline ul.nav a {
	
}

body.aster-timeline div.user-info {
}

body.aster-timeline #footer {
	background: #F9F9F9;
	color: #B6B6B6;
}

body.aster-timeline .copy-right {
	
}

body.aster-timeline a.thumb-name {
	
}

body.aster-timeline #container .clip-header-sub {
	border:none;
}

/****************
 ** 클립페이지 **
 ****************/
body.aster-clip {
	/*background: url("images/aster-clip-bg.png") repeat-x left top #f2f2f2;*/
}

body.aster-clip #clip-header {
	/*background: url("images/aster-clip_header.png") no-repeat scroll left top #3f3f3f;*/
}

body.aster-clip #clip-wrap {
	background-color: transparent;
}

body.aster-clip .over1000 #clip-header {
	/*background: url("images/aster-clip_header_1000.png") no-repeat scroll left top transparent;*/
}

body.aster-clip .over1000 .clip-foot, body.aster-clip .over1000 .clip-foot.clip-rt-foot {
	background: url("images/aster-clip_footer_1000.png")
		no-repeat scroll 0 0 transparent;
}

body.aster-clip .clip-foot, body.aster-clip .clip-rt-foot {
	/*background: url("images/aster-clip_footer.png") no-repeat scroll 0 0 transparent;*/
}

/*************
** signup **
*************/

body.aster-clip .over1000 #clip-header.clip-header-signup {
	background: url("images/clip_header_1000_2.png")
		no-repeat scroll left top transparent;
}
/**************
 * 팔로워페이지 
 *************/

/* clip 페이지 */

body.aster-clip #clip-header .header-wrap {
	width: 900px;
	margin: 0 auto;
	height: 93px;
}

body.aster-clip #clip-wrap .inner-wrap {
	width: 603px;
	margin: 50px auto;
	box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.05);
	border-radius: 10px;

}

body.aster-clip #clip-wrap #clip-footer {
	background: #F9F9F9;
}

body.aster-clip #clip-content {
	padding: 35px 52px;
}