/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* Reset CSS - http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126
----------------------------------------------------------------------------------------------------*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input {
	vertical-align: middle;
}

/* General
-----------------------------------------------------------------------------*/
body {
	background: #eaeaea;
	height:auto !important;
	min-height:100%;
	font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	padding: 0 20px;
}
.row {
	margin: 0 auto 30px;
	overflow: hidden;
}

/* Top nav
-----------------------------------------------------------------------------*/
#topnav {
	height: 30px;
	background: #fff;
	border-bottom: 3px solid #f66;
	margin-bottom: 20px;
}
	.topnav_sdle {
		color: #999;
		font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
		float: left;
	}
		.topnav_sdle li {
			float: left;
			margin-right: 5px;
		}
		.topnav_sdle a {
			color: #999; 
			text-decoration: underline !important;
		}
			.topnav_sdle a:hover {
				color: #000; 
				text-decoration: none !important;
			}
		.topnav_sdle .lostpass {
			padding-top:5px; 
			font-size: 11px;
		}
		.topnav_sdle .registr {
			padding-top:4px; 
			margin-left:110px;
		}
		.topnav_sdle .registr a {
			color: #f00;
		}
	

.searchbar_sdle {
	float: right;
}
	.searchbar {
		background: url(../images/searchform_bg.png) no-repeat 0 0;
		height: 20px;
		width: 145px;
	}
		.searchbar input {
			font: 11px/14px Arial;
			color: #333;
		}
		.searchbar li {
			float: left;
			height: 20px;
		}
		.searchbar .lfield {
			overflow: hidden;
			padding-left: 10px;
			width: 121px;
		}
			.searchbar .lfield input {
				background: #fff;
				border: 0 none;
				float: left;
				height: 15px;
				margin-top: 2px;
				width: 121px;
				vertical-align: top;
			}
			.searchbar .lbtn input {
				background: url(../images/searchform_bg.png) no-repeat 0 -20px;
				height: 20px;
				width: 14px;
				vertical-align: top;
			}
				.searchbar .lbtn input:hover {
					background: url(../images/searchform_bg.png) no-repeat -14px -20px;
				}

/* Header
-----------------------------------------------------------------------------*/
#header {
	padding-top: 10px;
}
	.logo_sdle {
		cursor: pointer;
		display: block;
		height: 60px;
		overflow: hidden;
		text-indent: -9999px;
		width: 200px;
		float: left;
		padding-right: 40px;
	}
		.logo_sdle  a {
			background: url(../images/logo-shablonydle.ru.png) no-repeat;
			display: block;
			height: 100%;
		}
	.menu_sdle {
		float: left;
		width: 740px;
		height: 40px;
		background: url(../images/menu_bg.png) repeat-x 0 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-top: 10px;
	}
		.menu_sdle ul {
			height: 40px;
			font: 12px/40px Arial, Tahoma, Verdana, sans-serif;
			overflow: hidden;
			padding: 0 5px;
		}
			.menu_sdle ul li {
				float: left;
				padding-left: 7px;
			}
				.menu_sdle ul li a {
					color: #fff;
					text-decoration: none !important;
					padding: 1px 2px;
				}
					.menu_sdle ul li a:hover, .menu_sdle ul li a.selected {
						border-bottom: 2px solid #f66;
					}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 240px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #0573ba;
	color: #fff;
	padding: 10px;
	height: 31px;
	font: 11px/12px Arial, Tahoma, Verdana, sans-serif;
}
#footer a {
	color: #fff;
	text-decoration: none !important;
}


/* style by shablonydle.ru
-----------------------------------------------------------------------------*/
.onelaststory_sdle{
	height: 235px;
	overflow: hidden;
}
	.onelaststory_sdle .image_sdle {
		float: left; 
		width: 350px;
	}
	.onelaststory_sdle .text_sdle {
		float: left; 
		width: 365px; 
		margin-left: 25px;
	}
		.onelaststory_sdle .text_sdle .titlestory_sdle a {
			font: 30px/36px Arial, Tahoma, Verdana, sans-serif;
			color: #069;
			text-decoration: none;
			margin: 10px 0;
			display: block;
		}
			.onelaststory_sdle .text_sdle .titlestory_sdle a:hover {
				color: #333;
			}
		.onelaststory_sdle .text_sdle .textstory_sdle {
			font: 16px/20px  Arial, Tahoma, Verdana, sans-serif;
			display: block;
			margin-bottom: 7px;
		}
	.category_sdle {
		font: 12px/21px Arial, Tahoma, Verdana, sans-serif; 
		background: #f66;
		color: #fff;
		padding: 3px 6px;
		margin-right: 5px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
		.category_sdle a {
			color: #fff;
			text-decoration: none;
		}
			.category_sdle a:hover{
				color: #c33;
			}
	.date_sdle {
		font: 11px/14px Arial, Tahoma, Verdana, sans-serif;
		color: #999;
		white-space: nowrap;
	}
	.comments_sdle {
		font: 12px/12px Arial, Tahoma, Verdana, sans-serif;
		color: #f93;
	}
	

.newsfromcategory_sdle {
	border-bottom: 1px dotted #ccc;
}
	.newsfromcategory_sdle .block-info_sdle {
	margin-left: 130px;
}
	.newsfromcategory_sdle .block-imagetext_sdle {
		margin-top: 10px;
	}
	.newsfromcategory_sdle .block-other_sdle {
		margin: 20px 0 20px 130px;
	}
		.newsfromcategory_sdle .image_sdle {
			float: left;
			width: 112px;
		}
		.newsfromcategory_sdle .text_sdle {
			float: left;
			width: 610px;
			margin-left: 18px;
		}
			.newsfromcategory_sdle .text_sdle .titlestory_sdle a {
				font: 22px/26px Arial, Tahoma, Verdana, sans-serif;
				color: #069;
				text-decoration: none;
			}
				.newsfromcategory_sdle .text_sdle .titlestory_sdle a:hover {
					color: #000;
				}
			.newsfromcategory_sdle .text_sdle .textstory_sdle {
				font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
				display: block;
				margin: 10px 0 5px 0;
			}
		.otherstory_sdle {
			background: url(../images/line_17x1.jpg) no-repeat 0 8px;
			margin-top: 6px;
			padding-left: 23px;
			font: 14px/14px Arial, Tahoma, Verdana, sans-serif;
			
		}
			.otherstory_sdle li {
				margin-right: 5px;
			}
				.otherstory_sdle .titlestory_sdle a {
					font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
					color: #069;
					text-decoration: none;
					margin-right: 5px;
				}
					.otherstory_sdle .titlestory_sdle a:hover {
						color: #000;
					}

.shortstory_sdle {
	border-bottom: none;
}
					
.titleblockgray_sdle {
	font: 14px/14px Arial, Tahoma, Verdana, sans-serif;
	border-bottom: 2px solid #ddd;
	padding: 7px;
	color: #333;
}
.titleblockgray2_sdle {
	font: 14px/14px Arial, Tahoma, Verdana, sans-serif;
	background: #ddd;
	padding: 7px;
	color: #333;
}
.titleblockblue_sdle {
	font: 14px/14px Arial, Tahoma, Verdana, sans-serif;
	background: #036;
	padding: 7px;
	color: #fff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
					
.laststory_sdle {
	background: #fff;
}
	.laststory_sdle li {
		padding: 10px 0 5px 0;
		border-bottom: 1px solid #ddd;
	}
	.laststory_sdle  .time_sdle {
		font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
		color: #666;
		float: left;
		width: 35px;
		padding-right: 5px;
	}
	.laststory_sdle  .titlestory_sdle {
		font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
		float: left;
		width: 155px;
	}
		.laststory_sdle  .titlestory_sdle a {
			color: #069;
			text-decoration: none;
		}
		.laststory_sdle  .titlestory_sdle a:hover {
			color: #000;
		}
	.laststory_sdle  .category_sdle {
		font: 12px/21px Arial, Tahoma, Verdana, sans-serif; 
		background: inherit;
		padding: 0;
		margin-right: 5px;
		color: #f66;
		white-space: nowrap;
	}
		.laststory_sdle  .category_sdle a {
			color: #f66;
		}
			.laststory_sdle  .category_sdle a:hover {
				color: #c33;
			}

.blockphoto_sdle, .blockvideo_sdle {
	padding: 15px;
	background: #069;
}
.blockvideo_sdle {
	padding: 0 15px 15px 15px;
	background: #069;
}
	.blockphoto_sdle .category_sdle, .blockvideo_sdle .category_sdle {
		font: 14px/14px Arial, Tahoma, Verdana, sans-serif; 
		background: none;
		margin: 0px;
		padding: 0px;
		color: #f66;
	}
	.blockphoto_sdle .image_sdle, .blockvideo_sdle .image_sdle {
		margin: 5px 0;
	}
	.blockphoto_sdle .titlestory_sdle a, .blockvideo_sdle .titlestory_sdle a {
		font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
		color: #fff;
		text-decoration: none !important;
	}
		.blockphoto_sdle .titlestory_sdle a:hover, .blockvideo_sdle .titlestory_sdle a:hover {
			color: #09f;
		}

.poll_sdle {
	font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
}
	.poll_sdle .titlevote_sdle {
		font: 14px/16px Arial, Tahoma, Verdana, sans-serif;
		font-weight: bold;
		margin: 10px 0;
	}
	.poll_sdle .buttonvote_sdle {
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
		.poll_sdle .buttonvote_sdle .ok {
			font: bold 14px/14px Arial, Tahoma, Verdana, sans-serif; 
			color: #069; 
			text-decoration: underline !important;
		}
			.poll_sdle .buttonvote_sdle .ok:hover {
				text-decoration: none !important;
			}
		.poll_sdle .buttonvote_sdle .result {
			font: 11px/11px Arial, Tahoma, Verdana, sans-serif; 
			color: #069; 
			text-decoration: underline !important;
		}
			.poll_sdle .buttonvote_sdle .result:hover {
				text-decoration: none !important;
			}
		.poll_sdle .buttonvote_sdle .allvote {
			font: 11px/11px Arial, Tahoma, Verdana, sans-serif; 
			color: #069; 
			text-decoration: underline !important;
		}
			.poll_sdle .buttonvote_sdle .allvote:hover {
				text-decoration: none !important;
			}

.interview_sdle {
	background: #393;
	padding: 10px;
	text-align: center;
}
	.interview_sdle .titleblock a {
		color: #fff;
		text-decoration: none;
		font: 18px/28px Arial, Tahoma, Verdana, sans-serif;
	}
	.interview_sdle .date {
		font: 11px/11px Arial, Tahoma, Verdana, sans-serif;
		padding: 10px 0 5px 0;
		display: block;
		color: #f99;
	}
	.interview_sdle .titlestory {
		font: 14px/16px Arial, Tahoma, Verdana, sans-serif;
		padding-top: 5px;
	}
		.interview_sdle .titlestory a {
			color: #fff;
			text-decoration: none !important;
		}
			.interview_sdle .titlestory a:hover {
				color: #f99;
			}

.speedbar_sdle {
	font: 11px/12px Arial, Tahoma, Verdana, sans-serif;
	color: #ccc;
	border-bottom: 1px dotted #000;
	padding: 0 0 5px 10px;
}
		.speedbar_sdle a {
			color: #666;
			text-decoration: none !important;
		}
			.speedbar_sdle a:hover {
				color: #000;
			}

.pages_sdle {
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
}
	.pages_sdle .navigation {
		font: 16px/20px Arial, Tahoma, Verdana, sans-serif;
		margin-bottom: 10px;
	}
		.pages_sdle .navigation span {
			color: #999; padding: 2px 6px;
			background: #eaeaea;
			border: 1px solid #ddd;
		}
		.pages_sdle .navigation a {
			color: #000; 
			text-decoration: none !important; 
			padding: 2px 6px; 
			background: #fff; 
			border: 1px solid #ddd;
		}
			.pages_sdle .navigation a:hover {
				background: #ccc;
			}
	.pages_sdle .nplink {
		font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
	}
		.pages_sdle .nplink span {
			color: #999;
			margin-right: 5px;
		}
		.pages_sdle .nplink a {
			color: #000;
			text-decoration: none !important;
		}
			.pages_sdle .nplink a:hover {
				color: #999;
			}

			

.fullstory-v1-xxxxx {margin-bottom: 20px;}
	.fullstory-v1-xxxxx .title {font: 36px/38px Arial, Tahoma, Verdana, sans-serif; color: #000; margin: 0 0 20px 0;}
	.fullstory-v1-xxxxx .image {float: left; height: 320px; width: 520px;}
	.fullstory-v1-xxxxx .info {
		float: left;
		color: #999;
		background: #eaeaea;
		font: 11px/12px Arial, Tahoma, Verdana, sans-serif;
		padding: 60px 5px 0 20px;
		width: 155px;
		height: 260px;
	}
		.fullstory-v1-xxxxx .info #ratig-layer {margin-top: 20px;}
		.fullstory-v1-xxxxx .info a {color: #999; text-decoration: underline !important;}
			.fullstory-v1-xxxxx .info  a:hover {color: #999; text-decoration: none !important;}
	.fullstory-v1-xxxxx .fulltext {margin: 20px 0; font: 16px/20px Arial, Tahoma, Verdana, sans-serif; color: #000;}
		.fullstory-v1-xxxxx .fulltext em {color: #000; font: italic 16px/20px Arial, Tahoma, Verdana, sans-serif; background: #eaeaea;}
		.fullstory-v1-xxxxx .fulltext b, .fullstory-v1-xxxxx .fulltext strong {font-weight: bold;}
		.fullstory-v1-xxxxx .fulltext p {margin: 10px 0;}
		.fullstory-v1-xxxxx .fulltext ul {list-style: circle outside; padding-left: 30px; color: #000; margin: 10px 0;}
		.fullstory-v1-xxxxx .fulltext ol {list-style: decimal outside; padding-left: 35px; color: #000; margin: 10px 0;}

.edit-menu-xxxxx {display: inline;}
	.edit-menu-xxxxx li {float: left; height: 19px; width: 19px;}
		.edit-menu-xxxxx li img {display: block}

		

		
.relatednews_sdle {
	padding: 20px 20px 5px 30px;
	background: #eaeaea;
}
	.relatednews_sdle li {
		font-size: 14px;
		padding: 0 0 7px 25px;
		line-height: 16px;
		background: url(../images/line_17x1.jpg) 0 7px no-repeat;
	}
		.relatednews_sdle li a {
			color: #069;
			text-decoration: none !important;
		}
			.relatednews_sdle li a:hover {
				color: #000;
			}
			
.comments-v1-xxxxx {padding: 10px 0; margin-top: 10px; font: bold 14px/16px Arial, Tahoma, Verdana, sans-serif;}
	.comments-v1-xxxxx .addcomments {font: 11px/12px Arial, Tahoma, Verdana, sans-serif; color: #999; text-decoration: underline !important;}
		.comments-v1-xxxxx .addcomments:hover {text-decoration: none !important;}

.fbutton {
    background: url(../dleimages/fbutton.png) repeat-x 0 100% #FFFFFF;
    border: 1px solid #C4C4C4;
    color: #333;
    height: 31px;
    margin-bottom: 2px;
    padding: 4px 0 5px;
    width: 103px;
}
.fbutton:hover {
    background-position: 0 5px;
}
button.fbutton span {
    cursor: pointer;
    display: block;
}

/* footer */			
.stat_sdle {
	float:left;
	width: 31px;
}
.about_sdle {
	float: left;
	padding: 2px 0 0 10px;
}
.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0px;
	width: 320px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	font-size: 0.9em; 
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #4e4e4e;
}

.pm_status_content {
	padding: 5px;
}