/* 
   mask.css
   Copyright 2005, quanta.  All Rights Reserved.
     Web: http://www.silentblue.net
*/

A         { color: #2F6464; font-style: oblique;}
A:link    { color: #2F6464; }
A:visited { color: #993366; }
A:active  { color: #cc0000; }
A:hover   { color: #960000; }

body {
     font-family:"Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
     text-align:center;
     background:#D4D8E3;
     margin: 0px;
     padding: 0px;
}

#boxcanyon {
     margin: auto;
     width: 786px;
     padding: 1px;
     text-align: left;
     border-left: 2px solid #aaa;
     border-right: 2px solid #bbb;
     background: #F6F6FF url(http://www.maskofchina.com/dl/sitepics/bg_menubox.png) repeat-y 528px 100px;
}

#leftbox {
     float: left;
     width: 504px;
     /* border-right: 1px solid #ccc; */
     margin: 0px;
     padding: 5px 10px;
     background: #F6F6FF;
     color: #2C445D;
     font-size: 10pt;
     line-height:120%;
}
          
#menubox {
     float:right;
     margin: 0px;
     width: 243px;
     background: #C3DDFF url(http://www.maskofchina.com/dl/sitepics/bg_menubox.png) repeat-y;
     padding: 6px 10px 6px 6px;
     color:#666;
     font-size: 9pt;
     text-align:left;
}

.blogtitle {
     color: #960000;
     font-size: 16pt;
     font-weight: bold;
     margin-top: 25px;
     background: transparent;
     line-height:120%;
}

H1 {
     color: #960000;
     font-size: 16pt;
     font-weight: bold;
     margin-top: 10px;
     background: transparent;
     text-align:left;
}
.blog {
     margin-top: 15px;
     padding-left: 7px;
     text-align:justify;
}

.blogfooter {
     color: #006;
     font-weight: bold;
     font-size: 8pt;
     font-family: Arial,Helvetica,sans-serif;
     text-align:right;
     margin-top: 5px;
}

.sidetitle {
     color: #F6F6FF;
     font-size: 16pt;
     font-weight: bold;
     margin-top: 12px;
     background: transparent;
     text-transform: lowercase;
}    

.side {
     color: #333;
     font-size: 8pt;
     padding-left: 10px;
     background: transparent;
}    

.buttons {
     color: #000;
     font-size: 7pt;
     margin-top: 10px;
     background: transparent;
}   
          
/* Change the main banner to taste here. */
#titlebox {
     background: transparent url(http://www.maskofchina.com/dl/picture_library/mainbanners/mainbanner-horses.jpg) no-repeat; 
     text-align:left;
     color:#ccc;
     margin:0px;
     padding: 0px;
     height: 151px;
}
