/* 
 * THEM Anime Reviews style sheet
 *
 * Colors Used Reference:
 * Blue: #204B99
 * Dark Blue: #1D3F7B
 * Dark Gray: #3F3F3F
 * Light Gray (Top Menu Text): #D6D6D6
 * Light Gray (Footer BG): #CCCCCC
 * Light Gray (Footer Text): #DDDDDD
 * Light Gray (Sidebar Links): #F4F4F4
 * Yellow (Top Menu Hover): #FFFF00
 * Light Yellow (Info Box Visited): #FFFF55
 */

/* general page */
html {
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
}

body {
        background-color: #FFFFFF;
        margin: 0px 0px 0px 0px;
}

p {
        font-size: 0.9em;
        font-family: Arial, Helvetica, sans-serif;
        margin: 12px 0px 0px 0px;
}

td,th {
        font-size: 13.6px;
        font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

table {
        border: 0px;
        border-spacing: 0px;
        padding: 0px;
}

h1, h2, h3 {
        color: #204B99;
        margin-top: 0px;
}

/* header */
td.header { background-color: #3F3F3F; }

td.header_menu {
        background-color: #3F3F3F;
        background-image: url('/images/design/menu-background.gif');
        padding-left: 14px; /* adjust td.header_home.padding-left for proper spacing! */
        padding-right: 14px;
        vertical-align: middle;
        text-align: center;
        height: 35px;
}

/* hack to get proper left padding */
td.header_home {
        background-color: #3F3F3F;
        background-image: url('/images/design/menu-background.gif');
        padding-left: 2px; /* this must be td.header_menu.padding-left minus 12 (width of menu-left-2.gif) */
        padding-right: 14px;
        vertical-align: middle;
        text-align: center;
        height: 35px;
}

td.search {
        background-color: #3F3F3F;
        background-image: url('/images/design/menu-background.gif');
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
}

button.search {
        background:none!important;
        border:none; 
        padding:0!important;
        cursor: pointer;
        color: #D6D6D6;
}

a.header_menu {
        color: #D6D6D6;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
}

a.header_menu:hover {
        color: #FFFF00;
}

/* side bar */
td.sidebar {
        width: 155px;
        vertical-align: top;
        background-color: #204B99;
        background-image: url('/images/design/sidebar-light.gif');
}

div.sidebar {
        padding: 0px;
        vertical-align: top;
        width: 152px; /* don't put content on white portion */
}

div.sidebar-header {
        color: #FFFFFF;
        background-color: #204B99;
        background-image: url('/images/design/sidebar-dark.gif');
        padding-left: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: bold;
}

div.sidebar-block {
        color: #FFFFFF;
        background-color: #204B99;
        background-image: url('/images/design/sidebar-light.gif');
        padding-left: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight: bold;
}

a.sidebar-block { color: #F4F4F4; }


/* sidebar new reviews list */
div.newreviews-date {
        font-weight: bold;
        color: #FFFF00;
}

div.newreviews-review {
        /*
         * Hack for a hanging indent:
         * - Add desired indent to padding-left
         * - Remove desired indent from text-indent
         */
        padding-left: 16px; /* base padding 8, hanging indent 8 */
        text-indent: -8px;
        font-weight: normal;
}

/* footer */
td.footer { color: #DDDDDD; }

td.footerbottom {
        color: #DDDDDD;
        background-image: url('/images/design/footer-bottom.gif');
        background-color: #CCCCCC;
} 

/* main container */
td.content {
        padding-left: 20px;
        padding-right: 20px;
        vertical-align: top;
        width: auto;
}

/* news page (main page) */
td.newsdate { color: #204B99; }
td.newsitem { color: #000000; }
hr.news {
        width: 250px;
        height: 1px;
        border-style: solid;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        float: left;
}

/* reviewlist  navbar */
div.navbar {
        text-align: center;
}

/* review content */
table.review { /* review infobox */
        border: 0px;
        border-spacing: 0px;
        padding: 0px;
        padding-left: 18px;
        width: 230px;
        float: right;
}

td.info {
        color: #F4F4F4;
        background-color: #204B99; 
        vertical-align: top;
        padding: 4px;
}

.info b { color: #FFFFFF; }
.info a:link { color: #FFFF55; }
.info a:visited { color: #F0F000; }

.info2 b { color: #FFFFFF; }
.info2 a:link { color: #FFFF55; }
.info2 a:visited { color: #F0F000; }

td.info2 {
        color: #F4F4F4;
        background-color: #1D3F7B;
        vertical-align: top;
        padding: 4px;
}

b.info { color: #FFFFFF; }

a.info:link { color: #FFFF55; }
a.info:visited { color: #F0F000; }

/* credits list */
td.creditslist {
        max-width: 120px;
        max-height: 150px;
        width: 120px;
        height: 150px;
        text-align: center;
        vertical-align: top;
        padding: 5px;
}

img.creditslist {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
        border: 1px;
        border-style: solid;
        margin: 3px;
}

/* credits pages */
td.credits {
        padding: 4px;
        vertical-align: top;
}

img.credits {
        float: right;
}

/* admin panel */
/* begin old */
td.adm_smalltext { background-color: #eeeeee }
td.adm_boldtext { background-color: #dddddd }

a.adm_menu:link { color: #000000; text-decoration: none; }
a.adm_menu:visited { color: #000000; text-decoration: none; }
a.adm_menu:hover { color: #000000; text-decoration: underline; }
/* end old */

/* login box */
table.login {
        width: 100px;
        background-color: #dddddd;
        border: 0px;
        padding: 3px;
        margin: auto;
}
