@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		10;
	dw-num-cols-tablet:		16;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

#cw_title{
	clear: none;
	float: left;
	margin-left: 0;
	width: 95%;
	min-width: 192px;
	display: block;
	background-color: #8891FB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-left: 5%;
	text-shadow: 1px 1px 3px #FFF;
	font-weight: bold;
}
#cw{
	float: left;
	width: 100%;
	min-width: 202px;
	margin-bottom: 20px;
	background-color: #E2E4FE;
}
#cw_img{
	clear: none;	
	margin: 1%;
	margin-top: 5%;
	width: 100%;
	text-align:center;
}

#cw_info{
	margin-top: 1%;
	float: left;
	width: 98%;
}
#name{
	float: left;
	text-align:center;
	width: 93%;
	margin: 5px;
	margin-top:5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#university{
	float: left;
	text-align:center;
	width: 93%;
	margin: 2px;
	font-size: 12px;
	font-style: italic;
}
#info{
	float: left;
	text-align:center;
	width: 93%;
	margin: 2px;
	font-size: 12px;
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
#cw_title{
	clear: none;
	float: left;
	margin-left: 0;
	width: 95%;
	min-width: 202px;
	display: block;
	background-color: #8891FB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	padding-left: 5%;
	text-shadow: 1px 1px 3px #FFF;
	font-weight: bold;
}
#cw{
	float: left;
	width: 100%;
	
}
#cw_img{
	clear: none;
	float: left;
	margin: 1%;
	width: 150px;
	height: 150px;
}
#cw_info{
	margin-top: 1%;
	float: left;
	width: 65%;
}
#name{
	float: left;
	text-align: left;
	width: 93%;
	margin: 5px;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#university{
	float: left;
	text-align: left;
	width: 93%;
	margin: 5px;
	font-size: 16px;
	font-style: italic;
}
#info{
	float: left;
	text-align: left;
	width: 93%;
	margin: 5px;
	font-size: 14px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#cw_title{
	clear: none;
	float: left;
	margin-left: 0;
	width: 95%;
	min-width: 202px;
	display: block;
	background-color: #8891FB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	padding-left: 5%;
	text-shadow: 1px 1px 3px #FFF;
	font-weight: bold;
}
#cw{
	float: left;
	width: 100%;

}
#cw_img{
	clear: none;
	float: left;
	margin: 1%;
	width: 150px;
	height: 150px;
}
#cw_info{
	margin-top: 1%;
	float: left;
	width: 65%;

}
#name{
	float: left;
	text-align: left;
	width: 95%;
	margin: 5px;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#university{
	float: left;
	text-align: left;
	width: 95%;
	margin: 5px;
	font-size: 16px;
	font-style: italic;
}
#info{
	float: left;
	text-align: left;
	width: 95%;
	margin: 5px;
	font-size: 14px;
}
}
