@import 'reset.css';
@import 'bootstrap.css';
@import 'bootstrap-theme.css';

/* Begin custom theme */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
body ul ul {
	margin-left: 25px;
}
body h2 {
	color: #ECAD59;
}
.module-heading {
	width: 300px;
	padding-top: 60px;
	height: 180px;
}
a {
	color: #ECAD59;
}
a:hover {
	color: #A48459;
}
a.thumbnail.active {
  border-color: #ECAD59;
}
a.thumbnail:hover {
  border-color: #ECAD59;
}

ul {
	list-style-type: disc;
	margin-left: 15px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 2px;
    background: #333;
    border: 2px solid #333;
    color: #fff;
    text-align: center;
    font: 25px Arial, sans-serif;
    display: inline-block;
	margin-right: 10px;
}


/* CSS-Only Dropdown menu */
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul ul {
	position: absolute; top: 100%;
}

