@import url('http://www.liquidlegends.net/staff/Zess/Scripts/LLnewsPost.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,300,800');
 
article#worlds_chu 
{
  background-color: #F3F3F5;
  position: relative;
  z-index: 10;
}

article#worlds_chu::before
{
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity : 0.17;
  z-index: -1;
  background-image: url('http://www.liquidlegends.net/staff/Laural/cross_pattern.png');
}

article#worlds_chu section
{
  padding: 0 0 5% 0;
}

article#worlds_chu p 
{
  font-family: 'Open Sans', sans-serif;
  color: #E1E1CB;
  font-size: 14px;
  line-height: 20px;
}

article#worlds_chu h2 
{
  font: 33px sans-serif;
  margin-top: 30px;
  text-align: center;
}

article#worlds_chu img.fix,
article#worlds_chu iframe.fix,
article#worlds_chu div.fix
{
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

article#worlds_chu a:hover 
{
  color: black;
}

article#worlds_chu footer 
{
  padding: 1% 0 0 5%;
  min-height: 400px;
  margin: 0;
  border: none;
}

article#worlds_chu footer ul 
{
  margin: 0;
  padding: 0;
}

article#worlds_chu footer li 
{ 
  list-style-type: none;
}

article#worlds_chu footer a, 
article#worlds_chu a:link
{
  color: #C04339;
}

article#worlds_chu > footer > img
{
  width: 20%;
  position: relative;
}

article#worlds_chu > footer > p
{
  margin: 0 3% 0 0;
  color: #000000;
}

article#worlds_chu a.focus,
article#worlds_chu span.focus
{
  color: #C04339;
  font-size: 28px;
  text-align: center;
}

article#worlds_chu span.caption
{
  text-align: center;
  display: block;
  font-size: 12px;
  font-style: italic;
}

article#worlds_chu .int
{
  width: 90%;
  margin: 1% auto 0 auto;
  padding: 3%;
}

article#worlds_chu .question 
{
  background: #18202E;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

article#worlds_chu .answer
{
  background: #3A4B6F;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

article#worlds_chu .pquote 
{
  font-size: 18pt;
  font-weight: 400;
  line-height: 30px;
  width: 35%;
  margin-top: 3.5%;
  margin-bottom: 3%;
}

article#worlds_chu .pquote::before
{
  content: open-quote;
  float: left;
  font-size: 32pt;
  font-weight: 400;
  position: relative;
  margin-right: 7px;
}

article#worlds_chu .pquote::after
{
  content: close-quote;
  float: right;
  font-size: 32pt;
  font-weight: 400;
  position: relative;
}

article#worlds_chu .fleft 
{
  float: left;
  margin-right: 4%;
  margin-left: 3%;
}

article#worlds_chu .fright 
{
  float: right;
  margin-left: 4%;
  margin-right: 3%;
}

article#worlds_chu .append
{
  z-index: 2;
  text-align: center;
  padding: 2vw 0 2vw 0;
}

/**
 * Focus Mode
 */

#LLBlackout
{ 
  position: fixed; 
  top: 0px; 
  left: 0px; 
  height: 100%; 
  width: 100%; 
  background: black; 
  z-index: 9; 
}

#clickrmon 
{ 
  cursor: pointer; 
  color: #555; 
  font-size: 10px; 
}