body {
  min-width:720px;
  background:#ECEADF url(images/ui-bg_fine-grain_65_654b24_60x60.png);
  color:#333;
  font:90%/1.6 verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

#content {
  max-width:960px;
  padding:10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow:hidden;
  background: #f5f5f5 url(images/ui-bg_fine-grain_10_eceadf_60x60.png);
  border: 1px solid #D9D6C4;
  border-radius: 15px;
}

.collapse p {padding:0 10px 1em}

#switch, .switch {margin-bottom:5px; text-align:right}

.section {
	display: block;
	}
	
.subsection {
	margin: 3px 20px 10px 20px;
	padding: 1px 7px 5px 7px;
	background: white url(images/ui-bg_fine-grain_10_f8f7f6_60x60.png);
	border-radius: 10px;
}

.subsection h1{
	font-size: 1.5em;
	margin-top: 0.2em;
}

.term {
	display: block;
	float: right;
	font-size: .75em;
	font-style: italic;
	font-weight: normal;
}

#Education .subsection h1 {
	margin-top:-0.2em;
	margin-bottom:-0.5em;
}

.school {
	font-size: .75em;
	font-weight: normal;
}

.degree {
	font-size: .75em;
	font-weight: bold;
}

.subsection ul {
	margin: 10px 10px;
	text-indent: 2px;
}

.subsection p {
	padding: 0px 20px;
}

.subsection a {
	text-decoration: none;
	color: #4538a7;
	font-weight: bold;
}

.two {
	-webkit-column-count: 2;
}

/* --- Headings  --- */
h1 { 
  font-family:georgia,'times new roman',times,serif; 
  font-size:2em; 
  font-weight:normal; 
	color: #7b4f66;
	text-decoration: none;
	padding-left: 10px;
}

h1.expand a {
	text-decoration: none;
	color: #7b4f66;
	border-radius: 7px;
	border: 1px solid #b68a11;
	padding: 0px 8px;
}

h1.expand a:hover {
	color: #af7ea8;
	text-decoration: none;
}

h2{font-size:1em}


.expand a:link, .expand a:visited {
  border-width:1px;
  background-image:url(img/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
  background-color: white;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:underline
}
.expand a.open:link, .expand a.open:visited {
  background: white url(img/arrow-up.gif) no-repeat 98% 50%;
}

/* --- Sections  --- */
#contact_info {
	padding: 0;
	margin: 0;
}

#contact_info h1 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 2.5em;
}

#contact_info h1 em {
	font-size: .75em;
	vertical-align: text-bottom;
}

#contact_info ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: auto;
}

#contact_info ul li {
	float: left;
	width: 25%;
	margin: 5px 0;
	padding: 5px 0; 
	display: inline;
	text-align: center;
}

#contact_info ul li a {
	display: inline-block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 20px;
	color: white;
	text-decoration: none;
	border-radius: 7px;
	border: 2px solid #ECEADF;
	background-color: #514b43;
	-moz-box-shadow: 3px 3px 4px rgba(3, 3, 3, 0.56);
	-webkit-box-shadow: 3px 3px 4px rgba(3, 3, 3, 0.56);
	box-shadow: 3px 3px 4px rgba(3, 3, 3, 0.56);
}

#contact_info ul li a:hover {
	color: #fdf1a3;
}