@charset "utf-8";
/* CSS Document */
body {
	padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-image: url(http://thor.ams.org/opennotes/images/math-symbols.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
        font-family: 'Lato', sans-serif;
}

.portfolio-item {
	margin-bottom: 25px;
	margin-top: 25px;/*height: 300px;*/
}
.blockbanner {
	color: #FFF;
	background-color: #5bc0de;
	/*height: 60px;*/
	font-size: 3em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #5bc0de;
}
p {
	line-height: 1.6em;
}

li {
        line-height: 1.6em;
}


strong {
	font-weight: 700;
}

em {
	font-style: italic;
	font-weight: 400;	
}

.previousyears {
	list-style-type: none;
}
.previousyears li {
	padding-bottom: 7px;
}

.lrmargin {
	margin-right: 10px;
	margin-left: 10px;	
}
.themeposters {
    width: auto;
    height: 285px !important;
}
.verts {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D9E2E8;
	margin-right: 2px;
	margin-left: 2px;
	border-left-color: #D9E2E8;
}
.orgs dd {
	margin-bottom: 7px;
}
footer {
	margin: 50px 0;
}
.padding {
	padding: 10px;
}
.mathfestintro {
	margin-top: 15px;
}
.dl-horizontal dd {
	margin-bottom: 15px;	
}
