@import url('common.css');
@import url('toolbar.css');
@import url('nicedit.css');



body 
	{
		margin:0px; 
		padding:0px;
		color:#58595B;
		font-family: HeliosCond, Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		background-color:#D48F56;  
		text-align:left;
		scrollbar-base-color: #D48F56;
		height: 100%
	}
p 
	{
		text-indent:10px;
		text-align:justify;
	}
div.center, div.center p 
	{
		text-indent:0px;
		text-align:center;
	}
 

div.content
	{
		padding-top:20px;
		padding-bottom:20px;
		padding-right:20px;
		background-color:#F2E5D5;
		/*height: 230px;*/
		/*width: 470px;*/
		/*overflow: auto;*/
		background-color: transparent;
		scrollbar-base-color: #F2E5D5;

	}
a	
	{	
		color: #d48f56; 
		padding: 0px;
		margin: 0px;
	}
a.red {	color: #a00;	}
a:hover	{	text-decoration: none;	}
a.noneFlash { color: #FBDFC9; }


td
	{
	/*	text-align: left; */
		padding: 0px;
		margin: 0px;
	}
h1
	{
		text-align: center;
		font-size: 20px;
	}
img
	{
		border: 0px solid #000;
	}
img.border
	{
		border: 1px solid #D48F56;
		margin: 5px;
	}
dt
	{
		font-weight: bold;
	}


/*** NEWS BLOCK ***/
ul.news-archive li {
  list-style-type: none;
}

div.news-body {
  margin-bottom: 20px;
}

div.news-content {
  margin: 10px 0 10px 0;
}

div.news-full {
  text-align: right;
}

div.wrap-news {
  width:100%;
  margin-top: 15px;
  border-top: 1px solid #62863C;
}

/*** PAGES BLOCK ***/
#pages {
  margin:40px 0 50px 0;
  font-size: 1.2em;
  text-align:center;
}

#pages span {
  padding:0 5px 0 5px;
  background: #D48F56;
  font-weight: bold;
  color: #fff;
}


/*** guestbook ***/
.gb-answer {
  margin: 15px 0 30px 30px;
  padding-left: 10px;
  border-left: 2px solid #D48F56;
}
.gb-answer b {
  color: #D48F56;
}

.gb-date {
  color: #D48F56;
  text-align: right;
}


/*** PHOTO BLOCK ***/
div.photo-box {
  float:left;
  width:120px;
  height:105px;
  border:1px solid #D48F56;
  margin: 0 15px 20px 0;
}

div.photo-image img {
  border: 2px solid #D48F56;

/*
  border-top: 10px solid #D48F56;
  border-bottom: 10px solid #D48F56;
  border-left: 25px solid #D48F56;
  border-right: 25px solid #D48F56;
*/
}

div.album-body {
  margin-bottom: 30px;

}

div.footer-line {
  width:80%;
  margin-top: 40px;
  padding: 30px;
  text-align:left;
  border-top:1px solid #023a06;
}

div.footer-line td {
  font-size: 0.9em;
}

.news-title h2 {
  display: inline;
  font-size: 1.3em;
  font-weight: normal;
  font-family: arial, sans-serif;
}

.date {
  font-size: small;
}



div.album-body h2 {
  font-size: 1.3em;
  font-weight: normal;
  font-family: arial, sans-serif;
}


.news-title {
  color: #d48f56; 
}

div.r h2 {
  font-size: 1.3em;
  font-weight: normal;
  font-family: arial, sans-serif;
}

td.b2 {
  background: #000000 url('images/bg-m2.jpg') left top repeat-x;
}

td.b3 {
  background: #FFF500 url('images/bg2-m2.jpg') left top repeat-x;
}
