body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: white;
	letter-spacing: 0.5px;
	color: black;
	line-height: 16px;
}

body.home {
	/* background-image: url(/cat.jpg); */
}

body.brief-page {
}

/* Headers */

h1 {
	font-size: 11px;
}

h2 {
	font-size: 11px;
	line-height: 16px;
}

h3 {
	font-size: 11px;
	padding-bottom: 18px;
	text-decoration: underline;
}

.week h3 {
	text-decoration: none;
}

.works-page h3 {
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;

}

h4 {
	font-size: 11px;
	padding-bottom: 5px;
}

.works-page h4 {
	padding-bottom: 30px;
}

h5 {
	font-size: 11px;
	letter-spacing: 0.5px;
	color: black;
	font-weight: bold;
	padding-bottom: 10px;
	}

i { 
    font-style: italic;
}

b {
	font-weight: bold;
}

/* Menu nav */

.nav {
	margin: 15px 0 0 15px;
	width:200px;
	
	position: absolute;
	left: 0;
	top: 0;
	
	color: blue;
	padding-right: 15px;

}


.nav ul {
	padding-left: 0;
	padding-top: 20px;
}

.nav li {
	list-style: none;
	line-height: 30px;
	font-size: 11px;
}

.nav ul .archive {
	line-height: 20px;
}

.nav ul .classarchive {
	color: black;
	text-decoration: underline;
}

/* other list items */

ul {
	padding-bottom: 20px;
}

li {
	line-height: 22px;

}

.todo ul li{
	list-style: disc;
	line-height: 20px;
}

ul.dot{
	list-style: disc;
	margin-left: 18px;
}


/* Links */

a:link {
    text-decoration: none;
	color: black;
}

a:visited {
    text-decoration: none;
	color: black;
}

a:hover {
    color: white;
}

.worksindex-page img:hover {
	opacity: 0;
}

a:active {
}

.brief-page a.brief-link, .worksindex-page a.worksindex-link, .works-page a.works-link, .schedule-page a.schedule-link, .resources-page a.resources-link, .references-page a.references-link, .contact-page a.contact-link, .archive-page a.archive-link{
	text-decoration: underline;
    
}


/* main contents */


.contents {
	position: absolute;
	left: 200px;
	right: 0;
	top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	
}

/* main paragraph */

p {
	padding-bottom: 14px;
}

.worksindex-page p {
	padding-top: 3px;
}

.works-page p {
	max-width: 650px;
}


/* each container setting*/

.container {
	
}


.contents .container {
	float: left;
	padding-top: 15px;
	
}


body.home .contents .container {
	max-width: 1000px;
	padding-top: 23px;
}

body.brief-page .contents .container p {
	width: 500px;
}

body.resources-page .contents .container p {
	width: 500px;
}


/* Image grid for Home */

.img-grid {
	display: table-cell;
	vertical-align: middle;
/* 	width: 200px;	 */
	height: 200px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

.worksindex-page .img-grid {
	padding-right: 20px;
	padding-bottom: 45px;
}

.img-grid img {
	height: 200px;
	vertical-align: middle;
}

.works-page img {
	max-width: 700px;
	padding-bottom: 10px;
}



/* Schedule  */

.schedule {
	margin-bottom: 20px;
	clear: both;
	display: inline-block;
	width: 90%;
	padding: 0 0 0 5px;
	border-bottom: solid black 1px; 
}


/* Week */
.week {
	width: 150px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}

/* Wrap class & home */

.todo {
	display: inline-block;
	height: 100%;
}

/* At Class */

.at-class {
	width: 400px;
	float: left;
	padding-right: 40px;
}

/* At Home */
.at-home {
	width: 300px;
	float: left;
}	

/* iframe */
iframe: {
	overflow: scroll;
	width: 600px;
}	