@charset "utf-8";

@font-face {
	font-family: OCR A Std;
	font-style:  normal;
	font-weight: normal;
	src: url(./images/OCRAStd.eot);
}
@font-face {
	font-family: 맑은 고딕;
	font-style:  normal;
	font-weight: normal;
	src: url(./images/MalgunGothicRegular.eot);
}
* {
	line-height:1.6;
	margin: 0px;
	font-family: "OCR A Std", "맑은 고딕";
	font-size: 9pt;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	color:#4a4a45;
	margin:0;
	clear: both;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

body {
  background-image:/*@background-image=*/none/*@*/;
}

/* 배경 이미지 반복 */
body {
  background-repeat:/*@background-image-repeat=*/no-repeat/*@*/;
}

/* 배경 이미지 위치 */
body {
  background-position:/*@background-image-position=*/center center/*@*/;
}

/* 배경색 */
body {

}

a {
  color:#4a4a45;
  text-decoration:none;
  font-family: OCR A Std, 맑은 고딕;
  text-align: left;
}

a:hover {
	color:#06C;
	text-decoration:none;
	font-family: OCR A Std, 맑은 고딕;
	text-align: left;
}

.moreless_fold,
.moreless_top,
.moreless_bottom {
  padding-left:53px;
  background-repeat:no-repeat;
  background-position:left 0;
  color:#3649AE;
  font-size:12px;
  height:18px;
}

.moreless_fold {
  background-image:url(images/iconMore.gif);
}

/* 그만보기 - less */
.moreless_top {
  background-image:url(images/iconLess.gif);
}

/* 그만보기 - less (본문 하단 위치) */
.moreless_bottom {
  background-image:url(images/iconLess.gif);
}

/********** 코멘트, 방명록 **********/
.rp_admin {
  background:url(images/iconAdmin.gif) no-repeat;
  padding-left:20px;
}

/* 관리자가 댓글 */
.rp_secret {
  color:#f30;
}

/* 비밀 댓글 */
.hiddenComment {
	background:url(images/iconSecret.gif) no-repeat;
	font-weight:normal;
	clear: both;
	float: left;
	width: 120px;
	margin-top: 7px;
	height: auto;
}
#ADL {
	clear: both;
	float: left;
	width: 120px;
	height: auto;
	padding-top: 7px;
	overflow: hidden;
}


/* 비밀 댓글(로그인 하지 않았을 경우) */
.guest_admin {
  background:url(images/iconAdmin.gif) no-repeat;
  padding-left:20px;
}

/* 관리자가 올린 방명록 댓글 *//********** 카테고리 **********/
.ib {
  cursor:pointer;
}

/* 카테고리의 텍스트를 포함하고 있는 셀의 스타일 (td 영역) */
.branch3 {
  cursor:pointer;
}

/* 카테고리옆 갯수를 나타내는 숫자의 스타일 */
.c_cnt {
  font:0.75em ;
  color:#f30;
}

.cap1 {
  color:#999;
  text-align:center;
  padding:4px 0;
  margin:0;
}/* 이미지 아래 캡션 스타일 */
.imageblock {
  margin:5px 0;
}/* 이미지 블럭 */
.dual {
  margin-bottom:5px;
}/* 그림 2개 배치 */
.triple {
  margin-bottom:5px;
}/* 그림 3개 배치 *//* 키워드 */
.key1 {
  cursor:pointer;
  border-bottom:1px dotted #ccc;
}

hr {
  display:none;
}

img {
  border:0;
}

h1,h2,h3,h4 {
  margin:0;
  padding:0;
}

h1 {
  font-size:1.6em;
}

h2 {
  font-size:1.4em;
}

h3 {
  font-size:1.2em;
}

h4 {
  font-size:1em;
}

input.text,input.homepage {
	padding-top:2px;
	padding-left:5px;
	border:1px solid #d9d9d9;
	color:#626262;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 12px;
	line-height: 12px;
}

textarea {
	border:1px solid #d9d9d9;
	color:#626262;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 12px;
}

/* 블로그 레이아웃 */
#container {
	width:/*@post-width:386=*/1000px/*@*/;
	padding:0;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width:/*@post-width:386=*/1000px/*@*/;
}

#content {
	width:/*@post-width=*/550px/*@*/;
	overflow:hidden;
	padding-left: 15px;
	font-family: OCR A Std, 맑은 고딕;
	background-color: #FFF;
	padding-right: 14px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #737373;
	float: left;
}

#leftside {
	float:right;
	width:130px;
	background-image: url(images/bgLeft);
	background-repeat: repeat-y;
	background-position: left;
	overflow: hidden;
	font-family: OCR A Std, 맑은 고딕;
	height: auto;
	clear: right;
}

#sidebar {
	float:right;
	width:290px;
	clear: right;
	overflow: inherit;
	height: auto;
}

#footer {
  clear:both;
  padding:0;
}

#headMarginBottom,#footMarginTop {
	background-color:#FFF;
	width:/*@post-width:386=*/1000px/*@*/;
	clear:both;
	height: 2px;
	background-image: url(images/headersubbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}

#headMarginBottom .leftSideLine {
	width:120px;
	height:15px;
}

#footMarginTop .leftSideLine {
	width:120px;
	height:20px;
}

/********** 스킨위자드 | 블로그 제목 **********/
#header {

}/* 배경 이미지 */
#header {
  background-repeat:/*@title-background-image-repeat=*/no-repeat/*@*/;
}/* 배경 이미지 반복 */
#header {
  background-position:/*@title-background-image-position=*/center top/*@*/;
}/* 배경 이미지 위치 */
#header {
	background-color:/*@title-background-color=*/#F9F9F9/*@*/;
}/* 배경색 */
#header {
	padding:0;
	width: 1000px;
	height: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

#header h1 {
	float:left;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 15px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 55px;
	padding-top: 10px;
}

/* ***** SearchBox ***** */
#searchBox {
  float:right;
  margin-top:52px;
}

#searchBox input {
  vertical-align:middle;
  padding-left:5px;
  padding-top:2px;
  background:#fff url(images/bgSearch.gif) no-repeat 7px 6px;
  width:187px;
  color:#9D9D9D;
  font-size:12px;
  line-height:12px;
  border:1px solid #e3e3e3;
}

#searchBox .submit {
  background:url(images/btn_search.png) no-repeat;
  width:26px;
  height:18px;
  margin-left:5px;
  text-indent:-100em;
  overflow:hidden;
  border:0;
  cursor:pointer;
  vertical-align:middle;
}

* html #searchBox .submit {
  background-image:none;
  width:26px;
  height:18px;
  margin-top:1px;
  cursor:hand;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Magazine/images/btn_search.png',sizingMethod ='crop');
}

/* ***** Counter ***** */
#counter {
	height:17px;
	clear:left;
	letter-spacing:0px;
	color:#999;
	font-family: Verdana, Helvetica, Arial, Gulim, sans-serif;
	font-size: 9pt;
	float: left;
	width: 900px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#counter ul {
  margin:0;
  padding:0;
  list-style:none;
}

#counter li {
  background:none;
  display:inline;
  padding:0 0 0 3px;
  margin:0;
}

#counter .counter {
  font-weight:bold;
}

#counter .userDate {
  margin-left:-5px;
}

#counter .userDate span {
  padding-left:3px;
  font-size:9px;
}

/* ***** BlogMenu ***** */
.blogMenu {
  height:13px;
  padding-left:6px;
  padding-top:5px;
  overflow:hidden;
  background-color:#3649AE;
}

.blogMenu a {
  color:#ccc;
  padding:16px 0 0 0;
  height:0;
  overflow:hidden;
  display:block;
  float:left;
}

.blogMenu ul {
  margin:0;
  padding:0;
  list-style:none;
}

.blogMenu li {
  float:left;
  display:inline;
  background:url(images/bullBar.gif) no-repeat 0 0;
  padding-left:9px;
  margin-right:8px;
}

.blogMenu li.tab_home {
  background:none;
}

.blogMenu .tab_home a {
  background:url(images/tab_home.gif) no-repeat;
  width:26px;
}

.blogMenu .tab_taglog a {
  background:url(images/tab_taglog.gif) no-repeat;
  width:17px;
}

.blogMenu .tab_media a {
  background:url(images/tab_media.gif) no-repeat;
  width:47px;
}

.blogMenu .tab_localog a {
  background:url(images/tab_localog.gif) no-repeat;
  width:63px;
}

.blogMenu .tab_key a {
  background:url(images/tab_key.gif) no-repeat;
  width:36px;
}

.blogMenu .tab_guestbook a {
  background:url(images/tab_guestbook.gif) no-repeat;
  width:56px;
}

.blogMenu .tab_admin a {
  background:url(images/tab_admin.gif) no-repeat;
  width:29px;
}

.blogMenu .tab_write a {
  background:url(images/tab_write.gif) no-repeat;
  width:29px;
}

/* ***** menuRollOver + menuImageOn ***** */
.blogMenu .tab_home a:hover,
body#tt-body-page .tab_home a,
body#tt-body-page .tab_home a:hover {
  background:url(images/tab_home.gif) no-repeat 0 -13px;
  width:26px;
}

.blogMenu .tab_taglog a:hover,
body#tt-body-tag .tab_taglog a,
body#tt-body-tag .tab_taglog a:hover {
  background:url(images/tab_taglog.gif) no-repeat 0 -13px;
  width:17px;
}

.blogMenu .tab_media a:hover,
body#tt-body-media .tab_media a,
body#tt-body-media .tab_media a:hover {
  background:url(images/tab_media.gif) no-repeat 0 -13px;
  width:47px;
}

.blogMenu .tab_localog a:hover,
body#tt-body-location .tab_localog a,
body#tt-body-location .tab_localog a:hover {
  background:url(images/tab_localog.gif) no-repeat 0 -13px;
  width:63px;
}

.blogMenu .tab_key a:hover,
body#tt-body-keylog .tab_key a,
body#tt-body-keylog .tab_key a:hover {
  background:url(images/tab_key.gif) no-repeat 0 -13px;
  width:36px;
}

.blogMenu .tab_guestbook a:hover,
body#tt-body-guestbook .tab_guestbook a,
body#tt-body-guestbook .tab_guestbook a:hover {
  background:url(images/tab_guestbook.gif) no-repeat 0 -13px;
  width:56px;
}

.blogMenu .tab_admin a:hover {
  background:url(images/tab_admin.gif) no-repeat 0 -13px;
  width:29px;
}

.blogMenu .tab_write a:hover {
  background:url(images/tab_write.gif) no-repeat 0 -13px;
  width:29px;
}

/* ***** Category ***** */
#category {
	width: 116px;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #FFF;
}

#leftside #category h3 {
	width:111px;
	display:block;
	background-repeat: no-repeat;
	background-position: 1px 0;
	padding-left: 7px;
	font-size: 14px;
	font-weight: bolder;
	color: #FFDFDF;
	padding-top: 7px;
	background-color: #900;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF8C8C;
}

#category ul,#category li {
  margin:0;
  padding:0;
  list-style:none;
}

#category li a {
	color:#4A4945;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 9pt;
}

#category li a:hover {
	color:#3649AE;
	text-decoration:none;
	font-weight: bold;
}

#category .wrapper {
	width:106px;
	overflow: hidden;
	padding-right: 4px;
	padding-left: 6px;
	border: 1px solid #FF8C8C;
}

#category a:hover .c_cnt {
  letter-spacing:0;
}

/*1depth*/
#category ul {
  margin-top:10px;
}

#category ul li {
  background:none;
}

/*2depth*/
#category ul li ul {
  margin-top:0;
  border-top:1px solid #EBEBEB;
}

#category ul li ul li {
  background:none;
  border-bottom:1px solid #EBEBEB;
  padding-top:4px !important;
  padding-bottom:5px !important;
  line-height:13px;
}

/*3depth*/
#category ul li ul li ul {
  border-top:1px solid #EBEBEB;
  margin-top:5px !important;
}

#category ul li ul li ul li {
  background:none;
  border:none;
  line-height:19px;
  padding-left:8px;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

#category ul li ul li ul li a {
  color:#908F8D;
}

#category ul li ul li ul li a:hover {
	color:#848FCC;
	text-decoration:none;
	font-weight: bold;
}

/* ***** BannderTistory ***** */
#adTistory {
	margin-left:11px;
	margin-top:15px;
	clear: both;
	float: left;
}

.tistoryJoin {
	font-size:11px;
	margin:4px 0 5px 1px;
	font-family: OCR A Std, 맑은 고딕;
}

/* ***** BtnRss ***** */
#btnRSS {
	float: left;
	width: 85px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 12px;
}

/* ***** Localog ***** */
#localog h3 {
  background:url(images/title_localog.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

#localog .spot {
  background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;
  padding-left:20px;
  margin-top:5px;
}

#localog .info {
  background:url(images/iconIndentArrow_localinfo.gif) 5px 7px no-repeat;
  padding-left:15px;
  margin-top:2px;
}

#localog a:link {
  color:#3549ae;
}

#localog a:visited {
  color:#3549ae;
}

#localog a:hover {
  color:#3549ae;
  text-decoration:underline;
}

/* ***** Taglog ***** */
#taglog {
	font-family:"OCR A Std", "맑은 고딕"
}

#taglog h3 {
  background:url(images/title_taglog.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

#taglog ul {
  padding:5px;
  margin:0;
  text-align:justify;
}

#taglog li {
  display:inline;
  margin-right:5px;
}

#taglog a:hover {
  text-decoration:underline;
}

#taglog li .cloud5,
#taglog li a.cloud5 :hover {
  font-family:OCR A Std, 맑은 고딕;
  color:#777;
  font-size:14px;
}

#taglog li .cloud4,
#taglog li a.cloud4 :hover {
  font-family:OCR A Std, 맑은 고딕;
  color:#777;
  font-size:14px;
  font-weight:bold;
}

#taglog li .cloud3,
#taglog li a.cloud3 :hover {
  font-family:OCR A Std, 맑은 고딕;
  color:#7895d3;
  font-size:14px;
  font-weight:bold;
}

#taglog li .cloud2,
#taglog li a.cloud2 :hover {
  font-family:OCR A Std, 맑은 고딕;
  color:#3649ae;
  font-size:14px;
  font-weight:bold;
}

#taglog li .cloud1,
#taglog li a.cloud1 :hover {
  font-family:OCR A Std, 맑은 고딕;
  color:#3649ae;
  font-size:22px;
  font-weight:bold;
}

/* ***** Guestbook ***** */
#guestbook h3 {
  background:url(images/title_guestbook.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

#guestbook p {
  padding:2px 0;
  margin:0;
}

#guestWrite .button {
  padding:0;
  margin:0;
}

/* 방명록 쓰기 */
#guestWrite {
	border:25px solid #f8f8f8;
	background-color:#fff;
	margin-top:-10px;
	margin-bottom:6px;
	padding:15px 0 0 15px;
}

#guestWrite p label.headName {
  background:url(images/head_name.gif) no-repeat left 10px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p label.headPassword {
  background:url(images/head_password.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p label.headHomepage {
  background:url(images/head_homepage.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p label.headComment {
  background:url(images/head_comment.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p {
  clear:both;
}

#guestWrite textarea {
	width:/*@post-width:-144=*/450px/*@*/;
	padding:5px;
}

#guestWrite .homepage {
  width:300px;
}

#guestWrite .submit {
  background:url(images/btn_comment.gif) no-repeat;
  width:86px;
  height:25px;
  overflow:hidden;
  display:block;
  text-indent:-1000em;
  border:0;
  cursor:pointer;
  margin:0 auto;
  margin-top:10px;
}

/* 방명록 읽기 */
#guestList {
	padding:0 0 20px 0;
	margin:0;
	overflow: hidden;
}

#guestList ol li {
  background-color:#f8f8f8;
  padding:22px 25px 0 25px;
  margin:6px 0 0 0;
  width:/*@post-width=;*/570px;/*@*/
}

/* 방명록 읽기 폭 */
#guestList ol li p {
	width:/*@post-width:-50=*/450px/*@*/;
	word-wrap:break-word;
	word-break:break-all;
}

/* 댓글 읽기 폭 */
#guestList ol li ul li p {
	width:/*@post-width:-87=*/400px/*@*/;
	word-wrap:break-word;
	word-break:break-all;
}

/* 댓글에 댓글 읽기 폭 */
#guestList ol,#guestList ul {
  margin:0;
  padding:0;
  list-style:none;
}

#guestList li p {
  margin:0;
  padding:0 0 20px 0;
}

#guestList li ul li {
  background:url("images/iconIndentArrow_reply.gif") no-repeat 1px 3px;
  margin:0;
  padding:0 0 0 37px;
  width:507px;
}

#guestList .name {
  font-family:OCR A Std, 맑은 고딕;
  font-size:11px;
  color:#626262;
  font-weight:bold;
}

#guestList .date {
  font-family:OCR A Std, 맑은 고딕;
  color:#aeaeae;
}

#guestList .control a span {
  display:none;
}

#guestList .control a.modify {
  background:url(images/iconModify.gif) no-repeat;
  padding:0 0 2px 43px;
  font-size:11px;
  text-decoration:none;
}

#guestList .control a.write {
  background:url(images/iconWrite.gif) no-repeat;
  padding:0 5px 2px 34px;
  font-size:11px;
  text-decoration:none;
}

/* ***** content ***** */
.entry {
  padding-bottom:20px;
}

#content .nonEntry {
  
}

#content .nonEntry h3 {
	margin-bottom:10pt;
	margin-top:38px;
	font-size: 10pt;
	font-family: "맑은 고딕", "OCR A Std";
	background-image: url(images/contentsubline.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
}

#content .entryNotice,#content .entryProtected,#content .entry {
	margin-bottom:10px;
	width: 550px;
	overflow: hidden;
}

/* ***** SEARCH ***** */
#searchList h3 {
  background:url(images/title_search.gif) no-repeat left top;
  height:54px;
  display:none;
}

body#tt-body-search #searchList h3 {
  background:url(images/title_search.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

body#tt-body-search #searchList .searchContainer {
  margin-top:-10px;
}

#searchList {
  margin-bottom:28px;
}

#searchList .searchContainer {
	margin-top:0;
	font-family: "OCR A Std", "맑은 고딕";
	padding-top: 10px;
	padding-bottom: 5px;
}

#searchList h4 {
	font-size:10pt;
	font-weight:bold;
	color:#737373;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
	margin-bottom:10px;
	font-family: "OCR A Std";
}

#searchList ol,#searchRplist ol {
  list-style:none;
  padding:0;
  margin:0;
}

#searchList li,#searchRplist li {
  padding-bottom:4px;
}

#searchList .date {
  float:right;
}

#searchList .date,#searchRplist .date {
  font-family:OCR A Std, 맑은 고딕;
  color:#909090;
  margin-right:10px;
}

#searchList .cnt {
  font-family:OCR A Std, 맑은 고딕;
  color:#909090;
}

#searchRplist .name {
;
	color:#909090;
	padding-left:8px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 0.95em;
}

#searchList a,#searchList a:hover {
  color:#909090;
}

/* entry */
.titleWrap {
	padding-bottom:15px;
	clear:both;
	width: 550px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(images/Cbar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.titleWrap h2 {
  padding-top:16px;
  padding-bottom:3px;
  border-bottom:0;
}

.titleWrap h2 a {
	color:/*@post-title-color=*/#2A2B6C/*@*/;
	font-family:"OCR A Std", "맑은 고딕";
	font-size:/*@post-title-font-size=*/14pt/*@*/;
	line-height:120%;
}

.titleWrap .category,.titleWrap .category a {
	color:#909090;
	padding-right:6px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 11px;
}

.titleWrap .date {
	color:#909090;
	background:url(images/title_bar.gif) no-repeat 0 2px;
	padding-left:11px;
	padding-right:6px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 11px;
}

.titleWrap .author {
	color:#909090;
	background:url(images/title_bar.gif) no-repeat 0 0;
	padding-left:11px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 11px;
}

.protectedContainer {
  background-color:#f8f8f8;
  color:#868686;
  padding:20px;
  margin-top:-10px;
}

.protectedContainer p {
  margin:0;
  padding:0
}

.entryProtected p.text {
  padding-bottom:4px;
}

.entryProtected input {
  width:200px;
}

.entryProtected .submit {
  background:url(images/btn_confirm.gif) no-repeat;
  width:61px;
  height:20px;
  overflow:hidden;
  text-indent:-1000em;
  border:0;
  cursor:pointer;
}

/* ***** Admin ***** */
.admin {
  margin-top:-6px;
}

.admin,.admin a {
	font-family:OCR A Std, 맑은 고딕;
	color:#9c9c9c;
	font-size:11px;
}

.admin span {
	float:left;
	margin-right:10px;
	font-family: OCR A Std, 맑은 고딕;
}

.admin .edit {
  background:url(images/admin_edit.gif) no-repeat left top;
  width:28px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

.admin .editwin {
  background:url(images/admin_editwin.gif) no-repeat left top;
  width:40px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

.admin .track {
  background:url(images/admin_trackback.gif) no-repeat left top;
  width:56px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

.admin .del {
  background:url(images/admin_del.gif) no-repeat left top;
  width:28px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

/********** 스킨위자드 | 본문 너비, 본문 제목, 본문 내용 **********/
.article {
  width:/*@post-width:-20=*/550px/*@*/;
  padding-top:14px;
  padding-bottom:5px;
}/* 본문 너비 설명 */
.guest textarea {
  width:/*@post-width:-70=*/500px/*@*/;
}

.article {
  overflow:hidden;
  clear:both;
}

.article {
	color:/*@post-body-color=*/#2d2c2d/*@*/;
	font-family:OCR A Std, 맑은 고딕;
	font-size:/*@post-body-font-size=*/10pt/*@*/;
	width: 550px;
}

/* 내용 크기 */
.article a:link {
  color:#3649ae;
  text-decoration:none;
}

.article a:visited {
  color:#3649ae;
  text-decoration:none;
}

.article a:hover {
  color:#3649ae;
  text-decoration:underline;
}

.article a:active {
  color:#3649ae;
  text-decoration:underline;
}

.article dt {
  text-decoration:underline;
}

.article dd {
  margin-left:20px;
  padding-bottom:10px;
}

.article blockquote {
  background:url(images/iconBlockquote.gif) no-repeat 2px 0;
  padding-top:25px;
  padding-bottom:10px;
  margin:0;
  color:#9C9C9C;
}

/* ***** TagTrail ***** */
.tagTrail {
  color:#666;
  padding:3px 5px 5px 50px;
  background:url(images/entryTag.gif) 0 5px no-repeat;
  clear:both;
  margin:5px 0 2px 0;
}

.tagText {
  display:none;
}

.tagTrail a {
  color:#6c5a4b
}

.tagTrail a:hover {
  color:#6c5a4b;
  text-decoration:underline;
}

.actionTrail {
	color:#494948;
	border-top:1px solid #3649af;
	padding:7px 0;
	clear:both;
	border-bottom:1px solid #efefef;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 11px;
}

.actionTrail .trailComment {
  background:url(images/trackbackBar.gif) 6px 1px no-repeat;
  padding-left:16px;
}

.actionTrail .cnt {
  font-weight:bold;
  color:#fd0001;
}

/* ***** TrackBack ***** */
.trackback {
	width:/*@post-width=*/550px/*@*/;
	margin-bottom:6px;
}

.trackback a {
  color:#000;
}

.trackback h3 {
	background:#f8f8f8 url(images/head_trackbackurl.gif) no-repeat 24px
    center;
	border:3px solid #f4f4f4;
	color:#333;
	padding:10px 0 9px 93px;
	margin-bottom:6px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 11px;
}

.trackback h4 {
	font-weight:bold;
	margin:0;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 12px;
}

.trackback h4 a,.trackback h4 a:hover {
  color:#626262;
}

.trackback span {
  color:#909090;
  font-size:11px;
  letter-spacing:-1px;
}

.trackback ol {
  background-color:#f8f8f8;
  margin:0;
  padding:10px 25px 25px 25px;
  list-style:none;
}

.trackback li {
  border-bottom:1px solid #e6e6e6;
  padding:10px 0 0 0;
  width:/*@post-width:-50=*/520px/*@*/;
  word-wrap:break-word;
  word-break:break-all;
}

.trackback .date {
	font-family:OCR A Std, 맑은 고딕;
}

.trackback .from {
	font-family:OCR A Std, 맑은 고딕;
	background:url(images/title_bar.gif) no-repeat 0 2px;
	padding-left:8px;
	margin-left:5px;
	line-height:11px;
}

.trackback .name {
	font-family:OCR A Std, 맑은 고딕;
	letter-spacing:0;
}

.trackback p {
	color:#626262;
	margin:9px 0 6px 0;
	padding:0;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 12px;
}

.trackback a.delete {
  background:url(images/iconDelete.gif) left top no-repeat;
  padding-left:25px;
  text-decoration:none;
}

.trackback a.delete span {
  display:none;
}

/* 댓글 */
.comment {
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	overflow: hidden;
	width: 550px;
	margin-top: 8px;
}

.comment h3 {
  display:none;
}

/* 댓글 읽기 */
.commentList ol li {
  padding:0 0 0 25px;
  margin:0;
  width:/*@post-width=*/570px/*@*/;
}

.commentList ol li p {
	width:/*@post-width:-50=*/450px/*@*/;
	word-wrap:break-word;
	word-break:break-all;
}

/* 댓글 읽기 폭 */
.commentList ol li ul li p {
	width:/*@post-width:-87=*/400px/*@*/;
	word-wrap:break-word;
	word-break:break-all;
}

/* 댓글에 댓글 읽기 폭 */
.commentList ol,.commentList ul {
  margin:0;
  padding:0;
  list-style:none;
}

.commentList p {
  margin:0;
  padding:0 0 20px 0;
}

.commentList li ul li {
  background:url("images/iconIndentArrow_reply.gif") no-repeat 1px 3px;
  margin:0;
  padding:0 0 0 37px;
  width:504px;
}

.commentList .name {
  font-family:OCR A Std, 맑은 고딕;
  font-size:11px;
  font-weight:bold;
}

.commentList .date {
	color:#aeaeae;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 9px;
}

.commentList .control a span {
  display:none;
}

.commentList .control a.address {
  background:url(images/iconAddress.gif) no-repeat;
  padding:0 0 0 31px;
  font-size:11px;
  text-decoration:none;
}

.commentList .control a.modify {
  background:url(images/iconModify.gif) no-repeat;
  padding:0 0 0 43px;
  font-size:11px;
  margin-left:-4px;
  text-decoration:none;
}

.commentList .control a.write {
  background:url(images/iconWrite.gif) no-repeat;
  padding:0 0 0 34px;
  font-size:11px;
  text-decoration:none;
}

/* 댓글 쓰기 */
.commentWrite {
  border:25px solid #f8f8f8;
  background-color:#fff;
  padding:15px 0 0 15px;
}

.commentWrite p label.headName {
  background:url(images/head_name.gif) no-repeat left 10px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p label.headPassword {
  background:url(images/head_password.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p label.headHomepage {
  background:url(images/head_homepage.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p label.headComment {
  background:url(images/head_comment.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p {
  clear:both;
  padding:0;
  margin:0 0 4px 0;
}

.commentWrite p.homepage-w {
  padding:0;
  margin:0;
}

.commentWrite textarea {
	width:/*@post-width:-144=*/460px/*@*/;
	padding:5px;
}

.commentWrite .homepage {
  width:300px;
}

.commentWrite .submit {
  background:url(images/btn_comment.gif) no-repeat;
  width:86px;
  height:25px;
  overflow:hidden;
  display:block;
  text-indent:-1000em;
  border:0;
  cursor:pointer;
  margin:0 auto;
  margin-top:10px;
}

.secretWrap {
	margin-left:54px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 10px;
}

.secretWrap input,.secretWrap label {
  border:none;
  vertical-align:middle;
}

/* PAGING */
#paging {
  padding-top:10px;
  text-align:center;
  font-size:0.95em;
}

#paging .numbox {
	border-left:1px solid #ccc;
	padding-left:3px;
	margin-left:7px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 0.95em;
}

#paging .num {
  border-right:1px solid #d9d9d9;
  padding-right:3px;
}

#paging a {
  color:#868686;
}

#paging a:hover {
  color:#868686;
  text-decoration:underline;
}

#paging span {
  padding:0 7px;
}

.selected {
  background-color:#3649ae;
  color:#fff;
}

/* 이전 다음 버튼 */
#prevPage span,#nextPage span {
  display:none;
}

a#prevPage:hover,a#nextPage:hover {
  text-decoration:none;
}

#prevPage,.no-more-prev,#nextPage,.no-more-next {
  background-repeat:no-repeat;
  font:8px/ 8px "맑은 고딕", "OCR A Std";
}

#prevPage,.no-more-prev {
  padding-left:18px;
  background-position:left bottom;
}

#nextPage,.no-more-next {
  padding-right:24px;
  background-position:right bottom;
}

#prevPage {
  background-image:url(images/ico_prev.gif);
}

#nextPage {
  background-image:url(images/ico_next.gif);
}

/******************** SIDEBAR RIGHT ********************/
#sidebar ul {
  padding:0;
  margin:0;
  list-style:none;
}

#sidebar li {
	list-style-type: none;
}

#sidebar h3 {
  font-size:1em;
  font-weight:bold;
  color:#7870ab;
  padding-top:20px;
  border-bottom:1px solid #ccc;
  margin-bottom:5px;
}

#sidebar .cnt {
	color:#f60;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 0.85em;
}

#sidebar .date {
  font-family:OCR A Std, 맑은 고딕;
  color:#888;
}

#sidebar .name {
	color:#888;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 0.9em;
}

/* ***** Profile ***** */
#profile {
	width:298px;
	height:104px;
	background:#4a4945 url(images/bgBlogImg.gif) right top no-repeat;
	float: left;
	clear: both;
}

#blogImage {
	float:left;
	margin-right:4px;
}

#blogImage img {
	width:96px;
	height:104px;
}

#blogDesc {
	width:170px;
	margin-top:6px;
	float:left;
	color:#ededed;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
}

.userID {
  color:#b7b6b5;
  background:url(images/iconBy.gif) 1px 0 no-repeat;
  padding-left:18px;
  overflow:hidden;
}

/* 태그 */
#tagbox {
	margin-top:6px;
	clear: both;
	width: 270px;
	overflow: hidden;
	font-family: OCR A Std, 맑은 고딕;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#tagbox h3 {
	overflow:hidden;
	padding:0;
	font-size:13;
	float: left;
	margin-top: 0;
	margin-left: 0;
	color: #666;
	line-height: 25px;
	height: 25px;
	width: 55px;
	margin-right: 5px;
}

#tagbox ul {
  padding:5px 10px;
  text-align:justify;
}

#tagbox li {
  background:none;
  display:inline;
  padding:0;
  line-height:20px;
}

#tagbox li .cloud5,#tagbox li a.cloud5 :hover {
	font-family:OCR A Std, 맑은 고딕;
	color:#777;
	font-size:9px;
}

#tagbox li .cloud4,#tagbox li a.cloud4 :hover {
	font-family:OCR A Std, 맑은 고딕;
	color:#777;
	font-size:10px;
	font-weight:bold;
}

#tagbox li .cloud3,#tagbox li a.cloud3 :hover {
	font-family:OCR A Std, 맑은 고딕;
	color:#7a93d5;
	font-size:11px;
	font-weight:bold;
}

#tagbox li .cloud2,#tagbox li a.cloud2 :hover {
	font-family:OCR A Std, 맑은 고딕;
	color:#7a93d5;
	font-size:12px;
	font-weight:bold;
}

#tagbox li .cloud1,#tagbox li a.cloud1 :hover {
	font-family:OCR A Std, 맑은 고딕;
	color:#2a488e;
	font-size:13px;
	font-weight:bold;
}

#tagbox a:hover {
  text-decoration:underline;
}

/* 공통사항  */
#sidebar .sbarList {
	margin-top:5px;
	width:270px;
	overflow:hidden;
	clear: both;
	float: left;
	font-family: OCR A Std, 맑은 고딕;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(images/R1bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#sidebar .sbarList h3 {
	color:#666;
	font-size:14px;
	line-height:25px;
	padding-top: 7px;
	padding-right: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: bold;
	font-family: "OCR A Std", "맑은 고딕";
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	height: 25px;
}

#sidebar .sbarList ul {
  
  padding:4px 0;
  margin:0;
}

#sidebar .sbarList a {
  font-size:11px;
  padding-left:4px;
  color:#777673;
  text-decoration:none;
}

#sidebar .sbarList a:hover {
	color:#777673;
	font-weight: bolder;
}

#recentComment .info_wrap {
  margin-bottom:3px;
  color:#999;
  display:block;
}

#recentTrackback {
  width:230px;
  overflow:hidden;
}

#recentTrackback .info_wrap {
  margin-bottom:3px;
  color:#999;
  display:block;
}

#archive li {
  font-family:OCR A Std, 맑은 고딕;
}

/********** 달력 **********/
#calendar {
	width:298px;
	background-color:#4A4945;
	clear: both;
	float: left;
	padding-right: 0;
	padding-left: 0;
	height: 81px;
	margin-bottom: 6px;
}

#calendar .caption {
	float:left;
	background-color:#000;
	line-height:15px;
	text-align:center;
	clear: left;
	width: 72px;
	overflow: hidden;
	height: 81px;
}

#calendar .caption span {
  display:none;
}

#calendar .caption .prev {
	background:url(./images/btn_prev.gif) no-repeat;
	font-size:14px;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	height: 15px;
	width: 36px;
	clear: left;
	float: left;
}

#calendar .caption .next {
	background:url(./images/btn_next.gif) no-repeat;
	font-size:14px;
	text-decoration:none;
	float: left;
	height: 15px;
	width: 36px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#calendar .tt-calendar {
  float:left;
  margin-top:2px;
  margin-left:6px;
  width:140px;
}

#calendar .tt-calendar caption {
  display:none;
}

#img_year {
	padding-top:9px;
	padding-bottom:7px;
	width: 72px;
	text-align: center;
	vertical-align: middle;
}

#img_month {
	padding-bottom:8px;
	text-align: center;
	vertical-align: middle;
	width: 72px;
}

/* 달력의 년월일, 이전달, 다음달을 표시하는 스타일 */
.cal_month {
  font-family:OCR A Std, 맑은 고딕;
  height:12px;
  font-weight:bold;
}

.cal_month a {
  color:#fff;
}

.cal_month a:hover {

  color:#fff;
  text-decaration:underline;
}

/* 달력의 요일명을 표시하는 스타일 (th 영역) */
.cal_week1 {
	height:13px;
	font-weight:normal;
	color:#D0D0D0;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 11px;
	line-height: 13px;
}

/* 일요일이라는 요일명을 표시하는 스타일 (th 영역) */
.cal_week2 {
	color:#D0D0D0;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 11px;
	line-height: 13px;
}

/* 달력의 주(Week) 단위를 표시하는 스타일 (tr 영역) */
.cal_week {
}

/* 달력의 현재 주(Current Week)를 표시하는 스타일 (tr 영역) */
.cal_current_week {
}

/* 현재 달을 포함하는 전체 날짜(Day)의 스타일 전체 (td 영역) */
.cal_day {
	display:block;
	color:#CCC;
	text-align:center;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 10px;
	list-style-type: none;
}

/* 현재 달을 포함하는 전체 날짜의 일요일 스타일 (td 영역) */
.cal_day_sunday {
}

.cal_day_sunday a {
}

/* 해당 달력에서 이전달 날짜를 표시하는 스타일(td 영역) */
.cal_day1 {
}

/* 해당 달력에서 다음달 날짜를 표시하는 스타일(td 영역)*/
.cal_day2 {
}

/* 현재 달력의 이번달 날짜를 표시하는 스타일 (td 영역) */
.cal_day3 {
}

/* 오늘 날짜를 표시하는 스타일 (td 영역) */
.cal_day4 {
  color:#7895D3;
  font-weight:bold;
}

/* 글을 작성한 날의 링크 스타일 */
a.cal_click,a.cal_click:hover {
  color:#D0D0D0;
  text-decoration:bold;
}

#footer {
	width:/*@post-width:386=*/1000px/*@*/;
	height:54px;
	background-color:#FFF;
	clear:both;
	margin-bottom: 20px;
}

#footer .footTistory {
	float:left;
	width:120px;
	height:54px;
}

.footTistory a {
  margin:13px 0 0 19px;
  padding:15px 0 0 0;
  height:0;
  overflow:hidden;
  display:block;
  background:url(images/footer_tistory.gif) no-repeat;
  width:76px;
}

.footMenu {
	float:left;
	width:/*@post-width=*/550px/*@*/;
	margin-top: 0;
	margin-bottom: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c0c0c0;
	border-left-color: #c0c0c0;
	padding-right: 14px;
	padding-left: 14px;
	height: 54px;
	overflow: hidden;
}

.footMenu ul {
  margin:17px 0 0 2px;
  padding:0;
  text-align:left;
}

.footMenu li {
  float:left;
  display:inline;
  margin-right:17px;
}

.footMenu a {
  padding:8px 0 0 0;
  height:0;
  overflow:hidden;
  display:block;
  float:left;
}

.footMenu .footer_menu_home a {
  background:url(images/footer_menu_home.gif) no-repeat;
  width:26px;
}

.footMenu .footer_menu_media a {
  background:url(images/footer_menu_media.gif) no-repeat;
  width:47px;
}

.footMenu .footer_menu_localog a {
  background:url(images/footer_menu_localog.gif) no-repeat;
  width:63px;
}

.footMenu .footer_menu_taglog a {
  background:url(images/footer_menu_taglog.gif) no-repeat;
  width:17px;
}

.footMenu .footer_menu_key a {
  background:url(images/footer_menu_key.gif) no-repeat;
  width:36px;
}

.footMenu .footer_menu_guestbook a {
  background:url(images/footer_menu_guestbook.gif) no-repeat;
  width:56px;
}

.footMenu .footer_menu_admin a {
  background:url(images/footer_menu_admin.gif) no-repeat;
  width:29px;
}

.footMenu .footer_menu_write a {
  background:url(images/footer_menu_write.gif) no-repeat;
  width:29px;
}

#footer .copyright {
	float:right;
	width:299px;
	height:54px;
}

.footCopyright {
  margin:16px 0 0 12px;
}

/* Float 버그 */
.floatWrapper:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.floatWrapper {
	display:inline-block;
	overflow: hidden;
}

/* Hides from IE-mac */
* html .floatWrapper {
  height:1%;
}
/* End hide from IE-mac */
#wrap {
	float: left;
	clear: right;
	width: 200px;
	height: 69px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 8px;
	overflow: hidden;
}
#day {
	float: left;
	height: 17px;
	width: 19px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#tweetcount {
	clear: right;
	float: right;
	width: 70px;
	overflow: hidden;
	height: 75px;
	padding-top: 15px;
}
#titleName {
	clear: both;
	width: 550px;
	height: auto;
}
#titleNameR {
	clear: left;
	float: left;
	width: 480px;
	font-family: OCR A Std, 맑은 고딕;
}
#guestlogin {
	clear: both;
	width: 550px;
	padding-bottom: 15px;
}
#googleADL {
	text-align: center;
	float: left;
	width: 113px;
	overflow: hidden;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 5px;
}

#adsenseContent {
	clear: both;
	float: left;
	width: 550px;
	height: 250px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	font-family: "OCR A Std", "맑은 고딕";
	font-size: 9pt;
}
#ADC1 {
	clear: left;
	float: left;
	height: 250px;
	width: 300px;
	font-family: "맑은 고딕";
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
#ADC2 {
	clear: right;
	float: right;
	height: 250px;
	width: 250px;
	font-family: "맑은 고딕";
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
.ttbReview {
	clear: left;
	float: left;
	height: auto;
	width: 202px;
	margin-right: 15px;
	margin-bottom: 8px;
}
#article {
	clear: both;
	float: left;
	width: 550px;
	padding-bottom: 15px;
	font-family: OCR A Std, 맑은 고딕;
	font-size: 10pt;
	line-height: 160%;
}
#article h1 {
	color: #FFF;
	width: 550px;
	background-image: url(images/h3bg.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: "OCR A Std", "맑은 고딕";
	font-size: 11pt;
	padding-right: 50px;
	margin-top: 45px;
	margin-bottom: 20px;
}
#article h2 {
	color: #FFF;
	width: 550px;
	padding-right: 50px;
	padding-bottom: 3px;
	background-image: url(images/h4bg.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-top: 3px;
	font-family: "OCR A Std", "맑은 고딕";
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 10px;
}

#article h3 {
	font-size: 10pt;
	background-color: #ECF1FF;
	padding: 10px;
	width: 520px;
	border: 3px solid #3649AE;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
#article h4 {
	clear: both;
	float: left;
	width: 545px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 25px;
}
#headlogo {
	clear: both;
	float: left;
	height: 180px;
	width: 1000px;
	background-image: url(images/headlogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	font-family: "OCR A Std", "맑은 고딕";
	margin-top: 10px;
}
#titledescript {
	font-family: "OCR A Std", "맑은 고딕";
	font-size: 9px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	height:150px;
	width: 550px;
	margin-right: 20px;
	margin-bottom: 0px;
	overflow: hidden;
	color: #666;
	clear: left;
	line-height: 10px;
}

.dsq-widget {
	font-family: "OCR A Std", "맑은 고딕";
}
#DsqcommentList {
	font-family: "OCR A Std", "맑은 고딕";
	font-size: 9px;
}
#headlogoa a {
	text-decoration: none;
}
#articlefoot {
	clear: both;
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	padding-top: 5px;
}
#Metablog {
	clear: left;
	float: left;
	height: 270px;
	width: 300px;
	overflow: hidden;
}
#twitcounter {
	float: left;
	width: 90px;
	overflow: hidden;
	height: 30px;
	margin-right: 5px;
	margin-top: 5px;
}
#feedburnercounter {
	float: left;
	width: 90px;
	height: 30px;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 10px;
}
#sidebarcounter {
	width: 110px;
	height: 180px;
	clear: right;
	float: right;
	padding-left: 10px;
	background-color: #FFF;
}#TTBLbanner {
	clear: both;
	float: left;
	width: 130px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ECF1FF;
	background-color: #FFF;
}
#TTBContent {
	clear: both;
	float: left;
	height: 200px;
	width: 300px;
	overflow: hidden;
}
#ContentAD {
	height: 60px;
	width: 300px;
	clear: both;
	float: left;
	overflow: hidden;
	margin-bottom: 7px;
	margin-top: 1px;
}
#TTBRT {
	clear: both;
	float: left;
	width: 298px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#indianbabchoice {
	clear: both;
	float: left;
	width: 290px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 200px;
}
#MetablogR {
	clear: right;
	float: right;
	height: 270px;
	width: 250px;
	overflow: hidden;
}
#headADbox {
	clear: right;
	float: right;
	height: 150px;
	width: 385px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 13px;
	overflow: hidden;
}
#headADbox li{
	list-style-type: none;
}
#headADbox1 {
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 5px;
	background-image: url(images/adbg.jpg);
	list-style-type: none;
}
#headADbox2 {
	float: left;
	height: 125px;
	width: 125px;
	background-image: url(images/adbg.jpg);
}
#TTBcontentSUB {
	clear: both;
	height: 190px;
	width: 505px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 60px;
	background-image: url(images/book_banner.png);
	background-repeat: no-repeat;
	padding-right: 21px;
	padding-left: 21px;
	float: left;
	background-position: center 1px;
	border: 1px solid #c0c0c0;
	overflow: hidden;
}
#followme {
	clear: right;
	float: right;
	height: 115px;
	width: 145px;
}
#subscribe {
	clear: right;
	float: right;
	height: auto;
	width: 110px;
	padding-top: 5px;
}
#googleLinkG {
	clear: both;
	height: 25px;
	width: auto;
	overflow: hidden;
}
#ttbMain {
	clear: both;
	float: left;
	width: 523px;
	margin-right: 13px;
	margin-left: 10px;
}
#headerfollowme {
	float: right;
	height: 141px;
	width: 271px;
	margin-top: 20px;
	margin-right: 10px;
	overflow: hidden;
	clear: right;
}
#headerfollowmein {
	width: 271px;
	height: 141px;
}

#headerfollowme a {
	background-image: url(images/twitter_header.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 271px;
	background-position: left top;
	float: left;
	display: block;
}
#headerfollowme a:hover {
	background-image: url(images/twitter_header_hover.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 271px;
	display: block;
}
#headerSUB {
	clear: both;
	width: 1000px;
	height: 25px;
	float: left;
}
#admin {
	font-size: 8px;
	clear: right;
	float: right;
	height: 17px;
	width: 60px;
	padding-top: 4px;
	text-align: right;
	padding-right: 10px;
}
#menubar {
	float: left;
	width: 1000px;
	margin-top: 5px;
	margin-bottom: 7px;
	clear: both;
	background-color: #f9f9f9;
	overflow: visible;
}
#sidebarR1 {
	float: left;
	height: auto;
	width: 290px;
	overflow: hidden;
	clear: left;
	margin-top: 10px;
}
#sidebarR {
	clear: right;
	float: right;
	height: auto;
	width: 420px;
	background-color: #f9f9f9;
	background-image: url(images/R0bar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#sidebarR2 {
	clear: right;
	float: right;
	height: auto;
	width: 130px;
	background-color: #FFF;
	margin-top: 10px;
	overflow: hidden;
}
#googlesearch {
	float: right;
	width: 410px;
	padding-top: 10px;
}
#sidebarR0 {
	float: right;
	width: 410px;
	padding-left: 10px;
	overflow: hidden;
}
#sidebarR0AD {
	text-align: center;
	clear: both;
	float: right;
	width: 410px;
	height: auto;
	background-color: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
#R0ADC {
	font-size: 11px;
	line-height: 11px;
	width: auto;
	background-color: #f0f0f0;
	text-align: center;

	height: 11px;
	padding-top: 7px;
	padding-bottom: 2px;
}
#HanRSScounter {
	float: left;
	height: 30px;
	width: 80px;
	margin-right: 5px;
	margin-top: 5px;
}
#subscribeLINK {
	clear: left;
	float: left;
	height: auto;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	line-height: 32px;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	padding-right: 10px;
	background-image: url(images/R0bar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
#subscribename {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
#RSS {
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 32px;
	padding-left: 40px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 240px;
	clear: left;
	float: left;
}
#TWIT {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 40px;
	padding-left: 40px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 239px;
	clear: left;
}
#FACE {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	float: left;
	height: 40px;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	line-height: 16px;
}
#SUBTEXT {
	clear: left;
	float: left;
	width: 280px;
	height: 180px;
	background-color: #fff;
}
#RBG {
	height: 2px;
	width: 420px;
	background-image: url(images/R0bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 5px;
	float: right;
	margin-top: 10px;
}
#ADC {
	width: auto;
	overflow: hidden;
	clear: both;
	height: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
#Cbar {
	background-image: url(images/Cbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: left;
	height: 2px;
	width: 550px;
	margin-top: 15px;
}
#bluebox {
	background-color: #ECF4F9;
	padding: 10px;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
#greybox {
	padding: 10px;
	width: 528px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E8E8E8;
	border: 1px dotted #CCC;
}