/* news */

#news {
	padding: 0;
	margin: 0;
	list-style: none;
}

#news li {
	padding: 0 0 20px;
	margin: 0;
	background: transparent;
}


#news li p.date {
	padding: 0;
	margin: 0;
	height: 20px;
}

#news li p.date span {
	float: left;
	height: 15px;
	text-align: center;
	line-height: 15px;
	margin: 0 3px 0 0;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

a.read-more {
	padding: 0 12px 0 0;
	background: url('../images/forward.gif') no-repeat 100% 6px;
}

#news li p.date span.d1 {
	background: url('../images/d1.gif') no-repeat 0 0;
	width: 21px;
}

#news li p.date span.d2 {
	background: url('../images/d2.gif') no-repeat 0 0;
	width: 33px;
}
#news li p.date span.d3 {
	background: url('../images/d3.gif') no-repeat 0 0;
	width: 24px;
}


#news li h3 {
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0;
	margin: 0;
}

#news li h3 a {
	color: #000;
}

.news-avatar {
	float: right;
	border: 4px solid #969593;
	margin: 10px 0 0 20px;
}

/* video */

#video-show {
	width: 360px;
	height: 300px;
	float: left;
}

#video-container p {
	color: #b0b0b0;
	padding: 0;
	margin: 0;
}

#video-scroll-up, #video-scroll-down {
	display: block;
	float: left;
	width: 158px;
	height: 18px;
	outline: none;
	text-indent: -4000px;
}

#video-scroll-up {
	background: url('../images/video_scrollup.gif') no-repeat 0 0;
}

#video-scroll-down {
	background: url('../images/video_scrolldown.gif') no-repeat 0 0;
}

#video-scroll {
	background: #fff;
	margin: 1px 0;
	width: 158px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

#video-scroll ul {
	padding: 3px 2px 3px 6px;
	margin: 0;
	list-style: none;
}

#video-scroll ul li {
	padding: 0;
	margin: 0;
	background: transparent;
	display: inline;
}

#video-scroll ul li a {
	padding: 0 0 1px 15px;
	margin: 0;
	background: url('../images/video.gif') no-repeat 0 4px;
	display: block;
	font-weight: normal;
}

#video-scroll ul li.sel a {
	font-weight: bold;
}

#video-current {
	padding: 10px 20px;
	margin: 10px 0;
	clear: both;
}

#video-current p.date {
	padding: 0;
	margin: 0;
	color: #070;
	font-weight: bold;
}

#video-other h3 {
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0;
	margin: 0;
}

#video-other h3 a {
	color: #000;
}

#video-other {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#video-other li {
	margin: 0;
	padding: 14px 0;
	background: transparent;
}

#video-other li div.preview {
	float: left;
	text-align: center;
	width: 170px;
	padding: 0 10px 0 0;
}

#video-other li div.preview img {
	border: 4px solid #cecece;
}

/* poll */


	ul#poll-results-list {
		padding: 0;
		margin: 12px 24px 12px 0;
		list-style: none;
	}

		ul#poll-results-list li {
			background: transparent;
			clear: both;
			padding: 4px 0 !important; 
			margin: 0;
			color: #b0b0b0;
		}

			ul#poll-results-list li h4 {
				font-size: 13px;
				color: #6e6e6e;
				font-weight: bold;
				padding: 5px 0 0 0;
				margin: 0;
				font-family: 'Arial narrow',Arial,verdana,'Trebuchet MS';
			}
			
			.poll-results-container {
				width: 360px;
				font-size: 12px;
			}
			
				.poll-results-bar {
					font-size: 1px;
					line-height: 0em;
					height: 8px;
					background: #ffd400;
					float: left;
					margin: 5px 5px 5px 16px;

				}
				
p.q {
	font-weight: bold;
	font-size: 18px;
}

/* zinot */

.zinot .box {
	background: #efeeee;
	padding: 12px;
	margin: 0 0 20px 0;
}

.zinot .box h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 10px;
}

.zinot .box .left {
	float: left;
	width: 50%;
}

.zinot .box .right {
	float: right;
	width: 48%;
}

.zinot input .box, .zinot .box textarea {
	border: 1px solid #bec0c2;
}

.zinot input.wide, .zinot textarea {
	width: 97%;
	padding: 1px 3px;
	border: 1px solid #bec0c2;
}


.zinot .box label {
	display: block;
}

.zinot .submit {
	border: 0;
	background: url('../images/grownups_formsubmit.gif') no-repeat 0 0;
	float: right;
	width: 138px;
	height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Arial narrow',Arial,verdana,'Trebuchet MS';
	font-weight: bold;
}

#wrapper-grownups #twitter {
	background: url('../images/twit.gif') no-repeat 50% 50%;
	top: 141px;
	right: 238px;
}

#wrapper-grownups #draugiem {
	background: url('../images/add.png') no-repeat 50% 50%;
	top: 141px;
	right: 264px;
}