
#home { margin-top:30px;}
#home .oza{float:left;}
#home .divider{float:left; background:url(../images/homeDivider.jpg) center left no-repeat; width:10px; height:450px; margin-left:20px;}
#home .Blogg{float:right; margin-left:10px; width:280px; vertical-align:middle; margin-top:60px; }
#home .BlogItem{ padding:5px; background:#e4e4e4; margin-bottom:2px;}
#home .BlogItem .cal{  float:left; margin-right:10px; border:1px solid #6b0b0b; padding:2px; text-align:center; color:#FFF; background:url(../images/homeBlogCal.jpg) repeat-x #771e1e; border-top:0px; width:43px;}
#home .BlogItem .cal .day{ font-size:30px; margin-bottom:5px; line-height:30px; }
#home h2{ font-size:14px; margin:0px; margin-bottom:5px;}
#home .date{float:left; font-size:11px; font-family: tahoma,Arial, Helvetica, sans-serif;}
#home .viewAll{float:right; margin-top:10px;}
.homeFooter{ margin-top:20px; border-top:1px solid #666; padding:20px; text-align:center;}
#homeNav { float:right; margin-top:10px; }
#homeNav ul{ list-style:none; padding:0px; margin:0px; text-indent:0px;}
#homeNav li{ float:left; margin-left:10px; vertical-align:middle; }
#homeNav li input{ font-size:12px; padding:0px; border:1px solid #530808; height:25px;}

#register{ width:340px; position:absolute; background:url(../images/regBg.jpg) repeat-x; border:1px solid #aeaeae; padding:10px;}
#register ul{ list-style:none; padding:0px ; }
#register li{  margin-bottom:5px; }
#register label{ margin-right:10px; width:80px; display:block; float:left;  }
#register input { border: 1px solid #aeaeae; height:25px; width:240px; line-height:18px; padding:0px;}
#register select {  border: 1px solid #aeaeae; width:40px; margin-right:10px;}
#register .submit{ background:url(../images/btnBg.jpg) repeat-x; border:1px solid  #6b0b0b; color:#FFF; font-weight:bold; height:35px; width:100px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; margin-top:20px;}


/* Login page */

#homePageTop {
    margin:40px 0 10px;
    width:885px;
}
#homePageLeft {
    float:left;
    width:548px;
    margin:0 0 40px 0;
}
#homePageLeft div { margin-bottom:10px; font-weight:bold; font-style:italic; margin-left:30px; margin-top:30px;}
#homePageLeft img { margin-right:10px }
#homePagerightHolder {
    float:left;
    margin:0 0 40px 15px;
    padding-bottom:0;
    background:url(../images/signBG.jpg) left;
    width:323px;
}
#homePageright {
    float:left;
    padding:12px 12px 0 8px;
    background:url(../images/loginHomeBg.jpg) 0 0 no-repeat;
    width:303px;
}
#homePageright form { margin:0 }
#homePageright ul { margin:0; padding:0; list-style:none }
#homePageright .field {
    position:relative;
    padding:0;
    margin:0 0 10px 0;
    background:url(../images/LoginTxt.png) 0 0 no-repeat;
    height:45px;
    width:305px
}
#homePageright .field a {
    display:block;
    margin:5px 0 15px 2px;
    font-size:12px;
}
#homePageright label {
    position:absolute;
    padding:0 10px;
    font-size:18px;
    font-weight:normal;
    line-height:45px;
    color:#666;
    left:0;
    top:0;
    width:285px;
    z-index:100;
}
#homePageright input[type=text], #homePageright input.text,
#homePageright input[type=password], input.password {
    margin:0;
    padding:0 10px;
    background:none;
    border:none;
    font-size:20px;
    line-height:20px;
    width:285px;
    height:45px;
}
#homePageright input[type=submit], input.submit {
    display:block;
    margin:20px 0;
    background:url(../images/btnBg.jpg) repeat-x;
    width:80px;
    height:35px;
}
