/* CSS stylesheet for smartphone. Tested on Mobilizer to give a good reference of emulation for mobile broswer
*/
#container{
	width: 480px;
	height: 800px;
	margin: auto;
	border-style: solid purple;
	border-width: 5px;
	border-right: 4px;
	background-color: black;
	background-image:url('ITbackground.jpg');
	overflow: scroll;
	position: relative;
}
p{
	font-size: 75%;
	text-justify: auto;
	margin-top: 15px;
	margin-bottom: 10x;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.pquote{
	color: white;
	font-size: 14pt;
	text-justify: auto;
	display: block;	
}	
.typing{
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
	height: 170px;
	width: 300px;
	margin: 12px;
	border-radius: 20px;
	position: absolute;
	top: 50px;
	left: 12px;
	
}


.person{
	float: left;
	height: 150px;
	width: 245x;
	padding: 15px;
	border-radius: 20px; 
	}
	
h1{
	font-size: 75%;
	}
h3{
	font-size: 75%;
}
	
h2{
	font-size: 100%;
	color: white;
	text-align: center;
	line-height: 26px;
	margin: 0px;
	border-radius: 18px 18px 0px 0px;
	background-color: #003366;
	padding: 0px;
	}
	
#article1{
	font-size: 75%;
	float: none;
	margin-left: 12px;

	display:block;
	color: black;
	background-color: #C0C0C0;
	
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 3px;
	border-radius: 25px;
	position: absolute;
	top: 260px;
	width: 350px;
	
	}
#article2{
	font-size: 75%;
	float:none;
	
	display: block;
	color: black;
	margin: 12px;
	text-align: center;
	border-style: solid;
	background-color: #C0C0C0;
	border-radius: 25px;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	height: 225px;
	width: 350px;
	position: absolute;
	top: 580px;
	
	}
	
#article3{
	font-size: 75%;
	float: none;
	display: block;
	color: black;
	margin: 12px;
	text-align: center;
	border-style: solid;
	border-radius: 25px;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	background-color: #C0C0C0;
	height: 150px;
	width: 350px;
	position: absolute;
	top: 825px;
	

	}
#mainsection{
	font-size: 75%;
	float: none;
	color: black;
	border-style: solid;
	border-radius: 25px;
	background-color: #C0C0C0;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	text-indent: 10px;
	margin: 12px; 
	height: 700px;
	width: 350px;
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
	position: absolute;
	top: 1000px;
	}
	#mainsection2{
	font-size: 75%;
	float: none;
	color: black;
	display: block;
	margin: 12px;
	border-style: solid;
	border-radius: 25px;
	background-color: #C0C0C0;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	height: 600px;
	width: 350px;
	position: absolute;
	top: 2160px;
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
	}
	#technologytips{
	font-size: 75%;
	float: none;
	color: black;
	display: block;
	margin: 12px;
	text-indent: 2px;
	border-style: solid;
	border-radius: 25px;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	background-color: #C0C0C0;
	height: 410px;
	width: 350px;
	position: absolute;
	top: 1725px;

	}
#technologytipstext{
	font-size: 75%;
	margin-left: 10px;
	margin-right: 10px;
}
#techtips{
	font-size: 12pt;
	color: white; 
	
	text-align: center;
	background-color: #003366;
	position: absolute;
	
}
.mouse{
	float: right;
	padding: 0px, 1px, 0px, 0px;
	}






#pictureheading{
	font-size: 75%;
	color: black;
	border-style: solid;
	border-radius: 25px;
	margin: 12px;
	height: 225px;
	width: 350px;
	background-color: #C0C0C0;
	border-width: 3px;
	box-shadow: 10px 10px 5px black;
	text-indent: 5px;
	
	}
#pictureheading2{
	color: black;
	border-style: solid;
	border-width: 3px;
	margin: 12px;
	border-radius: 25px;
	height: 275px;
	width: 350px;
	box-shadow: 10px 10px 5px black;
	background-color: #C0C0C0;
	text-indent: 5px;
	position: absolute;
	top: 2775px;
	}
