/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
/* for fancy list */
ul.list-style{
    list-style-type: decimal;
}
ul ul.list-style-type{
list-style-type: square
}

/* for recent notice  */
.holder { 
    background-color:rgb(250, 244, 244);
    width:400px;
    height:400px;
    overflow:hidden;
    padding:10px;
    font-family:Helvetica;
  }
  .holder .mask {
    position: relative;
    left: 10px;
    top: 14px;
    width:350px;
    height:350px;
    overflow: hidden;
  }
  .holder ul {
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
  }
  .holder ul li {
    padding:10px 0px;
  }
  .holder ul li a {
    color:darkred;
    text-decoration:none;
  }