/* Modified subSilver Theme for phpBB version 2+ - Sea Theme */

body {
    background-color: #E0F2F7; /* Light Blue Background */
}

font, th, td, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
    color: #2196F3; /* Strong Blue Links */
}

a:hover {
    text-decoration: underline;
    color: #0D47A1; /* Darker Blue on Hover */
}

hr {
    height: 0px;
    border: solid #B3E5FC 0px; /* Lighter Blue Border */
    border-top-width: 1px;
    margin: 3px 0;
}

img {
    border: 0;
}

.sitename {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    color: #1976D2; /* Darker Blue Site Name */
}

.header-bg {
    background: #BBDEFB; /* Light Blue Header Background */
    vertical-align: middle;
}

div.mainmenu {
    text-align: center;
    color: #000;
    line-height: 18px;
}

div.mainmenu a {
    font-size: 13px;
    text-decoration: none;
    color: #2196F3; /* Blue Menu Links */
}
div.mainmenu a:hover {
    color: #0D47A1; /* Darker Blue on Hover */
    text-decoration: underline;
}


.folders-legend {
    background-color: #E3F2FD; /* Very Light Blue */
    border: 1px #90CAF9 solid; /* Light Blue Border */
}

.forumline {
    background-color: #FFFFFF;
    border: 2px #4FC3F7 solid; /* Light Blue Border */
}

td.row1 {
    background-color: #E3F2FD; /* Very Light Blue Row */
}

td.row2 {
    background-color: #E3F2FD; /* Very Light Blue Row */
}

td.row3, td.row3Right {
    background-color: #E3F2FD; /* Very Light Blue Row */
}

td.rowpic {
    background-color: #E3F2FD; /* Very Light Blue */
    /* background-image: url(cat.jpg);  Remove or replace with a sea-themed image */
    background-repeat: repeat-y;
}

th {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #2196F3; /* Blue Header */
    height: 25px;
    /* background-image: url(th_bg.gif); Remove or replace with a blue gradient */
    padding-left: 5px;
    padding-right: 5px;
}

th.thLeft, th.thCornerL {
    /* background: url(th_left.gif) top left; Remove or replace with a blue gradient */
}

th.thRight, th.thCornerR {
    /* background: url(th_right.gif) top right; Remove or replace with a blue gradient */
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
    background-color: #4FC3F7; /* Light Blue Category */
    border: #FFFFFF;
    border-style: solid;
    height: 28px;
    color: #FFFFFF; /* White Text for Category Headers */
    padding-left: 5px;
    padding-right: 5px;
}

td.catBottom {
    background: #2962FF; /* Darker Blue Category Bottom */
    /* url(catbottom.gif); Remove or replace with a blue gradient */
}

td.cat a, td.catHead a, td.catSides a, td.catLeft a, td.catRight a, td.catBottom a,
td.cat a:visited, td.catHead a:visited, td.catSides a:visited, td.catLeft a:visited, td.catRight a:visited, td.catBottom a:visited {
    color: #FFFFFF; /* White Category Link Text */
}

td.cat a:hover, td.catHead a:hover, td.catSides a:hover, td.catLeft a:hover, td.catRight a:hover, td.catBottom a:hover {
    color: #EEEEEE; /* Lighter White on Hover */
}

td.cat span, td.catHead span, td.catSides span, td.catLeft span, td.catRight span, td.catBottom {
    color: #FFFFFF;
}

/* ... (rest of the CSS with similar blue color changes) */

/* Input and Form Styles */
input, textarea, select {
    color: #000000;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    border-color: #2196F3; /* Blue Border for Inputs */
    background-color: #FFFFFF;
}

input.button {
    background-color: #BBDEFB; /* Light Blue Button */
    color: #000000;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #2196F3; /* Blue Border */
}
input.button:hover {
    border-color: #0D47A1; /* Darker Blue on Hover */
    background-color: #E3F2FD; /* Very Light Blue on Hover */
}

/* ... (rest of the CSS) */

/* WR-Forum Specific Styles - Adjust as needed with blue tones */
.pgbutt a { /* Example: Blue button */
    font-family: Verdana;
    padding: 2px;
    text-decoration: none;
    border: 1px #2196F3 solid; /* Blue Border */
    background: #BBDEFB; /* Light Blue Background */
    padding: 1px 4px;
    margin: 5px 1 0 0;
    border-radius: 4px;
}

/* ... (rest of the WR-Forum styles - adjust colors as needed) */

/* Example of a sea-themed background image (replace with your image) */
/* body {
    background-image: url("sea_background.jpg");
    background-size: cover; /* or contain, depending on your needs */
    background-repeat: no-repeat;
} */