/*

Theme Name:     Twenty Eleven Child

Theme URI:      http://example.com/

Description:    Child theme for the Twenty Eleven theme

Author:         Your name here

Author URI:     http://example.com/about/

Template:       twentyeleven                             

Version:        0.1.0

*/



@import url("../twentyeleven/style.css");


#stu_div {
 margin: auto;
 align: centre;
 width: 90%;
 margin-top: 0em;
 margin-bottom: 2em;
 padding: 1em;
 padding-bottom: 0em;
 border: 1px solid #500000;
}


#stu_div p.title {
 text-align:center;
 margin-bottom: 5px;
}

#stu_div p {
 text-align:left;
}


blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: normal;
	font-weight: normal;
	margin: 0 3em;
}


.resize_fit_center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
