/*
Theme Name: Jaymod Theme by Wolffiles
Theme URI: https://wolffiles.eu
Author: Wolffiles.eu
Author URI: https://wolffiles.eu
Description: Ein WordPress-Theme basierend auf der Jaymod-Seite für die Jaymod Seite. | Diese Seite diente für ein Mod für Enemy Territory. | Das Theme hat zwei Sidebars: eine rechts und eine links. | In der linken Sidebar kann man 3 Menüs einfügen. | In der rechten Sidebar kann man 2 Menüs einfügen. | Ein Admin-Menü wird sichtbar, wenn man eingeloggt ist.
Version: 1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, orange, three-columns, right-sidebar, left-sidebar
Text Domain: jaymod-theme
*/



/* Main Page */
html,body {
   height: 100%;
   padding: 0px;
   margin: 0px;
   cursor: default;
}
body {
   background: #FFFFFF url('./images/main_back.jpg') fixed no-repeat right bottom;
   font-family: tahoma,arial,sans-serif;
   font-size: 10pt;
}

/* Top Banner Area */
#top_banner {
   background: #FFFFFF url('./images/top_back.jpg') no-repeat top left;
   height: 120px;
}

/* Side bar definitions. */
.side_bar {
   background: url('./images/side_back.png');
   vertical-align: top;
   height: 75%;
}
* html .side_bar {
   background: transparent;
   /* background: #a6b0bc; */
}
#left_bar {
   width: 200px;
   padding-top: 35px;
}
#right_bar {
   width: 200px;
   padding-top: 35px;
}
.side_menu {
   width: 175px;
}
.side_menu_title {
   background: url('./images/journal_top.jpg') repeat-x center center;
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
   color: #ffffff;
   text-align: center;
   border: 1px solid #000000;
}
.side_menu_body {
   background: #93b8fe;
   padding: 2px;
   padding-left: 10px;
   border: 1px solid #000000;
   border-top: 0px;
}
.side_menu_body A {
   font-size: 8pt;
   color: #000000;
   text-decoration: none;
}
.side_menu_body A:hover {
   text-decoration: underline;
}

/* Center Page */
#center_bar {
   vertical-align: top;
   border-right: 1px solid black;
   border-left: 1px solid black;
   padding: 35px;
}

/* Footer */
#footer {
   vertical-align: bottom;
   font-size: 8pt;
   text-align: center;
   height: 50px;
   border-top: 1px solid #000000;
   padding-bottom: 5px;
}

/* Mid Option Bar */
#option_bar {
   height: 25px;
   background: url('./images/option_bar.jpg') repeat-x center center;
   border-bottom: solid 1px #000000;
   border-top: solid 1px #000000;
}
#option_bar A {
   color: #000000;
   text-decoration: none;
   padding-left: 7pt;
}
#option_bar A:hover {
   text-decoration: underline;
}

/* These are blog styles */
.blog_table {
   width: 400px;
   background: #93b8fe;
}

.blog_title {
   background: url('./images/journal_top.jpg') center center repeat-x;
   padding: 0px;
   padding-left: 5px;
   border: 1px solid black;
   font-size: 8pt;
   color: #ffffff;
}

.blog_body {
   border: 1px solid #000000;
   border-top: 0px;
   background: #93b8fe;
   padding: 10px;
   font-size: 10pt;
}

.blog_body A {
   color: #000000;
   text-decoration: none;
}

.blog_body A:hover {
   text-decoration: underline;
}

.blog_footer {
   border: 1px solid #000000;
   border-top: 0px;
   background: #93b8fe;
   font-size: 8pt;
}

.blog_footer A {
   color: #000000;
   text-decoration: none;
}

.blog_footer A:hover {
   text-decoration: underline;
}

.calendar {
   width: 175px;
   font-size: 8pt;
}
.calendar A {
   text-decoration: underline;
   color: #000000;
}
.calendar TD {
   text-align: left;
}
.calendar TH {
   text-align: left;
}
.calendar-month {
   font-family: tahoma,arial,sans-serif;
   font-size: 8pt;
   color: #ffffff;
   text-align: center;
   height: 15px;
   padding: 0px;
   vertical-align: middle;
   background: url('./images/journal_top.jpg') center center repeat-x;
   border: 1px solid #000000;
}
/* a6b0bc */

input,textarea {
   font-family: arial,sans-serif; font-size:10pt;
}