/* Global Navigation Bar */
div.tt-GNB form {
  display: inline;
}

#tt-GNB {
  margin: 0;
  padding: 5px 10px;
  border: 0;
  text-align: right;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100000;
}

#tt-GNB .tt-GNB-bar {
  -moz-border-radius-bottomleft:2px;
  float:right;
  margin: 0;
  padding:5px 10px 5px 15px;
}

#tt-GNB .tt-GNB-bar li {
  display: inline;
  list-style: none;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 0 3px 0 0;
  margin: 0 6px 0 0;
}

#tt-GNB li.user {
  border: 0;
  margin: 0 10px 0 0;
}

#tt-GNB li.home {
  border: 0;
}

#tt-GNB .user img {
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
}

#tt-GNB .user .name {
  font-weight: bold;
}

#tt-GNB .user .btnLogout {
  vertical-align: middle;
  margin: 0 6px 0 2px;
}

#tt-GNB .user .btnLogout span {
  display: none;
}

.tt-GNB-home {
  border: 0 !important;
}

#tt-GNB .tt-GNB-NAVIGATEBOX {
  background-color: #fff;
  border: 1px solid #666;
  padding: 10px;
  width: 180px;
  overflow: hidden;
  position: absolute;
  margin: 0;
}

#tt-GNB .tt-GNB-NAVIGATEBOX ul {
  margin: 0;
  padding: 0;
  border: 0;
  color: #666 !important;
}

#tt-GNB .tt-GNB-NAVIGATEBOX li {
  list-style: none;
  background: url(image/GNB_bull.png) 0 6px no-repeat;
  padding: 0 0 0 10px;
  text-align: left;
}

#tt-GNB .tt-GNB-NAVIGATEBOX a {
  color: #666;
}

/* GNB */
#tt-GNB a {
  color: #ccc;
}

#tt-GNB .name {
  color: #ccc;
}

#tt-GNB li {
  border-right-color: #666;
}

#tt-GNB .user img {
  border-color: #ccc;
}

#tt-GNB .user .btnLogout {
  background: url(image/GNB_btn_logout.gif) no-repeat;
  width: 52px;
  height: 18px;
  border-width: 0;
}

#tt-GNB.type-black a {
    color:#ccc;
}
#tt-GNB.type-black .name {
   color:#ccc;
}
#tt-GNB.type-black li {
  border-right-color: #999;
}

#tt-GNB.type-black-bar .tt-GNB-bar {
    background: url(image/GNB_bar_black40.png) repeat !important;
}
#tt-GNB.type-black-bar a {
    color:#bbb;
}
#tt-GNB.type-black-bar .name {
   color:#bbb;
}
#tt-GNB.type-black-bar li {
  border-right-color: #666;
}

#tt-GNB.type-white a {
    color:#666;
}
#tt-GNB.type-white .name {
   color:#666;
}
#tt-GNB.type-white li {
  border-right-color: #bbb;
}

#tt-GNB.type-white-bar .tt-GNB-bar {
    background: url(image/GNB_bar_white60.png) repeat !important;
}
#tt-GNB.type-white-bar a {
    color:#666 !important;
}
#tt-GNB.type-white-bar .name {
   color:#666 !important;
}
#tt-GNB.type-white-bar li {
  border-right-color: #bbb;
}




/*  management part of article */
.tt-ad-div {
  text-align: right;
  margin-bottom: 10px;
}

.tt-ad-div form,
.tt-ad-div form div {
  display: inline;
}

.tt-ad-div input {
  vertical-align: middle;
  margin-right: 3px;
}

/* trackback url part */
.tt-trackback-div .tt-trackback-copy-button {
  padding-left: 10px;
  vertical-align: -4px;
}

.tt-default-entry-author-profile {
  clear: both;
  overflow: hidden;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
}

.tt-default-entry-author-profile .tt-default-entry-author-profile-image {
  float: left;
}

.tt-default-entry-author-profile .tt-default-entry-author-profile-box {
  margin-left: 60px;
}

.tt-default-entry-author-profile p {
  line-height: 1.2em;
}

.tt-default-entry-author-profile .tt-default-entry-author-profile-title {
  font-weight: bold;
}

.tt-default-entry-author-profile .tt-default-entry-author-profile-name {
  margin-left: 5px;
}

.tt-default-entry-author-profile .tt-default-entry-author-profile-gotolist {
  margin-top: 5px;
  text-align: right;
}

.tt-default-entry-author-profile .tt-default-entry-author-profile-gotolist a {
  text-decoration: underline;
}

/* trackback address */
.tt-trackback-forbid {
  text-align: center;
}

.tt-trackback-forbid span {
  background: url(image/ico_not.gif) 0 0 no-repeat;
  padding-left: 18px;
}

/* input form for add comment */
.tt-input-div dl {
  clear: both;
  margin-bottom: 5px;
}

.tt-input-div dt {
  float: left;
  width: 70px;
  padding-top: 3px;
}

.tt-input-div .tt-inputText {
  width: 50%;
}

.tt-input-div textarea {
  width: 75%;
  height: 120px;
  overflow: visible;
}

.tt-input-div .tt-input-btn-comment {
  width: 50%;
  color: #666;
  padding: 5px 3px;
  border: 1px solid #666;
  font-weight: bold;
  font-family: dotum;
  background-color: #fff;
}

.tt-input-div .tt-input-option dt,
.tt-input-div .tt-input-btn dt {
  visibility: hidden;
}

.tt-input-forbid {
  text-align: center;
}

.tt-input-forbid span {
  background: url(image/ico_not.gif) 0 0 no-repeat;
  padding-left: 18px;
}

/* when enable setting > post > require login to add comment or guestbook */
.tt-input-login-required {
  text-align: center;
}

.tt-input-login-required p {
  padding-bottom: 5px;
}

.tt-input-login-required a {
  background: url(image/btn_login.gif) 0 0 no-repeat;
  width: 81px;
  height: 21px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.tt-input-login-required a span {
  display: none;
}

/* pagination */
.tt-paging-current {
  font-weight: bold;
}

.tt-no-more-prev,
.tt-no-more-next {
  display: none;
}

/* profile */
.tt-default-profile h4 {
  font-size: 1em;
  background: url(image/icon_infopaper.gif) 0 4px no-repeat;
  padding-left: 15px;
}

.tt-default-profile ul {
  list-style: none;
  padding-left: 20px;
}

.tt-default-profile li {
  padding: 5px 0 2px 5px;
}

.tt-default-profile a.tt-default-profile-bloginfo-manage,
.tt-default-profile a.tt-default-profile-favorite-manage {
  text-decoration: underline;
  font-weight: normal;
}

.tt-default-profile dl,
.tt-default-profile dd {
  padding: 0;
  margin: 0;
}

.tt-default-profile-favorite .tt-default-profile-neighbor-image,
.tt-default-profile-bloginfo .tt-default-profile-bloginfo-image {
  float: left;
  border: 3px solid #ddd;
  padding: 1px;
  background-color: #fff;
}

/* blog information */
.tt-default-profile-bloginfo {
  padding-bottom: 30px;
  position: relative;
}

.tt-default-profile-bloginfo .tt-default-profile-bloginfo-box {
  height: 120px;
  padding: 10px;
  overflow: hidden;
  margin-top: 5px;
}

.tt-default-profile-bloginfo .tt-default-profile-bloginfo-info {
  margin-left: 70px;
}

.tt-default-profile-bloginfo dl {
  margin-top: 3px;
}

.tt-default-profile-bloginfo .tt-default-profile-bloginfo-name {
  font-weight: bold;
  background: url(image/icon_master.gif) 0 2px no-repeat;
  padding: 0 5px 0 20px;
}

.tt-default-profile-bloginfo .tt-default-profile-bloginfo-statistics {
  width: 100%;
}

.tt-default-profile-bloginfo .tt-default-profile-bloginfo-statistics dt {
  float: left;
  width: 80px;
}

.tt-default-profile-bloginfo .tt-default-profile-blog a {
  display: block;
}

.tt-default-profile-bloginfo .tt-default-profile-blog {
  width: 180px;
  position: absolute;
  top: 30px;
  right: 150px;
}

.tt-default-profile-bloginfo .tt-default-profile-blog dt {
  font-weight: bold;
}

.tt-default-profile-bloginfo .tt-default-profile-blog dd {
  height: 100px;
  overflow: auto;
}

.tt-default-profile-bloginfo .tt-default-profile-team {
  width: 100px;
  position: absolute;
  top: 30px;
  right: 20px;
}

.tt-default-profile-bloginfo .tt-default-profile-team a {
  display: block;
}

.tt-default-profile-bloginfo .tt-default-profile-team dt {
  font-weight: bold;
}

.tt-default-profile-bloginfo .tt-default-profile-team dd {
  height: 100px;
  overflow: auto;
}

.tt-default-profile-matching {
  padding-bottom: 20px;
  clear: both;
}

/* best posts */
.tt-default-profile-best-post li {
  border-bottom: 1px dashed #ccc;
}

.tt-default-profile-best-post {
  clear: both;
  padding-bottom: 30px;
}

.tt-default-profile-best-post .tt-default-profile-bests-date {
  padding-right: 10px;
}

/* following blogs */
.tt-default-profile-favorite .tt-default-profile-neighbor-list {
  float: left;
  width: 28%;
  overflow: hidden;
  margin: 5px 0 0 5px;
  padding: 10px
}

.tt-default-profile-favorite .tt-default-profile-neighbor-info {
  margin: 3px 0 0 50px;
}

.tt-default-profile-favorite .tt-default-profile-neighbor-name {
  font-weight: bold;
}

.tt-default-profile-favorite .tt-default-profile-neighbor-name,
.tt-default-profile-favorite .tt-default-profile-neighbor-title {
  white-space: nowrap;
  overflow: hidden;
}

.tt-default-entry-rp-rep-commentList {
  padding: 10px;
}

li.tt-default-entry-rp-rep-commentList,
.tt-default-entry-rp-rep-commentList li {
  list-style: none;
  padding: 10px 0;
  clear: both;
  min-height: 60px;
}

.tt-default-entry-rp-rep-commentList .tt-default-entry-rp-rep-image,
.tt-default-entry-rp-rep-commentList .tt-default-entry-rp2-rep-image {
  float: left;
}

.tt-default-entry-rp-rep-commentList .tt-default-entry-rp-rep-image img,
.tt-default-entry-rp-rep-commentList .tt-default-entry-rp2-rep-image img {
  border: 3px solid #fff;
}

.tt-default-entry-rp-rep-commentList .tt-default-entry-rp-rep-box,
.tt-default-entry-rp-rep-commentList .tt-default-entry-rp2-rep-box {
  margin-left: 64px;
}

.tt-default-entry-rp-rep-commentList .tt-default-entry-rp-rep-name,
.tt-default-entry-rp-rep-commentList .tt-default-entry-rp2-rep-name {
  font-weight: bold;
}

.tt-default-entry-rp-rep-commentList .tt-default-entry-rp-rep-control a,
.tt-default-entry-rp-rep-commentList .tt-default-entry-rp2-rep-control a {
  font-size: 0.9em;
  margin-left: 5px;
}

.tt-default-guest-rep-image,
.tt-default-guest2-rep-image {
  float: left;
}

.tt-default-guest-rep-image img,
.tt-default-guest2-rep-image img {
  border: 3px solid #fff;
}

.tt-default-guest-rep-box,
.tt-default-guest2-rep-box {
  margin-left: 64px;
}

.tt-default-guest-rep-name,
.tt-default-guest2-rep-name {
  font-weight: bold;
}

.tt-default-guest-rep-control a,
.tt-default-guest2-rep-control a {
  font-size: 0.9em;
  margin-left: 5px;
}

/* profile at sidebar */
.tt-default-sidebar-profile-inner li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tt-default-sidebar-profile-inner dd {
  padding: 0;
  margin: 0;
}

.tt-default-sidebar-profile-inner {
  overflow: hidden;
  margin-bottom: 10px;
}

.tt-default-sidebar-profile-inner dt {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.tt-default-sidebar-profile-blogInfo {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  margin-bottom: 10px;
}

.tt-default-sidebar-profile-blogInfo .tt-default-sidebar-profile-blog-image img {
  width: 100%;
}

.tt-default-sidebar-profile-blogInfo dt {
  display: none;
  padding: 5px 0 3px 0;
}

.tt-default-sidebar-profile-blogInfo .tt-default-sidebar-profile-image dt,
.tt-default-sidebar-profile-blogInfo .tt-default-sidebar-profile-control dt {
  display: none;
}

.tt-default-sidebar-profile-blogInfo .tt-default-sidebar-profile-control {
  padding: 5px 0;
  margin-top: 5px;
}

.tt-default-sidebar-profile-experTag {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.tt-default-sidebar-profile-experTag ul {
  word-break: break-all;
}

.tt-default-sidebar-profile-experTag li {
  display: inline;
  padding: 3px;
}

.tt-default-sidebar-profile-blogroll dt {
  display: none;
}

.tt-default-sidebar-profile-blogroll .action {
  display: block;
}

.tt-default-sidebar-profile-blogroll .count {
  display: block;
  text-align: center;
  padding-top: 5px;
}

.tt-default-sidebar-profile-blogroll-login,
.tt-default-sidebar-profile-blogroll-add,
.tt-default-sidebar-profile-blogroll-nothing,
.tt-default-sidebar-profile-blogroll-owner,
.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addedPart,
.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addPard {
  padding: 5px 0;
}

.tt-default-sidebar-profile-blogroll-login a,
.tt-default-sidebar-profile-blogroll-add a {
  background: url(image/btn_add_favblog.gif) no-repeat;
  padding: 20px 0 0 119px;
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0 auto;
}

.tt-default-sidebar-profile-blogroll-nothing .action {
  text-align: center;
  margin: 5px auto;
}

.tt-default-sidebar-profile-blogroll-owner .action {
  text-align: center;
  margin: 5px auto;
}

.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addedPart,
.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addPard,
.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addCount {
  clear: both;
  text-align: center;
}

.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addedPart .tt-default-sidebar-profile-blogroll-addedBlog {
  margin-bottom: 3px;
  text-align: left;
}

.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addedPart .action {
  margin: 5px auto;
}

.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addPard select {
  width: 150px;
  font-size: 1em;
  margin-bottom: 3px;
  border: 1px solid;
}

.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addPard button {
  background: url(image/btn_add_favblog.gif) no-repeat;
  height: 20px;
  width: 119px;
  margin: 5px auto;
}

.tt-default-sidebar-profile-blogroll-group .tt-default-sidebar-profile-blogroll-addPard button span {
  display: none;
}

.tt-default-sidebar-following ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.tt-default-sidebar-following li {
  height: 40px;
  margin: 5px 0 0 0;
  list-style: none;
  padding: 0;
}

.tt-default-sidebar-following .tt-default-sidebar-following-image {
  float: left;
  background-color: #fff;
  border: 2px solid #ddd;
  padding: 1px;
  margin-right: 6px;
}

.tt-default-sidebar-following .tt-default-sidebar-following-image img {
  width: 32px;
}

.tt-default-sidebar-following .tt-default-sidebar-following-name {
  font-weight: bold;
  padding-top: 3px;
}

.tt-default-sidebar-following .tt-default-sidebar-following-name,
.tt-default-sidebar-following .tt-default-sidebar-following-title {
  white-space: nowrap;
  overflow: hidden;
}

.tt-default-sidebar-following .tt-default-sidebar-following-more {
  text-align: right;
  font-size: 0.9em;
  letter-spacing: -0.1em;
}

.tt-default-sidebar-following .tt-default-sidebar-following-more span {
  font-size: 0.75em;
}
