/* ***************************
  Site - Starliters
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* ***************************
   $1 GLOBAL Styles
   ***************************/
* {
    margin: 0;
    padding: 0;
}
a {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}
img {
    border:0;
    vertical-align:middle;
}
fieldset {
    border:none;
}
ul li {
    list-style:none;
}
.clear {
    clear:both;
    height:0;
    font-size:0;
}
/* ***************************
   $2 Website Structure Styles
   ***************************/
body {
    text-align:center;
    font:12px Arial, Helvetica, sans-serif;
    background:#030303 url(../images/bg_body.png)  center top no-repeat;
    color:#000;
}
#container {
    text-align:left;
    background:#fff3d6 url(../images/bg_container.png) top no-repeat;
    border-left:#fdb813 10px solid;
    border-right:#fdb813 10px solid;
    width:840px;
    margin:0 auto;
}

/* ***************************
   $3 Header Styles
   ***************************/
#header {
    position:relative;
    height:314px;
    z-index:80;
}
#header h1{
    position:absolute;
    left:11px;
    top:120px;
    width:360px;
    height:122px;
    }
#header h1 a{
    display:block;
    text-indent:-9999px;
    outline-style:none;    
    width:360px;
    height:122px;
}
#gallery{
    position:absolute;
    left:470px;
    top:10px;
    background:url(../images/bg_gallery.png) no-repeat;
    width:350px;
    height:245px;
    padding:15px 29px 55px 72px;
    text-align:center;
    }
.header_links{
    position:absolute;
    left:290px;
    top:0;
    width:188px;
    }
#header_form label{
    display:block;
    color:#727272;
    text-align:center;
    padding:7px 13px 5px 0;
    }
#header_form{
    width:188px;
    background:url(../images/bg_input.png) left bottom no-repeat;
    height:57px;
    }
#header_form input{
    width:162px;
    padding:2px 2px 2px 8px;
    font-size:12px;
    line-height:13px;
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    border:0;
    background:none;
    }
.header_links p{
    font-size:14px;
    color:#727272;
    }
.header_links p a,
.header_links p a:hover{
    color:#727272;
    }
.header_links p img{
    margin-left:6px;
    }
.globalMenu{
    left:10px;
    top:280px;
    position:absolute;
    z-index:85;
    }
/* ***************************
   $4 Content Styles
   ***************************/
#content {
    width:824px;
    padding:0 6px 20px 10px;
    overflow:hidden;
    }
#maincontent{
    float:left;
    padding:30px 0 0 0;
    width:600px;
    }
.titlebox{
    background:url(../images/bg_titlebox.png) right bottom no-repeat;
    padding:0 78px 0 0;
    float:left;
    }
.titlebox span{
    float:left;
    background:url(../images/bg_titlebox.png) left top no-repeat;
    padding:7px 0 0 109px;
    height:44px;
    font-size:36px;
    font-weight:normal;
    font-family:Georgia, "Times New Roman", Times, serif;
    }
.entry{
    background:#030303;
    padding:18px 15px 22px 18px;
    width:567px;
    color:#fff;
    float:left;
    margin:0 0 15px 0;
    }
.entry p{
    font-size:14px;
    font-weight:bold;
    line-height:17px;
    }
.entry a,.entry a:hover{
    color:#000;
    }
#video{
    float:left;
    width:480px;
    margin:0 0 47px 0;
    }
*html .maincontent_box{
    height:115px;
    }
.maincontent_inner {
    width:580px;
    overflow:hidden;
}
.maincontent_box{
    width:470px;
    padding:0 0 0 110px;
    position:relative;
    float:left;
    min-height:115px;
    }
.maincontent_inner p{
    line-height:17px;
    font-size:14px;
    padding:0 0 10px 0;
    }
h1.title{
    font-size:18px;
    color:#000;
    font-style:italic;
    padding:0 0 16px 0;
    }
.pic_avatar{
    position:absolute;
    left:0;
     top:0;
    }
.maincontent_inner p.readmore{
    font-weight:bold;
    background:url(../images/bg_star.png) 0 0 no-repeat;
    padding:7px 0 0 28px;
    }
/* ***************************
   $5 Sidebar Styles
   ***************************/
#sidebar{
    float:right;
    width:224px;
    }
.sidebar_top{
    color:#030303;
    font-weight:bold;
    width:100%;
    background:url(../images/bg_sidebar_top_mid.png) left repeat-y;
    margin:0 0 18px 0;
    }
.sidebar_top_wrapper{
    background:url(../images/bg_sidebar_top.png) left top no-repeat;
    padding:4px 0 0 0;
    width:100%;
    }
.sidebar_top a,.sidebar_top a:hover{
    color:#030303;
    }
.sidebar_top ul{
    width:220px;
    background:url(../images/bg_sidebar_top_bot.png) left bottom no-repeat;
    padding:0 3px 4px 1px;
    }
.sidebar_top  li{
    line-height:16px;
    padding:8px 25px 9px 20px;
    background:#fdb813;
    }
.sidebar_top  .even{
    background:#fdd065;
    }
.sidebar_top .first{
    font-size:14px;
    line-height:17px;
    padding:8px 10px 9px 20px;
    }
.links_lists{
    padding-bottom:13px;
    }
.links_lists li{
    margin-bottom:7px;
    }
.icon_nsai{
    width:100%;
    text-align:center;
    }
/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
    width:820px;
    margin:0 auto;    
    border-top:#fdd065 3px solid;
    font-size:11px;
    color:#727272;
    padding:15px 0 15px 0;
}
#footer a,
#footer a:hover{
    color:#727272;    
    }
#footer p{
    padding-bottom:4px;
    }
