/* 
    Document   : styles
    Created on : 11.4.2009, 1:53:35
    Author     : netmouse
    Description:
        Purpose of the stylesheet follows.
*/

div#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    margin-top:5px;
}


body {
	font-family : Arial;
	font-size: 16px;
	color : Black;
	background-color : #FFFFFF;
    background: fixed center top no-repeat url('/sitecomposer/render/image/styles/indiani/bg.png'); 


    text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding: 0px;
	border: 0px;
}

a img {
    border : none;
}

span.Disabled {
    color: Gray;
}

a.Selected {
    border: #404040 Solid 1px;
    padding: 2px;
    background-color: #AAAAAA;
    color: darkred;
    text-decoration: none;
}

a {
    color: #404040;
}

a:visited {
    color: #404040;
}

a:link {
    color: #404040;
}

img.ChronicleThumbnail {
}

h1 {
  font-size: 24px;
  border: none;
  margin-bottom: 16px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-weight: normal;
  text-align: left;
  line-height: 120%;
}

h2 {
  font-size: 18px;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 16px;
  font-weight: normal;
  color: Black;
  text-align: left;
  clear: both;
}

div.DateMenu {

    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 32px;
    text-align:center;
}

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.PageBorder {
    padding: 0px;    
    font-size: 15px;
    border: 0px solid #606060;
    background-color: #FECD65;
    background-image: url('/sitecomposer/render/image/styles/indiani/content_bg.png');
    background-repeat: repeat-y;
    background-position: top center;
}

div.ArticlesContent {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    margin-bottom:40px;
    font-size: 14px;
    line-height: 140%;
/*    border: 1px solid darkslategray; */
/*    background-image: url('/sitecomposer/render/image/styles/test/smoothish_paper.jpg');*/
    background-repeat: repeat-y repeat-x;
    background-position: top center;
    color: black;
}


div.GalleryContent {
    /*margin-top: 40px;*/
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    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: #404040;
padding: 8px;
}

div.GuestBook td+td {
  font-weight: bold; 
  color: #404040;
}

div.GuestBook td+td+td {
  font-weight: normal; 
  color: black;
}

div.GuestBook td+td+td+td {
  text-align: right;
}

div.GuestBook h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
}

span.GuestBookPostText {
white-space: pre-wrap;
}

div.GuestBookTopPanel {
   padding: 10px;
}