@import url(http://static.wikidot.com/common--theme/frontspecial/newtheme_sidebar.css);

#license-area {
border-top:0px solid #ECECEC;
font-size:10px;
}
body {
font-family: verdana,arial,helvetica,sans-serif;
}

body {
font-family:verdana,arial,helvetica,sans-serif;
*font-family: arial,verdana,helvetica,sans-serif;
}

#header h2 {
position: relative;
margin-left: 140px;
top: -27px;
display: block;
color: #373737;
}

/*  For popups on theme thumbnails (by James Kanjo) */

img.hover-full:hover {
    width: auto;
    position: relative;
}

span.hover-full a {
    display: block;
    height: 90px;
    width: 90px;
    margin: -8px auto;
}

span.hover-full a:hover img {
    position: fixed;
    left: 0;
    top: 45px;
    width: 500px;
    z-index: 99;
}

span.hover-full a:hover img {
       border: 5px solid #666;
       border-left: none;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       -moz-border-radius-topleft: 0;
       -webkit-border-top-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
       -webkit-border-bottom-left-radius: 0;
}

/* style for include:theme-box */
.theme-box {
    border: 1px solid #aaa;
    background: #f0f0f0;
    moz-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    width: 105px;
    height: 170px;
    padding: 10px;
    margin: 5px;
    position: relative;
}

.theme-box div {
    text-align: center;
    width: 105px;
    position: absolute;
}

.theme-box p {
    padding: 2px 0;
    margin: 0;
    background: rgba(240, 240, 240, 0.77);
}

.theme-box .theme-box-name {
    top: 8px;
    font-size: 11px;
    font-weight: bold;
}

.theme-box .theme-box-hover {
    top: 33px;
}

.theme-box .theme-box-author {
    font-size: 10px;
    bottom: 42px;
}

.theme-box .theme-box-install {
    font-size: 10px;
    bottom: 10px;
}

.theme-box .theme-box-hover .theme-box-hover-full {
    display: none;
}

.theme-box .theme-box-hover:hover .theme-box-hover-full {
    display: block;
    position: fixed;
    left: -10px;
    top: 45px;
    z-index: 99;
    background: #fff;
    width: 500px;
    max-width: 33%;
}

.theme-box .theme-box-hover .theme-box-hover-full img {
    width: 100%;
    border: 10px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}