/* Дрочишь на файл стилей? Бугога */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#fff;
	font-size:13px;
	font-family:Arial;
	color:#333333;
	line-height:1.3;
}

img {
	border:none;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#6699cc;
	/*color:#9a0000;*/ /* red */
	/*color:#ff9900;*/ /* Orange */
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear {
	clear:both;
}

.container {
	width:950px;
	margin:0 auto;
	padding:0 25px;
	overflow:hidden;
	background-color:#ffffff;
}

	/* Меню в самом верху */
	.menu {
		height:45px;
		background:url(../images/menu.png) repeat-x;
		-moz-border-radius:0px 0px 8px 8px;
		border-radius:0px 0px 8px 8px;
		overflow:hidden;
	}

		.menu ul {
			list-style:none;
			margin:5px 0px 0px 0px;
			overflow:hidden;
		}

			.menu ul li {
				float:left;
				padding:0px 20px 0px 20px;
				background:url(../images/dot-menu.png) right repeat-y;
			}
		
				.menu ul li a {
					font-size:14px;
					color:#ffffff;
					text-transform:uppercase;
					display:block;
				}
			
				.menu ul li a:hover {
					
				}
			
					.menu ul li a span{
						font-size:11px;
						text-transform:lowercase;
						display:block;
					}
			
			.menu ul li.menu-last {
				background:none;
			}
	
	/* Шапка */
	.header {
		height:100px;
		position:relative;
		/* background:url(../images/dot.png) bottom repeat-x; */
	}

		.logo {
			height:45px;
			position:absolute;
			top:30px;
			left:0px;
			padding:0 35px 0 0;
			background:url(../images/dot-vertical.png) right repeat-y;
		}
	
			.logo h1 {
				font-size:13px;
				display:none;
			}
			
		/* Авторизация */
		.login {
			height:45px;
			position:absolute;
			top:30px;
			left:310px;
			padding:0 35px 0 0;
			/* background:url(../images/dot-vertical.png) right repeat-y; */
			overflow:hidden;
		}
	
			.login-input {
				width:80px;
				padding:2px;
				margin:0 0 3px 0;
			}
		
			.login-reglink {
				font-size:12px;
			}
			
			.login-passlink {
				margin:0 0 0 19px;
				font-size:12px;
			}
	
	/* Контент, основная часть */
	.content {
		float:left;
		width:670px;
		display:inline;
		overflow:hidden;
	}

		#dle-speedbar {
			margin:0 0 15px 0;
			font-size:18px;
			background:url(../images/dot-gray.png) 0% 59% repeat-x;
		}
		
			#dle-speedbar span {
				margin:0 30px;
				padding:0 15px;
				background-color:#fff;
				color:#333;
			}
		
			#dle-speedbar span a {
				color:#333;
			}
			
		/* Новости на главной */
		.main-news-block {
			margin:0 0 15px 0;
			overflow:hidden;
		}

			.main-news-block h2 {
				margin:0 0 15px 0;
				background:url(../images/dot-gray.png) 0% 59% repeat-x;
			}
	
				.main-news-block h2 a {
					margin:0 30px;
					padding:0 15px;
					background-color:#fff;
					color:#333;
				}
		
				.main-news-block h2 a:hover {
					
				}
			
			/* Список новостей на главной */
			.main-news {
				width:420px;
				margin:0 0 15px 0;
				padding:0 0 15px 0;
				/* background:url(../images/dot.png) bottom repeat-x; */
				overflow:hidden;
			}

				.main-news-image {
					float:left;
					margin:4px 10px 0 0;
					width:90px;
					height:60px;
					overflow:hidden;
				}
	
					.main-news-image img {
						width:90px;
						margin:-10px 0 0 0;
					}
			
				.main-news-text {
			
				}
			
			.main-news-list {
				float:right;
				width:220px;
				overflow:hidden;
				list-style:none;
			}

				.main-news-list li {
					margin:0 0 10px 0;
				}
			
					.main-news-list li span {
						display:block;
						color:#888;
						font-size:11px;
					}
		
		/* Новости в категории */
		.short-news {
			margin:0 0 20px 0;
			padding:0 0 20px 0;
			background:url(../images/dot.png) bottom repeat-x;
			overflow:hidden;
		}
		
			.short-news-info {
				padding:3px 0;
				color:#888;
				font-size:11px;
			}

			.short-news-image {
				float:left;
				margin:4px 10px 0 0;
				width:160px;
				height:100px;
				overflow:hidden;
			}
	
				.short-news-image img {
					width:160px;
					margin:-30px 0 0 0;
				}
			
			.short-news-text {
				
			}
		
		/* Полная новость */
		.full-news {
			margin:0 0 20px 0;
			padding:0 0 20px 0;
			background:url(../images/dot.png) bottom repeat-x;
			overflow:hidden;
		}
		
			.full-news-info {
				margin:5px 0 20px 0;
				color:#888;
				font-size:12px;
			}

			.full-news-text {
				text-align:justify;
			}
	
			/* Опрос в новости */
			.news-poll {
				margin:20px 0 0 0;
			}
	
				.news-poll fieldset {
					border:1px solid #ddd;
					padding:15px;
					-moz-border-radius:8px;
					border-radius:8px;
				}
		
					.news-poll legend {
						margin:0 40px;
						padding:0 15px;
						font-size:18px;
					}
	
		/* Новости по теме */
		.related-news {
			margin:0px 0 20px 15px;
		}
	
		/* Комментарии */
		.comment {
			margin:0px 20px 30px 20px;
			overflow:hidden;
		}
	
			.comment-text {
				padding:10px;
				background:#fbfbfb;
				border:1px solid #f0f0f0;
				-moz-border-radius:8px;
				border-radius:8px;
			}
		
			.comment-info {
				margin:5px 0 0 10px;
				font-size:11px;
			}
		
		/* Навигация по странцам */
		.navigation {
			margin:20px 0;
			font-size:20px;
		}
	
		/* Метки */
		.tags {
			overflow:hidden;
		}
	
			.tags ul {
				list-style:none;
			}
	
				.tags li {
					display:inline;
					padding:0px 5px;
					line-height:20px;
				}
		
					.tags-xsmall {
						font-size:12px;
					}
			
					.tags-small {
						font-size:14px;
					}
			
					.tags-medium {
						font-size:16px;
					}
			
					.tags-large {
						font-size:18px;
					}
			
					.tags-xlarge {
						font-size:22px;
					}
			
		/* Таблица регистрации, восстановление пароля, профиль пользователя */
		.register {
			width:100%;
		}
	
			.register td {
				padding:5px 0px;
			}
	
			.register-td-left {
				width:250px;
			}
		
				.register-input {
					width:200px;
					padding:2px;
				}
	
	/* Правая колонка */
	.sidebar {
		float:right;
		width:250px;
		display:inline;
		overflow:hidden;
	}
	
		/* Популярные новости, лента последних новостей */
		.topnews {
			margin:0 0 20px 0;
			padding:5px 10px;
			background:#fbfbfb;
			-moz-border-radius:8px;
			border-radius:8px;
			overflow:hidden;
		}
	
			.topnews ul {
				list-style:none;
				margin:10px 0px 10px 0px;
			}
		
				.topnews ul li{
					margin:0px 0px 7px 0px;
					padding:0px 0px 10px 0px;
					background:url(../images/dot.png) bottom repeat-x;
				}
		
					.topnews ul li span {
						display:block;
						color:#888;
						font-size:11px;
					}
		
		/* Календарь новостей */
		div.calendar {
			margin:0px 0px 20px 0px;
			padding:5px 10px;
			background:#fbfbfb;
			-moz-border-radius:8px;
			border-radius:8px;
			overflow:hidden;
		}
	
			table.calendar {
				width:100%;
				margin:10px 0px 10px 0px;
			}
	
				.monthlink {
			
				}
	
				.weekday {
					color:#990000;
				}
		
				.day {
					
				}
		
				.day-current {
					border:1px solid #999999;
				}
		
		/* Баннер 250х250 */
		.sidebar-banner-250x250 {
			margin:0px 0px 20px 0px;
			overflow:hidden;
		}
	
		/* Голосование */
		.voting {
			margin:0px 0px 20px 0px;
			padding:5px 10px;
			background:#fbfbfb;
			-moz-border-radius:8px;
			border-radius:8px;
			overflow:hidden;
		}
	
			.voting .vote {
				padding:5px 5px;
			}

	/* Подвал */
	.footer {
		clear:both;
		height:40px;
		margin:30px 0 0 0;
		border-top:2px solid #333;
		position:relative;
		overflow:hidden;
	}

		.footer-copy {
			position:absolute;
			top:12px;
			left:0px;
		}
	
		.footer-counter {
			position:absolute;
			top:13px;
			right:0px;
		}