﻿/***********************************************/
/*  yuuren's blog - http://yuuren.tistory.com  */
/***********************************************/




@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);



body
{
	background-image: /*@background-image*/url(images/bg0.gif)/*@*/;
	background-repeat: /*@background-image-repeat*/repeat/*@*/;
	background-position: /*@background-image-position*/10px 0/*@*/;
	background-color: /*@background-color*/#535353/*@*/;
	font: 14px/1.6 'Jeju Gothic', 'Nanum Gothic', gulim, Verdana, AppleGothic, Sans-serif;
}
h2
{
	width: /*@post-width:-10*/750px/*@*/;
	font-family: /*@post-title-font-family*/'Jeju Gothic', 'Nanum Gothic', gulim/*@*/;
	font-size: /*@post-title-font-size*/22px/*@*/;
	color: /*@post-title-color*/#ddd/*@*/;
}
#container
{
	width: /*@post-width:+405*/1165px/*@*/;
}
#content
{
	width: /*@post-width*/760px/*@*/;
}
#header li
{
	font-family: 'Open Sans Condensed', 'Jeju Gothic', 'Nanum Gothic', gulim;
}
.post .title h2 a
{
	font-family: /*@post-title-font-family*/'Jeju Gothic', 'Nanum Gothic', gulim/*@*/;
	font-size: /*@post-title-font-size*/22px/*@*/;
	color: /*@post-title-color*/#ddd/*@*/;
}
.post .desc
{
	font-family: /*@post-body-font-family*/'Jeju Gothic', 'Nanum Gothic', gulim/*@*/;
	font-size: /*@post-body-font-size*/14px/*@*/;
	color: /*@post-body-color*/#ddd/*@*/;
}
.tb .desc
{
	font: 12px/1.6 'Jeju Gothic', 'Nanum Gothic', gulim;
}
.commentBox .desc
{
	font-family: 'Jeju Gothic', 'Nanum Gothic', gulim;
}
.commentWrite textarea
{
	width: /*@post-width:-280*/480px/*@*/;
}
#title
{
	height: /*@title-height*/auto/*@*/;
	background-image: /*@title-background-image*/none/*@*/;
	background-repeat: /*@title-background-image-repeat*/no-repeat/*@*/;
	background-position: /*@title-background-image-position*/center top/*@*/;
	background-color: /*@title-background-color*/transparent/*@*/;
}
#title h1
{
	font-family: /*@title-font-family*/'Exo', 'Jeju Gothic', 'Nanum Gothic', Sans-serif/*@*/;
	font-size: /*@title-font-size*/40px/*@*/;
}
#title a
{
	color: /*@title-color*/#333/*@*/;
}
#sidebar #notice,
#sidebar #category
{
	font-family: 'Open Sans Condensed', 'Jeju Gothic', 'Nanum Gothic', Sans-serif;
	font-size: 26px;
	font-weight: 200;
}
