/*
 Theme Name:     Dana Farber
 Description:    Enlightened Child Theme
 Template:       wp-enlightened104
 Author:	 J. Girard - Academic Web Pages
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('stylehome.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/* CUSTOM HEADER
-------------------------------------------------------------- */
#custom_header_upper {
	width: 100%;
	max-width: 960px;
}
#custom_header_lower {
	width: 100%;
	max-width: 960px;
}
#custom_header_upper_left {
	width: 50%;
	max-width: 480px;
	float: left;
}
#custom_header_upper_right {
	width: 50%;
	max-width: 480px;
	float: right;
}

/* REMOVE META DATA FROM POSTS
-------------------------------------------------------------- */
.meta .meta-author { display: none; }
.meta.single .meta-author { display: none; }
.meta .meta-cats { display: none; }
.meta.single .meta-cats { display: none; }

/* POSITIONING FOR HOME PAGE IMAGES
-------------------------------------------------------------- */
.gallery {
    display: block;
    margin: 0 auto;
text-align: center;
}
.gallery figure {
	display: inline-block;
	width: 200px;
	margin:15px;
	position: relative;

}

