.clear{
	clear: both;
}

#lwilol {
	background: url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/header.png"), url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/footer.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-color: #333;
	padding: 300px 0 200px 0;
	width: 700px;
	margin: auto;
}

#lwilol #game {background: url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/thegame.jpg") no-repeat;
	height: 40px;
	margin: 20px 0 20px 0;
}

#lwilol #results {background: url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/theresults.jpg") no-repeat;
	height: 40px;
	margin: 20px 0 20px 0;
}

#lwilol #teams {background: url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/theteams.jpg") no-repeat;
	height: 40px;
	margin: 20px 0 20px 0;
}

#lwilol #community {background: url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/thecommunity.jpg") no-repeat;
	height: 40px;
	margin: 20px 0 20px 0;
}

#lwilol #interviews {background: url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/theinterviews.jpg") no-repeat;
	height: 40px;
	margin: 20px 0 20px 0;
}

#lwilol #fluff {background: url("http://www.liquidlegends.net/staff/shiroiusagi/lwilol/thefluff.jpg") no-repeat;
	height: 40px;
	margin: 20px 0 20px 0;
}


#lwilol table br, #lwilol .standings br {
    display: none;
}

#lwilol .text h1{
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 40px 20px 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 0;
	border-top: none;
}

#lwilol h1 {
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 40px;
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
}

#lwilol h2{
	font-size: 18px;
	margin: 20px 0 0 0;
}

#lwilol .matches h2{
	font-size: 18px;
	margin: 0;
}

#lwilol .recommended h2{
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
}

#lwilol .text {
	color: #CCCCCC;
	padding: 0 40px;
}

#lwilol .text a>b {
	color: #FFFFFF;
}

#lwilol .text b {
	color: #E5E5E5;
	font-size: 1.02em;
}

#lwilol .text a:link, #lwilol .text a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#lwilol .text a:hover , #lwilol .text a:hover > b, #lwilol .text a:hover > h2 > b{
	color: #94cbeb;
}

#lwilol .text img{
	vertical-align: middle;
}

#lwilol .text ul{
	padding-left: 15px;
}

#lwilol .standings {
	display: inline-block;
	width: 40%;
	clear: left;
    min-width: 215px;
    vertical-align: text-top;
}

#lwilol .matches {
	display: inline-block;
	padding: 0 3%;
	width: 54%;
    min-width: 290px;
	text-align: center;
	clear: right;
    vertical-align: text-top;
}

@media (max-width: 675px) {
    #lwilol .standings {
        display: block;
        width: 300px;
        margin: 0 auto;
    }

    #lwilol .matches {
        display: block;
        width: 100%;
        margin: 20px auto 0;
        padding: 0;
    }
}

#lwilol table {
    border-collapse: separate;
    border-spacing: 0 5px;
    font-family: 'Open Sans' sans-serif;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

#lwilol tr {
    background-color: #3380AC;
    height: 40px;
}

#lwilol tr.secured {
    background-color: #0D4464;
}

#lwilol tr.out {
    background-color: #6C8FA3;
}

#lwilol tr.rip {
    background-color: #606E7E;
}

#lwilol td {
    color: #FFF;
}

#lwilol tr.out td:first-child {
    color: #1E4962;
}

#lwilol tr.rip td:first-child {
    color: #000;
}

#lwilol td.rank {
    font-size: 2em;
    text-align: right;
    font-weight: bold;
    padding-left: 6px;
}

#lwilol td.icon {
    width: 50px;
    padding: 0;
}

#lwilol td.points {
    font-size: 1.1em;
    min-width: 42px;
    text-align: right;
}

#lwilol td.up-down, #lwilol td.down, #lwilol td.up {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px;
}
#lwilol td.up {
    color: rgb(81, 252, 34);
}
#lwilol td.down {
    color: rgb(255, 29, 29);
}

#lwilol td.team img {
    vertical-align: center;
}

#lwilol .recommended {
	clear: left;
}

#lwilol #lspoiler{
	background-color: #676767;
}

#lwilol a.lolspoiler{
	color: #FFFFFF;
	text-align: center;
}

#lwilol a.lolspoiler:hover{
	color: #94cbeb;
	text-decoration: none;
}

#lwilol .lolspoil {
	width: 600px;
	background: #373E42;
	color: #FFFFFF;
	margin: auto;
	padding: 20px;
	display: block;
}