/* Ålands Radio & TV CSS */

html {  }
body { color:#535353; font:normal normal 12px Arial,Verdana,Helvetica,Geneva,sans-serif; }

a { color:#0089bd; text-decoration:none; }

strong { font-weight:bold; }
em { font-variant:italic; }

/**
 * Block types h1-h6, pre, p and address can be used in Lemon's editor and
 * you can customize their names by altering the comment behind the rule.
 * See the example below! Note: The rule must be on ONE line to work in Lemon.
 */
h1 { color:#00a5e4; font:normal bold 19px Arial,Verdana,Helvetica,sans-serif; padding:0 0 10px; } /* Huvudrubrik */
h2 { color:#005e83; font:normal normal 18px Arial,Verdana,Helvetica,sans-serif; padding:0 0 10px; } /* Sektions-/programrubrik */
h3 { color:#005e83; font:normal bold 16px Arial,Verdana,Helvetica,sans-serif; padding:0 0 10px; } /* H3 */
h4 { color:#005e83; font:normal bold 14px Arial,Verdana,Helvetica,sans-serif; padding:0 0 10px; } /* H4 */
h5 { color:#005e83; font:normal bold 12px Arial,Verdana,Helvetica,sans-serif; padding:0 0 10px; } /* H5 */
h6 { color:#005e83; font:normal bold 10px Arial,Verdana,Helvetica,sans-serif; padding:0 0 10px; } /* H6 */
p { padding:0 0 10px 0; line-height:18px; } /* Stycke */

.kursiv { font-style: italic } /* LemonStyle: Kursiv text */


#wrapper { }

	/*
	* header.inc.con
	*
	*/
	#header { display: none }
	#menu { display: none }
	#left_content { display: none }
	#right_content { display: none }
	#news_middle { display: none }
	#blogs_programchart{ display: none }
	#programs { display: none }

	#comment_here, #comment_form{ display: none; }


	.footer_column { display: none }
	#firstFooterCol { display: block }

	/* schedule.con */
	.prog_block { border-bottom:1px dashed #ccc; font:normal bold 16px Arial,Verdana,Helvetica,sans-serif; margin:15px 0 5px; padding:5px 0 0; }
		.prog_time { float:left; padding:0 10px 1px 0; }
		.prog_name { float:left; color:#005e83; }
		.prog_description { clear:both; font-size:12px; font-weight:normal; padding:0 0 4px; }

	.prog_part { font:normal normal 14px Arial,Verdana,Helvetica,sans-serif; margin:0 0 4px; }
		.prog_part_time { float:left; margin:0 10px 0 0; font-weight:bold; }
		.prog_part_name { float:left; }
		.prog_part_description { clear:both; font-size:11px; padding:2px 0 6px 47px; }



.clear:after,p:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear,p{display:inline-block;}
* html .clear,* html p{height:1%;}
.clear,p{display:block;}
