body {
   font-family: "Arial", sans-serif;
   font-size: 17px;
   color: #ffffff;
   text-align : left;
   margin-left: auto;
   margin-right: auto;
   background: #000000 fixed no-repeat center top url('/sitecomposer/render/image/styles/sources/background_2560x1440.jpg');
   background-size: auto 100%;
   background-size: cover;
   min-height: 100vh;
}


@media screen and (max-width: 1920px) {
body {
   background-image: url('/sitecomposer/render/image/styles/sources/background_1920x1080.jpg');

}
}

@media screen and (max-width: 1440px) {
body {
   background-image: url('/sitecomposer/render/image/styles/sources/background_1440x810.jpg');
}
}


@media screen and (max-width: 1280px) {
body {
   background-image: url('/sitecomposer/render/image/styles/sources/background_1280x720.jpg');
}
}

@media (orientation: portrait) {
body {
   text-align : left;
   background-image: url('/sitecomposer/render/image/styles/sources/background_1032x1836.jpg');
   background-size: 100% 100%;
   background-size: cover;
}
}


@media (orientation: portrait) and (max-width: 850px) {
body {
   text-align : left;
   background-image: url('/sitecomposer/render/image/styles/sources/background_850x1512.jpg');
   background-size: 100% 100%;
   background-size: cover;
}
}



div#container {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   background-repeat: no-repeat;
   background-position: center 8px;
background-image:  url('/sitecomposer/render/image/styles/sources/title_2560.png');
   max-width: 2560px;
   min-height: 197px;
}

@media screen and (max-width: 1920px) {
div#container {
background-image:  url('/sitecomposer/render/image/styles/sources/title_1920.png');
   max-width: 1920px;   
   min-height: 148px;
}
}

@media screen and (max-width: 1440px) {
div#container {
background-image:  url('/sitecomposer/render/image/styles/sources/title_1440.png');
   max-width: 1440px;   
   min-height: 111px;
}
}

@media screen and (max-width: 1280px) {
div#container { 
background-image:  url('/sitecomposer/render/image/styles/sources/title_1280.png');
   max-width: 1280px;   
   min-height: 99px;
}
}

/*
@media (orientation: portrait) and (max-width: 850px) {
div#container { 
background-image:  url('/sitecomposer/render/image/styles/sources/title_1280.png');
   max-width: 1280px;   
   min-height: 99px;
}
}
*/

@media screen and (max-width: 900px) {
div#container { 
   min-height: 138px;
}
}


div.PageBorder {
   margin-left: auto;
   margin-right: auto;
   width: 54%;
}

@media screen and (max-width: 1920px) {
div.PageBorder {
   width: 56%;
}
}

@media screen and (max-width: 1440px) {
div.PageBorder {
   width: 63%;
}
}


@media screen and (max-width: 1280px) {
div.PageBorder {
   width: 62%;
}
}


div.DateMenu {
   margin-left: auto;
   margin-right: auto;
   position: relative;
/*   
   font-weight: 300;  
   letter-spacing: 1px; 
   line-height: 170%;
*/
   font-family:Impact, "Oswald", Charcoal, Tahoma, sans-serif;
   font-size: 24px;
   text-align:center;
   color: white;
   padding: 250px 93px 13px 87px;   
}


@media screen and (max-width: 1920px) {
div.DateMenu {
   font-size: 21px;
   padding: 190px 93px 13px 87px;
}
}


@media screen and (max-width: 1440px) {
div.DateMenu {
   font-size: 21px;
   padding: 177px 93px 13px 87px;
}
}

@media screen and (max-width: 1280px) {
div.DateMenu {
   font-size: 21px;
   padding: 136px 93px 13px 87px;
}
}


div.ArticlesContent {
   padding: 0px 95px 5px;
   min-height: 100%;
   font-family: "Arial", sans-serif;
   font-size: 17px;
   text-align : justify;
   min-height: 50px;
}

/*
@media screen and (max-width: 1440px) {
div.ArticlesContent {
   padding: 10px 95px 5px;
}
}


@media screen and (max-width: 1280px) {
div.ArticlesContent {
   padding: 10px 95px 5px;
}
}
*/

div.GalleryContent {
   line-height: 140%;
   padding: 10px 95px 100px;
}

/*
@media screen and (max-width: 1440px) {
div.GalleryContent {
   padding: 10px 95px 100px;
}
}


@media screen and (max-width: 1280px) {
div.GalleryContent {
   padding: 10px 95px 65px;
}
}
*/

div.ArticleDivider {
   background-repeat: no-repeat;
   background-position: center center;
}

span.ArticleText {
   white-space: pre-wrap;
   display: block;
   text-align: left;
   line-height: 160%;
   text-align: justify;
}



/*
div#footer{
   background-repeat: no-repeat;
   background-position: center top;
   margin-top: -85px;
   height: 301px;
   background-image: url('/sitecomposer/render/image/styles/sources/footer_1920.png');
}

@media screen and (max-width: 1440px) {
div#footer {
   margin-top: -90px;
   height: 221px;
   background-image: url('/sitecomposer/render/image/styles/sources/footer_1440.png');
}
}

@media screen and (max-width: 1280px) {
div#footer {
   margin-top: -55px;
   height: 196px;
   background-image: url('/sitecomposer/render/image/styles/sources/footer_1280.png');
}
}

div#footer img{
   margin-top: 90px;
   margin-left: 75%;
}
*/

div.Article h1 {
   font-weight: 300;  
   letter-spacing: 1px;
   font-family: Impact, "Oswald", Charcoal, Tahoma, sans-serif;
   color : #FFD700FF;
   font-size: 28px;
   text-align: left;
   padding: 15px 0px 25px 0px;
   line-height: 110%;
}


a img {
border: none;
}

div.DateMenu a {
border: none;
padding: 5px 5px;
/*background-color: #c4c2c1;*/
color: #ffffff;
text-decoration: none;
}


div.DateMenu a:visited {
color: #fffbc1;
}

div.DateMenu a:link {
color: #fffbc1;
}

div.DateMenu a.Selected {
color: #FFD700FF;
text-decoration: none;
}


div.DateMenu a:hover {
border: none;
color: #dc4d22ff;
text-decoration: none;
background-color: transparent;
}


span.Disabled {
color: Gray;
}


div.ArticleImages {
   position: relative;
   margin-top: -25px;
   padding-bottom: 40px;
}

div.ArticleImages a{
   text-decoration: none;
}

div.GalleryContent a{
text-decoration: none;
}

img.ArticleImageRight {
float:right;
margin-left: 15px;
margin-bottom: 5px;
}

img.ArticleImageLeft {
float:left;
margin: 0px 20px 5px 0px;
}

iframe {
margin-left: auto;
margin-right: auto;
display: block;
}


/*****************GUESTBOOK************************/


div.GuestBookContent {
   padding: 10px 95px 100px;
   font-size: 14px;
   line-height: 120%;
   min-height: 100%;
   background-repeat: repeat-y;
   background-position: center top;
   background-image: url('/sitecomposer/render/image/styles/sources/article_background_1920.png');
}

@media screen and (max-width: 1440px) {
div.GuestBookContent {
   padding: 10px 95px 100px;
   background-image: url('/sitecomposer/render/image/styles/sources/article_background_1440.png');
}
}


@media screen and (max-width: 1280px) {
div.GuestBookContent {
   padding: 10px 95px 65px;
   background-image: url('/sitecomposer/render/image/styles/sources/article_background_1280.png');
}
}



div.GuestBook {
}

div.GuestBook table {
   border-collapse: collapse;
   table-layout: fixed;
   word-wrap: break-word;
}

div.GuestBook tr {
   border-top: 1px solid #FFD700FF;
}

div.GuestBook td {
   font-size: 14px;
   vertical-align: top;
   color: #e5e5e5;
   padding: 6px;
   border: none;
   width: 8%;
}

div.GuestBook td+td {
  font-weight: bold; 
  color: #FFD700FF;
   width: 12%;
}

div.GuestBook td+td+td {
   font-weight: normal; 
   color: #ffffff;
   width: 80%;
}

div.GuestBook td+td+td+td {
   text-align: right;
   display: none;
}

div.GuestBook h3 {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 6px;
   color: #fffbc1;
}

span.GuestBookPostText {
   white-space: pre-wrap;
display: block;
text-align: justify;
}

div.GuestBookTopPanel {
   padding-bottom: 55px;
   font-weight: bold;
   font-size: 22px;
   text-align: center;
   margin-top: 20px;
}

div.GuestBook a {
border: none;
color: #c4c2c1;
}


div.GuestBookTopPanel a {
border: solid #FFD700FF 3px;
/*background-color: #c4c2c1;*/
color: #ffffff;
text-decoration: none;
   font-weight: 300;  
   letter-spacing: 1px;   
   font-family:Impact, Charcoal, sans-serif;
   font-size: 24px;
padding: 5px 10px;
}

div.GuestBookTopPanel a:hover {
   color: #dc4d22ff;
   background-color: #FFD700FF;
   text-decoration: none;
}