* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #222;
	/*
	background: #fff url('../images/bg-1.jpg') no-repeat top center;
	*/
	background-color: #eee;
}

a {
	text-decoration: none;
	color: #222;
	border-bottom: 1px solid #aaa;
}
a:hover{
	background-color: #eee;
}

textarea, input[type=text], input[type=password] {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	border: 1px solid #aaa;
	padding: 4px 6px;
}

iframe {
	border: 0;
}

hr {
	color: #aaa;
	background-color: #aaa;
	border: 0;
	height: 1px;
	margin-bottom: 12px;
}

.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/*
	headings
*/

h1, h2 {
	font: 34px/34px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #222;
	margin-bottom: 16px;
}

h3, h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

/*
	logo
*/
#logo {
	position: absolute;
	display: block;
	margin-left: 320px;
	text-indent: -9999px;
	background: url('../images/logo-9.jpg') no-repeat;
	width: 314px;
	height: 101px;
	border: 0;
}

#top_header {
	height: 110px;
}

/*
	navi
*/

#navi {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 38px;
	border-top: 2px solid #222;
	border-bottom: 1px solid #222;
}
#navi_sub, #navi_reg {
	float: left;
	font-size: 13px;
	line-height: 25px;
	font-family: Helvetica, Arial, Verdana;
	text-transform: uppercase;
	font-weight: bold;
}
#navi_reg {
	float: right;
}

#navi ul, #navi_sub ul, #navi_reg ul, #navi_column ul {
	list-style-image: none;
	list-style-type: none;
}
#navi li, #navi_sub li, #navi_reg li {
	float: left;
}
#navi li a {
	display: block;
	text-decoration: none;
	height: 38px;
	line-height: 38px;
	margin-right: 20px;
	border: 0px;
	background-color: #fff;
	color: #222;
}
#navi li a:hover {
	
}
#navi li a.selected {
	background-color: #fff;
	color: #222;
}

#navi li#tab_radio, #navi li#tab_lehti {
	float: right;
}
#navi li#tab_radio a, #navi li#tab_lehti a {
	padding: 0 8px;
	margin-right: 0;
}

#navi_sub li {
	margin-right: 12px;
}
#navi_sub li a, #navi_reg li a {
	background: none;
	color: #444;
	text-decoration: none;
	border: 0;
}
#navi_sub li a:hover, #navi_reg li a:hover {
	color: #222;
	border-bottom: 1px solid #888;
}

#navi_reg li {
	margin-left: 12px;
}

#navi_column {
	margin-bottom: 20px;
}
#navi_column li a {
	display: block;
	border: 0;
	background: #eee url('../images/arrow-right.png') no-repeat 20px 50%;
	padding: 8px 20px 8px 32px;
	margin-bottom: 1px;
}
#navi_column li a:hover {
	background-color: #ddd;
}

#links_left {
	float: left;
}

/*
	sliders
*/

#tabs {
	float: right;
	line-height: 16px;
	text-align: right;
}
#tabs a {
	text-decoration: none;
}
#tabs a:hover {
	background-color: #444;
	color: #fff;
}
#tabs a.selected {
	background-color: #222;
	color: #fff;
	text-decoration: none;
}

.slidemenu {
	background-color: #222;
	color: #aaa;
}
.slidemenu p {
	margin-bottom: 12px;
}
.slidemenu .wrapper {
	padding: 24px 0;
	width: 989px;
	margin: 0px auto;
}
.slidemenu h4 {
	font: 34px/34px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #eee;
	margin-bottom: 16px;
}
.slidemenu a {
	color: #fff;
	border: 0;
}
.slidemenu a:hover {
	color: #ccc;
	background-color: #444;
	border: 0;
}

#profile #profile_navi a {
	display: block;
	float: left;
	border: 1px dotted #fff;
	margin-right: 12px;
	padding: 6px 12px;
}

#profile #slider_status {
	line-height: 36px;
	margin-left: 12px;
	background-color: #555;
	padding: 0 12px;
}
#profile #slider_status_update {
	line-height: 36px;
	margin-left: 12px;
}

#profile #bookmarks {
	margin-top: 12px;
	border-top: 1px dotted #888;
	padding-top: 12px;
}
#profile #bookmark_list a {
	background: url('../images/heart.png') no-repeat 0px 1px;
	padding-left: 24px;
}
#profile #bookmark_list .remove_bookmark {
	background: none;
	padding: 0;
	margin-left: 4px;
	color: #888;
}
.add_bookmark {
	background: url('../images/heart.png') no-repeat 0px 1px;
	padding-left: 24px;
}

#login label, #login input {
	margin-right: 8px;
}
#login a {
	margin-left: 8px;
	float: right;
}

#register label {
	display: block;
	width: 120px;
	float: left;
	line-height: 24px;
}
#register input[type="text"], #register input[type="password"] {
	float: left;
	width: 150px;
	margin-bottom: 6px;
}
#register input[type="submit"] {
	margin-top: 12px;
}
#register select {
	float: left;
	margin-right: 4px;
	margin-bottom: 16px;
}
#register #reg_message {
	padding: 0px 4px;
	margin-top: 12px;
	margin-left: 16px;
}

/*
	news ticker
*/

#newsbar {
	background-color: #fffbe3;
	color: #222;
	line-height: 30px;
	font-size: 13px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #222;
}
#newsbar ul {
	list-style-image: none;
	list-style-type: none;
}
#newsbar ul li {
	text-align: center;
	width: 989px;
}
#newsbar a, #newsbar a:visited {
	text-decoration: none;
	color: #222;
}
#newsbar a:hover {
	color: #222;
	background-color: #eee;
}
#newsbar .section {
	margin-right: 4px;
	padding: 3px 4px;
	font-weight: bold;
	background-color: #fffbe3;
}
#newsbar .time {
	margin-left: 6px;
	font-size: 12px;
	color: #aaa;
}

#searchbar {
	float: right;
	margin-top: 5px;
}
#searchbar #keywords {
	padding: 3px 3px 3px 21px;
	width: 120px;
	background: url('../images/search-1.jpg') no-repeat 2px 50%;
}



/*
	tabbed content
*/

#tabbed_content {
	margin-bottom: 20px;
}
#tabbed_content ul {
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #888;
	height: 32px;
	margin-bottom: 24px;
}
#tabbed_content li {
	float: left;
}
#tabbed_content ul a {
	background-color: #f1f1f1;
	border: 1px solid #888;
	line-height: 19px;
	display: block;
	float: left;
	padding: 6px 12px;
	margin-right: 8px;
}
#tabbed_content ul a.selected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#tabbed_content ul a:hover {
	
}


/*
	common elements
*/

#background {
	width: 1170px;
	margin: 24px auto 24px auto;
}

#container {
	background-color: #fff;
	width: 989px;
	float: left;
	padding: 20px;
}

#header {

}

#content {
	margin-top: 24px;
}

/*
	column 1
*/

#main_column_1 {
	float: left;
	width: 490px;
	/*margin-right: 20px;*/
	padding-right: 20px;
	border-right: 1px dotted #222;
}

#main_column_1 p {
	margin-bottom: 12px;
}

#content .wide {
	width: 728px;
	border: 0px;
}

/*
	stream entry
*/

.stream_entry {
	border-bottom: 1px dotted #222;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.wide .stream_entry {
	margin: 0;
	padding: 0;
	border: 0;
}
.stream_entry .text {
	font-size: 13px;
	line-height: 20px;
}
.stream_header {
	border-top: 2px solid #222;
	border-bottom: 1px solid #222;
	margin-bottom: 12px;
}
.stream_header .info
{
	float: left;
	height: 55px;
	margin-left: 20px;
	margin-top: 15px;
}
.stream_entry .text a {
	color: #ff5d56;
	border-bottom: 1px solid #ff5d56;
}
.stream_entry .author {
	line-height: 28px;
	color: #888;
	font-size: 12px;
	margin-left: 12px;
	float: right;
}
.wide .stream_entry h1, .stream_entry h2 {
	margin-top: 8px;
	font: 34px/34px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.wide .stream_entry h2 {
	margin-top: 8px;
	font: 26px/26px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.wide .stream_entry h1 a, .stream_entry h2 a {
	border: 0;
	color: #333;
}
.stream_entry h2 a:hover {
	color: #222;
	background-color: #eee;
}
.stream_entry .note {
	font-size: 13px;
	line-height: 28px;
	min-width: 50px;
	float: left;
}
.stream_entry .text img,
.stream_entry .text object,
.stream_entry .text embed {
	margin-bottom: 16px;
}
.wide .stream_entry .text object,
.wide .stream_entry .text embed {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.stream_entry .social {
	margin-top: 16px;
}
.stream_entry .social a {
	display: block;
	float: left;
	line-height: 26px;
	padding-right: 12px;
	margin-right: 8px;
	background-color: #fff;
	border: 1px dotted #aaa;
}
.stream_entry .social a:hover {
	background-color: #eee;
} 
.stream_entry .social .read_more {
	background-color: #FF5D56;
	color: #fff;
	border: 1px solid #FF5D56;
	padding-left: 12px;
}
.stream_entry .social .read_more:hover {
	color: #333;
	border: 1px solid #aaa;
}
.stream_entry .social .comments {
	background: url('../images/social-comments.png') no-repeat 9px 55%;
	padding-left: 32px;
}
.stream_entry .social .thumbup {
	background: url('../images/social-thumbup.png') no-repeat 9px 50%;
	padding-left: 30px;
}
.stream_entry .social .thumbdown {
	background: url('../images/social-thumbdown.png') no-repeat 9px 50%;
	padding-left: 30px;
}
.stream_entry .social .share {
	background: url('../images/social-share.png') no-repeat 9px 50%;
	padding-left: 30px;
}
.entry_comments, .entry_share {
	
}
.entry_comments .wrapper, .entry_share .wrapper {
	padding-top: 20px;
}

#archive {
}
#archive .year_title {
	display: block;
	font-size: 15px;
	border: 0;
	margin-top: 4px;
}
#archive .year {
	margin: 6px 0;
}
#archive .month_title {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #aaa;
}
#archive .month_title a {
	float: left;
}
#archive .month_title .right {
	font-weight: normal;
	color: #888;
}
#archive .month {

}
.archive_entry {
	padding: 6px 0;
	border-bottom: 1px dotted #aaa;
	color: #888;
}
.archive_entry.selected a {
	border: 0;
	color: #888;
}

/*
	column 2
*/

#main_column_2 {
	float: left;
	width: 199px;
	padding: 20px;
	padding-top: 0;
}

#main_column_2 .column_entry {
	margin-bottom: 20px;
}
#main_column_2 .column_entry .prefix {
	color: #888;
	display: block;
	float: left;
	width: 42px;
}
#main_column_2 .column_entry h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 2px solid #222;
	border-bottom: 1px solid #222;
	line-height: 28px;
	margin-bottom: 20px;
}

.column_entry h4 {
	font-weight: bold;
}
.column_entry p {
	margin-bottom: 12px;
}
.column_entry .image a {
	border: 0;
}
.column_entry .image {
	margin-bottom: 12px;
}

#front_televisio .desc {
	margin-top: 8px;
}

.tweet_list {
	list-style: none;
}
.tweet_list li {
	list-style: none;
	margin-bottom: 12px;
}
.tweet_list a.tweet_time {
	margin-top: 3px;
	display: block;
	color: #888;
	font-size: 12px;
	border: 0;
	background-image: url('../images/icon-twitter-1.png');
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 24px;
}

/*
	column 3
*/

#main_column_3 {
	float: right;
	width: 239px;
}
#main_column_3 .column_entry {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 20px;
}
#main_column_3 .column_entry a:hover {
	background-color: #ddd;
}

#main_column_3 #forum_box {
	padding: 0;
}
#main_column_3 #forum_box h3 {
	padding: 20px 20px 0 20px;
}
#main_column_3 #topics {
	padding: 20px;
	
}
#main_column_3 #forum_links {
	padding: 0 20px;
	border-bottom: 1px dotted #222;
}
#main_column_3 #forum_links a {
	display: block;
	float: left;
	margin-right: 6px;
	border: 1px dotted #222;
	border-bottom: 0;
	padding: 2px 4px;
}
#main_column_3 #forum_links a.selected {
	font-weight: bold;
}
#main_column_3 #forum_box .topic,
#main_column_3 #topic_box .topic {
	background: none;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#main_column_3 #forum_box .topic .time {
	float: left;
	width: 36px;
	color: #222;
}
#main_column_3 #forum_box .title {
	float: left;
	width: 160px;
	font-weight: normal;
}
#main_column_3 #topic_box .title {
	padding: 3px 0;
	width: 199px;
	font-weight: normal;
}
#main_column_3 #forum_box .topic .count {
	text-align: right;
	float: right;
	width: 36px;
}

/*
	new frontpage wide column
*/

#main_column_new {
	float: right;
	width: 458px;
}
#main_column_new .column_entry {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 20px;
}
#main_column_new h3, .front_ad h3 {
	line-height: 28px;
	font-size: 16px;
	color: #FF5D56;
	border-top: 2px solid #222222;
	border-bottom: 0px;
	margin-bottom: 0px;
	height: 40px;
	text-indent: -9999px;
	background-position:  0% 48%;
	background-repeat: no-repeat;
	/*
	border-bottom: 1px solid #222222;
	margin-bottom: 12px;
	*/
}

/*
	pagination
*/

.pagination {
	padding: 5px 0px;
}
.pagination span {
	margin-right: 6px;
	padding: 6px 8px;
}
.pagination a {
	margin-right: 6px;
	padding: 6px 8px;
	background-color: #eee;
	border: 0;
}
.pagination a.selected {
	margin-right: 6px;
	padding: 6px 8px;
	background-color: #ccc;
	border: 0;
}

/*
	footers
*/

#social_footer {
	margin-top: 40px;
	padding: 14px 0;
	border-top: 2px solid #222;
	border-bottom: 1px solid #222;
	line-height: 28px;
}
#social_footer h3 {
	margin: 0;
}
#social_footer span {
	float: left;
	display: block;
	padding-left: 36px;
	margin-left: 20px;
}
#follow_fb {
	background: url('../images/logo-fb-1.png') no-repeat;
}
#follow_twitter {
	background: url('../images/logo-twitter-1.png') no-repeat;
}
#follow_rss {
	background: url('../images/logo-rss-1.png') no-repeat;
}
#social_footer form input[type=text] {
	margin: 0 8px;
}


#footer {
	margin: 24px 0;
	line-height: 19px;
}
#footer p {
	margin-bottom: 12px;
}
#footer #basso {
	float: left;
	width: 160px;
	border-right: 1px dotted #888;
}
#footer #basso img {
	margin-bottom: 16px;
}
#footer #io {
	float: left;
	width: 180px;
	margin-left: 20px;
	border-right: 1px dotted #888;
}
#footer #sitemap {
	float: right;
}

#sitemap ul {
	float: left;
	margin-left: 32px;
	list-style-image: none;
	list-style-type: none;
}
#sitemap li.parent {
	font-weight: bold;
	margin-bottom: 12px;
}
#sitemap li a {
	border: 0;
}

/*
	link arrow
*/

a.link {
	background: url('../images/arrow-right.png') no-repeat 0% 50%;
	padding-left: 12px;
	border: 0 !important;
	color: #222 !important;
}
a.link:hover {
	background-color: #eee;
}

/*
	tags
*/

#tags {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 12px 0 6px 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
#tags .title {
	padding: 3px 0;
	float: left;
	width: auto;
	font-weight: bold;
	margin-right: 12px;
}
#tags a {
	display: block;
	float: left;
	font-weight: bold;
	background-image: url('../images/tag-arrow.png');
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding: 3px 6px 3px 23px;
	border: 1px dotted #ccc;
	margin-right: 6px;
	margin-bottom: 6px;
}
#tags .tag span {
	margin: 0;
}

/*
	comments
*/

.comment_form {
	background-color: #eee;
	padding: 12px 12px 9px 12px;
	margin-bottom: 16px;
}
.wide .comment_form {
	
}
.comment_form label, .comment_form input {
	float: left;
	margin-top: 3px;
}
.comment_form textarea {
	float: left;
	width: 300px;
	margin-left: 12px;
	margin-right: 12px;
	height: 18px;
}
.wide .comment_form textarea {
	width: 540px;
}
.comment_form input[type="checkbox"] {
	margin-left: 85px;
	margin-top: 7px;
	margin-right: 8px;
}

.comment_image {
	float: left;
	margin-right: 8px;
}
.comment_image a {
	border: 0;
}
.comment {
	overflow: hidden;
	font: 12px/18px Georgia, "Times New Roman", Times, serif !important;
	width: 399px;
	float: left;
	background: #eee url('../images/comment-arrow.png') no-repeat top left;
	padding: 7px 12px 7px 20px;
	margin-bottom: 12px;
}
.wide .comment {
	width: 638px;
}
.comment .time {
	display: block;
	color: #888;
}
.comment .time a {
	font-weight: normal !important;
	color: #888 !important;
}
.comment a {
	font-weight: bold !important;
	color: #222 !important;
}
.comment a:hover {
	text-decoration: none !important;
	background-color: #ccc;
}
.comment .text {
}

.private {
	background-color: #ddd;
	font-style: italic !important;
}
.admin {
	background-color: #f1f1f1;
}

#main_column_new .comment_form textarea {
	width: 270px;
}
#main_column_new .comment {
	width: 368px;
}

/*
	thumbs
*/

.social .thumbup {
	display: block;
	float: left;
	background: url('../images/social-thumbup.png') no-repeat 9px 50%;
	padding-left: 30px;
	padding-right: 12px;
	background-color: #fff;
	border: 1px dotted #aaa;
}
.social .thumbup:hover {
	background-color: #eee;
}

/*
	user
*/

#last_login {
	color: #888;
	line-height: 34px;
}

#user_status {
	padding: 10px 12px;
	background-color: #eee;
	margin-bottom: 12px;
	border: 1px dotted #aaa;
	font-size: 16px;
	line-height: 24px;
}
#user_status .update_toggle {
	font-size: 11px;
	color: #888;
}
#user_status #status_form {
	line-height: 26px;
}
#user_status #status_form input,
#user_status #status_form textarea {
	float: left;
	margin-right: 12px;
}
#user_status #status_input {
	height: 18px;
	width: 326px;
}

#pictures {
	
}
#pictures .picture {
	margin-bottom: 12px;
}
#pictures a {
	border: 0;
	background: none;
}
#pictures img {
	width: 189px;
	border: 6px solid #eee;
}
#pictures img:hover {
	border: 6px solid #ccc;
}
#pictures .picture_tools {
	margin: 10px 0;
	text-align: center;
}
#pictures .picture_tools a {
	background-color: #eee;
	padding: 3px 4px;
	margin: 0 2px;
}
#pictures .picture_tools a:hover {
	background-color: #ccc;
}

#pictures img.hidden_pic {
	opacity: 0.5;
}
#pictures img.normal_pic {
	
}
#pictures img.default_pic {
	border: 6px solid #333;
}

.settings label {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 12px;
}

.settings h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 12px;
	border-top: 3px solid #222;
}

.settings input[type="checkbox"] {
	margin-bottom: 8px;
}

/*
	users
*/

#feed {
	margin-bottom: 12px;
}
#feed a {
	font-weight: bold;
}

.feed_entry {
	padding: 6px 0;
	border-top: 1px dotted #aaa;
}
.feed_entry .time {
	
}

#user_list .user {
	padding: 6px 0;
	border-top: 1px dotted #aaa;
}
#user_list .user .number {
	float: left;
	width: 25px;
}
#user_list .user .name {
	float: left;
}
#user_list .user .value {
	float: right;
	color: #888;
}

/*
	search
*/

#search_form {
	background-color: #eee;
	padding: 12px 16px;
}
.result {
	padding: 8px 0;
	border-bottom: 1px dotted #888;
}
.result .category {
	padding: 2px 4px;
	margin-right: 8px;
}

.title {
	width: 400px;
}
.cat {
	width: 180px;	
}
.replies {
	
}
.time {
	color: #888;
}

/*
	lehti
*/

#mag_info img {
	width: 300px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#mag_info p {
	margin-bottom: 20px;
}

#mag_archive {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#mag_archive .cover {
	float: left;
	width: 149px;
	height: 222px;
	padding: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #eee;
}
#mag_archive img {
	width: 149px;
	border: 1px solid #ccc;
}
#mag_archive a {
	border: 0;
}
#mag_archive .cover p {
	margin: 6px 0 0 0;
}

#mag_order {
	width: 600px;
}

#mag_order label {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 12px;
}
#mag_order input[type="text"] {
	width: 200px;
}
#mag_order input[type="checkbox"], #mag_order input[type="radio"] {
	margin-bottom: 6px;
	margin-right: 6px;
}
#mag_order #lahjatilaus_wrapper {
	margin: 12px 0;
}

/*
	televisio
*/

#televisio .thumbup {
	line-height: 36px;
}

#televisio h1 {
	width: 650px;
}

#televisio_player {
	background-color: #222;
}

.video_featured {
	margin-bottom: 24px;
}
.video_featured a {
	border: 0;
}
.video_featured .titlebox {
	padding: 16px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.video_featured .video_title {
	font: 26px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 12px;
}
.video_featured p {
	margin-top: 12px;
}

.video_entry {
	float: left;
	width: 149px;
	height: 216px;
	padding: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #eee;
}
.video_entry .image {
	border: 1px solid #ccc;
	margin-bottom: 12px;
}
.video_entry .image a {
	border: 0;
}
.video_entry .title {
	width: 149px;
}
.video_entry .time {
	margin-bottom: 12px;
}
.video_entry .desc {
}

.video_info {
}
.video_info img {
	margin-bottom: 12px;
	border: 1px solid #ccc;
}
.video_info h3 {
	margin: 0;
}
.video_info .time {
	margin-bottom: 12px;
}

/*
	radio
*/

#radioshow h1 {
	width: 420px;
}

#radioshow .social {
	line-height: 36px;
}

#radio_schedule {
	line-height: 26px;
	border-bottom: 1px dotted #aaa;
}
#radio_schedule td {
	
}
#radio_schedule .time {
	border-right: 1px dotted #aaa;
	padding: 2px 8px 2.1px 0;
}
#radio_schedule .show {
	padding: 4.5px 6px;
	line-height: 18px;
	border-top: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
}
#radio_schedule .primetime {
	background-color: #ffd6d4;
	border-color: #e79d9a;
}
#radio_schedule .uusinta {
	background-color: #eee;
	font-style: italic;
}
#radio_schedule .uusinta a {
	color: #888;
}

#radio_schedule .soittolista {
	background-color: #ffebea;
	border-color: #e79d9a;
}
#radio_schedule .selected {
	background-color: #ff5d56;
	color: #fff;
}
#radio_schedule .selected a {
	color: #fff;
}

#playlist .entry {
	padding: 10px 0;
	border-top: 1px dotted #aaa;
}
#playlist .entry .number {
	width: 25px;
	float: left;
}
#playlist .entry .artist {
	width: 200px;
	font-weight: bold;
	float: left;
}
#playlist .entry .title {
	width: 200px;
	float: left;
}
#playlist .entry .label {
	float: right;
}

#current_show a {
	border: 0;
}

.sponsor a {
	border: 0;	
}

/*
	column
*/

.column_item {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #222;
}

/*
	campaigns
*/

#campaign .thumbup {
	line-height: 36px;
}

/*
	popup
*/

#popup_body {
	background-image: none;
	background-color: #fff;
}

.popup_overlay {
	top: 0;
	left: 0;
	z-index: 9998;
	position: fixed;
	background-color: #333;
	opacity: 0.85;
	filter:alpha(opacity=85);
	width: 100%;
	height: 100%;
}
.popup_wrapper {
	z-index: 9999;
	position: fixed;
	background-color: #fff;
	top: 50%;
	left: 50%;
	padding: 1px;
}
.popup_container {
	padding: 20px;	
}
.popup_container p {
	margin-bottom: 12px;
}
.popup_statusbar {
	padding: 10px 12px;
}
.popup_title {
	font-size: 14px;
	float: left;
}
.popup_statusbar a {
	float: right;
	display: block;
	margin-left: 12px;
}
#popup_close {
	position: absolute;
	margin-left: -33px;
	margin-top: -1px;
}
#popup_close a {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../images/popup-close.jpg') no-repeat bottom left;
	border: 0;
}
#popup_close a:hover {
	background: url('../images/popup-close.jpg') no-repeat top left;
}

/*
	tooltip
*/

.help {
	color: #222;
	padding: 2px 5px;
	cursor: help;
}
.tooltip_base {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #666;
	background-color: #fff;
	padding: 6px 10px;
	border: 1px solid #888;
}

/*
	fb connect
*/

#fb_toolbar {
	/*
	position: fixed;
	width: 100%;
	z-index: 998;
	*/
	background-color: #333;
	color: #eee;
	border-bottom: 1px solid #222;
	line-height: 48px;
}
#fb_toolbar a {
	border: 0;
	color: #aaa;
	font-weight: bold;
}
#fb_toolbar .image {
	float: left;
	margin-right: 12px;
}
#fb_toolbar .text {
	float: left;
}
#fb_toolbar .logout {
	float: right;
	padding-right: 12px;
}

/*
	top 30
*/

#front_top30
{
	margin-bottom: 20px;
	font-family: Helvetica, Arial, Verdana;
}
#front_top30 .week_header
{
	padding: 10px 16px;
	background-color: #260e61;
	color: #f92a6e;
}
#front_top30 tr.list_header
{
	border-bottom: 4px solid #ab3288;
	color: #ab3288;
}		
#front_top30 tr
{
	background: url('../images/top30-item-bg.jpg') repeat-x bottom left;
}
#front_top30 td
{
	padding: 6px 0 6px 16px;
}
#front_top30 td a
{
	border: 0;
}
#front_top30 td.last
{
	text-align: right;
	padding-right: 16px;
}
#front_top30 tr.odd
{
	
}
#front_top30 table
{
	border-bottom: 1px solid #ccc;
}
#front_top30 td img.icon
{
	width: 16px;
	height: 16px;
}
#front_top30 img.new
{
	background: url('../images/top30-icons.png') top right no-repeat;
}
#front_top30 img.up
{
	background: url('../images/top30-icons.png') top left no-repeat;
}
#front_top30 img.down
{
	background: url('../images/top30-icons.png') bottom left no-repeat;
}
#front_top30 img.re
{
	background: url('../images/top30-icons.png') bottom right no-repeat;
}

#top30_message
{
	margin-top: 12px;
}

/*
	ads
*/

#ad_premium {
	margin-bottom: 20px;
}
#ad_premium a {
	border: 0;
}

#ad_column {
	width: 140px;
	float: right;
}

#etusivu #ad_jattibanner {
	margin-bottom: 20px;
	padding-left: 131px;
	background-color: #eee;
}
#forum #ad_jattibanner {
	margin-bottom: 20px;
}

#ad_jattibanner object, #ad_jattibanner div, #ad_jattibanner a, #ad_jattibanner img {
	width: 728px;
	height: 90px;
}
#ad_jattibanner a {
	border: 0;
	background: none;
}

.front_ad
{
	margin-bottom: 20px;
}
.front_ad a
{
	border: 0;
}

/*
#ad_jattibanner {
	float: left;
	width: 728px;
	height: 90px;
	background-color: #eee;
	margin-bottom: 20px;
}
*/

.ad_suurtaulu {
	margin-bottom: 8px;
	margin-left: 8px;
}
.ad_suurtaulu a
{
	border: 0;
}

#ad_boxi {
	margin-bottom: 20px;
}

.ad_column {
	margin-bottom: 20px;
}

/*
	clearfix
*/

.clearfix:after, .form-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .form-row {display: inline-block;}

/* Hides from IE-Mac \*/
* html .clearfix, * html .form-row {height:1%;}
.clearfix, .form-row {display:block;}
/* End hide from IE-Mac */
