@import url("undohtml.css"); 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	background: #a48d69;
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth)<1000?"1000px":"auto");
	padding: 4px;
}

p{
	font-size: 1.2em;
	padding: 0 0 8px 0;
}

h1, h2, h3{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #83511E;
	letter-spacing: -1px;
	padding: 0 0 8px 0;
}

h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}

a:link, a:visited{
	color: #83511E;
	text-decoration: underline;
}

a:hover{
	color: #5E2F10;
	text-decoration: underline;
}

.grey{
	color: #A48D69;
}

.clear{
	clear: both;
}

/*Page blocks*/
#block1{
	background: #f7e1b2 url(../i/bg1.jpg);
}

#block21{
	background: transparent url(../i/girl2.png) no-repeat top right;
}

#block22{
	background: transparent url(../i/girl3.png) no-repeat top right;
}

#block23{
	background: transparent url(../i/girl4.png) no-repeat top right;
}

#block2in{
	background: transparent url(../i/innerbg.png) no-repeat top right;
}

#block3{
background: transparent url(../i/logo.png) no-repeat top left;
padding: 315px 280px 10px 105px;
}

#block3in{
background: transparent url(../i/logo.png) no-repeat top left;
padding: 165px 228px 10px 105px;
}

#block4{
	border: 4px solid #83511e;
	background-color: #f3e7c5;
	padding: 15px 10px 10px 95px;
}

#block5{
	width: 98%;
}

/*Menu*/
#menu{
	float: left;
	list-style: none;
	display: block;
	font-size: 1.6em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #5e2f10;
}

#menu li{
	/*padding: 5px;*/
	margin: 0 0 10px 0;
	border: 3px solid #83511e;

}

#menu a{
	padding-top: 7px;
	color: #5e2f10;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	height: 35px;
	background: #e2c783 url(../i/mbg.jpg) no-repeat top left;
}

#menu a:hover{
	text-decoration: none;
	color: #351B09;
	background: #E9D6A2 url(../i/mbgh.jpg) no-repeat top left;
}

#submenu{
	width: 155px;
	padding: 330px 0 0 25px;
	float: left;
}

#submenuin{
	width: 155px;
	padding: 181px 0 0 25px;
	float: left;
}

/*Copyrights*/
#copy{
	padding: 5px 15px  15px 105px;
}

#banners{
	float: right;
}

#banners img{
	border: none;
	margin-left: 10px;
}


/* Comments */
.jot-form{
	width: 545px;
	float: left;
	margin-bottom: 10px;
}

.fitem{
	padding: 4px 6px;
	float: left;
}

.citem{
	float: none;
	width: 530px;
	height: 60px;
	padding: 4px 6px;
}

.bitem{
	width: 530px;
	float: left;
	height: 30px;
	text-align: center; 
	padding: 10px;
}

.citem input{margin: 0;}

.citem img{
	border: 1px solid #A48D69;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.long{
	width: 530px;
}

input, textarea{
	padding: 4px;
	border: 1px solid #E2C783;
	color: #A48D69;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.button{
	padding: 2px;
	color: #5e2f10;
	display: block;
	background: #e1c681 url(../i/butbg.png) no-repeat top right;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #5e2f10;
	border: 2px solid #83511e;
	cursor: pointer;
}

.jot-comment{
margin-bottom: 4px;
border-bottom: 1px solid #F8F2DF;
}

.jot-posticon{
	background: #F8F2DF;
	padding: 2px;
}

.jot-num{
	color: #E2C783;
	font-size: 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 8px;
}

.jot-user{
	color: #83511E;
	font-size: 16px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.jot-poster{
	font-size: 10px;
	color: #A48D69;
}

.jot-content{
	padding: 4px;
	font-size: 1.2em;
	color: #656565;
}

.jot-subject{
	font-weight: bold;
}

.jot-list{
	font-size: 11px;
	width: 530px;
	list-style: none;
}

/* Gallery */

.gal{
	width: 98%;

}

.left{
	float: left;
	background: #f7ebd3 url(../i/photo.jpg) no-repeat bottom right;
	text-align: center;
	padding: 10px;
	margin: 0px 20px 10px 0px;
}

.gal img{
	margin-bottom: 4px;
	border: 1px solid #d7bf9b;
}

.gal a{
	text-decoration: none !important;
}

/* Top Navigation */
.B_crumbBox{
	font-size: 0.85em;
	color: #A3A3A3;
}

.B_crumbBox a{
	color: #A48D69 !important;
}

.picture{
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.picture img{
	border: 10px solid #f7ebd3;
	position: relative;
}

.myphoto{
	margin: 0 20px 10px 10px;
	padding: 10px;
	background: #f7ebd3 url(../i/photo.jpg) no-repeat bottom right;
	float: right;
}

.myphoto img{
	border: 1px solid #d7bf9b;
}
/* News */

#news{
	float: left;
	margin-bottom: 1em;
}

#news ul{
	list-style: none;
}

#news-bottom{
	float: right;
}

#block4 p{
 line-height: 1.4em;
}

#block4 li{
	font-size: 1.2em;
	line-height: 1.4em;
}

#ditto_pages{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}


#ditto_pages a, #ditto_pages span{
	background-color: #F8F2DF;
	padding: 4px 8px 4px 8px;
	margin-right: 10px;
	border: 1px solid #E9D6A2;
	font-weight: bold; 
}

#ditto_pages a:hover{
	background-color: #F8F2DF;
}

.ditto_currentpage{
	background-color: #D7BF9B;
	color: #A3A3A3;
}

#block0pin{
	padding: 30px;
	background: #f7e1b2 url(../i/bg1.jpg);
}

#block1pin{
	padding: 10px;
	border: 4px solid #83511e;
	background-color: #f3e7c5;
}

.close{
	float: right;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	border: 1px solid #E9D6A2;
	background-color: #F8F2DF;
	font-size: 0.85em;
}

#minheight{
	height: 600px; 
	float: left;
}
	
#update{
	padding-top: 5px;
	color: Maroon;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	height: 38px;
	font-size: 1.6em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 40px 2px 2px 2px;
	background: #cea091 url(../i/datebg.jpg) no-repeat top;
	float: left;
}

#update span{
	font-size: 9px;
	color: #5E2F10;
	line-height: 9px;
}

/* Raiting */
/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(../i/alt_star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a {
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow: hidden;
		outline: none;
		border:0;
	} 
	
 	.star-rating li {
		text-indent:-9000px;
	}
	
	.star-rating li a:hover{
		background: url(../i/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star, .star-rating li.one-star {
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars, .star-rating li.two-stars {
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars, .star-rating li.three-stars {
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars, .star-rating li.four-stars {
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars, .star-rating li.five-stars {
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(../i/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	.star-rating-warning {
		font-size:smaller;
		color: maroon;
	}		

/* --- */