/*
Theme Name: ECSWomen2015
Theme URI: http://ecswomen.ecs.soton.ac.uk/
Description: ECSWomen style 2015.
Author: ECSWomen
Author URI: http://ecswomen.ecs.soton.ac.uk/
Version: 1.1
*/

html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Coda', sans-serif;
  color: #000000;
  background: radial-gradient(#ffffff 65%, #ededed);
  margin: 0 0 50px;
}
header,
footer {
  width: 100%;
}
header nav {
  position: absolute;
  right: 15%;
  top: 12%;
  z-index: 10;
}
header nav li {
  display: inline;
  float: left;
}
header nav li a {
  display: block;
  padding-right: 30px;
  color: #000000;
  text-decoration: none;
}

footer{
  position: relative;
  left: 25%;
  bottom: 3%;
  width: 50%;
  height: 3%;
  z-index: 10;
  color: red;
  text-align: center;
}


#social{
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 10;
  text-align: center;
}

#social li{
  display: block;
  width: 50px;
  height: 50px;
}

.socialicon{
  position: relative;
}

#fb{
  background: url(./icon_fb.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#tw{
  background: url(./icon_tw.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#in{
  background: url(./icon_in.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#ml{
  background: url(./icon_ml.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#main {
  position: absolute;
  top: 35%;
  width: 70%;
  height: 61%;
  left: 15%;
}
a,
a:visited {
  color: #000000;
}
a:hover {
  font-weight: bold;
}
#logo {
  position: absolute;
  top: 4%;
  left: 10%;
  z-index: 10;
  width: 28%;
  height: 30%;
  background: url(./newlogo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#table {
  float: left;
  top: 0%;
  right: 30%;
  width: 449px;
  height: 300px;
  background: url(./table.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 10px 6px -6px #777777;
}
#group {
  float: right;
  top: 0%;
  left: 50%;
  width: 449px;
  height: 300px;
  background: url(./group.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  box-shadow: 0 10px 6px -6px #777777;
}
#description {
  width: 60%;
}
#io {
  background: url(./io.jpg) no-repeat;
  background-size: cover;
}
#c {
  background: url(./caroline.jpg) no-repeat;
  background-size: cover;
}
#d {
  background: url(./dorota.jpg) no-repeat;
  background-size: cover;
}
#i {
  background: url(./group.jpg) no-repeat;
  background-size: cover;
}
#j {
  background: url(./group.jpg) no-repeat;
  background-size: cover;
}
#people {
  display: block;
  width: 1200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
#people ul {
  padding: 0px 0px;
}
#people li {
  display: inline;
  text-align: center;
  width: 150px;
  float: left;
}
.committee {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  float: left;
  margin: 5px 25px;
  box-shadow: 0 10px 6px -6px #777777;
}
.photo {
  display: block;
  z-index: -1;
  margin: 10px 0px;
}
.textbox {
  padding: 0px 0px;
}
.textbox a {
  text-decoration: underline;
}
