/* Base Weblog (base-weblog.css) */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
width:540px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { 
font-weight: normal;
font-size:12px;
 }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
/*    margin-top: 10px;
    margin-bottom: 10px;
*/
}
.top-title{
width:200px;
height:19px;
float:left;
}
.top-menu-box{
width:100px;
float:right;
text-align:right;
}
.category-box{
width:550px;
height:9px;
clear:both;
}
.work-list{
padding:21px;
width:65px;
float:left;
height:90px;
}
.work-more{
text-align:center;
float:left;
margin-left:40px;
margin-top:50px;
position:relative;
}
.work-box{
margin-top:90px;
height:420px;
}

.cat-work-box{
margin-top:90px;
}
.entry-num{
font-size:11px;
}
.next-link-box{
text-align:right;
height:20px;

}
.details-box p{
padding:0px;
margin:0px;
}
.details-box a{
color:#000;
}

.border-top1{
border-top:1px solid #000000;
width:230px;
}
.border-bottom1{
border-bottom:1px solid #000000;
}
.copyright-box{
border-top:1px solid #000000;
margin-top:100px;
padding:5px 0px 10px;
text-align:center;
width:550px;
clear:both;
}
.cat-copyright-box{
border-top:1px solid #000000;
padding:5px 0px 10px;
text-align:center;
width:550px;
clear:both;
}
