@charset "utf-8";

/*****

xHTML+CSS survival kit

// Teema: Old
// Kuvaus: Pakollinen wanha.

// Tekijä: Jani Penttinen
// Yhteys: jani.penttinen at valontuoja.net
// Teoksen kotisivu: http://survival.hollow13.net/
// Tekijänoikeus: Joitain oikeuksia pidätetään.
http://creativecommons.org/licenses/by-nc-sa/1.0/fi/

*****/



body {
	font: 75%/160% "Lucida Grande", "Helvetica", "Lucida Sans Unicode", Geneva, Arial, "Trebuchet MS", Verdana, sans-serif;
	background: #d9d8d0 url("../../../survival_kit/img/schemes/old/bg.jpg") fixed;
	margin: 0px;
	padding: 0px;
	color: #333;
	}

a, a:visited {
	color: #5c5443;
	}
a:hover, a:active {
	color: #000;
	}
	

/** Hyppää sisältöön alkaa **/
div#noclip {
	padding: 4px 0px 2px 10px;
	background: #4a4943;
	height:20px;
}

div#noclip a, #div#noclip a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
}

div#noclip:hover, div#noclip:hover a {
	text-decoration: underline;
	color: #fff;
}
/** Hyppää sisältöön päättyy **/

div#header {
	color: #444;
	background: transparent url("../../../survival_kit/img/schemes/old/header.jpg") no-repeat top center;
	height: 200px;
	padding: 1px;
}

/** Lataustiedot alkavat **/
#hello {
	display: none;
}	
		
#summary {
	display: none;

}

#welcome {
	display: none;
}
/** Lataustiedot päättyvät **/


/** Teemanvaihtolaatikko alkaa **/
	#slide {
	width:140px;
	right:60px;
	position:absolute;
	margin:0px;
	padding:0px;
	z-index: 2;
	}
	
	#slide a, #slide a:visited {
	text-decoration:none; display:block;}
	
	#slide a:hover, #slide a:active {
	text-decoration:underline;}
	
	#slickbox { 
	background: #f2f2f2;
	border:1px solid #4a4943;
	border-bottom:none;
	border-top:none;
	width:140px;
	padding:5px 15px 10px 15px;
	margin:0px;
	z-index: 2;
	}
		
	#slickbox h3 {
	font-size:1.1em;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
		
	#slickbox ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
	#slickbox ul li {
	border-bottom: 1px solid #ddd;
	padding:1px 0 1px 5px;
	font-size:.9em;
	}
		
	#start {
	background: #4a4943;
	width:142px;
	padding:0px 15px 0px 15px;
	margin:0px;
	text-align:center;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px; 
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px; 
	z-index: 2;
	}
	
	#slick {
	padding:8px 10px 7px 10px;
	color:#fff !important;
	}
/** Teemanvaihtolaatikko päättyy **/

/* Talkaisin ylös alkaa */
#up {
	position: fixed;
	background: #fff;
	bottom: 13px;
	right: 15px;
	width: 110px;
	border: 1px solid #5d5b4d;
	font-weight: bold;
	text-align: center;
}
	
#up a {
	text-decoration: none;
}
#up:hover {
	background: #111;
	border-color: #000;
	}

#up:hover a:hover, #up:hover a:visited, #up:hover a {
	color: #fff;
}

#up a, #up a:visited {
	display: block;
	padding: 5px;
	}
/* Takaisin ylös päättyy */

/* Perusarvot otsikoille alkaa */
h1 {
	font: 4.6em/140% Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	text-align: center;
	margin: 35px 0px 0px 0px;
	color: #333;
	}
	
h1 span {
	display: none;
}

h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #48473c;
	}

/* Perusarvot otsikoille päättyy */

div#container /* Sivun sisällön rajaava kehys */ {
	width: 770px;
	margin: 0px auto 0px auto;
	background: #fff url('../../../survival_kit/img/schemes/old/page.jpg') repeat-y;
	padding: 0px 10px 10px 10px;
	}

/** Sisällysluettelo - index alkaa **/
div#index {
	margin: 5px auto 0px auto;
	padding: 10px 0px 10px 0px;
	width: 700px;
	}

div#index h2 {
	font-size: 1.8em;
	margin: 14px 0px 0px 0px;
	font-weight: 100;
	line-height: 140%;
	}

div#index ol {
	margin: 0px 20px 0px 55px;
	padding: 10px 10px 10px 10px;
	}

div#index ol li {
	font: 1em/150% "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, "Trebuchet MS", Verdana, sans-serif;
	list-style-type: decimal;
	color: #666;
	}

div#index ul {
	padding: 2px 0px 2px 36px;
	}

div#index ul li {
	list-style-type: circle;
	}

div#index ol li:hover {
	color: #000;
	}


div#index ol  a, div#index ol  a:visited {
	color: #5c5443;
	text-decoration: none;
	display: block;	/* IE ei tykkää minusta */
	padding: 0px 0px 0px 5px;
	}

div#index ol a:hover, div#index ol  a:active {
	color: #fff;
	background: #5d5b4d;
	}
/** Sisällysluettelo - index päättyy **/

/** Sisältö alkaa **/
div#content {
	width:700px;
	margin: 0 auto 0 auto;
	line-height: 165%;
	font-size: 1em;
	}

div#content a, div#content a:visited {
	text-decoration: underline;
	}

div#content a:hover, div#content a:active {
	text-decoration: none;
	}
	
/* Avaa esimerkki alkaa */
div#content p.example, div#content p.example a, div#content p.example a:visited {
	color: #666;
	background: none;
}
/* Avaa esimerkki päättyy */

/* Sisällön otsakkeet alkavat */
div#content h2 {
	font-size: 3em;
	text-align: center;
	margin: 70px 0px 15px 0px;
	font-weight: 100;
	padding: 10px;
	}

div#content h3 {
	font-size: 2em;
	margin: 45px 0px 0px 0px;
	line-height: 130%;
	font-weight: 100;
	}

div#content h4 {
	font-size: 1.5em;
	font-weight: 100;
	margin: 20px 0px 0px 0px;
	line-height: 130%;
	}
	
div#content h5 {
	font-size: 1.2em;
	font-weight: 100;
	margin: 20px 0px 0px 0px;
	line-height: 130%;
	}
	
.subtitle h5, .subtitle2  h5 {
	margin: 0px;
	display: inline;
}
/* Sisällön otsakkeet päättyvät */

/* Koodin merkkaamiseen tarkotetut kohdat alkavat */	
div#content .k1, div#content .k2, div#content .k3, div#content .k4 {
	padding: 0px;
	margin: 0px;
	}

div#content .k1 {
	border-bottom: 1px solid #d0bdb1;
	padding: 10px 0px 20px 15px;
}

div#content .k2 {
	border-bottom: 1px solid #d0bdb1;
	padding: 10px 0px 20px 15px;
	}

div#content .k3 {
	border-bottom: 1px solid #d0bdb1;
	padding: 10px 0px 20px 15px;
}

div#content .k4 {
	padding: 10px 0px 10px 15px;
	}
	
div#content .csection {
	float:right;
	margin: 5px 45px;
	color: #827770;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, "Trebuchet MS", Verdana, sans-serif;
	}
/* Koodin merkkaamiseen tarkotetut kohdat päättyvät */

/* Esimerkit alkavat */
div#content dl .marginoutsample {
	width:255px; 
	margin:10px; 
	padding:7px 7px 5px 7px; 
	border:1px dashed #333;
	background: #f8f5f5; 
	text-align:center;
	}
		
div#content dl .margininsample {
	width:220px; 
	height:15px; 
	border:1px solid #333; 
	padding:15px; 
	margin:10px 0px;  
	background:#fff;
	}
		
div#content dl .paddingoutsample {
	width:225px; 
	border: 1px solid #333; 
	padding:6px 20px 5px 20px; 
	margin:10px; 
	text-align:center; 
	background:#fff;
	}
		
div#content dl .paddinginsample {
	width:211px; 
	margin:10px 0px 5px 0px; 
	padding:5px; 
	border:1px dashed #333; 
	background:#fff;
	}
/* Esimerkit päättyvät */
/** Sisältö loppuu **/

/** Footer alkaa **/
#footer {
	border-top: 1px solid #999;
	margin: 40px 0px 20px;
	color: #666;
	font-size: .9em;
	line-height: 150%;
	text-align: center;
}
/** Footer päättyy **/

/** Irallaan olevat class-arvot alkaa **/

/** a.destination:hover:after {
   color:#666;
   font-family: arial;
   font-size: .9em;
 }
 
a.show:hover:after {
	content: " > " attr(href) "";
}

a.hide:hover:after {
	content: "";
} **/


.alert {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	margin: 10px 0px 10px 0px;
	line-height: 150%;
	padding: 10px 20px 5px 0px;
	background: #66665c;
	color: #fff;
	}
	
.alert h4 {
	margin: 2px !important;
	color: #fff;
	text-align: center;
	font-size: 1.8em !important;
}
	
.alert a, .alert a:visited, #unsupported a, #unsupported a:visited {
	color: #fff;
}

.alert a:hover, .alert a:active, .unsupported a:hover, .unsupported a:active{
	text-decoration: none;
}
	
.alert p, .alert ul {margin: 10px 0px 10px 45px; padding:0px; list-style:inside;}


.yes {color: green;}
.no {color: red;}

.shortcut {font-size:.9em; color:#666;}
.mark {text-decoration:underline;}

.extra {
	padding: 5px 10px 5px 20px;
	margin: 20px 0px 20px 30px;
	background: #f5f3f3;
	color: #696969;
	font: italic 1em/160% Georgia, "Times New Roman", Times, serif;
}
	
.extra a, .extra a:visited {
	color:#555;
	}

.info {
	background: #f2f0ee;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 5px 10px 5px 15px;
	margin: 15px 0px 15px 0px;
	font:1.1em/160% Georgia, "Times New Roman", Times, serif;
	}

.extra:first-letter {
	font-size: 1.5em;
}

	
.fresh {
	background: #e7e1d1;
	padding:1px;
	}
/** Irallaan olevat class-arvot päättyy **/

/** Koodielementit alkavat **/
code {
	font-size: 1.1em;
	color: #757061;
	font-family: Courier, Monaco, "Courier New", mono;
	}
.info code {
	font-size: 1em;
}

pre {
	padding: 0px 20px 20px 20px;
	margin: 20px 0px 25px 0px;
	font-family: Courier, Monaco, "Courier New", mono;
	font-size: 1em;
	line-height: 125%;
	color: #6e6a5b;
	overflow: auto;
}

table td pre {
	margin: 13px 0px 10px 10px;
	padding: 5px 0px 5px 10px;
	line-height: 120%;
	background: transparent;
	color: #333;
}

table td code {
	background: transparent;
	color: #333;
}


div#content .codearea {
	background: #f2f0ee;
	border: 1px solid #d1ccbd;
	width: 100%;
}

div#content .codetype {
	border-bottom: 1px solid #d1ccbd;
	background: #ebe5d4;
	padding:2px 10px;
	color: #555;
	font-size: .9em;
	text-align:right;
	text-transform: uppercase;
	font-weight: bold;
}

/** Koodielementit päättyvät **/

/** Määrityslista alkaa **/
dl {
	background: #f2f0ee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	}

dt {
	padding: 10px 5px 5px 10px;
font-family: Georgia, "Times New Roman", Times, serif;
	color: #5d5b4d;
	font-size: 1.3em;
	width: 500px;
	}

dd {
	padding: 1px 10px 10px 20px;
	margin: 0px;
	}
/** Määrityslista päättyy **/



/** Tablet alkaa **/
table {
	background: #ddd;
	border:1px solid #999;
	margin: 10px 0px 10px 0px;
	width: 100%;
	}

table tr th {
	padding: 10px;
	background: #f2f0ee ;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
	font-weight: 200;
	}

table tr td {
	padding: 10px 15px 10px 10px;
	vertical-align: top;
	background: #fff;
	border-top: 1px solid #999;
	}

table .subtitle {
	padding: 8px;
	font-size: 1.1em;
	background: #f2f2f2;
	font-weight: 200;
	}

table .subtitle2 {
	text-align: center;
	padding: 7px;
	background: #f2f2f2;
	}

table p {margin: 3px 0px 3px 0px; padding: 0px;}

table .tag {
	background: #fff; 
	border-top: 1px solid #999;
	}

table .value {
	background: #fff; 
	border-left: 1px solid #999;
	}

table .tellmemore {
	line-height: 130%;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	}

