@charset "utf-8";

body { font-family: NanumGothic, 나눔고딕, "Malgun Gothic", "맑은 고딕", Gulim, 굴림;}
body a { color: #008853}
body a:hover { color: #1f5428}
h1,h2,h3,h4,h5,h6{ font-family: NanumGothic, 나눔고딕, "Malgun Gothic", "맑은 고딕", Gulim, 굴림;}
h2 a, h3 a, h4 a, h5 a, h6 a {color: #2A3236;}
article {margin-top: 10px}
#writing p {font-size: 14px;line-height: 22px;letter-spacing: 0.8px;margin-bottom:26px;}
ul {list-style: none; margin-left: 0px}
aside {margin-bottom: 20px}
aside h3 {color: #1f5428}

.cal_month	{ padding:5px 0 10px 0; font:bold 12px Georgia; text-align:center;}	/* 달력 월 표시 */
.cal_week1	{ }	/* 달력 요일 표시("th 영역") */
.cal_week2	{ color:#f60;}	/* 달력 일요일 표시("th 영역") */
.cal_week	{ }	/* 달력 Week("tr 영역")  */
.cal_current_week	{ }
.cal_day	{ font-size:9px; text-align:center;}	/* 달력 Day("td 영역") */
.cal_day_sunday,	/* 달력 Day, 일요일 ("td 영역")  */
.cal_day_sunday a	{ color:#f60;}
.cal_day1	{ }	/* 달력 지난 달 날짜 표시("td")   */
.cal_day2	{ }	/* 달력 다음 달 날짜 표시("td")   */
.cal_day3	{ }	/* 달력 이번 달 날짜 표시("td") */
.cal_day4	{ color:#fff; background-color:#ccc;}	/* 달력 오늘 날짜 표시("td") */
a.cal_click:link,	
a.cal_click:visited	{ font-size:11px; font-weight:bold;}/* 달력 글쓴 날 링크 스타일 */
a.cal_click:hover	{ }

.interword {display:none;}
.container {width: 720px;}
#content {
	-webkit-transition: all 1.8s ease-in-out;
        -moz-transition: all 1.8s ease;
        -o-transition: all 1.8s ease;
        -ms-transition: all 1.8s ease;
        transition: all 1.8s ease;
}
aside h3 {font-size: 16px;}
#ad {text-align: center;}
#taglog span {list-style: none}
#taglog .cloud1 {font-size:20px;}
#taglog .cloud2 {font-size:18px;}
#taglog .cloud3 {font-size:16px;}
#taglog .cloud4 {font-size:14px;}
#taglog .cloud5 {font-size:12px;}
#content {margin-top:50px;opacity:0;}
#writing {margin-top:10px;}

.input-xlarge {width: 70%;}
.navbar-search .search-query {background-color: #1f5428;}
.navbar-inner {
background-color: #008853;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008853), color-stop(90%, #BC9A5C), to(#BC9A5C));
background-image: -webkit-linear-gradient(#008853, #008853 90%, #BC9A5C);
background-image: -moz-linear-gradient(top, #008853, #008853 90%, #BC9A5C);
background-image: -ms-linear-gradient(#008853, #008853 90%, #BC9A5C);
background-image: -o-linear-gradient(#008853, #008853 90%, #BC9A5C);
background-image: linear-gradient(#008853, #008853 90%, #BC9A5C);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008853', endColorstr='#BC9A5C', GradientType=0);
}