@charset "utf-8";

/* ============================================================
whiteBoard TISTORY Theme ++SCREEN++ styleSheet
---------------------------------------------------------------
Version :     2.0
Author :      hi8ar.net
Email :       admin@hi8ar.net
Author Blog : http://hi8ar.net/
---------------------------------------------------------------
Last Date Modified : 2008. 11. 08.
============================================================== */

@import url("images/basic.css");
@import url("images/layout.css");
@import url("images/main.css");
@import url("images/article.css");
@import url("images/sidebar.css");
@import url("images/theme.css"); /* 사용자 color 테마 임포트 */


/* 트위터 관련 링크 줄바꿈 안되게.. */
#twitter_div ul li a,
#twitter_div ul li a:visited {
display: inline;
color: #963;
}

/* 사이드바 트위터 이미지 헤더 */
#twitter_div h3 a {
display: block;
width: 136px;
height: 64px;
background: url(images/btn_twitter.gif) no-repeat 0 0;
text-indent: -9999px;
overflow: hidden;
}

/* 본문의 제목 글자 크기 */
.titleBox h2 {
font-size: 29px;
margin-top:24px;
}

/* 카테고리 다른 글 글자 간격 조절 */
.another_category_color_gray h4, .another_category_color_gray h4 a {
letter-spacing: 0;
}

/* 블로그 프로필 이미지 크기 강제 조절 */
.blogImage img{
width: 187px !important;
}
