/*
	Monochromed: A responsive HTML5 website template by HTML5Templates.com
	Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
	Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Abel|Satisfy);

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background: #090909 url(images/img02.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #808080;
	overflow: visible;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #4F4F4F;
}

h4 {
    margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 1200;
	color: #4F4F4F;
    font-size: large;
}

h5 {
    margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 1200;
	color: #4F4F4F;
    font-size: 35px;
}

br {   
	content: "A" !important;
    display: block !important;
    margin-bottom: 1.5em !important;
}

h5 sup {
    font-size: 25px;
    vertical-align: top;
    line-height: 25px;
    margin-left: 0px;  
}

.row {
	display: flex;
	justify-content: space-around;
}

.container div {
	display: inline-block;
}

p {
    margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #4F4F4F;
}

p sup {
    font-size: 25px;
    vertical-align: top;
    line-height: 25px;
    margin-left: 0px;  
}

.bigger { font-size:200%; }

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 200%;
}

strong {
	font-weight: 700;
}

a {
	color: #292929;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 275px;
	background: url(images/stanford_panorama.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#header-pubs-wrapper {
	overflow: hidden;
	height: 350px;
}

/* Page */

#page-wrapper {
	overflow: hidden;
	padding: 20px 0px;
	background: url(images/img02.png) repeat;
}

/* Footer Content */

#footer-wrapper {
	overflow: hidden;
	padding: 50px 0px;
	background: url(images/img03.png) repeat;
}

/* Copyright */

#copyright {
	overflow: hidden;
	height: 100px;
}

#copyright p {
	padding: 35px 0px 0px 0px;
	text-align: center;
	font-size: 11pt;
	color: #8F8F8F;
}

/* List style */

.list-style1 {
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	background: url(images/link-style1-divider.png) repeat-x left top;
}

.list-style1 p {
	margin: 0px;
	padding: 0px;
}

.list-style1 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

.list-style1 .posted {
	padding: 10px 0px 0px 0px;
	font-size: 8pt;
	font-style: italic;
	color: #A2A2A2;
}

.list-style1 .first {
	padding-top: 0px;
	background: none;
}

/* List style2 */

.list-style2 {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
}

.list-style2 li {
	padding: 0px 0px 15px 0px;
}

/* List style3 */

.list-style3 {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
}

.list-style3 li {
	padding: 0px 0px 16px 0px;
}

.list-style3 a {
	color: #ABABAB;
}


/* Image style */

.image-style1 {
	margin-bottom: 20px;
	padding: 9px;
	background: #FFFFFF;
	border: 1px solid #B8B8B8;
}

/* Button style */

.button-style {
	text-align: center;
}

.button-style a {
	display: inline-block;
	width: 174px;
	height: 50px;
	margin-top: 30px;
	background: url(images/img04.jpg) no-repeat left top;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 14pt;
	color: #DDDDDD;
}

/* Button style */

.button-style2 {
}

.button-style2 a {
	display: inline-block;
	width: 174px;
	height: 50px;
	margin-top: 30px;
	background: url(images/img04.jpg) no-repeat left top;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 14pt;
	color: #DDDDDD;
}


