/* BODY */

body {
margin: 0px;
background-color: #0a0b13;
}


#header {
background-color: #e8dcbc;
font-family: Verdana, Generva, sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 30px;
height: 710px;
background: url('images/header.png') center top no-repeat;
}


#container {
background-color: transparent;
width: 1450px;
margin: auto;
}

#test {
text-align: justify;
padding-left: 950px;
padding-right: 15px;
margin: auto;
margin-top: -220px;
}

#test a {
color: #cfc9db;
font-size: 17px;
margin-left: 10px;
font-style: italic;
font-family: "Lato", sans-serif;
background-color: #1c1f3a;
border-radius: 10px;
padding: 6px;
opacity: 0.6;
}

#test a:hover {
color: #ba577d;
}


#content {
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #545978;
line-height: 34px;
width: 900px;
text-align: justify;
padding-right: 15px;
margin: auto;
margin-top: 80px;
outline: #d4d3e7 1px;
text-shadow: 2px 2px 2px rgba(12, 14, 24, 1);
}

a:link, a:active, a:visited {
color: #5975c9;
text-decoration: none;
}

a:hover {
color: #30478a;
}




i, em {
color: #ff4e66;
}

b, strong {
color: #1047a9;
letter-spacing: 0.5px;
}



h1 {
font-family: "Playfair", serif;
font-weight: 700;
font-size: 40px;
color: #fff;
text-shadow: 1px 1px 5px #213371;
text-align: left;
text-decoration: italic;
}


h2 {
font-size: 11px;
text-transform: uppercase;
text-align: left;
color: #fff;
font-family:"Century Gothic", sans-serif;
margin-top: -30px;
text-shadow: 1px 1px 5px #395a8f;
}

blockquote {
text-align: center; 
font-family: "Lato", sans-serif;
background-color: #1c1f3a;
border-radius: 10px;
padding: 6px;
color: #cfc9db;
opacity: 0.6;
text-align: center;
width: 480px;
margin-left: auto;
margin-right: auto;
text-shadow: none;
z-index: 99;
}

blockquote b, blockquote strong {
color: #f7e2bc;
font-size: 11pt;
}

ul { 
font-size: 11pt;
width: 780px;
list-style-position: inside;
list-style-type: none;
text-shadow:none;
padding-left: -60px;
}

li {
padding: 5px;
margin-top: -5px;
border-radius: 10px;
font-size: 13px;
}

li a:link, li a:visited, li a:active {
color: #4b69bc;
font-size: 17px;
margin-left: 10px;
font-style: italic;
font-family: "Lato", sans-serif;
background-color: #1c1f3a;
border-radius: 10px;
padding: 6px;
opacity: 0.6;
}

li b, li strong {
color: #f6d6b7;
}

li em, li i {
color: #dad5ee;
}


input, textarea {
padding: 10px;
border: 0px;
color: #e2e4ec;
background: #1c1f3a;
border-radius: 10px;
}

select, option {
padding: 5px;
color: #e2e4ec;
border: 0px;
background: #1c1f3a;
}





img {
  border: 1px solid #1c1f3a;
  background-color: #1c1f3a;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}

img:hover {
      opacity: 1;

}


#footer {
font-size: 12px;
margin-left: 10px;
margin-top: -10px
text-align: center;
padding: 2px 5px 2px 5px;
line-height:150%;
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: normal;
color: #545978;
}

#footer a {
font-size: 10px;
color: #30478a;
}

#footer b {
font-size: 10px;
color: #1047a9;
}




/* MEMBERS LIST */

#list {
width: 600px;
margin: auto;
}

#list table, th {
text-align: center;
width: 600px;
}

#list td {
width: 350px;
}