@charset "utf-8";

/*
 * 스킨 위자드 (지우지마세요.)
 */
#header {
	height: auto;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color:/*@title-background-color*/#222/*@*/;
	background-image-repeat:/*@title-background-image-repeat*/no-repeat/*@*/;
	background-position:/*@title-background-image-position*/center/*@*/;
	background-image:/*@title-background-image*/inherit/*@*/;
}
#header .title a {
	font-family:/*@title-font-family*/inherit/*@*/;
	font-size:/*@title-font-size*/20px/*@*/;
	color:/*@title-color*/#bbb/*@*/;
}

#container {
	background-color:/*@background-color*/#f9f9f9/*@*/;
	background-image-repeat:/*@background-image-repeat*/no-repeat/*@*/;
	background-position:/*@background-image-position*/center/*@*/;
	background-image:/*@background-image*/inherit/*@*/;
}

#entry .title h2 {
	font-size:/*@post-title-font-size*/18px/*@*/;
}
#entry .title h2 a {
	color:/*@post-title-color*/#000/*@*/;
	font-family:/*@post-title-font-family*/inherit/*@*/;
}
#entry .article {
	color:/*@post-body-color*/#000/*@*/;
	font-family:/*@post-body-font-family*/inherit/*@*/;
	font-size:/*@post-body-font-size*/14px/*@*/;
}

.hidden_css {
	/*@post-width*/max-width:1000px;/*@*/;
	/*@title-height*/height:200px;/*@*/;
}