﻿/*******************************************
    BASICS, HEADER, LANGUAGES
*******************************************/

header, nav, section, article, figure, aside, footer
{
    display: block;
}

p 
{
    margin-bottom: 10px;
}

.continue-button
{
    border: Gray 1px Solid;
    margin-top: 5px;
    padding: 5px;
}

img
{
    border: none;
}

.twitter 
{
    background-image: url('Images/Twitter.png');
    background-repeat: no-repeat;
    background-position: right;
}

.rss 
{
    background-image: url('Images/Rss.png');
    background-repeat: no-repeat;
    background-position: right;
}

.flickr 
{
    background-image: url('Images/Flickr.png');
    background-repeat: no-repeat;
    background-position: right;
}

html
{
    font-family: Arial;
    font-size: 0.8em;
    color: Black;
}

body
{
    margin: 0px;
}

#header
{
    padding-top: 10px;
    background-image: url('Images/HeaderBack.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #ededed;
    height: 170px;
    text-align: center;
    border-bottom: 2px solid #C7C7C7;
    z-index: -50;
}

#default-title
{
    text-align: left;
    font-family: Helvetiker;
    font-size: 26px;
    color: #303030;
}

.typeface-js
{
    font-family: Helvetiker;
}

/*******************************************
    HOME
*******************************************/

.internal-links { }

#recent-links
{
    position: absolute;
    top: 230px;
    left: 0px; 
    width: 300px;
}

.internal-links a
{
    text-decoration: none;
}

#haikyo-links
{
    position: absolute;
    top: 230px;
    left: 320px;
    width: 300px;
}

.links-section
{
    margin-bottom: 2px;
    text-align: center;
    color: White;
}

#recent-links .links-section
{
    background-color: #339999;
}

#haikyo-links .links-section
{
    background-color: #339966;
}

.link-container
{
    background-color: Black;
    padding: 2px;
    height: 30px;
    margin-bottom: 2px;
    background-color: Black;
}

.link-container:hover 
{
    background-color: gray;
}

.link-title
{
    position: relative;
    top: -25px;
    left: 60px;
    color: White;
}


/*******************************************
    MENU - INDEX / SEARCH / LANGUAGES
*******************************************/

#menu
{
    position: absolute;
    left: 50%;
    top: 3px;
    margin-left: -520px;
    z-index: 50;
    width: 1045px;
}

#menu-main
{
    background: #4D4100;
    width: 600px;
    height: 22px;
    font-family: Tahoma;
    font-size: 11px;
    border: Solid 2px White;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#menu-main a
{
    left: 0px;
    position: relative;
    color: White;
    text-decoration: none;
}

#menu-main a:hover
{
    color: #E6E6E6;
}

#menu-main a img
{
    position: relative;
    top: 3px;
    margin-right: 7px;
    margin-left: 12px;
}

#menu-search
{
    position: relative;
    left: 220px;
    height: 22px;
    width: 170px;
    color: Black;
    background: #005580;
    list-style: none;
    font-family: Tahoma;
    font-size: 11px;
    border: Solid 2px White;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

#menu-search img
{
    position: relative;
    top: 3px;
    left: -8px;
}

#menu-search input
{
    height: 12px;
    width: 110px;
    margin: 2px 0px 0px 5px;
    font-size: 11px;
    background-color: #999999;
    border: Solid 1px White;
}

#menu-languages
{
    left: 475px;
    position: relative;
    top: -21px;
    width: 200px;
}

#menu-languages img
{
    padding: 2px;
}

#menu-languages img:hover
{
    background-color: #A6A6A6;
}

/*******************************************
    PAGE - HEADER / CONTENT / FOOTER
*******************************************/

#page
{
    margin: 0px auto;
    width: 1024px;
    top: -45px;
    position: relative;
    z-index: 0;
}

#page-header
{
    background: url(Images/PageHeader.png) no-repeat;
    
    left: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    position: relative;
    width: 920px;
    height: 70px;
}

#page-content
{
    background: transparent url(Images/PageContent.png) repeat-y scroll 0 0;
    left: 25px;
    padding-top: 1px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    position: relative;
    width: 920px;
}

#page-footer
{
    height: 22px;
    background: transparent url(Images/PageFooter.png) no-repeat scroll 0 0;
    left: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    color: #AAAAAA;
    font-family: Tahoma;
    font-size: 9px;
    font-style: italic;
    width: 920px;
    text-align: center;
    padding-top: 5px;
}

#language-warning
{
    position: relative;
    left: -20px;
    color: White;
    background-color: #538CC6;
    border-top: Solid 2px #3973AC;
    border-bottom: Solid 2px #3973AC;
    padding: 2px;
    width: 956px;
    margin: 0px 0px 15px 0px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

#language-warning img
{
    position: absolute;
    top: 1px;
    left: 20px;
    height: 16px;
}

#language-warning a
{
    color: #FFCC66;
    text-decoration: none;
}

.adminLink 
{
    position: fixed;
    top: 10px;
    left: 10px;
}

/***************************** NEWS-LINKS */
#news-menu-top
{
    position: absolute;
    top: 3px;
}

#news-menu-bottom
{
    position: relative;
    height: 80px;
    margin-top: 20px;
    bottom: 0px;
    background-color: #E4EBF1;
    border: Dashed 2px #93AFC8;
}

.google-ads
{
    text-align: center;
}

.news-links
{
    left: -10px;
    position: relative;
    top: 6px;
    width: 945px;
    z-index: 1;
}

.news-link-left-arrow
{
    position: absolute;
    top: -5px;
    left: -9px;
}

.news-link-right-arrow
{
    position: absolute;
    top: -5px;
    right: -4px;
}

.news-links .news-link-left
{
    float: left;
    margin-left: -5px;
    font-family: Verdana;
    font-size: 9px;
    width: 80px;
    height: 60px;
    text-align: center;
    background: #E3E3E3;
    text-decoration: none;
    padding: 3px;
    border: Solid 1px #D6D6D6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#news-menu-bottom .news-links .news-link-left
{
    margin-left: 20px;
}

#news-menu-bottom .news-link-left-arrow
{
    position: absolute;
    top: 55px;
    left: 14px;
}

#news-menu-bottom .news-links .news-link-right
{
    margin-right: 25px;
}

#news-menu-bottom .news-link-right-arrow
{
    position: absolute;
    top: 55px;
    right: 18px;
}

.news-links .news-link-left:hover
{
    background-color: #DDDDDD;
    border: Solid 1px #999999;
}

.news-links .news-link-right
{
    float: right;
    font-family: Verdana;
    font-size: 9px;
    width: 80px;
    height: 60px;
    text-align: center;
    background: #E3E3E3;
    text-decoration: none;
    padding: 3px;
    border: Solid 1px #D6D6D6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.news-links .news-link-right:hover
{
    background-color: #DDDDDD;
    border: Solid 1px #999999;
}

.news-links .image
{
    width: 80px;
    height: 60px;
    text-align: center;
}

.news-links .news-link-left .text
{
    width: 90px;
    color: White;
    background-color: #6388B0;
    border: Solid 2px #324962;
    padding: 2px;
    margin-top: -50px;
    margin-left: -60px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    visibility: hidden;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.news-links .news-link-left:hover .text 
{
    visibility: visible;
}

.news-links .news-link-right .text
{
    width: 90px;
    color: White;
    background-color: #6388B0;
    border: Solid 2px #324962;
    padding: 2px;
    margin-top: -50px;
    margin-left: 64px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    visibility: hidden;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.news-links .news-link-right:hover .text 
{
    visibility: visible;
}

.news-links .text b
{
    color: Yellow;
    font-weight: normal;
}

/***************************** NEWS */

#news-date
{
    text-align: center;
    color: #6E6E6E;
    font-size: 16px;
    margin-top: -10px;
}

#news-title
{
    text-align: center;
    font-family: Kristen ITC;
    font-size: 28px;
    color: #303030;
}

#news-title-translated
{
    text-align: center;
    font-size: 14px;
    color: #303030;
}

#news-date img
{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
}

#news-text
{
    font-family: Verdana;
    font-size: 14px;
    color: #4D4D4D;
    text-align: justify;
    line-height: 130%;
}

.photoframe
{
    color: White;
    margin: 0 auto;
    border: Solid 3px Black;
    border-width: 3px 3px 6px;
    background-color: Black;
    width: 100px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/***************************** COMMENTS */

#comments
{
    margin-top: 5px;
    padding: 0px 15px 0px 15px;
    background-color: #F2F2F2;
    border: Dashed 2px #737373;
}

#comments a
{
    color: #4D4D4D;
    text-decoration: none;
}

#comments h3
{
    color: #404040;
    font-size: 18px;
    font-style: italic;
}

/***************************** EDIT */

#editor
{
    margin-left: 10px;
    margin-right: 10px;
}

#editor button
{
    color: White;
    width: 59px;
    border: Solid White 1px;
    border-right: Solid #7D7D7D 1px;
    border-bottom: Solid #7D7D7D 1px;
    background-color: #3D3D3D;
}

#news-bar
{
    color: White;
    padding: 2px;
    border: Solid 1px #7D7D7D;
    background-color: Black;
    margin-bottom: 5px;
}

#news-language
{
    width: 90px;
    margin-right: 5px;
}

#edit-news-date
{
    width: 70px;
    margin-right: 5px;
}

#edit-news-title
{
    width: 200px;
    margin-right: 5px;
}

#edit-news-shortcut
{
    width: 180px;
    margin-right: 5px;
}

#edit-news-text
{
    margin-top: 10px;
}

.ckeditor
{
}

