/* CSS classes for bluestones by Phil Thompson www.g-r-a.co.uk/design */

/* class defs for application parts */
.app_date{
	color:#FFFF00;
	font-weight:600;
	width:120px;
	float:left;
	padding-right:10px;
}
.app_address{
	float:right;
}
.superBig{
	font-size:220%;
}
.yellow{
	color:#FFFF00;
}
.white{
	color:#FFF;
}
.lefty{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.righty{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.floater{
	float:left;
}

.cc{
	clear:both;
}
.tenLeft{
	padding-left:10px;
}
.tenPad{padding:10px;}
.tentyPad{padding:20px;}
.fiveMarg{margin-top:5px;margin-bottom:5px;}
.tenMarg{margin-top:10px;margin-bottom:10px;}
.invis{
	display:none;
}
.bigBoy{
	font-size:170%;
}
.bod_space{
	margin-top:20px;
	border-bottom:1px dotted #669;
	margin-bottom:20px;
	padding-bottom:10px;
}
.bod_space .bod_space{
	border-bottom:1px dotted #0A0C58;
}

.imSize200{
	width:200px;
	height:200px;
}
.bsEmail{
	cursor:pointer;
}

.showTitle{
	font-size:16px;
	font-weight:600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
}
/* ========== bluestones people list styles contained in #bluestonesStudentList & #bluestonesTutorList ============*/
#bluestonesStudentList{
	border-top:2px solid #000033;padding-top:10px; margin-top:10px;
}
.miniPageMenu li{
	/* this is a special "sub menu" style for pages with variable content*/
	display:inline;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:10px;
	border-right:2px solid #000099;
	padding-right:10px;
}
.peopleUL{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #FFCC00;
	list-style:none;
}
.peopleUL li p{width:400px;}
#bluestonesPeopleList li{
	float:left;
	padding-bottom:1em;
	border-bottom:1px dotted #ddd;
	margin-bottom:1em;
	width:100%;
}
#bluestonesPeopleList li img{border:none;}
.peepIm{float:left;width:150px; height:150px;}
.peepTxt{float:left; position:relative; left:10px;}

.profImSmall{width:80px;height:80px;margin:10px; float:left;}
#profileHolder p{margin-top:8px; float:left; width:400px;}

/* ============ youTube interface ============ */
.youTubeControl, .cent{
	padding:5px;
	color:#CCFF00;
}
.ll{
	float:left;
	border-right:1px solid #336699;
}
.rr{
	float:right;
	border-left:1px solid #336699;
}
.cent{
	float:left;
	margin-left:35%;;
}
