body {
	width: 980px;
	margin: auto;
	font-family: sans-serif;
}
#header {
		padding-top: 100px;
    padding-bottom: 100px;
  	text-align: center;
}
#header:link {
  color: black;
}
#header:hover {
  color: grey;
}
.title {
  color: black;
  text-decoration: none;
  font-size: 68px;
	font-weight: bold;
	letter-spacing: 10px;
}
.title:hover {
  color: grey;
}
nav {
  padding-top: 85px;
  padding-left: 30px;
}
.navigation {
  font-size: 13px;
  list-style-type: none;
  display: inline;
  padding-right: 30px;
}
.current {
  text-decoration: none;
  color: grey;
}
.link {
  text-decoration: none;
  color: black;
}
.current:hover {
  color: black;
}
.link:hover {
  color: grey;
}
#tableContaier {
  display: table;
}
#tableRow {
  display: table-row;
}
#content {
  padding-left: 245px;
  padding-right: 245px;
}
h2 {
  text-align: center;
  font-size: 21px;
  font-family: sans-serif;
  font-weight: bold;
  padding-bottom: 30px;
}
h3 {
  font-size: 17px;
  font-family: sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
  width: 326.67px;

}
p {
  padding-bottom: 30px;
}
.text {
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  line-height: 25px;
}
.italic {
	font-style: italic;
}
.web-links {
  color: black;
  font-weight: 400;
  text-decoration: underline;
}
li {
  list-style-type: disc;
}
.sign-up-button {
  text-align: center;
}
.image-text {
  font-size: 13px;
  padding-top: 30px;
  font-weight: 300;
  color: #333333;
  line-height: 25px;
}

.talk-heading {
  padding-bottom:10px;
}
.talk-dates {
  font-size: 13px;
  font-weight: 300;
  color: grey;
  text-align: center;
  line-height: 20px;
  padding-bottom: 30px;
}
.talk-synopsis {
  color:#333;
  font-size:14px;
  line-height:21px;
  font-weight:300;
}
.talk-synopsis p {
  padding-bottom:15px;
}
.thumbnail {
  width: 150px;
  float: left;
}
.talk {
  position:relative;
  overflow:hidden;
  text-decoration:none;
  display:block;
  padding-bottom:30px;
}
.talk+.talk {
  padding-top:30px;
}
.talk+.talk:before {
  position:absolute;
  top:0;
  left:15%;
  right:15%;
  height:1px;
  background:#eee;
  content: "";
}
.talk h3 {
  color:#333;
  font-size:17px;
  line-height:21px;
  margin-bottom:10px;
  padding-bottom:0;
}
.talk h3,
.talk p {
  margin-left:170px;
}
.talk .video-text {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 20px;
  padding-bottom:0;
  margin-bottom: 10px;
}
.talk .dates {
  font-size: 11px;
  font-weight: 300;
  color: #aaa;
  padding-bottom:0;
}

footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
#copyright {
  text-align: center;
  font-size: 13px;
  line-height: 0px;
}
#exercism-picture {
  width: 490px;
}
.videos {
  padding-bottom: 20px;
}
