@charset "utf-8";

.iePng { behavior:url(./layouts/round_house_blog/js/iePng.htc); } 

#logoImageBox {
    width:940px;
    margin:15px auto auto auto;
}

#blogBox {
    margin:0 auto;
    width:960px;
}

#blogContentBox {
    float:left;
    width:750px;
}

#topMenuBox {
    width:710px;
    margin:auto auto 0 auto;
}

#topMenuBox .logoBox {
    float:left;
}

#topGNB {
    float:right; 
    margin:0 5px 0 0;
    padding:0; 
    list-style:none; 
}

#topGNB li { 
    margin-left:5px;
    height:32px;
    behavior:url(./common/js/iePngFix.htc); 
    float:left;
}

#topGNB li a { 
    text-decoration:none;
    font-size:9pt;
    font-family:tahoma;
}

#topGNB li div.roundLeft { 
    background:transparent url("../images/common/left_top_round.png") no-repeat left top;
    width:10px;
    height:31px;
    float:left;
    behavior:url(./common/js/iePngFix.htc); 
}

#topGNB li div.roundBody {
    background-color:#FFFFFF;
    height:21px;
    padding-top:10px;
    float:left;
}

#topGNB li div.roundRight { 
    background:transparent url("../images/common/right_top_round.png") no-repeat right top;
    width:10px;
    height:31px;
    float:left;
    behavior:url(./common/js/iePngFix.htc); 
}

#topGNB li.on div {
    margin-top:1px;
}

#topGNB li.on a {
    font-weight:bold;
}

#bodyTopBox {
    width:750px;
    height:13px;
    margin:0 auto;
    overflow:hidden;
}

#bodyTopBox .bodyLeftTop {
    height:13px;
    width:17px;
    background:transparent url("../images/common/left_top_bg.png") no-repeat left top; 
    float:left;
    behavior:url(./common/js/iePngFix.htc); 
}

#bodyTopBox .bodyCenterTop {
    height:13px;
    width:716px;
    background-color:#FFFFFF;
    float:left;
}

#bodyTopBox .bodyRightTop {
    height:13px;
    width:17px;
    background:transparent url("../images/common/right_top_bg.png") no-repeat left top; 
    behavior:url(./common/js/iePngFix.htc); 
    float:right;
}

#language { 
    float:left;
    margin:0 0 10px 0;
} 

#searchForm {
    clear:both;
    padding:0 10px 10px 0;
}

#searchForm * {
    float:left;
    margin:0;
    padding;0;
}

#searchForm .searchInput {
    background:#FFFFFF;
    height:15px;
    width:100px;
}


#contentBox {
    width:750px;
    overflow:hidden;
    margin:0 auto;
    background:transparent url("../images/common/contentBG.gif") repeat-y 13px top;
}

#contentBox div.leftBG {
    width:17px;
    float:left;
    margin:0;
    padding:0;
}

#contentBox div.leftBG img {
    height:100%;
}

#contentBox div.contentBox {
    width:716px;
    overflow:hidden;
    float:left;
    margin-bottom:30px;
    padding:0;
}

#contentBox div.rightBG {
    width:17px;
    float:right;
    margin:0;
    padding:0;
}

#contentBox div.rightBG img {
    height:100%;
}

#footer { margin:40px 0 0 0; padding:0; border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/common/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em arial;}
#footer li address { display:inline; }
#footer li img { vertical-align:middle; }

div.subMenuBox { 
    overflow:hidden;
    width:703px;
    height:34px;
    margin:0 auto 10px auto;
}

div.subMenuBox ul {
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    overflow:hidden;
    float:right;
}

div.subMenuBox ul li {
    float:left;
    margin:8px 0 0 20px;
}

div.subMenuBox ul li a {
    font-family:tahoma;
    font-size:9pt;
    text-decoration:none;
    color:#000000;
}

div.subMenuBox ul li a:hover {
    text-decoration:underline;
    color:#FFFFFF;
}

div.subMenuBox ul li.on a {
    font-weight:bold;
    color:#FFFFFF;
}

/* Widget Box */
#widgetBox {
    float:left;
    width:200px;
    margin:50px 0 0 10px;
}

.widgetBox {
    width:200px;
    padding-bottom:10px;
}
.widgetBox .widgetBoxRoundLT {
    width:10px;
    height:10px;
    background:transparent url("../images/common/round_lt.png") no-repeat left top;
    behavior:url(./common/js/iePngFix.htc); 
    float:left;
    white-space:nowrap;
    overflow:hidden;
}
.widgetBox .widgetBoxRoundRT {
    width:10px;
    height:10px;
    background:transparent url("../images/common/round_rt.png") no-repeat left top;
    behavior:url(./common/js/iePngFix.htc); 
    float:right;
    white-space:nowrap;
    overflow:hidden;
}
.widgetBoxBG {
    width:190px;
    background-color:#FFFFFF;
    padding:0 0 0 10px;
    clear:both;
}

.widgetBoxBG div { 
    font-family:tahoma;
    font-size:9pt;
}

.widgetBoxBG .profileImageBox { 
    text-align:center;
    width:178px;
    overflow:hidden;
}

.widgetBoxBG .profileBox {
    text-align:center;
    width:178px;
    margin-top:5px; 
}

.widgetBoxBG .buttonBox {
    margin:5px 0 0 5px;
    padding:5px 0 0 0;
    list-style:none;
    width:178px;
    border-top:1px dotted #EFEFEF;
    color:#AAAAAA;
    overflow:hidden;
}

.widgetBoxBG .buttonBox li {
    white-space:nowrap;
}

.widgetBoxBG .buttonBox li a {
    background:url(../images/gray/bullet_3x3_1.gif) no-repeat left 5px;
    padding-left:10px;
    text-decoration:none;
    color:#444444;
}

.widgetBox .widgetBoxRoundLB {
    width:10px;
    height:10px;
    background:transparent url("../images/common/round_lb.png") no-repeat left top;
    behavior:url(./common/js/iePngFix.htc); 
    float:left;
    white-space:nowrap;
    overflow:hidden;
}
.widgetBox .widgetBoxRoundRB {
    width:10px;
    height:10px;
    background:transparent url("../images/common/round_rb.png") no-repeat left top;
    behavior:url(./common/js/iePngFix.htc); 
    float:right;
    white-space:nowrap;
    overflow:hidden;
}
.widgetBox .widgetBoxTBBG {
    background-color:#FFFFFF;
    width:180px;
    height:10px;
    float:left;
    white-space:nowrap;
    overflow:hidden;
}

/* Widget */
.blog_widget_ .header {margin:0; padding:0; }
.blog_widget_ h2 {margin:0; padding:0; font:bold .9em tahoma;} 
.blog_widget_ .items {list-style:none; padding:0; margin:0; margin-top:10px; overflow:hidden; width:175px; }
.blog_widget_ .items li { white-space:nowrap; overflow:hidden; height:1.7em; margin:0; padding:0 0 0 10px; }
.blog_widget_ .items li a { text-decoration:none; font-size:1em; overflow:hidden; white-space:nowrap;}
.blog_widget_ .items span.typeA a { color:#21C93D; text-decoration:none; background:none;}
.blog_widget_ .items span.typeB a { color:#D7A443; text-decoration:none; background:none;}
.blog_widget_ .items span.typeC a { color:#868686; text-decoration:none; background:none;}
.blog_widget_ .items span.typeD a { color:#AAAAAA; text-decoration:none; background:none;}
.blog_widget_ .items span.typeE a { color:#CCCCCC; text-decoration:none; background:none;}

/* Calender */
.widget_calendar {position:relative; float:left; width:190px; overflow:hidden;}
.widget_calendar caption {width:180px; height:25px; padding-top:.3em; font:bold 1.1em tahoma;}
.widget_calendar caption em {font:bold 1em tahoma; font-style:normal;}
.widget_calendar caption .back {position:absolute; left:.6em; top:.6em;}
.widget_calendar caption .next {position:absolute; right:.6em; top:.6em;}
.widget_calendar table {padding:0; margin:0; width:180px; }

.widget_calendar th {padding:1.3em 0 .5em 0; font-size:.9em; font-weight:normal;}
.widget_calendar th.sun {color:#00afcf;}

.widget_calendar td {height:1.5em; padding-right:.7em; text-align:right; font:.9em tahoma;}

.widget_calendar td a {text-decoration:none; font:.9em tahoma;}
.widget_calendar td {text-decoration:none; font:.9em tahoma;}

.widget_calendar td.sun a {text-decoration:none; }
.widget_calendar td.sun {text-decoration:none; }

.widget_calendar td.today a {text-decoration:none; font-weight:bold;}
.widget_calendar td.today {text-decoration:none; font-weight:bold; }

.widget_calendar td.posted a {text-decoration:underline;}
.widget_calendar td.posted {text-decoration:underline;}

