body {
   font-family: "Comic Sans", "Comic Sans MS", "Marker Felt", comici, "Chalkboard", "ChalkboardSE-Regular", sans-serif;
   font-size: 17px;
   color: #fffbc1;
   min-width:1200px;
   text-align : left;
   background-color: #000000;
   margin-left: auto;
   margin-right: auto;
   background: #000000 fixed center top no-repeat url('/sitecomposer/render/image/styles/sources/background_extended_1920.jpg');
}

@media screen and (max-width: 1440px) {
body {
   min-width:1360px;
   text-align : left;
background: #000000 fixed center top no-repeat url('/sitecomposer/render/image/styles/sources/background_extended_1440.jpg');
}
}

@media screen and (max-width: 1280px) {
body {
   min-width:1200px;
   text-align : left;
background: #000000 fixed center top no-repeat url('/sitecomposer/render/image/styles/sources/background_extended_1280.jpg');
}
}

div#container {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   background-repeat: no-repeat;
   background-position: center top;
   background-image:    url('/sitecomposer/render/image/styles/sources/header_1920.png');
   min-width:1200px;
   max-width: 1920px;
}

@media screen and (max-width: 1620px) {
div#container {
   background-image:    url('/sitecomposer/render/image/styles/sources/header_1440.png');
   min-width:1360px;
   max-width: 1440px;
}
}

@media screen and (max-width: 1280px) {
div#container {
   background-image:    url('/sitecomposer/render/image/styles/sources/header_1280.png');
   min-width:1200px;
   max-width: 1280px;
}
}


div.PageBorder {
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

div.DateMenu {
   margin-left: auto;
   margin-right: auto;
   font-weight: 300;  
   letter-spacing: 1px; 
   line-height: 170%;
   padding: 300px 0px 25px 0px;
   height: 75px;
   font-family:'dalekregular', Helvetica, sans-serif;
   font-size: 24px;
   text-align:center;
   color: white;   
   width:1215px;
}

@media screen and (max-width: 1440px) {
div.DateMenu {
   padding: 245px 0px 25px 0px;
   width:890px;
}
}

@media screen and (max-width: 1280px) {
div.DateMenu {
   padding: 220px 0px 25px 0px;
   width:800px;
}
}

div.ArticlesContent {
   padding: 0px 205px 5px;
   min-height: 100%;
   font-family: "Comic Sans", "Comic Sans MS", "Marker Felt", comici, "Chalkboard", "ChalkboardSE-Regular", sans-serif;
   font-size: 17px;
   text-align : justify;
   min-height: 150px;
}

div.GalleryContent {
   line-height: 140%;
   padding: 0px 205px 5px;
}

div.ArticleDivider {
   height: 20px;
}

span.ArticleText {
   white-space: pre-wrap;
   display: block;
   text-align: left;
   line-height: 160%;
   text-align: justify;
}




div#footer{
   height: 75px;
}

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 : #000000;
   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: #000000;
text-decoration: none;
}


div.DateMenu a:hover {
border: none;
color: #ffffff;
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: 5px;
margin-bottom: 5px;
}

img.ArticleImageLeft {
float:left;
margin: 0px 20px 5px 0px;
}

iframe {
margin-left: auto;
margin-right: auto;
display: block;
}

@font-face {
    font-family: 'dalekregular';
    src: url('/sitecomposer/render/image/styles/sources/font-dalek/dalek___-webfont.woff2') format('woff2'),
         url('/sitecomposer/render/image/styles/sources/font-dalek/dalek___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'comici';
    src: url('/sitecomposer/render/image/styles/sources/font-comici/comici.ttf');
}

@font-face {
    font-family: 'Oswald';
    src: url('/sitecomposer/render/image/styles/sources/font-oswald/Oswald-Medium.ttf');
}

/*****************GUESTBOOK************************/

div.GuestBookContent {
   padding: 0px 135px 5px;
   font-size: 14px;
   line-height: 120%;
}

div.GuestBook {
}

div.GuestBook table {
   border-collapse: collapse;
   table-layout: fixed;
   word-wrap: break-word;
}

div.GuestBook tr {
   border-top: 1px solid #1f2e6a;;
}

div.GuestBook td {
   font-size: 14px;
   vertical-align: top;
   color: #e5e5e5;
   padding: 6px;
   border: none;
width: 12%;
}

div.GuestBook td+td {
  font-weight: bold; 
  color: #fffbc1;
  width: 15%;
}

div.GuestBook td+td+td {
   font-weight: normal; 
   color: #fffbc1;
   width: 56%;
}

div.GuestBook td+td+td+td {
   text-align: right;
   width: 12%;
}

div.GuestBook h3 {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 6px;
   color: #ffffff;
}

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 #a20d00 3px;
/*background-color: #c4c2c1;*/
color: #fffbc1;
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: #fffbc1;
   background-color: #a20d00;
   text-decoration: none;
}