/* CSS Document */

/*******************************************************
 * layout elements *
 */
textarea{
	width: 100%;
	min-height: 100px;
}


/* Otsikkotyylit. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:bold; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.5em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* Rivinkorkeus */
#wikitext { margin-top:12px; line-height:1.9em; }


/* Linkkivärit */

a.wikilink {color: #f37224; font-weight:bold; text-decoration:none;}
a.wikilink:visited {}
a.wikilink:hover {color: #FFFFFF}

body {
	font-size: 12px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #424E54;
	background-color: #1F2226;
	margin: 0px;
	padding: 0px;
}
div#layout{
	width:960px;
	padding: 10px;
	margin: 0 auto;
	background-color: black;
}
div#banneri{
	width:960px;
	margin: 1 -10px;
	padding: 0px;
	
}
div#banneri img{
	max-width:100%;
	border: none;
	float: right;
}
div#middle{
	background-color: #f4f4f5;
}
#sidebar {
	float: right;
	height: auto;
	width: 280px;
	background-image: url(../../images/2011/sidebar_tausta.png);
	background-repeat: no-repeat;
	background-position: top right;
	/*background-color: white;*/
}

#sidebar a {
	color:#009ec8;
}

#sidebar p {
	padding-left: 20px;
}

#sidebar table {
	padding-right: 20px;
}

/* Rollback

#second_level #kavijalle a {
	color:#009ec8;
}

#second_level #ohjelma a {
	color:pink;
}

*/

div#page_content{
	float:left;
	width: 660px;
	margin:0;
	padding:10px;
}
/*******************************************************
 * control elements *
 */
div#header a,
div#tailer a{
	color: #FFF;
	text-decoration: none;
}
div#header,
div#tailer{
	color: #CCC;
}
div#tailer{
	text-align: center;
	padding-bottom: 50px;
}
div#top_menu ul{
	display: block;
	margin: 0;
	padding: 0;
}
div#top_menu li{
	display: inline-block;
	margin:0;
	padding:5px;
	font-size: 14px;
	font-weight:bold;
}
div#top_menu li a{
	color: #F60;
	text-decoration: none;
}
div#top_menu div.second_level li{
	font-size:12px;
	font-weight: normal;
}
div#top_menu div.second_level li a{
	color: white;
}

div.page_actions ul{
	text-align:right;
	display: block;
	margin: 0px 2px;
	background-color: #FCF75E;
	font-family: "Lucida Console", Monaco, monospace;
	padding: 5px;
}
div.page_actions li{
	list-style-type: none;
	display:inline-block;
	padding: 3px 5px;
	padding-top: 4px;
	border: 2px solid #333;
	margin: 0px 5px;
	background: #FCF7DE;
}
div.page_actions li a{
	color: black;
	text-decoration: none;
}

/*******************************************************
 * Wikistyles *
 */
.rfloat{
	display: block;
	clear: right;
	float:right;
}
div#header,
div#banneri,
div#top_menu{
	clear: both;
}
#page_content a {
       color:#ff6600;
       text-decoration: none;
       font-weight: bold;
}

.sidebar_menu h1,
.sidebar_menu h2,
.sidebar_menu h3 {
       padding-left: 20px;
}
.twtr-widget{
	padding-left: 20px;
}

/* Ohjelmakartan tyylit */

.programlistindex ul { 
    display: block;
    margin: 0;
    padding: 0;
}

.programlistindex li { 
    display: inline-block;
    margin:0;
    padding:5px;
    font-size: 14px;
    font-weight:bold;
    line-height: 1.1em;
}

.programlistcontent table { 
    border-spacing: 0pt;
    padding: 1em;
}

.programlistcontent tr:nth-child(2n+1) { 
    background-color: #e8e8e8;
}

