.red {
	border: 1px solid red;
}
.blue {
	border: 1px solid blue;
}
.green {
	border: 1px solid green;
}
.yellow {
	border: 1px solid yellow;
}
.orange {
	border: 1px solid orange;
}




h3 {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
}

h3.otherPages {
	top: 70px;
	left: 175px;
}

h3.projects {
	top: 0px;
	
}

.hoverColor {
	color: red; 
}


:-moz-any-link:focus {
  outline: none;
}


/* *************************************************************************************** */
			
a:link {color: black; text-decoration: none; border: none;}      /* unvisited link */
a:visited {color: black; text-decoration: none; border: none; outline: none;}  /* visited link */
a:hover {color: red; cursor: pointer;}  /* mouse over link */
a:active {color: silver; border: none; outline: none;}  /* selected link */

.currentPage, .currentPage a, a.currentPage {
	color: silver;
}


div.content img {
	border: 1px solid #EEEEEE;
}

div#imageSpacing img {
	margin: 5px 0px;
}









/***************************** for code popups *************************************/
textarea {
	border: 1px solid #E4E4E4;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	*font-size: 10px; /* for IE 7 */
	padding: 10px;
	overflow: auto;
	resize: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	textarea {resize: none;}
}


div#popupWrapper {
	width: 900px;
}

div#popupWrapper ul {
	height: 35px;
}
div#popupWrapper ul li {
	float: left;
	margin-right: 30px;
}




.bodyRMargins {
	top: 0px;
}



#copyright {
	font-size: 10px;
	color: silver;
	width: 400px;
	height: 20px;
	position: absolute;
	top: 515px;
	left: 655px;
	text-align: right;
}

#designLinkText {
	font-size: 10px;
	color: silver;
	width: 400px;
	height: 20px;
	position: absolute;
	top: 515px;
	left: 50px;
	text-align: left;
}


#mainWrapper {
	z-index: 0;
	width: 1000px;
	height: 458px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: white;
}



#sliderWindow {
	width: 950px;
	height: 415px;
	overflow: hidden;
	position: relative;
	top: 70px;
	left: 175px;
}

#sliderWrapper { /* for Bingo, Memory, Flashcards, and Photo Gallery */
	width: 3950px; /* for floatWrapper hack */
	height: 415px;
	position: absolute !important;
	top: 0px;
	left: 0px;
}




#bingoWrapper, #memoryWrapper, #flashcardsWrapper, #photoGalleryWrapper {
	float: left;
	overflow: hidden;
	width: 950px;
	height: 415px;
}

.hide {
	display: none;
}

.show {
	display: block;
}


.aboutBkg {
	background: url(../images/me-about.jpg);
	background-repeat: no-repeat;
}

.projectsBkg {
	background: url(../images/me-projects.jpg);
	background-repeat: no-repeat;
}

.articlesBkg {
	background: url(../images/me-articles.jpg);
	background-repeat: no-repeat;
}

.currentWorkBkg {
	background: url(../images/me-currentWork.jpg);
	background-repeat: no-repeat;
}

.designWorkBkg {
	background: url(../images/me-designWork.jpg);
	background-repeat: no-repeat;
}



.nextBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 250px;
	left: 985px;
	z-index: 100;
	background-image: url(../images/nextBtn.png);
	background-repeat: no-repeat;
	cursor: pointer;
}


.prevBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 250px;
	left: -35px;
	z-index: 100;
	background-image: url(../images/prevBtn.png);
	background-repeat: no-repeat;
	cursor: pointer;
}



/***************************** Index Page *************************************/
#sideNavWrapperIndex {
	position: absolute;
	top: 250px;
	top: 230px\9; /* for IE8 or lower */
	left: 200px;
	width: 100px;
	font-size: 12px;
	text-align: right;
}

#yo {
	position: absolute;
	line-height: 90px;
	top: 250px;
	top: 238px\9; /* for IE 8 */
	-moz-top: 262px;
	left: 315px;
	font-size: 150px;
	font-size: 125px\9; /* for IE 8 */
	font-weight: bold;
	height: 120px;
}

@-moz-document url-prefix() { 
  #yo {top: 262px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#yo {top: 262px;}
}

#indexText {
	position: absolute;
	top: 335px;
	top: 310px\9; /* for IE 8 */
	*top: 300px; /* for IE 7 */
	left: 525px;
	left: 495px\9; /* for IE 8 */
	*left: 525px; /* for IE 7 */
}

/***************************** All the other pages *************************************/
#sideNavWrapper {
	z-index: 1;
	position: absolute;
	top: 75px;
	left: 50px;
	width: 100px;
	font-size: 12px;
	text-align: right;
}

#bigYo {
	background-image: url(../images/bigYo.jpg);
}



.bodyR {
	position: absolute;
	top: 40px;
	width: 325px;
	height: 245px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=80); /* for IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* for IE 8 */
	border-top:1px solid #EEEEEE; 
}

.bodyRBingo {
	left: 470px;
}
.bodyRMemory {
	left: 1420px;
}
.bodyRFlashcards {
	left: 2370px;
}
.bodyRPhotoGallery {
	left: 3320px;
}


p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
}




p.bold {
	margin-top: 35px;
	font-weight: bold;
}
p.bold:first-of-type {
	margin-top: 0px;
}

span.italic {
	color: rgb(170, 170, 170);
	font-style: italic;
	font-size: 10px;
}

div.content a {
	color: rgb(170,170,170);
}
div.content a:hover{
	color: red;
}

ul.bodyList, div#bodyArticle ul {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 14px;
}

ul.bodyList li, div#bodyArticle ul li {
	list-style-type: disc;
	margin-left: 50px;
	margin-right: 50px;
}	






/***************************** for Projects text *************************************/
div.headerSpacing h4 { 
	font-size: 48px;
	font-weight: bold;
	color: #555555; /* title */
	margin-top: -15px;
	margin-bottom: 30px;
	width: 300px;
	height: 60px;
}


div.headerSpacing h5 { 
	font-size: 20px;
	font-weight: bold;
	color: #AAAAAA; /* sub-title */
}

.instructions {
	font-size: 12px;
	float: left;
}
#bingoWrapper .instructions {
	font-size: 12px;
	float: left;
	*margin-top: 25px; /* for IE 7 */
	margin-top: 25px\9; /* for IE 8 */
	*margin-left: 0px;
}


	/***************************** for Bingo text *************************************/
	span.questionMark {
		font-size: 40px;
	}
	
	h5#wannaPlay {
		margin-left: 50px;
	}
	
	button#shuffle {
		padding: 5px;
	}
	
	
	/***************************** for Memory text *************************************/
	h5#TryToTest {
		margin-left: 40px;
	}
	
	
	/***************************** for Flashcards text *************************************/
	h5#flip {
		margin-left: 55px;
	}
	
	h5 span#thruMy {
		margin-left: 20px;
	}
	
	
	
	
	/***************************** for Photo Gallery text *************************************/
	h5#this {
		margin-left: 40px;
	}
	
	h5 span#isA {
		margin-left: 20px;
	}


/***************************** for Articles text *************************************/
div.articleSpacing h4, div#codeSamplesWrapper h4 { 
	font-size: 48px;
	font-size: 40px\9; /* for IE 8 */
	font-weight: bold;
	line-height: 60px;
	line-height: 54px\9; /* for IE 8 */
	color: #555555; /* title */
}

div#codeSamplesWrapper {
	margin-left: 15px;
}


div.articleSpacing h5 { 
	font-size: 20px;
	font-size: 13px\9; /* for IE 8 */
	font-weight: bold;
	margin-bottom: 20px;
	color: #AAAAAA; /* sub-title */
}

div.articleSpacing h4.lineHeight {
	line-height: 48px;
	line-height: 50px\9; /* for IE 8 */
}


/***************************** for sub-article text *************************************/
	#bodyRArticle { /* for quote information */
		position: absolute;
		top: 150px;
		left: 690px;
		width: 270px;
		height: 330px;
		text-align: center;
	}

	h3.articleHeader {
		position: absolute;
		top: 65px;
		top: 73px\9; /* for IE 8 */
		font-size: 33px;
		font-size: 30px\9; /* for IE 8 */
		*font-size: 25px; /* for IE 7 */
		line-height: 30px\9;
		width: 435px;
	}
	
	h5.articleHeader {
		position: absolute;
		top: 110px;
		left: 175px;
		font-size: 19px;
		font-size: 15px\9; /* for IE 8 */
		font-weight: bold;
		margin-bottom: 20px;
		color: #AAAAAA; /* sub-title */
		width: 435px;
	}


/***************************** for about page *************************************/
#resumeWrapper {
	margin: 15px auto;
	width: 400px;
	text-align: center;
}

form {
	font-family: "Courier New", Courier, monospace;
	width: 300px;
	height: 215px;
	height: 220px\9; /* for IE 8 */
	height: 200px\0/IE9; /* for IE 9 */
	margin: 30px auto;
	padding: 20px 30px;
	border: 1px dotted red;
	font-size: 12px;
}




form input {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-bottom: 15px;
	float: left;
	padding: 3px;
	padding-left: 8px;
}

form textarea {
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: 0px; /* for IE 8 */
	*margin-left: -10px; /* for IE 7 */
	resize: none;
}



@media screen and (-webkit-min-device-pixel-ratio:0) { /* for Safari and Chrome */
    form textarea {
    	margin-left: -1px;
		width: 275px;
		resize: none;
    }

	#submitText {
		margin-top: -10px;
	}
}


#thankYou {
	color: red;
	margin: 30px auto;
}
