div#container {
margin-left: auto;
margin-right: auto;
width: 800px;
margin-top:0px;
margin-bottom:0px;
}

html {background-color: #222222;}

body {
font-family: 'Inconsolata', monospace;
font-size: 16px;
color: #FFFFFF;
background: fixed center top no-repeat url('/sitecomposer/render/image/styles/BranaBG02.jpg');
text-align: left;
margin: 0px;
padding:0px;
}

a img {
border : none;
}

span.Disabled {
color: Gray;
}

a.Selected {
border: #000000 Solid 1px;
padding: 2px;
background-color: #000000;
color: darkred;
text-decoration: none;
}

a {
color: #FFFFFF;
}

a:visited {
color: #FFFFFF;
}

a:link {
color: #FFFFFF;
}

img.ChronicleThumbnail {
}

h1 {
font-size: 24px;
border: none;
margin: 0px 0px 16px 0px;
padding: 0px;
font-weight: normal;
text-align: left;
line-height: 120%;
}

h2 {
font-size: 18px;
border: none;
margin: 0px;
padding: 20px 0px 16px 0px;
font-weight: normal;
text-align: left;
}

div.DateMenu {
font-weight: bold;
padding: 20px 10px 32px 10px;
text-align:center;
font-size:24px;
}

div.Article {
margin-bottom: 30px;
text-align: justify;
padding: 0px;
}

span.ArticleText {
white-space: pre-line;
}


div.ArticleDivider {
font-size: 18px;
height: 16px;
margin: 0px;
padding: 0px;
clear: both;
}


img.ArticleImageRight {
float:right;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 10px;
/*border: 1px solid black;*/
border: none;
}


img.ArticleImageLeft {
float:left;
margin-right: 20px;
margin-bottom: 8px;
margin-left: 10px;
/*border: 1px solid black;*/
border: none;
}


div.ArticleImages {
/*margin-top: 40px;*/
padding-left: 20px;
padding-right: 20px;
font-size: 15px;
margin-bottom: 40px;
}


div.ArticleImages img {
padding: 0px;
margin: 3px;
border: 1px solid #663300;
}

div.header {
font-size:32px;
font-weight:bold;
letter-spacing:10px;
height:100px;
color:#FFFFFF;
text-align:center;
padding-top:10px;
}

div.PageHeader {
font-size:32px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
padding:20px 0px 10px 0px;
}

div.PageBorder {
padding: 0px 0px 20px 0px; 
border: 0px solid #606060;
min-height:2000px;
}

div.PageContent {
background-color: rgb(22, 22, 22);
background-color: rgba(22, 22, 22, 0.8);
border-radius: 20px;
}


div.ArticlesContent {
padding-left: 40px;
padding-right: 40px;
padding-top: 30px;
margin-bottom:0px;
line-height: 140%;
/*background: center top no-repeat url('/sitecomposer/render/image/styles/prsten/PrstenBG01.jpg');*/
}


div.GalleryContent {
/*margin-top: 40px;*/
padding-left: 40px;
padding-right: 40px;
text-align: center;
}


div.GalleryContent img {
padding: 0px;
margin: 3px;
border: 1px solid #663300;
}


/*****************GUESTBOOK************************/


div.GuestBookContent {
padding-left: 40px;
padding-right: 40px;
}

div.GuestBook {

}

div.GuestBook table {
width: 100%;
}


div.GuestBook td {
font-size: 14px;
vertical-align: top;
color: #FFFFFF;
padding: 8px;
}

div.GuestBook td+td {
font-weight: bold; 
color: #FFFFFF;
word-break: break-all;
width:20%;
}



div.GuestBook td+td+td {
font-weight: normal; 
color: black;
word-break: break-all;
width:65%;
}



div.GuestBook td+td+td+td {
text-align: right;
word-break: normal;
width:8%;
}


div.GuestBook h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
}


span.GuestBookPostText {
white-space: pre-wrap;
}


div.GuestBookTopPanel {
padding: 10px;
}