body{
	background: #fcfcfc;	
}
div{
	box-sizing: border-box
}

a{
	color: #0791FF;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,span{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}

h1{
	font-size:1.4rem;
	color: #9721E8;
	color: #c00;
	font-weight: bold;
}

h2{
	font-size: 0.9rem;
}

h3{
	font-size:0.9rem;
}

ul{
	list-style: none;
}

p, span{
    font-size: 0.7rem;
}

#wrapper{
	margin:0 auto;
}

.l-fixed{width:960px;}

.l-liquid{width:100%;}

/***********  NAVIGATION ***********/
#nav-bar{
	float:left;
	padding: 10px;
}
.l-fixed #nav-bar{
	width: 200px;
}
#nav-bar>.l-fixed-nav{
	position: fixed;
}
#nav-bar ul {
	margin-top: 20px;
}

#nav-bar ul li{
	margin:20px 0;
}
#nav-bar ul li.is-active a{
	color: #d00;
}

#nav-bar ul li a{
	color: #333;
	font-size: 0.9rem;
}

#nav-bar ul.social-media li{
	margin: 5px 0;
}

img.social-media-logo {
    width: 90px;
    opacity: 0.5;
}
/***********  MAIN ***********/
#main-content{
	float: left;
	padding-top: 100px;
}

#main-content #intro-image{
	width: 700px;
}
#main-content #intro-image img{
	width: 100%;
}
.main-container{
	border-left: 1px solid #d8d8d8;
	padding-left: 8px;
}

.l-fixed #main-content{
	width:600px;
}

.text-content{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	width:600px;
	font-size: 0.7rem;
	line-height: 1.4rem;
}

.l-fixed #main-content.text-content.statement{
	width: 400px;
}

#biography .text-content p{
	margin-bottom: 20px;
}

.text-content table{
	margin-left: 20px;
	margin-bottom: 20px;
}

.text-content table td{

}
.text-content table td.date{
	min-width: 70px;
}
.text-content table td.info{
	padding-left:60px;
	text-indent: -40px
}

.text-content .section{
	margin-left: 60px;
	margin-bottom: 20px;
}

.text-content p{
	margin:0;
	line-height: 1.4rem;

}

.text-content .info p {
    line-height: 1rem;
}

.m-lineHeight1 p{
    line-height: 1rem;
}

.text-content.resume p{
	text-indent: -40px;
}

.text-indented{
	text-indent: 20px;
}

.l-gallery article{
	margin-bottom: 40px;
}
.l-articles article{
	margin-bottom: 60px;
	overflow: hidden;
}

.l-gallery article .image{
	width: 600px;
}
.l-gallery article .image img{
	width: 100%;
}

.l-articles article .image{
	float: left;
	margin-right:20px;
	margin-bottom: 10px;
}
.l-articles article .image img{
	width:200px;
}
article .img-description{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	width: 200px;
	font-size: 0.7rem;
	margin-bottom: 20px;
}

article .description{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 0.7rem;
}
article .description h2{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 0.7rem;
	font-weight: bold;
}

article .description .name{
	color: #333;
}

.l-gallery article .description .name{
	color:#333;
	font-style: italic;
	display: inline;
}

.l-gallery article .description .comment{
	display: inline-block;
	margin-top: 6px;
}


.l-articles article .description .name{
	margin-bottom: 10px;
	line-height: 1rem;
}

.l-articles article .description .info{
	font-size: 0.7rem;
	line-height: 1rem;
}

.l-articles article .description .date{
	font-size: 0.7rem;
	color: #999;
	display: block;
	margin-top: 10px;
}

.l-articles article .description .date:before{
	/*content:"\2014";*/
}

.w200 {
	width: 200px;
}

#nav-bar hr {
	width: 50%;
    margin-left: 0;
    border: #d8d8d8 1px solid;
    border-bottom: none;
}