@charset "utf-8";
/*
 * CSS - Website Style
 * [Client]
 * Distinguished Young Gentlemen of America, Inc.
 * [Author]
 * Shane Chism <schism@acm.org>
 * http://shanechism.com
 */
 
/* ---------------------------------------------------------------- 
 *  GALLERY
 * ----------------------------------------------------------------
*/
#gallery_photos {
	padding-left: 30px;	
}
#gallery_photos a {
	width: 75px; height: 75px; display: inline-block; float: left; padding: 10px; margin-right: 10px;
	background-color: #e3e8ee; margin-bottom: 15px;
}
#gallery_photos img {
	border: 0px;
}

/* ---------------------------------------------------------------- 
 *  BOARD
 * ----------------------------------------------------------------
*/
div.board_member {
	border-left: 2px solid #0e0a56; padding-left: 20px;
	line-height: 26px; padding-right: 10px;
}
div.board_picture {
	float: left; width: 100px; height: 100px;
	padding: 10px;
	margin-right: 10px; margin-bottom: 5px; margin-top: 6px;
	background-color: #e3e8ee; 
}

/* ---------------------------------------------------------------- 
 *  DIRECTORS
 * ----------------------------------------------------------------
*/
div.directors_picture {
	float: left; width: 100px; height: 100px;
	padding: 10px;
	margin-right: 10px; margin-bottom: 5px; margin-top: 6px;
	background-color: #e3e8ee; 
}

/* ---------------------------------------------------------------- 
 *  CONTACT
 * ----------------------------------------------------------------
*/
#contact_form {
	width: 364px; float: left; margin-right: 15px;	
}
#contact_info {
	float: right; width: 250px; padding-top: 5px; padding-bottom: 10px;
	border-right: 2px solid #0e0a56;
}
#contact_form label {
	display: block; font-weight: bold; font-size: 14px; padding-bottom: 5px;
	cursor: pointer;
}
#contact_form label.error {
	display: inline-block; position: absolute; cursor: default; padding: 0px; margin: 0px; font-size: 12px;
	margin-left: -305px; padding-top: 2px; text-align: right; width: 300px; float: left; color: #900;
}
#contact_form div.error {
	width: 352px; background-color: #b12e2e; border: 1px solid #901f1f;
	margin-bottom: 10px; color: #ffffff; padding: 5px;
}
#contact_form input {
	padding: 5px; border: 1px solid #245788; width: 350px; margin-bottom: 10px;
}
#contact_form input:focus {
	outline: 0px; border: 1px solid #fcd91b;
}
#contact_form textarea {
	padding: 5px; border: 1px solid #245788; width: 350px; height: 100px; margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; overflow: auto;
}
#contact_form textarea:focus {
	outline: 0px; border: 1px solid #fcd91b;
}
#contact_form input.submit {
	width: 360px; background-color: #0e3254; border: 2px solid #245788;
	color: #ffffff; margin-top: 10px; cursor: pointer;
}

/* ---------------------------------------------------------------- 
 *  DONATE
 * ----------------------------------------------------------------
*/
div.donate_equate {
	text-align: left; font-weight: bold; font-size: 16px;
	margin-bottom: 15px; padding-left: 10px; color: #3d37a8;
}
#donate_points {
	margin-top: 20px;	
}
#donate_points li {
	line-height: 20px; font-weight: bold; margin-bottom: 20px; width: 550px;
}

/* ---------------------------------------------------------------- 
 *  STUDENT RESOURCES
 * ----------------------------------------------------------------
*/
#student_resources {
	font-weight: bold; padding-top: 15px;
}
#student_resources li {
	padding-bottom: 10px;	
}
#student_resources a {
	font-weight: normal;	
}