@charset "utf-8";

/*****

xHTML+CSS survival kit

// Teema: Industry
// Kuvaus: Tsukustuu!

// 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: #444 url("../../../survival_kit/img/schemes/inds/bg.jpg");
	margin: 0px;
	padding: 0px;
	color: #444;
	}

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

/** Hyppää sisältöön alkaa **/
div#noclip {
	padding: 4px 0px 2px 10px;
	background: #303030;
	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 **/

/** 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 #888;
	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: #303030;
	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: #333;
	bottom: 13px;
	right: 15px;
	width: 110px;
	border: 1px solid #222;
	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 {
	color: #fff;
	display: block;
	padding: 5px;
	}
/* Takaisin ylös päättyy */

/* Perusarvot otsikoille alkaa */
h1 {
	font: 4.1em/140% helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	margin: 0px;
	_margin: 0px 0px 0px 25px;
	text-align: center;
	letter-spacing: -2px;
	display: block;
	text-transform: uppercase;
	background: transparent url("../../../survival_kit/img/schemes/inds/h1.jpg") top left no-repeat;
	height:148px;
	width:700px;
	}
	
h1 span {
	display: none;
}


h2, h3, h4, h5 {
	font-family: helvetica, arial;
	}
/* Perusarvot otsikoille päättyy */

div#container /* Sivun sisällön rajaava kehys */ {
	width: 715px;
	margin: 0 auto;
	padding: 0px 15px 30px 15px;
	_padding: 0px 23px 0px 0px;
	background: transparent url("../../../survival_kit/img/schemes/inds/page.jpg") repeat-y center;
	}
	
div#header {
	color: #fff;
	height: 140px;
	width: 700px;
	margin: 0 auto;
	padding: 1px 0px 0px 0px;
}

/** Sisällysluettelo - index alkaa **/
div#index {
	margin: 0px auto 0px auto;
	_margin: 0px 0px 0px 25px;
	padding: 0px 0px 20px 0px;
	width: 700px;
	background: #222 url("../../../survival_kit/img/schemes/inds/index.jpg") no-repeat;
}

div#index h2 {
	margin: 0px;
	color: #e2dbbf;
	border-bottom: 1px solid #333;
	padding: 15px 0px 5px 30px;
	text-transform: uppercase;
	font: 100 1.3em/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

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

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

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

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


div#index ol  a, div#index ol  a:visited {
	color: #d0c9ba;
	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: #f2f2f2;
	background: #444;
	}
/** Sisällysluettelo - index päättyy **/

/** Sisältö alkaa **/
div#content {
	line-height: 155%;
	font-size: 1em;
	width: 700px;
	margin: 0 auto;
	_margin: 20px 0px 0px 25px;
	padding: 0px 0px 40px 0px;
	background: transparent url("../../../survival_kit/img/schemes/inds/content.jpg") repeat-y left center;
	}
div#content ul {
padding:0px 0px 0px 50px;
_padding:0px 0px 0px 20px; }

#content p {
	padding: 5px 25px 5px 25px;
}

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;
}
/* Avaa esimerkki päättyy */

/* Sisällön otsakkeet alkavat */
div#content h2 {
	font-size: 1.5em;
	text-align: center;
	color: #e2dbbf;
	margin: 15px 0px 15px 0px;
	_margin:0px;
	font-weight: 100;
	padding: 13px;
	text-transform: uppercase;
	background-color: #222;
}

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

div#content h4 {
	font-size: 1.3em;
	font-weight: 100;
	margin: 25px 0px 0px 25px;
	line-height: 130%;
	}
	
div#content h5 {
	font-size: 1.2em;
	font-weight: 100;
	margin: 25px 0px 0px 25px;
	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 #ddd;
	padding: 10px 0px 20px 15px;
	}

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

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

div#content .k4 {
	padding: 10px 0px 10px 15px;
	}
	
div#content img.right {
	padding-right: 20px;
}

div#content .csection {
	float:right;
	margin: 5px 45px;
	color: #8e9699;
	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 #777;
	background: #ddd; 
	text-align:center;
	}
		
div#content dl .margininsample {
	width:220px; 
	height:15px; 
	border:1px solid #777; 
	padding:15px; 
	margin:10px 0px;  
	background:#fff;
	}
		
div#content dl .paddingoutsample {
	width:225px; 
	border: 1px solid #777; 
	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 #777; 
	background:#fff;
	}
/* Esimerkit päättyvät */
/** Sisältö loppuu **/

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

#footer a, #footer a:visited {
	color: #fff;
}
/** Footer päättyy **/

.alert {
	margin: 10px 0px 10px 0px;
	line-height: 150%;
	padding: 10px 20px 5px 20px;
	background: #333;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
.alert h4 {
	margin: 2px !important;
	text-align: center;
	text-transform: uppercase;
}
	
.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 0px; padding:0px; list-style:inside;}
.alert ul {
	padding: 0 0 0 45px;
}

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

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

.extra {
	font-size: .9em;
	line-height: 160%;
	padding: 5px 10px 5px 20px;
	margin: 20px 0px 20px 0px;
	background: #f0f0f0;
	color: #555;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.extra a, .extra a:visited {
	color:#555;
	}

.info {
	background: #f0f0f0;
	color: #555;
	padding: 5px 10px 5px 15px;
	margin: 15px 0px 15px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

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

/** Koodielementit alkavat **/
code {
	font-size: 1em;
	background: #f2f2f2;
	color: #69644f;
	font-family: Courier, Monaco, "Courier New", mono;
	}
	
.extra code, .info code {
	background: transparent;
}

pre {
	padding: 0px 20px 20px 30px;
	margin: 20px 0px 25px 0px;
	font-family: Courier, Monaco, "Courier New", mono;
	font-size: 1em;
	line-height: 125%;
	color: #69644f;
	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: #f0f0f0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 700px;
	margin: 0px;
}

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

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

/** Määrityslista alkaa **/
dl {
	background: #f0f0f0;
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 10px 20px 20px 30px;
	}

dt {
	padding: 10px 5px 5px 10px;
	color: #666;
	font-family: font-family: Courier, Monaco, "Courier New", mono;
	font-size: 1.1em;
	width: 500px;
	}

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



/** Tablet alkaa **/
table {
	background: #aab2b2;
	border:1px solid #ddd;
	border-left: none;
	border-right: none;
	margin: 10px 0px 10px 0px;
	overflow:auto;
	width: 700px;
	}

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

table tr td {
	padding: 10px 0px 10px 5px;
	vertical-align: top;
	background: #fff;
	border-top: 1px solid #ddd;
	}
table ul li {
	margin: 0px 0px 0px 30px;
	}

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

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

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

table .tag {
	background: #fff; 
	padding: 10px 0px 10px 10px;
	border-top: 1px solid #ddd;
	}

table .value {
	background: #fff; 
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #ddd;
	}

table .value {
	padding:5px;
	margin:5px;
	}

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

.hex {
	margin: 10px 0px 10px 20px;
}

