/*
Theme Name:     Twenty Twelve Child
Description:    Child theme for the Twenty Twelve theme
Author:         Robert Pastel
Template:       twentytwelve                             
Version:        0.1.0
*/

/* Below must be the first line */
@import url("../twentytwelve/style.css");

/* For list of Undergrad and Grad on Home page */
.FrontListBox{
	margin-right: 5%;
	float: left;
}
h3.FrontListHeader{
	margin-bottom: 0.3rem;
}
ul.FrontList {
	list-style-type: none;
	padding: 0;
}
.FrontList li{
	margin: 0;
}

.FrontListClear{
	clear: both;
}

/* For grouping div for floating and responsiveness */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}

/* For indented unorder lists */
.indent {
	margin-left: 5rem;
}
ul>li.indent {
	margin-left: 5rem;
	list-style-type: circle;
}

ul.indent li {
	list-style-type: circle;
}

ul.indent2 ul li {
	list-style-type: circle;
}
ul.nobullet li{
	list-style-type: none;
}

/* styles for indented order list */
ol>li.indent {
	margin-left: 5rem;
	list-style-type:lower-alpha;
}
ol>li.lowerroman {
	list-style-type:lower-roman;
}
ol.lowerroman li {
	list-style-type:lower-roman;
}
/* Paragraph styling */
div.nospaces p {
	margin: 0;
}

