#main .paging li.active {
    font-size:1.2em;
}

#main #profileform {
    width: 100%
}
#main #profileform #id_info {
    width: 95%;
}

#main .paging li.prev,li.next {
    margin-left:0.5em;
    margin-right:0.5em;
}

#linksform tr:hover {
    background-color: #FFFFC2;
}

p.errorinfo {
    color: #EC3030;
}

ul.errorlist li {
   color: #EC3030;
}

#main .paging li {
    display: inline;
    list-style-type: none;
}

.tagview_1 a {
    font-size:0.8em;
}

.searchpostpreview {
    margin-left:1.5em;
    padding:2px;
    background:#f5f5f5;
    border: 1px solid #E6CEA8;
}

.searchpostpreview p {
    margin-top: 0;
    margin-bottom: 3px;
}

.searchinfo {
    font-style:italic;
}

.tagview_2 a {
    font-size:0.95em;
}

.tagview_3 a {
    font-size:1.12em;
}

.tagview_4 a {
    font-size:1.25em;
}

#main h2 {
    clear:both;
}
#searchform ul {
margin: 0 !important;
padding: 0 !important;
}
#searchform li {
    display: inline;
}

div.taglist {
    background:#eee;
    float: right;
    width: 40%;
    border: 1px solid #E6CEA8;
    padding:6px;
    margin-left:6px;
    overflow: hidden;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-top-left-radius:10px;
}

div.taglist p:first-child { margin-top: 0; }

#tagfield { width:90%;}

#tagcloud   {background-image: url("/static/comment.png");}
#statistics   {background-image: url("/static/statistics.png");}

#lic-info {float: right; width: 60%;}

div.screenshot {
    padding: 3px;
    text-align: center;
    margin: 4px;
    float: left;
    height: 150px;
    width: 128px;
}
span.screenshotname {
    font-weight: bold;
    font-style: italic;
}
div.clear {
    clear: both;
}

div#screenshot-image {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

div#songinfo-title {
    font-weight: bold;
    margin-bottom: 5px;
}
div#screenshot-connected li {
    list-style-type: none;
}

div.screenshot:hover {
    background-color: #ddd;
    border: 1px solid #333;
    padding: 2px;
}

.ytvidlink {
    width: 120px;
    border: 1px solid #000;
    text-align: center;
}
.ytvidlink span.yttitle {
    margin: 2px;
    visibility: hidden;
    font-size: 0.8em;
    position:absolute;
    bottom:0;
    left: 0;
    width: 120px;
    color: #fff;
    opacity: 0.5;

}
.ytvidlink span.yttitle:hover {
    background-color: #000;
    opacity: 1.0;
}
.ytvidlink span.overlay {
    position:absolute;
    bottom:1px;
    right:1px;
    filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.youtube-link {
position: relative;
display: inline-block;
vertical-align: middle;
background-color: #eee;
}

.editbar {
    padding-left: 10px;
}
.editButton {
padding: 2px;
}

.ytpopupdesc {
    font-size: 0.95em;
    padding: 5px;
    padding-top: 0;
}
.ytpopupdata {
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
}
