
/***********BLOG***************/
.bodyblog {
    font-size: 13px;
    color: #fff;
    background-image: url(/media/blog-bg.jpg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position:top center;
    background-repeat: no-repeat;
    background-position:top center;
    background-color: #0d0b0b;
    font-family: arial,sans-serif;
}

#main{
    width: 520px;
    margin: auto;
    position: relative;
    background-color: #f6f5f4;
}
#content{
    width: 500px;
    margin: auto;
    position: relative;
}

#blog-logo{
    width: 100px;
    margin: auto;
    height: 0px;
    position: fixed;
    
    top: 110px;


}
#blog-logo div{
    width: 1000px;;
    height: 91px;
    position: absolute;
    left: -1010px;
    background-image: url(/gfx/blog-head-bg.png);
    text-align: right;
}
#blog-logo #like-button{
    position: absolute;
    top: 110px;
    right: 160px;
}
/*****************/
#blogbody{
    width: 480px;
/*    min-height: 400px;*/
    color: #000;
    padding-bottom: 20px;
}

#blogbody #blog-append{
    margin-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}
#blogbody #append{
    width: 317px;
    height: 33px;
    margin: auto;
    background-image: url(/gfx/blog-append.png);
    background-repeat: no-repeat;
}

#blogbody #blog-no-results{
    text-align: center;
    padding: 20px;
    font-weight: bold;
}
#blogbody .blog-id{
    display: none;
}

/*Blog*/
#clocks{
    height: 140px;
    margin-bottom: 20px;
    position: relative;
}
#clocks .clockcontainer{
    width: 120px;
    height: 140px;
}
#clocks #container1{
    position: absolute;
    top: 10px;
    left: -10px;
}
#clocks #container2{
    position: absolute;
    top: 10px;
    left: 115px;
}
#clocks #container3{
    position: absolute;
    top: 10px;
    right: 115px;
}
#clocks #container4{
    position: absolute;
    top: 10px;
    right: -10px;
}
#clocks .cities{
    height: 35px;
    font-size: 10px;
    text-align: center;
    color: #5d5d5d;
    font-family:"Times New Roman",Georgia,Serif;
}

.border-gray{
    border-bottom: 1px solid #dfdad5;
    position: relative;
}


#blog-header{
    font-family: georgia;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
}
#blog-header .span1{
    color: #444444;
    
}
#blog-header .span2{
    color: #8d8c89;
    font-style: italic;
}
#blog-header .span3{
    color: #444444;
    float: right;
}

#bloggers{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 10px;
    color: #fff;
}
#bloggers .blogger{
    padding: 3px 15px 3px 15px;
    background-color: #444444;
    margin-right: 4px;
    text-transform: uppercase;
}
/**/


.blog-post{

    position: relative;
}

.blog-post-date{
    width: 53px;
    height: 53px;
    background-color: #dcdacf;
    position: absolute;
    right: 0px;
}
.blog-post-date .date1{
    font-size: 24px;
    font-family: georgia;
    font-style: italic;
    text-align: left;
    padding-left: 8px;
    margin-top: 2px;
}
.blog-post-date .date2{
    font-size: 15px;
    font-family: georgia;
    font-style: italic;
    text-align: right;
    padding-right: 5px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.blog-post .left-col{
    width: 86px;
    position: absolute;
    left: 0px;
    margin-top: 26px;
}
.blog-post .avatar img{
    width: 86px;
    height: 105px;
}
.blog-post .right-col{
    width: 370px;
    min-height: 200px;
    margin-left: 100px;
    float: right;
    margin-top: 26px;
}
.blog-post .blog-post-header{
    font-family: georgia;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-post .blog-post-header .d1{
    width: 310px;
    font-size: 23px;
    color: #292929;
    overflow: hidden;
    white-space: nowrap;
}
.blog-post .blog-post-header .d1 a{
    color: #292929;
}
.blog-post .blog-post-header .d2{
    font-size: 10px;
    color: #552200;
}
.blog-post .blog-body{
    font-size: 11px;
    font-family: arial;
    overflow: hidden;
    color: #38332b;
}
.blog-post .blog-body a{
    color: #009CFF;
}
.blog-post .blog-body a:hover{
    font-weight: bold;
}
.blog-post .blog-body .cb-full{
    cursor: pointer;
}

.fb-comments-head{
    margin-top: 2px;
    text-align: center;
}
.fb-comments-act{
    cursor: pointer;
}
.fb-comments{
    display: none;
}


#blog-links{
    width: inherit;
    position: fixed;
    top: 460px;
}
#blog-links #blog-links-con{
    float: right;
    position: absolute;
    right: -170px;
}
#blog-links .links{
    width: 140px;
    padding-top: 3px;
    
}
#blog-links .links:hover{
    background-color: #000;
}

#text{
    width: 340px;
    text-indent: 17px;
    font-family: Georgia;
    font-size: 10px;
    color: #444444;
    position: absolute;
    bottom:  -130px;
}

.archives a{
    color: #444444;
}
.archives a:hover{
    color: #009cff;
}

.opa:hover{
    opacity:0.6;
    filter:alpha(opacity=60)
}

/*Archives*/

#archives{
    width: 480px;
    color: #292929;

}
#archives .archive-month{
    
}
#archives #archives-header{
    height: 48px;
    position: relative;
}
#archives #archives-header span{
    font-size: 48px;
    font-family: Georgia;
    font-style: italic;
    position: absolute;
    letter-spacing: -2px;
    top: 3px;
    left: 20px;
}

#archives .posts1{
    text-align: center;
    font-size: 25px;
    font-family: Georgia;
    font-style: italic;
}
#archives .posts2{
    margin-top: 2px;
    text-align: center;
    font-size: 13px;
    font-family: Georgia;
    font-style: italic;
}

#archives .border-gray{
    margin-bottom: 30px;
}
#archives .indent{
    padding-left: 80px;
        margin-bottom: 30px;
}
#archives .month{
    font-size: 24px;
    font-family: Georgia;
    font-style: italic;
    text-transform: uppercase;
}
#archives .year{
    font-size: 24px;
    font-family: Georgia;
    font-style: italic;
}
#archives .mag{
    color: #552200;
    font-size: 12px;
    font-family: Georgia;
    font-style: italic;
    margin-top: -5px;
    margin-bottom: 4px;
}
#archives .links{
    height: 20px;
    font-family: arial;
}
#archives .links div{
    float: left;
}
#archives .links1{
    width: 24px;
    font-size: 16px;
    text-align: right;
    margin-right: 7px;
}
#archives .links2{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}
#archives .links2 a{
    font-size: 12px;
    color: #292929;
    text-transform: uppercase;

}
#archives .links2 a:hover{
    background-color: #c9c9c9;
    font-weight: bold;
}
#archives .links3{
    width: 100px;
    margin-left: 5px;
    font-size: 12px;

}
#archives .links3 a{
    color: #292929;
    font-weight: bold;
}
#archives .links3 a:hover{
    color: #009cff;

}

#foot{
    display: none;
    width: 340px;
    text-indent: 17px;
    font-family: Georgia;
    font-size: 10px;
    color: #444444;
    position: fixed;
    right: 0px;
    bottom: 10px;
}
/*#blogbody img{

}
#blogbody .row{
    width: inherit;
}
#blogbody .row1{
    width: inherit;
    height: 286px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
#blogbody .row1 img{
    width: inherit;
    position: relative;
    margin-bottom: 10px;
}
#blogbody .row1noimage{
    width: inherit;
    height: 61px;
    position: relative;
    margin-bottom: 10px;
}
#blogbody .row2{
    width: inherit;
    color: #3b3b3b;
}

#blogbody .subject{
    width: inherit;
    height: 61px;
    top:117px;;
    position: absolute;
    text-indent: 10px;
    background-image: url('/gfx/trans-bg.png');
}
#blogbody .subjectnoimage{
    width: inherit;
    height: 61px;
    top:0px;;
    position: absolute;
    text-indent: 10px;
    background-image: url('/gfx/trans-bg.png');
}
#blogbody  .subject1{
    font-size: 35px;
    margin-top: 1px;
}
#blogbody .subject2{
    color: #10a2ff;
}
#blogbody .readpost{
    text-align: center;
    margin-bottom: 20px;
}
#blogbody .readpost a{
    color: #009cff;
}*/

/*
#blogbody #blogbody2{
    width: 495px;
    height: 610px;
    float: left;
    margin-left: 16px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 10px;
    padding-bottom: 17px;
    background-image: url('/gfx/trans-bg.png');
}
#blogbody #blogbody2a{
    width: 487px;
    height: inherit;
    overflow: auto;
    padding-right: 10px;
    outline:none;
}
#blogbody #blogbody3{
    width: 200px;
    height: inherit;
    float: right;
    background-image: url('/gfx/trans-bg.png');
}
*/


#static{
    width: 200px;
    font-size: 11px;
    position: absolute;
    top: -3px;
    right: 0px;

}

#static #tags{
    width: 180px;
     margin-top: 10px;

}

.tagdefault a {
    color: #858585;
}
.tagselected {
    color: #009cff;
}
.tagselected a{
    color: #009cff;
}

div.like, div.like div {display:none;}

.last-post{
    width: 266px;
    height: 19px;
    display: block;
    margin: auto;
    background-image: url(/gfx/blog-moreresults.jpg);
}
.last-post:hover{
    background-image: url(/gfx/blog-moreresults-hover.jpg);
}

/*

#datepicker{
    font-size: 11px;

}
#datepicker a{
    color: #aeaeae;
}

#datepicker .ui-datepicker-next{
   position: absolute;
   top: 2px;
   right: 15px;
}
#datepicker .ui-datepicker-prev{
   position: absolute;
   top: 2px;
   left: 15px;
}
#datepicker .ui-datepicker-header{
    height: 23px;
    position: relative;
}
#datepicker .ui-datepicker-inline,.ui-datepicker,.ui-widget,.ui-widget-content,.ui-helper-clearfix,.ui-corner-all{

}
#datepicker .ui-datepicker-calendar{
    background-color: #cdcdcd;
    margin: auto;
}

#datepicker .hasDatepicker{}
#datepicker .ui-datepicker-title{
    font-size: 13px;
    text-align: center;
    color: #aeaeae;
}
#datepicker thead{
    display: none;
}
#datepicker td{
    width: 23px;
    background-color: #fff;
    text-align: center;
}
#datepicker td {
    color: #aaa;
}
#datepicker td a{
    color: #ccc;
}

#datepicker .ui-datepicker-other-month,.ui-datepicker-unselectable,.ui-state-disabled{
     background-color: #aaa;

}

#datepicker .ui-state-default{}
#datepicker  .highlight {
    background-color: #000;
}
#datepicker  .highlight a{
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
#datepicker .ui-state-default{
    background-color: #000;
}

*/

/*#datepicker {
    margin-top: 0px;
}
#datepicker thead{
    display: none;
}
#datepicker .highlight{
    background-color: #fff;
}
#datepicker .highlight wa{
    color: #000;
}
#tagcloud{
    width: 170px;
    margin: auto;
}
********BLOGPOST******************

#blogpost{
    width: 640px;
    margin: auto;
    color: #000;
}
#blogpost .subject {
    letter-spacing: 1px;
}
#blogpost .subject .subject1{
    font-size: 35px;
    margin-top: 1px;
    position: relative;
    letter-spacing: 0px;
}
#blogpost .subject .subject2{
    color: #454545;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
#blogpost .subject .subject1 a{
    color: #000;
}
#blogpost .blogimg{

}
#blogpost .blogimg img{
    width: inherit;
    height: inherit;
}
#blogpost .zoom{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.navigation {
    width:950px;
    height: 1px;
    position:fixed;
    top:420px;;
    margin: auto;
    z-index: 1;
}

#prev{
    width: 143px;
    height: 60px;
    position: absolute;
    top: 50px;
    left: -40px;
}
#next{
    width: 143px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: -40px;
    z-index: 200;
}
#next #sharelinks{
    width: 140px;
    height: 60px;
    background-color: #3a454c;
    position: relative;
    margin-top: 7px;
}
#next #share{
    width: 140px;
    height: 60px;
}


#next #default{
    width: 140px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 4px;
    z-index: 10;
    background-image: url(/gfx/share.png);
    background-position: left;
    background-repeat: no-repeat;

}
#next #active{
    width: 100px;
    position: absolute;
    top: 0px;
    left: 17px;
    display: none;
}

#fbcomments{
    margin-top: 20px;
}

#blogpost .subject1 #avatar{
    width: 123px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 0px;
}
#blogpost #avatar #avatartext{
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
}
*/


/*#pageheader #search{
    width: 240px;
    height: 30px;
    background-color: #e3e3e3;
    color: #000;
    text-indent: 20px;
    border: 1px solid #353535;
}

#pageheader{
    margin-bottom: 20px;
}

#pageheader .border{
    height: 1px;
    border-top: 0;
    background-color: #bbbbbb;
}
#main .border{
    height: 1px;
    border-top: 0;
    background-color: #bbbbbb;
}
#clocks{
    height: 180px;
    position: relative;
}
#clocks .clockcontainer{
    width: 120px;
    height: 180px;
}
#clocks #container1{
    position: absolute;
    top: 10px;
    left: 20px;
}
#clocks #container2{
    position: absolute;
    top: 10px;
    left: 140px;
}
#clocks #container3{
    position: absolute;
    top: 10px;
    right: 140px;
}
#clocks #container4{
    position: absolute;
    top: 10px;
    right: 20px;
}
#clocks .cities{
    height: 35px;
    text-align: center;
    color: #5d5d5d;
    font-family:"Times New Roman",Georgia,Serif;
}
#bloglogo img{
    position: absolute;
    top: 340px;
}

*****FOOTER**********
#footer{
    height: 70px;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
}
#footer #footerflag{
    width: 126px;
    height: 70px;
    position: relative;
    float: left;
}
#footer #footerflag div{
    width: 69px;
    height: 105px;
    left: 40px;
    bottom: 15px;
    position: absolute;
    background-image: url('/gfx/footer-flag.png');
}
#footer .footer{
    position: relative;
    background-image: none;
    margin-right: 5px;
    float: left;
}
#footer .footer div{
    height: 60px;
    position: absolute;
    top: 4px;
    left: 7px;
    padding-right: 5px;
    font-size: 7px;
    color: #b4b4b4;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    line-height: 12px;
}

#footer #footerinfo1{
    width: 340px;
    height: 70px;
    z-index: 3;
}

#footer #footerinfo2{
    width: 360px;
    height: 70px;
}

#footer #footerlogo{
    width: 114px;
    height: 70px;
    position: relative;
    background-image: none;
    float: left;
}
#footer #footerlogo div{
    width: 83px;
    height: 60px;
    position: absolute;
    top: 4px;
    left: 15px;
    background-image: url('/gfx/footer-logo.png');
    background-repeat: no-repeat;
}*/

/*
#blogpost #menu{
    height: 40px;
    margin-bottom: 15px;
    position: relative;
    background-image: url('/gfx/trans-bg.png');
}
#blogpost #menu #header{
    width: 118px;
    height: 19px;
    top: 12px;
    left: 10px;
    position: absolute;
    background-image: url('/gfx/blogpost-header.png');
    background-repeat: no-repeat;
}
#blogpost #menu #linkback{
    width: 118px;
    height: 19px;
    top: 13px;
    left: 190px;
    position: absolute;

}
#blogpost #menu #linkcomments{
    width: 118px;
    height: 19px;
    top: 13px;
    left: 340px;
    position: absolute;
}
#blogpost #menu #linkshare{
    width: 118px;
    height: 19px;
    top: 13px;
    left: 510px;
    position: absolute;
}
#blogpost #menu #linknext{
    width: 118px;
    height: 19px;
    top: 13px;
    left: 650px;
    position: absolute;
}


#blogpost #left{
    width: 720px;
    height: 640px;
    position: relative;
    float: left;
    background-image: url('/gfx/trans-bg.png');
}
#blogpost #right{
    width: 210px;
    height: 640px;
    float: right;
    background-image: url('/gfx/trans-bg.png');
}

#blogpost .subject{
    margin-bottom: 10px;
}
#blogpost .subject .subject1{
    font-size: 35px;
    margin-top: 1px;
}
#blogpost .subject .subject1 a{
    color: #000;
}
#blogpost .subject .subject2{
    color: #d8d8d8;
    margin-bottom: 10px;
}

#blogpost #post{

}
#blogpost #post img{
    
}
#fbcomments {
width: 100%;
float: left;
margin-top: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #ff6600;
}
#fbcomments a { color: #ff6600; }

#blogpost #right #inner{
    width: 174px;
    text-align: right;
    line-height: 13px;
    font-size: 12px;
    color: #efefef;
}
#blogpost #right #who{
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
}
#blogpost #right #inner #img{
    margin-bottom: 15px;

}
*/

