/* Links */
a, a:link, a:visited {
    text-decoration: none;
    color: #A52A2A;
}
#content a {
    text-decoration: underline;
}
img {
    border: 0;
}

/* Page #FFEFD5*/

#footerfixed {
    font-size: 12px;
    border-top: 1px solid #B7B7B7;
    background: #DBDBDB;
}

/* Banner */
#banner {
    overflow: hidden;
    width: 100%;
    background: #A52A2A url(/images/bannerBg.gif) bottom left repeat-x;
    color: white;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;

}
#banner #subtitle { padding-left: 42px; font-size: 12px; }
a.title, a.title:hover, a.title:visited { font-size: 44px; display: block; width: 200px; padding: 12px 0 0 36px; }
a.white, a.white:hover, a.white:visited { color: white; }

/* Tabs */
.navtab {
    background: #fff url(../images/tab.gif) repeat-x;
    border: 1px solid #cccccc;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: black;
    margin-bottom:0;

}
.navtab:link, .navtab:visited { color: black; text-decoration: none }
.navtab:hover, .navtab:visited:hover { color:black; text-decoration: none; background: #FFEFD5; }

.navtabcurrent {
    background: #FFEFD5;
    border: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    font-size: 12px;
    color: black;
    padding-bottom:6px;
}
.navtabcurrent:link, .navtabcurrent:visited { color: black; text-decoration: none }
.navtabcurrent:hover, .navtabcurrent:visited:hover { color: black; text-decoration:none; background: #FFEFD5; }

/* Content */
#content {
    background: #FFEFD5;
    font-size: 13px;
}

/* Download */
.downloadSub {
    color: #888888;
    font-size: 11px;
}
.downloadInfo:link, .downloadInfo:visited {
    color: #888888;
    font-size: 11px;
    text-decoration: none;
}
.downloadInfo:hover {
    color: #888888;
    text-decoration: underline;
}

/* Blog */
.blogDateHeader {
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    font-size: 13px;
    color: black;
}
.postTitle {
    font-size: 12px;
    font-weight: bold;
}
.postContent {
    font-size: 12px;
}
.postInfo {
    font-size: 11px;
    color: #AAAAAA;
}
.postlink:link, .postlink:visited {
    font-size: 11px;
    text-decoration: none;
}
#archives {
    border-top: 1px solid #B7B7B7;
    padding-top: 10px;
    font-size: 9px;
}

h2{ font-size: 14px; }
h3{ font-size: 12px; }

#sidebar a { font-size: 12px; }

/* Screenshots */

/* Donate */
.donate a { background: url(../images/logo_flap.gif) no-repeat }
.donate a:hover { background: url(../images/logo_flap.gif) no-repeat }


/********************************** emule ********************************/
.emuletop {
    clear:right;
    color: #FFF;
    font-weight: bold;
    padding: 4px;
    background: #CD853F;
    /*url(http://doc.verycd.com/style_images/2/css_img_emule.gif) no-repeat right */
    border-left: 4px solid #BF762F;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin: 10px 5px 0 auto;
    width: 660px;
}
.emulemain {
    width: 660px;
    border-left: 4px solid #BF762F;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 4px;
    margin: 0px 5px 8px auto;
    background: #FFE4B5;
}
.emulemain table {
    background: #FFE4B5;

}
* html .emulemain table { width: 99% }
.emulemain td { text-align:left;border-bottom: 1px solid #FFDEAD; padding: 6px; background: #FFDEAD; }
.emulemain td.post2 { padding-left: 0px; }
.emulemain td.row3  { border-bottom: 0px; }
.emulemain a {color: #333; /*text-decoration: none!important;*/ }
.emulemain a:hover { text-decoration: underline !important; }
.emulemain .needemule { text-align: center; }

td.light {
    background: #FFEBCD;
}
checkbox {
    border: none;
}
.button {
    border: none;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    padding: 2px!important;
    padding-top: 4px;
    padding-bottom: 0;
    color: #FFF;
    background: #C00000;
}
/* End emule*/

.intro{
	margin-left: 18px;
	padding-left: 60px;
}
