/* Reset styles б*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}





/* Site styles */






html {
	background:#fff9ef url("../images/bg.gif") repeat-x top;
}



										/* Цвет текста в новости! */


body {
	font:0.7em Verdana;
	color:#414442;
	background:url("../images/header-bg.jpg") repeat-x top left;
}


										/* Цвет текста на строчке внизу! */
a {
	color:#3f4641;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}






/* Заголовки */





h1 {
	color:#f67027;
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:5px;
	line-height:20px;
}

h2 {
	line-height:18px;
	background:url("../images/h2-bg.gif") repeat-y right;
	padding:10px 40px 10px 10px;
	font-size:1.3em;
	font-weight:bold;
	color:#f67027;
	margin:0 -10px 10px;
}





/* Form elements */




.vote-button {
	border:1px solid #ccc;
	background:#fff;
	font:0.9em Verdana;
	padding:2px 0;
}

.textbox {
	border:1px solid #999;
	background:#fff;
	font:1em Verdana;
	padding:2px;
}

.button {
	border:1px solid #999;
	background:#fff;
	font:1em Verdana;
	height:18px;
	padding:1px 0;
	color:#333;
}

textarea {
	background:#eee;
}





							/* Паддинг тут - это расстояние от нижней полоски */

#wrapper {
	background:url("../images/header.jpg") no-repeat left top;
	min-width:1000px;
	padding-bottom:10px;
}

	#container {
		width:100%;
		float:left;
		margin-right:-230px;
	}

		#content {
			margin-right:230px;
		}





/* Header */




#header {
	height:244px;
	background:url("../images/girl.png") no-repeat right top;
	position:relative;
}

	.logo {
		position:absolute;
		top:0;
		left:0;
	}

	#header ul {
		font:1.4em Arial;
		position:relative;
		top:170px;
		padding-left:10px;
		overflow:hidden;
		float:left;
	}
	


					/* ffffff тут - это цвет черточек, там где обратная связь и прочее, наверху короче )) */


		#header li {
			float:left;
			padding:0 10px 0 11px;
			border-right:1px solid #ffffff;
			margin-right:-1px;
		}


					/* 599930 тут - это цвет самих надписей обратная связь и прочее, наверху короче )) */

		
			#header li a {
				color:#599930;
				text-decoration:underline;
			}
			
			#header li a:hover {
				text-decoration:none;
			}




	
/* Central column */



	
#main {
	margin-left:230px;
	padding:15px 0 0;
}

	.post-block {
		padding:0 4px 0;
		position:relative;
		margin:0 0 10px;
	}

	.post-left {
		background:url("../images/post-left.png") no-repeat;
		width:4px;
		height:173px;
		position:absolute;
		left:0;
		bottom:0;
		display:block;
	}
	
	.post-right {
		background:url("../images/post-right.png") no-repeat;
		width:4px;
		height:173px;
		position:absolute;
		right:0;
		bottom:0;
		display:block;
	}
	
	.post-center {
		height:7px;
		background:url("../images/post-center.png") repeat-x bottom;
		font-size:0;
		overflow:hidden;
		position:relative;
		display:block;
	}

	.post {
		background:#fff;
		position:relative;
	}


									/* Цвет полоски НОВОСТИ */

		.title {
			background:#ffd49d;
			padding:5px 0 5px 5px;
		}
		
			.title p {
				font-size:0.9em;
				line-height:10px;
			}


									/* Цвет категории НОВОСТИ */
			
				.title p a {
					color:#3695e0;
					font-weight:bold;
				}


									/* Цвет ДАТЫ "Сегодня типа" и САМОЙ полоски */

				
			.date {
				float:right;
				color:#57a134;
				padding:0 10px;
				font-size:1.3em;
				font-weight:bold;

				background:#fae6c5;
				margin:-5px 0;
				line-height:45px;
				position:relative;
			}
		
		.post-story {
			padding:10px 5px;
			overflow:hidden;
		}
		
			.post-story img {
				margin:0 5px;
			}
						/* Цвет полосочки ПОД новостью  и черточки между комментами и подробнее */


		
		.post-footer {
			border-top:1px solid #ffd49d;
			margin:0 10px;
			color:#ffd49d;
			font-size:1.2em;
			font-weight:bold;
			padding:10px;
		}

						/* Цвет самих "комментов и подробнее" */
		
			.post-footer p a {
				color:#3695e0;
				margin:0 10px;
			}

			.rating-box {
				float:right;
				position:relative;
				font-weight:normal;
				line-height:14px;
			}

		.related-news {
			font-weight:bold;
			padding:5px 20px;
		}
	

/* Блок под навигацией полоска */



.block {
	width:220px;
	position:relative;
	padding:0 5px 8px 0;
	overflow:hidden;
	margin-bottom:10px;
}

	.block-content {
		background:#fff9ed url("../images/block-bg.gif") repeat-x top;
		position:relative;
		padding:0 10px 10px;
	}
	
	.block-shadow {
		background:url("../images/block-shadow.png") no-repeat;
		width:225px;
		height:255px;
		position:absolute;
		display:block;
		bottom:0;
		right:0;
	}

/* Последние новости */

#leftside {
	width:225px;
	float:left;
	padding:15px 5px 0 0;
}

	#leftside a {
		color:#3695e0;
	}

	.menu {
		font:1.1em Arial;
		font-weight:bold;
	}
	
		.menu li {
			
		}

				/* Цвет НАВИГАЦИИ при наведении мыши */

		
			#leftside .menu li a {
				color:#3695e0;
				padding:3px 10px;
				display:block;
			}
			
			#leftside .menu li a:hover {
				background:#fff;
				color:#3695e0;
				text-decoration:underline;
			}
	
	#leftside p {
		margin-bottom:5px;
	}

/* Right column */
	
#rightside {
	width:225px;
	float:right;
	padding:15px 0 0 5px;
}


					/* Цвет текста "Регистрация, архивы, в календаре даты, где новости есть и ПХ" */
	
	#rightside a {
		color:#3695e0;
	}

	#rightside .block {
		padding:0 0 8px 5px;
	}

		#rightside .block-shadow {
			background:url("../images/block-shadow-right.png") no-repeat;
			left:0;
		}
	
	#rightside .textbox {
		width:130px;
	}
	
	#rightside p {
		margin-bottom:5px;
	}




/* Нижняя полоска нижней полоски )) и точка возле ключевика*/





#footer {
	background:url("../images/footer-bg.gif");
	border-bottom:2px solid #3695e0;
	text-align:center;
	padding:10px;
	color:#3695e0;
	font-weight:bold;
	font-size:1.1em;
}

.center {
	text-align:center;
}

.clearing {
	height:0;
	clear:both;
	font-size:0;
}





/* Навигация */

.navigation {
	color:#666; 
	border:0px;
}


			/* :::::::::::: */

	.navigation a {
		text-decoration:none;
		color:#ffffff;
		background:#3695e0;
		border:1px solid #999;
		padding:3px 6px;
		font-size:11px
	}

	.navigation a:hover {
		background:#ffffff;
		color:#3695e0;
		border-color:#999;
	}

	.navigation span {
		text-decoration:none;
		background:#fff;
		padding:3px 6px;
		border:1px solid #999;
		color:#999;
		font-size:11px;
	}





/* Add comments */

.addcomment {
	width:462px;
	border-collapse:separate;
	margin:10px 0;
	vertical-align:top;
	text-align:left;
	background:#fff;
}

	.addcomment th {
		padding:4px;
		background:#F4ECE3;
		color:#333;
		text-align:center;
		font-weight:bold;
	}

		.addcomment textarea {
			width:100%;
			border:none;
			height:100px;
		}

	.commentform {
		line-height:25px;
		width:24%;
	}

	.center {
		text-align:center;
		width:100%;
	}

	.center .addcomment {
		margin:0 auto 5px;
		border:1px solid #ccc;
	}

/* Comments styles */

.answer {
	width:98%;
	margin:10px 0;
	border-collapse:separate;
}

	.answer td {
		padding:0;
	}

	.answer th {
		background:#F4ECE3;
		color:#333;
		font-weight:normal;
		padding:4px;
		text-align:left;
	}

		.answer th a {
			color:#333;
			text-decoration:underline;
			font-weight:bold;
		}

	.answer .comment_user_info {
		background:#eee;
		width:20%;
		padding:5px;
		font-size:0.9em;
		vertical-align:top;
	}

	.answer .user_comment {
		background:#f9f9f9;
		padding:5px 10px;
		vertical-align:top;
	}

	.comment_bottom td {
		background:#F4ECE3;
		padding:3px 5px;
		color:#333;
		font-size:0.9em;
	}

		.comment_bottom td a {
			color:#333;
			text-decoration:underline;
		}

		.comment_bottom td a:hover {
					text-decoration:none;
		}

	.right_bottom {
		float:right;
	}






/* Add news */

.addnews {
}

	.addnews td {
		padding:3px;
	}

		.addnews textarea {
			width:100%;
			height:100px;
		}

		.addnews .textbox {
			width:200px;
		}





/* Feedback */

.feedback {
	width:98%;
}

	.feedback td {
		padding:3px;
	}

		.feedback textarea {
			width:100%;
			height:100px;
		}



/* Lost password */

.lostpassword td {
	padding:3px;
}

/* Personal message */

.pm {
	border-collapse:separate;
	width:462px;
}

	.pm td {
		padding:3px;
	}

		.pm textarea {
			width:100%;
			border:0;
			height:100px;
		}

/* Registration */

.registration td{
	padding:5px;
}

	.registration .button1 {
		margin-bottom:0;
	}

	.registration .textbox {
		width:150px;
	}

/* User info */

.userinfo {
	width:98%;
	margin-bottom:10px;
}

	.userinfo td {
		padding:3px;
		vertical-align:top;
	}

		.userinfo textarea {
			width:100%;
			height:80px;
		}

		.userinfo .textbox {
			width:200px;
		}

/* Stats б*/

.stats {
	border-collapse:separate;
	margin-bottom:10px;
	width:98%;
}

	.stats td {
		vertical-align:top;
		padding:3px;
	}
