#print-otherTutorials, #print-Demo, #print-usedFunctions, #header, #credits, #footer, #moreTutorials, #linkTutorials, #suggestionFormContainer, #rateThisTutorials {
	display:none;
	}

#whatIsPrototype, #walkingTheDom {
	display:block !important;
	}
	
body {
	font-weight: normal;
	margin: 0;
	padding:0;
	text-align:center;
	}
	
a {
	color: blue;
	}
	
a:hover {
	}	

h1 {
	font: normal 1em georgia, arial, helvetica;
	margin: 0;
	padding: 0;
	color: #D35619;
	}
	
	h1.tutorialSubject {
		font-size: 2em;
		}
	
h2 {
	font: 1.70em georgia, arial, helvetica;
	padding:0;
	border-bottom: 1px dotted #000;
	}
	
h3 {
	font: normal 1.4em georgia, arial, helvetica;
	color: #555;
	}

h4 {	
	font: normal 1.15em georgia, arial, helvetica;
	color: #888;
	}

code {
	font-size: 120%;
	}
	
div#box {
	width: 17cm;
	margin: 0 auto;
	text-align: left; 
/*	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
*/
	}

div#box #content {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;	
	}
	
/** TOP SECTION OF DIV#CONTENT **/

	
#tagLine {		
	color: #d39819;
	margin: 0 0 50px 0;
	font-style: italic;
	font-size: 1.05em;
	font-family: georgia, arial, helvetica;
	}

#scopeOftheArticle { 
	border: 1px solid #666; 
	background-color: #fafafa; 
	padding: 20px;
	margin-top: 20px;
	}

#scopeOftheArticle ul {
	margin: 0; padding; 0;
	}
#scopeOftheArticle ul li{
	margin-bottom: 15px;
	}
	

form {display: inline;}
select {font: normal 1em verdana, helvetica, arial; }
acronym {border-bottom: 1px dotted #000;}
pre {line-height: 100%; width: 17cm; }		
li {font-weight: normal;}		
.saveAs {font-style: italic; font-family: "Courier New", Courier, monospace}
.explainCode {color: green;}



/** RATING BOX **/
.goodiesItem { margin: 25px;}

.goodiesBox {
	width: 140px;
	margin-left: 20px;
	border: 1px solid #ccc; 
	text-align:center;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.goodiesBox .votes, .numberOfVotes, .goodiesBox .votingBox  {font-size: 100%; font-weight:bold; color: #999999; display: block}
.votes {font-size: 120%;}
.numberOfVotes {font-weight:normal; font: 10px Verdana, Arial, Helvetica, sans-serif;}
.votingBox {height: 20px; padding-top: 2px}
	img.voting {cursor:pointer;}
