
/* Класи*/

body { 

		margin:0px;
		background-color:#222222;
		
}

a {

		color:#d6d6d6;

}


a.linkintext:hover {

		text-decoration:none;

}

div {

		font-family: Arial, sans-serif; 
		/*font-family:"Trebuchet MS", sans-serif; */
		color:#d6d6d6;     
     
}

div.line {

		height: 1px;
		background-color: #333;
  
}

div.line hr {

		display: none;
		
}

p { 

		/*text-indent:0em; */
		font-size:90%;
		line-height:120%;
		
		
}

h2, h3 { 

		font-size:120%;
		font-weight:normal;


}

div.content, #title, #menu, div.line, #form, #otherpapers, #addto, #comments, #backto, #links {

		margin:0px auto;
		width:700px;

}

/* id */

#container {

		width:100%;

}

#menu {

		height: 26px;
      
}

#date, #menu_links {


        float:left;
		text-align:center;
		margin:10px 0 10px 0;

}

#date {

      background-color:#333;
	   font-size:9pt;
      width:200px;
	   padding:5px 0 5px 0;

}

#menu_links {

		width:500px;

}

#menu_links a {

		font-size:14px;

}

#menu_links a:hover {

		text-decoration:none;

}

#title h1 {

		text-align:left;
		margin-top:40px;
		font-size:160%;
		font-weight:normal;

}


#addto {

		padding-top:18px;
      
}

#addto_text {

	float:left;
	font-size:12px;
		
}


#orphus_text {

	float:left;
	font-size:12px;
	padding-right:10px;

}



#links {

		margin:0px auto;
		width:600px;
		padding:10px;
		font-size:10px;

}

#form {

		padding-top:40px;

}

#form p {

   	padding-left:1.5em;

}

#comments {

		padding-top:25px;

}

a.user {

	   font-size:16px;
		font-style:normal;
		font-weight:bold;
		text-decoration:none; 

}


div.dateofcomment {
 
   	font-size:9px;
   	margin:2px 0 4px 0;


}


input.commentfield {

 	   background-color:#222222;
		color:#d6d6d6;
 	   border:#b4b4b4 1px solid;

}

textarea.commentfield {

		background-color:#222222;
   	color:#d6d6d6;
   	border:#b4b4b4 1px solid;

}

#otherpapers {

		padding-top:20px;

}

#otherpapers a:hover {

		text-decoration:none;

}

#backto {

		text-align:center;
		padding-top:40px;
		padding-bottom:60px;
}

#backto a {

		text-decoration:none;

}

div.content blockquote {

		padding:10px 0 10px 55px;
		background-color:#2E2E2E;
		margin:0px;
		

}

strong, b



