@charset "utf-8";
/* CSS Document */

.cartoon_thumbs_holder {
	width:500px; 
	margin-top:30px;
	clear: both;
	}
	
/**this was renamed "originalcartoon" because of the student special**/
.originalcartoon_thumb, .originalcartoon_thumb img {
	width: 160px; 
	height: 120px; 
	float: left; 
	background-color: #666666;
	border: 0px;
	}
	
.cartoon_name {
	font-size: 14px;
	font-weight: bold;
	color: #EFA236;
	margin-bottom: 5px;
	}
	
.cartoon_submitter {
	font-weight: bold;
	margin-bottom: 15px;
	}
	
/** everything below is an addition **/ 
.studentcartoon_thumbs_holder {
	width:194px; 
	margin-top: 20px;
		
	}
	
.indexstudentcartoon_thumbs_holder {
	width:500px; 
	margin-top: 50px;
	margin-bottom: 15px;
	
	}
	

.studentcartoon_thumb, .cartoon_thumb img {
	width: 160px;
	height: 243px;
	margin-bottom: 25px;
	margin-top: 25px;
	float: left;
	background-color: #666666;
	border: 0px;
	}

.indexstudentcartoon_thumb, .cartoon_thumb img {
	width: 216px;
	height: 162px;
	margin-bottom: 25px;
	
	float: left;
	background-color: #666666;
	border: 0px;
	}


.studentcartoon_name {
	font-size: 14px;
	font-weight: bold;
	color: #EFA236;
	margin-bottom: 5px;
	margin-top: 25px;
	}

.indexstudentcartoon_name {
	font-size: 14px;
	font-weight: bold;
	color: #EFA236;
	margin-bottom: 5px;
	margin-top: 65px;
	}

	

.producerbio_right_column {
	width: 300px;
	margin-left: 0px;  /* addition */ 
	margin-bottom: 20px;
	font-size: 12px;  /* addition */
	line-height: 19px;  /* addition */
	text-align: left;
	}

.studentbio_right_column {
	width: 500px;
	margin-left: 0px;  /* addition */ 
	margin-bottom: 20px;
	font-size: 12px;  /* addition */
	line-height: 19px;  /* addition */
	text-align: left;
	}
.studentabout_container {
	width: 400px; 
		margin-top: 20px;
	}
	
.producercartoon_thumb, .cartoon_thumb img {
	width: 160px;
	height: 222px;
	margin-bottom: 25px;
	margin-top: 25px;
	float: left;
	background-color: #666666;
	border: 0px;
	}

.indexstudentabout_container {
	width: 450px; 
	margin-top: 20px;
	}
	
.indexstudentbio_right_column {
	width: 200px;
	margin-left: 0px;  /* addition */ 
	margin-bottom: 20px;
	font-size: 12px;  /* addition */
	line-height: 19px;  /* addition */
	text-align: left;
	}
	
.indexstudentcartoon_credit {
	margin-top: 10px;
	font-size: 9px;
	color: #EBA32E;
	
}